@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	line-height: 1.5em;
	background-color: #F8F7F3;
}
/** FORMS BEGIN */	
form {
	margin: 0px;
	padding: 0px;
}
/** FORMS END */	
	
/** HEADINGS BEGIN */	
#content h1 {
	margin-bottom: 20px;
	font-size: 21px;
	color: #006AC3;
	line-height:1.2em;
	font-weight: normal;
	white-space: normal;
}
#content h2 {
	font-size: 17px;
	padding-bottom: 4px;
	color: #006AC3;
	margin-bottom: 0px;
	margin-top: 0px;
	white-space: normal;
	font-weight: normal;
}
#content h3 {
	margin-bottom: 10px;
	padding-bottom:4px;
	font-size: 13px;
	color: #666;
}
/** HEADINGS END */
	
/** TEXT BEGIN */
body, th, td, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}

ul {
	margin-top: 0px;
	margin-bottom: 1.4em;
	line-height: 140%;
}
p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.4em;
	line-height: 160%;
}

.subdescription {
	font-size: 9px;	
}
/** TEXT END */
	
/** LINKS */
a {
	text-decoration: underline;
	color: #006AC3;
}
a:hover {
	text-decoration: none;
}
/** LINKS END */
	
/** MISC BEGIN */
img {
	border: none;
}
hr {
	border: 0px;
	color: #CCCCCC;
	height: 1px;
	background-color: #CCCCCC;
}
#seperator {
	width: auto;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	margin-bottom: 10px;
}
dl.lst dd {
	line-height: 1.5em;
	margin-left: 0px;
}
dl.lst dt {
	font-weight: bold;
}
dl.lst dd {
	padding-bottom: 16px;
	display: block;
}
.meta {
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4B4B4;
}
#contentwrapper .meta {
	margin-top: -8px;
	padding: 0px;
}
#content .widget .meta {
	margin-top: -16px;
	margin-bottom:4px;
	padding: 0px;
}
.meta a {
	color: #B4B4B4;
}

.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
/** MISC END */


#page {
	width: 854px; /*Width of main container*/ /* WIDTH - 770 - 840  WAS 770*/
	margin: 0 auto; /*Center container on page*/
	overflow:hidden;
}

/**** START TOP NAVIGATION **************************************************/
#topnav {
	float:left;
	width: 849px; /* WIDTH - 768 - 838 */
	padding-left:5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

#topnav ul {
	list-style: none;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav li {
	border-left: 1px solid #999;
	line-height: 1.2em;
	margin: 0 .6em 0 -.6em;
	padding: 0 .6em 0 .6em;
	white-space: nowrap;
	float: left;
}
#topnav form {
	margin:4px;
	float: right;
}
#topnav a {
	text-decoration: underline;
	color: #666;
}
#topnav a:hover {
	text-decoration: none;
}
/**** END TOP NAVIGATION **************************************************/

/**** START HEADER **************************************************/
#headertop {
	background-image: url(/website/assets/images/headertop.png);
	background-repeat: no-repeat;
	width:854px; /* WIDTH - 770 - 840 WAS 770*/
	float:left;
	height:16px;
}
#bodywrapper {
	width:840px; /* WIDTH - 770 - 840 WAS 756*/
	background-image: url(/website/assets/images/body.png);
	background-repeat: repeat-y;
	padding-left:5px;
	padding-right:9px;
	float:left;
}
#header {
	width:840px; /* WIDTH - 770 - 840 WAS 756*/
	float:left;
	height:70px;
}
#header .logo { 
	display: block;
	width: 300px;
	height: 60px;
	float: left;
	margin:0px;
}
#header h1 {
	margin:0px;
	padding:0px;
	line-height:normal;
}

/** KEYPHRASE BEGIN */
#keyphrase {
	float: right;
	width: 400px;
	padding-right:10px;

}
#keyphrase .floatleft {
	padding-top:0px;
	margin:0px;
}
#keyphrase .floatright {
	padding-top:0px;
	text-align: right;
	margin:0px;
}
#picture {
	width:70px;
	float:right;
}
/** KEYPHRASE END */
/**** END HEADER **************************************************/


/**** START MAIN NAVIGATION **************************************************/
#navmain {
	float:left;
	width:840px; /* WIDTH - 770 - 840 WAS 756 */
}
.indentmenu {
	font-family: Arial, FreeSans, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}
.indentmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 840px; /* WAS 756 */
	background: white url(/website/assets/images/navmain1.png) center center repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: #666;
	text-decoration: none;
	border-right: 1px solid #d5d5d5; /*divider between menu items*/
	font-weight: bold;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.indentmenu ul li a:visited {
	color: #666;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color: #666 !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: white url(/website/assets/images/navmain2.png) center center repeat-x;
}
/**** END MAIN NAVIGATION **************************************************/

/**** START BREADCRUMBS **************************************************/
#breadcrumbs {
	width:830px; /* WAS 746 */
	margin-bottom: 20px;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 11px;
	background-color: #f0ede8;
}
/**** END BREADCRUMBS **************************************************/

