/* 

Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net

Free to use, please give credit for original design.

*/

body {
	margin-top:20px;
	margin-bottom:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#2a56d6;
}

#main {
	width:900px;
	color:black;
	text-align:center;
	margin:0 auto;
	font-size:80%;
	line-height:130%;
	padding-top: 10px;
	background-color:#FFFFFF;
	background-image: url('images/topcornors.png');
	background-repeat:no-repeat;	
	background-position:top;
}

#header_wrapper {
	width:100%;
	background-image:url(images/new_header-1.gif);
	background-repeat:no-repeat;
	height: 150px;
}

#nav_wrapper {
	width:100%;
}

#content_wrapper {
	
}

/* top right breadcrumbs */

#breadcrumbs {
	float:right;
	margin:0 10px -12px 0;
	font-size:85%;
}

/* blue wave header image */
#header {
	clear:right;
	text-align:left;
}

#header h1 { 
	color:#2a56d6; 
	height:100px;  
	margin:0 15px;  
	padding-top:37px;  
	line-height:1.5em; 
	font-size:160% 
}


#content_menu {
	width:900px;
	height:30px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:100%;
	background-image: url('images/menuBkg.png');
	background-repeat:repeat-x;
	vertical-align:middle;
}

#content_menu_bottom {
	width:900px;
	height:30px;
	padding:0px;
	margin-left:0px;
	margin-bottom:5px;
	text-align:center;
	font-size:100%;
	background-image: url('images/menuBkg.png');
	background-repeat:repeat-x;
	vertical-align:middle;
}

.menuItem, .menuItem a, .menuItem a:visited {
	width:auto;
	height: 25px;
	padding-top: 2px;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-left: 12px;
	cursor: hand;
	color:white;
	vertical-align:middle;
	
}

.menuItem a:hover, .menuItem a:visited:hover {
	color: #9DC2E4;

}

/* left navigation area */

#content_left {

	float:left;

	width:145px;

	line-height:135%;

	padding:5px;

	margin:0 0 10px 0;

	text-align:left;

	font-size:100%;

}

#content_left p {

	padding:0;

	margin:8px 0 0 8px;

}

#content_left ul { /* starts left navigation */

	margin:8px 0 0 8px;

	padding:0;

	text-align:left;

}

#content_left li { /* main navigation list item */

	display:block;

	list-style:none;

	width:100%;

	margin:0;

	padding:0;

	font-weight:bold;

}



#content_left li.sub { /* sub navigation list item */

	display:block;

	list-style:none;

	width:100%;

	padding:0;

	margin:0 0 0 10px;

	font-weight:normal;

}



#content_left a, #content_left a:visited { /* mouse out navigation anchor link styles */

	display:block;

	width:100%;

	margin:0px;

	padding:0px;

	text-decoration:none;

	color:#666666;

	border-bottom:1px solid #FFFFFF;

}

#content_left a:hover, #content_left a:visited:hover { /* mouse over navigation anchor link styles */
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
	color:#2a56d6;
	text-decoration:underline;
	border-bottom:1px solid #FFFFFF;
}



/* main textual content area */

#content {
	padding:5px;
	margin:0 10px 10px 0;
	line-height:140%;
	background-color:#FFFFFF;
	text-align:left;
	float:right;
	width:690px;
}

#dvd {
	padding:5px;
	margin:0 10px 10px 0;
	line-height:140%;
	background-color:#FFFFFF;
	text-align:center;
	width:890px;
}

#content p {

	padding:0;

	margin:8px 0 0 2px;

}

#content_l { /* main textual content area (left box) */

	margin:0 auto;

	padding:5px;

	display:inline;

	float:left;

	width:48%;

}

#content_r { /* main textual content area (right box) */

	margin:0 auto;

	padding:5px;

	display:inline;

	float:right;

	width:48%;

}



/* header tags */

h1 {
	color:#2a56d6;
	font-size:130%;
	display:block;

	text-align:right;
}

h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0 10 0 0;
	padding:0;
	color:#557ef5;
}



h3 {
	font-size:100%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	font-weight: bold;
}

.MASTBlue
{
	font-weight: bold;
	color: #1C7FB8;
}

/* anchor links */

a, a:visited {
	text-decoration:none;
	color:#2a56d6;
}

a:hover, a:visited:hover {
	color:#2a56d6;
	text-decoration:underline;
}

/* footer */

#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:100%;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
}

#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}

.tagline	{
	border:2px solid #CCCCCC;
	padding: 10px;
	cursor: hand;
	color: #2a56d6;
	width:90%;
}

h1 .taglineRight	{
	font-size: 70%;
	cursor: hand;
	color: #AC0017;
	text-align: right;
	font-style:italic;
	font-weight:bold;
}

.clientLogo {
	padding: 3px;
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
}

.clientHeader {
	padding-bottom: 5px;
	font-weight:bold;	
}
