body {
	margin:0; 
	padding:0; 
	font-size:14px;
	font-family:Arial,Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(images/gradient_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-position:top;
	color:#000000;
}
a {
	color:#3399ff;
	text-decoration:underline;
}
h1{
	font-size:138%;
	font-family:Helvetica,Arial,san-serif;
	font-weight:600;
}


h4 {
	font-size:138%;
	color:#FB8F37;
	font-family:Helvetica,Arial,san-serif;
	font-weight:600;
}

h2{
	color:#3399ff;
	display:inline;
	font-size:100%;
}

.button{
	background-color:#efcf2e;
	color:#663300;
}

/*********main table**************/
#table908{
	text-align:left;
	width:908px;
	margin:52px auto 15px auto; /*centers the main part of the page. 52px top and bottom, left and right equal */
 	background-color:#000000;
	background-position:top right;
	background-repeat:no-repeat;
	background-image:url(images/dropshadow_background.jpg);
	padding:0;
	position:relative;
}
#inside_table908{
	background-color:#FFFFFF;
	text-align:left;
	width:902px;
}
/*********end main table**************/

.aBold{
	font-weight:bold;
	text-decoration:none;
}
.aBold:hover{
	text-decoration:underline;
}
#mainNav{
	background-image:url(images/blue-curve_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:903px;
	margin:0;
	padding:9px 0 0 0;
	text-align:right;
	color:#FFFFFF;
	font-family:Helvetica,Arial,san-serif;
	font-size:12px;
	min-height:28px;
	position:relative;
}

#mainNav a:link{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 23px 0 0;
	padding-right:15px;
	position:relative;
	top:-2px;
	background-image:url(images/nav_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#mainNav a:visited{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 23px 0 0;
	padding-right:15px;
	position:relative;
	top:-2px;
	background-image:url(images/nav_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#mainNav a:hover{
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 23px 0 0;
	padding-right:15px;
	position:relative;
	top:-2px;
	background-image:url(images/nav_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#leftSide{
	width:150px;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	float:left;
	clear:left;
}

#leftSide a{
	font-weight:bold;
	text-decoration:none;
}

#leftSide a:hover{
	font-weight:bold;
	text-decoration:underline;
}

#mainContent{
	width:640px;
	padding:30px 30px 0 0;
	float:right;
}

.orangeBox,.blueBox{
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	min-height:36px;
	padding:13px 0;
	text-align:center;
	text-transform:uppercase;
	width:124px;
}
.orangeBox{
	background-image:url(images/button_orange.gif);
	margin-bottom:-37px;
}
.blueBox{
	background-image:url(images/button_blue.gif);
}

.blueBox_banner{
	width:160px;
	background-color:#006AAE;
	border-bottom:1px solid #A8CCE4;
	padding:0px 0 5px 0;
}
.blueBox_banner h1{
	color:#FFF;
	font-size:15px;
	display:inline;
}
.blueBox h3{
	font-weight:500;
	padding:0 10px 0 10px;
	font-size:14px;
	margin:2px 0;
}
.blueBox span{
	font-weight:bold;
}

#homelist li {
	list-style-image:url(images/bullets.gif);
	margin:0 0 10px 0;
}
#homelist li a{
	text-decoration:none;
}
#homelist li a:hover{
	text-decoration:underline;
}

#pageHeader{
	color:#006AAF;
	font-weight:bold;
}

#pageHeader span{
	font-style:italic;
	font-weight:400;
}
.pdfDiv{
	width:120px; 
	margin:25px auto;
}
.pdfDiv a{
	font-weight:bold;
	text-decoration:none;
}

.pdfDiv a:hover{
	font-weight:bold;
	text-decoration:underline;
}
.rightSideContainer{
	float:right;
}
.linkedInBox{
	border:1px solid #cae5ef;
	float:right;
	width:236px;
	padding:7px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	line-height:1;
}
.linkedInBox a{
	text-decoration:none;
}
.linkedInBox a:hover{
	text-decoration:underline;
}
/***************footer links*****************/

#footer{
	text-align:center;
	width:908px;
	margin:8px auto 30px auto; /*centers the main part of the page. 8px top, 30px bottom, left and right equal */
 	background-color:#000000;
	/*padding:0 50px 0 0;*/
	font-size:85%;
	color:#36628A;
}

#footer a:link{
	color:#36628A;
	text-decoration:none;
}
#footer a:visited{
	color:#36628A;
	text-decoration:none;
}
#footer a:hover{
	color:#36628A;
	text-decoration:underline;
}
/***************end footer links*****************/

.doit {
	background-color:#cccccc;
}
.didit {
	background-color:#ffffff;
}
#phoneDiv{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	right:22px;
	top:-36px;
}