/**** START SPLASH **************************************************/
#splash {
	margin-bottom: 10px;
}
#splashhomepagewrapper {
	width: 800px;
	padding-top: 10px;
	padding-left: 20px;
}
/**** END SPLASH **************************************************/

/**** START LAYOUTS **************************************************/

#contentwrapper {
	float: left;
	width: 820px; /* was 736 */
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
.innertubeleft {
	margin-left: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}
.innertuberight {
	margin-right: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}
.innertubeleftright {
	margin-left: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-right: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}
/* CSS Fixed Layout #1.1 - (Fixed) 	- BEGIN */
#contentcolumn11 {
	overflow:hidden;
}
/* CSS Fixed Layout #1.1 - (Fixed) 	- END */

/* CSS Fixed Layout #2.1 - (Fixed-Fixed) 	- BEGIN */
#contentcolumn21 {
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
	overflow:hidden;
}
#leftcolumn21 {
	float: left;
	width: 209px; /*Width of left column*/
	margin-left: -830px; /*Set left margin to -(MainContainerWidth)*/ /* WIDTH - 770 - 840 */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
	padding-right: 10px;
	overflow:hidden;
}
/* CSS Fixed Layout #2.1 - (Fixed-Fixed) 	- END */


/* CSS Fixed Layout #2.2 - (Fixed-Fixed) 	- BEGIN */
#contentcolumn22 {
	margin-right: 230px; /*Set right margin to RightColumnWidth*/
	overflow:hidden;
}
#rightcolumn22 {
	float: left;
	width: 209px; /*Width of right column*/
	margin-left: -230px; /*Set left margin to -(MainContainerWidth)*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #efefef;
	padding-left: 10px;
	overflow:hidden;
}
/* CSS Fixed Layout #2.2 - (Fixed-Fixed) 	- END */



/**** END LAYOUTS **************************************************/

/** WIDGETS BEGIN */
#content .widget {
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	overflow:hidden;
}
#content .widget p.navigationtitle {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #efefef;
	padding-bottom: 4px;
	margin-bottom: 15px;
	margin-top: 0px;
	text-decoration: none;	
}
#content .widget p.navigationtitle a {
	color: #666;
	text-decoration: none;
}
#content .widget p.navigationtitle a:hover {
	color: #666;
	text-decoration: underline;
}
#content .widget h4 {
	font-size: 13px;
	font-weight: bold;
}
/** WIDGETS END */

/** FOOTER BEGIN */
/** FOOTER NAVIGATION BEGIN */
#navfooter {
	float:left;
	width: 830px; /* WIDTH - 770 - 840 WAS 746*/
	color: #989898;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #f0ede8;
}
#navfooter a {
	color: #666;
}
#navfooter ul {
	list-style: none;
	margin:0px;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navfooter li {
	border-left: 1px solid #999;
	line-height: 1.2em;
	margin: 0 .6em 0 -.6em;
	padding: 0 .6em 0 .6em;
	white-space: nowrap;
	float: left;
}
#navfooter li .active {
	font-weight: bold;
}
/** FOOTER NAVIGATION END */
	
/** FOOTER CONTENT BEGIN */	
#footer {
	float:left;
	width: 820px; /* WIDTH - 770 - 840 WAS 736*/
	color: #989898;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
	
#footer .left {
	float: left;
	width: 300px;
}
	
#footer .center {
	float: left;
	width: 200px;
	background-image: url(/website/assets/images/icon_phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 39px;
	margin-left: 20px;
}

#footer .center strong {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #8C8C8C;
}
	
#footer .right {
	float: right;
	text-align: right;
}
#footerbottom {
	background-image: url(/website/assets/images/footerbottom.png);
	background-repeat: no-repeat;
	width:854px; /* WIDTH - 770 - 840 WAS 770*/
	float:left;
	height:18px;
}
/** FOOTER CONTENT END */	
/** FOOTER END */
/** LEGAL BEGIN */
#footerfinal {
	float:left;
	width: 840px; /* WIDTH - 768 - 838 WAS 756*/
	padding-left:5px;
	padding-right:9px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}
#legal {
	float: left;
	margin-bottom:0px;

}
#important {
	float: left;
	clear:left;
	margin-top:0px;
}
#links {
	float: right;
}
/** LEGAL END */







/** SPLASH */
#splashcontentbody h1, #splashcontentbody h2, #splashcontentbody h3, #splashcontentbody h4, #splashcontentbody h5, #splashcontentbody h6 {
	margin: 0px;
	border:0px;
}
#feature-heading h2, #feature-heading h3 {
	display: none;
}
.link2 {
	display: block;
	height: 26px;
	padding-top: 30px;
	background: url(/website/assets/images/homepage18.gif) no-repeat right bottom;
}
.link2 span {
	display: none;
}
p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}
#splashcontentbody .text1 {
	font-size: 11px;
	font-weight: normal;
	color: #949FB1;
}
#splashcontentbody  .text2 {
	font-size: 16px;
	font-weight: bold;
	color: #343E4E;
	margin-bottom:-4px;
}

