/*Center div can be taken off to align the site to the left. Remember to remove from template*/
div#center {
	width:750px;
	background-color:#FFFFFF;
	position:relative;
	z-index:1;
}

div#header  {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:750px;
	z-index:1;
	height:80px;
}

div#header-text  {
	position:absolute;
	top:7px;
	left:311px;
	width:436px;
	font-size:17px;
	font-weight:bold;
	color:#0000FE;
	font-style:italic;
	z-index:3;
}

div#main_content {
	z-index:2;
	width:710px;
	position:absolute;
	top:119px;
	left:0px;
	text-align:left;
	padding:10px 20px;
	background-color:#FFFFFF;
}

div#blue-bar  {
	position:absolute;
	width:750px;
	top:103px;
	left:0px;
	z-index:9;
	background-color:#0000FE;
	padding:0;
	margin:0;
	height:18px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/background-buckman.jpg);
	font-size:12px;
	/*margin:0;*/
}

p  {
	padding-bottom:18px;
	padding-top:6px;
	margin:0;
}

p.special-heading  {
	font-weight:bold;
	color:#CC0000;
	font-size:14px;
}

div#main_content  a  {
	color:#0000FE;
}

div#main_content a:hover  {
	color:#F8B90C;
}

table#footer  {
	width:100%;
	border-top:thin solid #0000FE;
}

table#footer td  {
	vertical-align:middle;
}

table#footer  td#copyright {
	width:50%;
}

table#footer  td#logo {
	width:127px;
}

table#footer  td#biz-link {
	width:50%;
	font-style:italic;
	text-align:right;
	font-size:11px;
}

/*Home*/
table#home-layout  {
	width:100%;
}

table#home-layout td.home-img  {
	width:185px;
	padding:0 0 0 10px;
	margin:0;
	text-align:center;
	vertical-align:top;
}

table#home-layout td.home-text {
	width:525px;
	text-align:left;
	vertical-align:top;
	padding:0;
	margin:0;
}

/*Resources Page*/

table#resources-links  {
	width:100%;
}

table#resources-links td  {
	width:50%;
	vertical-align:top;
}

table#resources-links td.resources  {
	padding-right:12px;
	border-right:thin solid #F8B90C;
}

table#resources-links td.white-papers  {
	padding-left:12px;
}

/*Download Page Styles*/
table#downloads  {
	width:80%;
}

table#downloads  td  {
	 padding:3px;
	 text-align:left;
}

table#form-table  {
	width:100%;
}

table#form-table td#form-head  {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#000066;
	padding-bottom:6px;
	 padding:3px;
}

table#form-table td#form-body  {
	color:#000066;
	background-color:#ADD8E6;
	 padding:3px;
}

table#downloads td#register  {
	font-weight:bold;
	text-align:center;
}

/*Image layout table for info pages*/
table#image-layout  {
	width:100%;
}

table#image-layout td {
	vertical-align:top;
}

table#image-layout td.image-info {
	text-align:center;
	padding:0 0 0 9px;
	width:260px;
}

table#image-layout td.text-info {
	
}

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:100%;
	font-size:13px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:25%;
	font-weight:bold;
}

td.field  {
	width:75%;
}

/*Heading commands - these can all be changed*/

h1  {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#0000FE;
}

h2  {
	font-size:18px;
	font-weight:bold;
	color:#F8B90C;
}

h3  {
	font-size:14px;
	font-weight:bold;
	color:#F8B90C;
	margin:0;
	padding-bottom:0;
}

h4  {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#0000FE;	
	padding-bottom:3px;
	margin:0px;
}

h5  {
	
}

h6  {
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	text-align:center;
}

menu  {
	margin-top:3px;
}


span  {
	color:#CC0000;
	text-decoration:none;
}
p.img  {
	text-align:center;
}

img.right  {
	float:right;
	padding-left:5px;
	padding-right:10px;
}