/* CSS by Mark Booth - Creative Caliber - www.creativecaliber.com */

* {margin:0;padding:0}

#pb {
  page-break-after: always;
}


body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #506d8f;
	font: 11px/12px Verdana, arial, helvetica, sans-serif;
	height: 100%;
}

p, td, h2, h3 ,h4 ,h5 ,h6 {
	font: 11px/12px verdana, arial, helvetica, sans-serif;
}

p.build {
	margin-top: 4px;
	font: 9px verdana, arial, helvetica, sans-serif;
	text-align: center;
}

h1
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 16px;
color: #214e7b;
margin: 10px 0 10px 13px;
font-weight: normal;

}

strong {
	color: #214e7b;
	}


p {
	padding: 5px 13px 10px 13px;
	}
	
ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 5px;
	font: 11px/12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
li {
	margin-top: 6px;
}
ol {
	margin-left: 0;
	padding-left: 60px;
	padding-right: 5px;
	font: 11px/12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}


* html #mainbackground, #footer {
 	height: 100%;
}


#mainbackground {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background-image: url(images/grad.gif);
	background-repeat:repeat-y;
	width: 842px;
	border-top: 0;
	border-bottom: 0;
}

#frame {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	clear: both;
}

#header {
	height: 310px;
	}

#mainimg {
	float: right;
}

#maincontent {
	float: left;
	height: 100%;
	clear: both;
}

#homeleft {
	float: left;
	height: 100%;
	width: 483px;
	background-color: #eaeff5;

}

#fullpanel {
	float: left;
	height: 100%;
	width: 753px;
	background-color: #eaeff5;

}


#homeright {
	float: right;
	height: 100%;
	width: 260px;
	background-color: #eaeff5;
}

#homenews {
	float: left;
	height: 100%;
	width: 483px;
	background-color: #eaeff5;
}

#widefoot {
	float: left;
	height: 17px;
	width: 483px;
	background-image: url(images/wide_bot.gif);
	background-repeat: no-repeat;
}

#narrowfoot {
	float: left;
	height: 17px;
	width: 260px;
	background-image: url(images/narrow_bot.gif);
	background-repeat: no-repeat;
}

#fullfoot {
	float: left;
	height: 17px;
	width: 753px;
	background-image: url(images/headers/full_width_footer.gif);
	background-repeat: no-repeat;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer_top.gif);
	background-repeat:repeat-y;
	width: 842px;
	height: 20px;
	text-align: center;
	padding-top: 4px;
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #b0c1d3;
	}

#sidenav {
	float: left;
	width: 160px;
	height: 300px;
	background-image: url(images/synergy_logo-ex.jpg);
	background-repeat: no-repeat;
}

/* links */

#sidenavlinks {
	margin-top: 116px;
	margin-left: 18px;
}


#sidenavlinks a:link, #sidenavlinks a:visited {
	text-align: center;
	width: 118px;
	font: 11px verdana, arial, helvetica, sans-serif;
	display: block;
	color: #214e7b;
	padding: 3px;
	border-bottom: 1px solid #eaeff5;
	text-decoration: none;
}

#sidenavlinks a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #4977a8;
	text-align: center;
}


#footer a:link, #footer a:visited {
	color: #ffffff;
	font: normal 10px verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	}
	
#footer a:hover{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

#buildlink a:link, #buildlink a:visited {
	color: #214e7b;
	font: normal 9px verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
	}
	
#buildlink a:hover{
	color: #ffffff;
	background-color: #214e7b;
	text-decoration: none;
}

a:link, a:visited {
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #214e7b;
	text-decoration: underline;
}

a:hover{
	color: #ffffff;
	background-color: #4977a8;
	text-decoration: none;
}


.itals
{
font-style: italic;
}