#feature {
	float: left;
	width: 513px;
	height: 249px;
	padding: 16px;
}
#feature-image {
	float: left;
}
#feature-heading {
	float: right;
	width: 66px;
	height: 249px;
	background: url(/website/assets/images/homepage06.jpg) no-repeat left top;
}
#feature-heading h2, #feature-heading h3 {
	display: none;
}
/** TOOLS */

#tools {
	float: left;
}
#tools ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tools li {
	display: inline;
}
#tools a {
	display: block;
	width: 251px;
}
#tools span {
	display: none;
}
#tools1 {
	height: 97px;
	background: url(/website/assets/images/homepage07.jpg) no-repeat left top;
}
#tools2 {
	height: 87px;
	background: url(/website/assets/images/homepage08.jpg) no-repeat left top;
}
#tools3 {
	height: 97px;
	background: url(/website/assets/images/homepage09.jpg) no-repeat left top;
}
/** CONTENT */


/** BACKGROUNDS */
.bg2 {
	background: url(/website/assets/images/bg01_800.jpg) no-repeat left top;
}
.bg3 {
	background: url(/website/assets/images/bg02_800.jpg) repeat-y left top;
}
.bg4 {
	background: url(/website/assets/images/bg03_800.jpg) no-repeat left bottom;
}
.bg5 {
	background: url(/website/assets/images/bg04_800.jpg) repeat-y left top;
}
.bg6 {
	background: url(/website/assets/images/bg05_800.jpg) no-repeat left bottom;
}
/** BOX1 */

#box1 {
	float: left;
	position: relative;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
}
#title1 {
	height: 40px;
	padding: 10px 0px 0px 92px;
	background: url(/website/assets/images/homepage10.jpg) no-repeat left top;
}
#box1 table {
	padding-left: 5px;
}
#box1 label {
	display: block;
	padding: 4px 0px 1px 0px;
}
/** BOX2 */

#box2 {
	float: right;
	position: relative;
	width: 213px;
	padding: 5px 32px 0px 0px;
}
#box2 .title {
	margin-bottom: 15px;
}
/** BOX3 */

#box3 {
	float: left;
	position: relative;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
}
#box3 .splashcontentbody {
}
#title3 {
	height: 40px;
	padding: 10px 0px 0px 92px;
	background: url(/website/assets/images/homepage15.jpg) no-repeat left top;
}
#box3 table {
	float: left;
	margin: 10px 0px 0px 5px;
}
#box3 td {
	padding: 0px 0px 5px 0px;
}
#box3 p {
	float: right;
	width: 137px;
	margin: 0px;
	padding: 0px 10px 0px 21px;
	background: url(/website/assets/images/homepage17.gif) no-repeat left top;
}
/** BOX4 */

#box4 {
	float: right;
	position: relative;
	width: 220px;
	padding: 10px 25px 0px 0px;
}
#box4 .title {
	margin-bottom: 15px;
}
#box4 .table1 {
	width: 216px;
}
/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 14px;
}
.list1 a {
	padding-left: 10px;
	background: url(/website/assets/images/homepage14.gif) no-repeat left center;
}
/** BLOG START */
#content div.datetime {
	float:left;
	display:block;
	padding:0px;
	width:3.1em;
	min-width:48px;
	color:#2f4765;
	text-align:center;
	font-size:x-small;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4;
	margin-left: 0px;
}
#content div.datetime div.top p {
	background:url(/website/assets/images/caltop.gif) no-repeat 50% 0px;
	margin:-9px auto 0 auto;
	padding-top:11px;
	padding-bottom:0px;
	padding-left:1px;
	text-align:center;
	font:bold x-small/100% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	letter-spacing:0.12em;
	text-transform:uppercase;
}
#content .datetime .top {
	color:#fefefe;
	background-color:#2f4765;
	margin:0px 6px 0px 0px;
	padding:6px 0px 1px 0px;
	line-height:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #283c56;
	border-left-color: #283c56;
}
#content .datetime div.btm {
	color:#365174;
	background:transparent;
	border: 1px solid #283c56;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#content .datetime p.day, #content .datetime p.mon, #content .datetime p.yr {
	text-align:center;
	margin: 0px;
}
#content .datetime p.day {
	color:#365174;
	background-color:transparent;
	padding:0px 0px 1px 0px;
	font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
	letter-spacing:0.13em;
}
#content .datetime p.mon, #content .datetime p.yr {
	color:#283d57;
	background-color:transparent;
}
#content .datetime p.mon {
	padding:0px;
	font:x-small/135% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:100%;
}
#content .datetime p.yr {
	margin-right:14px;
	margin-left:5px;
	padding:0px 4px 0px 0px;
	font:x-small/110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
}

/** BLOG END */
