body { font-family: Verdana, Arial, Helvetica, sans-serif;
background:url(assets/images/bgrepeat.jpg);
margin:0;
height:100%;
color:#FFF;}

*html {
	height:100%;
}
p { font-size: 12px;
	line-height: 20px;}

h1 { font-size: 24px;
	 font-weight: bold;
	 font-style:italic;
	 font-family:Georgia, "Times New Roman", Times, serif;}

h2 { font-size: 18px;
	 font-weight: bold;
	 font-style:italic;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#60B0D7;}

h3 { font-size: 14px;
	 font-weight: bold;
	 font-style:oblique;
	 color:#A2D1E8;}

h4 { font-size: 12px; 
	 font-weight: bold;}

a { font-weight: bold;
	text-decoration: none;
	color:#B3D9EC;}

a:hover { text-decoration: none;
	color:#FFFFFF;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { border: #60B0D7 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
hr {color:#FFF;
	background:#FFF;
	height:1px;
	border:0;}
			  
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color: #CCCCCC;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */

/*DIV IDs*/

#centerwrapper{margin:0 auto;
width:760px;
height:100%;
}

#contentwrapper{background:url(assets/images/contentrepeat.jpg) bottom left repeat-y;
border:1px solid #39C;
width:758px;
float:left;
height:100%;
}

#header{width:758px;
background:url(assets/images/header.jpg);
height:140px;
float:left;
}

#content{width:758px;
float:left;
background:url(assets/images/contenttop.jpg) no-repeat;
height:100%;
}

#footer{width:758px;
text-align:center;
float:left;
clear:both;
font-size:11px;
color:#60B0D7;
margin:50px 0;
}

#rightColumn{
width:568px;
float:right;
border-top:1px solid #39C;
padding:10px;
}
#wrapleft{
width:169px;
float:left;

}
#leftColumn{width:169px;
float:left;

}

#leftColumn ul{
margin:0;
padding:0;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
}

#leftColumn li{
display:block;
font-size:15px;
height:26px;
line-height:26px;
}

#leftColumn a{
color:#75BBDD;
display:block;
height:26px;
padding-left:10px;
background-color:transparent;
}

#leftColumn a:hover{
	text-decoration:none;
	background:url(assets/images/nav.jpg) repeat-x;
	color:#FFF;
}

#address{
width:250px;
float:left;
font-size:12px;
line-height:18px;
margin:30px;
}

.bluetext {color:#60B0D7;

}

#sidebarCTA {
	padding:10px;
	width:140px;
	float:left;
}

#sidebarCTA li{
	list-style-type:square;
	line-height:10px;
	font-size:12px;
}

#sidebarCTA ul{
	margin:0;
	padding:0;
}



#sidebarCTA h3{
	color:#FFFFFF;
	font-style:italic;
	font-size:14px;
	
}
#sidebarCTA a{
	color:#FFFFFF;
}
#sidebarCTA a:hover{
	color:#3A7AC9;
	text-decoration:none;
	
}


/*END IDs*/

/*Splash divs*/
#splashBanner {
	width:588px;
	float:right;
	padding:0;
	clear:right;
	border-top:1px solid #39C;
	
	
}

#splashcontent{
	padding:10px;	
	float:right;
}
.splashSection {
	border-top:1px solid #39C;
}

.splashSection h3{
	color:#FFFFFF;
	font-style:italic;	
}
/*end splash*/