@charset "utf-8";

/*    PAGE LAYOUT    */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: url(images/bg.jpg) repeat-x #6697BF;
}
#container {
	width: 1000px;
	margin: 3px auto;
	text-align: left;
	background: #ffffff;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #596F80;
	border-right-color: #596F80;
	border-bottom-color: #596F80;
	border-left-color: #596F80;
} 
#header {
	
} 
#topnav {
	text-align: right;
	font-size: 0.8em;
	background-color: #E8E8E8;
	border-bottom: 1px solid #E2720C;
	position: relative;
}
#header #branding {
	background-color: #FFF;
	background: url(images/thesolution.gif) no-repeat ;
	height: 94px;
	background-position: 740px;
}
#header #navfeature {
	padding-left: 19px;
	background-color: #445461;
	border-bottom: 3px solid #dedeeb;
}
#sidebar1 {
	float: left;
	width: 250px;
}
#sidebar2 {
	float: right;
	width: 250px;
}

#mainContent {
	margin-right: 250px;
	margin-left: 0;
	padding-left: 20px;
	border-right: 1px solid #dedeeb;
}
.leftsidebar #mainContent {
	margin-left: 250px;
	margin-right: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedeeb;
} 
#footer {
	clear: both;
	border-bottom: 6px solid #E0E0E0;
	border-top: 1px solid #dedeeb;
	padding: 5px 10px 10px 20px;
} 
	
	

/*   GENERIC ELEMENT STYLING    */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding-bottom: 1em;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #2F5FAB;
}
a:visited {
	color: #2f5fab;
}
a:hover {
	color: #0397FA;
}
a:active {
	color: #0397FA;
}
a img {
	border: none;
}


/*    HEADER    */
#header #topnav ul, #footer ul  {
	list-style: none;
	padding: 3px;
	margin: 0px;
}
#header #topnav li, #footer li   {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #BFBFBF;
}
#header #topnav a {

}
#header #navfeature img {
	padding: 0 11px 0 0;
}
#header #navfeature p {
	text-align: justify;
	padding-right: 20px;
	font-size: 11px;
	line-height: 1.5em;
}
#navfeature h1 {
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.5em;
}
#header #navfeature.bgwhite {
	background-color: #FFF;
}



/* LEFT SIDEBAR */
#sidebar1 h3 {
	background-color: #E6E6EE;
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px solid #DEDEEB;
	margin-top: 15px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#sidebar1 p {
	padding: 0 10px 10px 10px;
}
#sidebar1 ul {
	padding-bottom: 10px;
}
#sidebar1 ul li {
	background-position: 10px bottom;
	list-style-type: none;
	padding: 0 10px;
	line-height: 1.8em;
}

/*    RIGHT SIDEBAR    */
#sidebar2 ul {
	padding-bottom: 10px;
}
#sidebar2 ul li {
	background: url(images/checkmark3.gif) no-repeat;
	background-position: 10px bottom;
	list-style-type: none;
	padding: 0 10px 0 40px;
	line-height: 1.8em;
}
#sidebar2 h3 {
	background-color: #E6E6EE;
	font-size: 1.2em;
	color: #333;
	padding: 8px 20px 8px 10px;
	border-bottom: 1px solid #DEDEEB;
}
#sidebar2 p {
	padding: 0 10px 10px 10px;
}

/*   MAIN CONTENT STYLING   */
#mainContent h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
	padding-top: 20px;
}
#mainContent h2 {
	font-size: 1.3em;
	padding: 25px 0 2px 0;
	border-bottom: 1px solid #D9D9E6;
}
#mainContent h3 {
	font-size: 1.1em;
}
#mainContent p {
	padding: 0 10px 10px 0;
}
#mainContent ul , #mainContent ol {
	padding: 0 10px 10px 50px;
}
#mainContent ul li, #mainContent ul li {
	line-height: 1.3em;
	padding-bottom: .8em;
}

/* TABLES NOT CURRENTLY IS USE ON SITE - LEAVE CODE IN FOR FUTURE SITE DEVELOPMENT - MODIFY FOLLOWING STYLES AS REQUIRED AND ADD NEW STYLES AS REQUIRED */
#mainContent table {
	width: 100%;
	border-collapse: collapse;
}
#mainContent td {
	border-top:#efefef solid 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent th {
	background: #F5F4F1;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* FOOTER SYTLYING */ 
#footer p {
	padding: 10px 2px 5px 15px;
	text-align: center;
	font-size: 0.9em;
}
.boxright {
	float: right;
}
.boxleft {
	float: left;
}

/*    GENERIC CLASSES - CAN BE APPLIED TO ANY ELEMENT  */
.fltrt {
	float: right;
	margin-left: 8px;
	margin-right: 10px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
