/*------------------------General HTML definitions-------------------*/

body {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#bbc9ca;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

em{
	display:none;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:100;
	color:#545151;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	color:#545151;
}

a,img {
	outline:none;
	border:0px;
}

/*-----------------------Layout Containers----------------------------*/

#container {
	position:relative;
	display: block;
	width:732px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	min-height: 100%;
	background-color:#FFFFFF;
}

#header {
	position:relative;
	text-align:left;
	height:202px;
	width:732px;
	margin-left:auto;
	margin-right:auto;
}

#image_area {
	height: 202px;
	width: 732px;
}

#primarynav {
	position:relative;
	width:732px;
	height:28px;
}

#nav_surg {
	position:absolute;
	width:240px;
	height:45px;
	display:block;
	top:0px;
	left:10px;
}
#nav_surg a {display: block; width: 240px; height: 45px;}

#content_container {
	width:732px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5d5c5d;
}

#content_container a,link,visited {
	color:#aaaaaa;
	text-decoration:underline;
}

#content_container a:hover{
	text-decoration:underline;
}

#column_left {
	float:left;
	margin-top:25px;
	margin-left:18px !important;
	margin-left:6px;
	margin-right:30px;
	width:200px;
	background-color:#FFFFFF;
}

#column_right {
	float:left;
	margin-top:18px;
	display:block;
	text-align:left;
	width: 440px;
	line-height:17px;
	background-color:#FFFFFF;
}

/*----------------------------Footer----------------------------*/

#footer {
	clear:both;
	position:relative;
	width:732px;
	height:82px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#footer_content {
	margin-top:10px !important;
	margin-top:0px;
	text-align:right;
	border-top: 3px solid #c6c3c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#545151;
}

#footer_text {
	float:right;
	margin-right:12px;
	margin-top:8px !important;
	margin-top:20px;
}

#footer a,link,visited {
	font-family: Helvetica,Arial,sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:-60px;
}
#footer a:hover{text-decoration:underline;}


/*--------------------Classes-----------------------------------*/

.bigblueText {
	color:#313e79;
	font-size:22px;
}

.divider {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style:solid; 
	border-bottom-color:#e5e5e8;
	margin-bottom:2px;
	line-height:8px;
}


#bottomPhone {
	text-align:right;
	margin-right:12px;
}

/*----------------Utility Classes--------------*/
.italicText {
	font-style:italic;
}

.noborders {
	border-style:none;
	border: 0px;
}

.boldText {
	font-weight:bold;
}

.imgfloatLeft {
	margin-left:12px;
	margin-right:10px;
	float:left;
	border-style:none;
	border: 0px;
}

.bottompush {
	margin-top:5px;
}

input.btn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	background-color:#7d858a;
	height:22px;
	border: 0px;
}

/*---------------------------End Classes-----------------------*/
