@charset "UTF-8";
/* CSS Document */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;border:1px solid #bbb; margin: 5px 0 15px 0;}
caption, th, td {text-align:left;font-weight:normal; padding: 4px 2px;}
table, td, th {vertical-align:middle;}
td {padding:6px;}
th{font-weight:bold;font-size:1.1em;}
.top{border:0;line-height:24px;font-size:1.3em;float:right;}
.rowlight{font-style:italic;color:#990000;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.clear{clear:both;}
.white{background-color:#fff;}
/* typography.css */
body {font-size:14px;color:#333;background-color:#3d4a6a;font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;}
/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #222; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.3em; margin-bottom: 0.75em;border-bottom: 1px solid #949494; margin-right:50px; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: .8em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #999; text-decoration: none; }
a           { color: #a26400; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
.bigger     { font-size: 1.1em; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}


/* Surround uppercase words and abbreviations with this class */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}
/* Sliding controller styles
-------------------------------------------------------------- */
#jflow{float:right;margin: 70px 15px 0 0;text-align:left;}
#myController{float:left;}
#myController span{
	color:#a26400;
	background:#fff;
	display: block;
	border-bottom:1px solid #949494;
	border-left:1px solid #949494;
	border-top:1px solid #949494;
	font-size: 1.1em;
	padding: 5px 10px;
	width:190px;
	margin-top:-1px;
	margin-right:0;
	cursor:pointer;
}
#myController span.jFlowSelected {background:#5e6a87;color:#fff;}
#myController span:hover{color:#999;}
#jFlowSlide{
	float: left;
	border-left:1px solid #949494;
}
#jFlowSlide img{float:left;cursor:pointer;}
.jFlowPrev, .jFlowNext{cursor:pointer;}

/* Website layout styles
-------------------------------------------------------------- */
.bg{
	background-image: url(../images/siteBG.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
#site_wrap{
	margin: 0 auto;
	padding: 20px 0;
	width:970px;
}
#header{
	float:right;
	margin: 0;
	padding: 0 25px 0 0;
	color: #eee;
}
#header a, #footer a{color: #fff;}
#header a:hover, #footer a:hover{color: #b3bcd1;}
#header span{color: #aaa;}
.logo{position:absolute;top:10px;}
#content_wrap{margin:0 auto;}

#col_wrap{
	width:920px;
	background-image:url(../images/3colBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #949494;
	margin: 30px 5px 0 22px;
	padding: 0 0 0 7px;
}
#col_wrap img{padding: 4px 20px 4px 4px;float:right;}
#col_wrap ul{padding: 0 0 0 20px;}
.col{width:288px;float:left;text-align:left;padding: 2px 2px 2px 3px;margin:5px;border-right:1px solid #949494}
.col p{margin:0;padding:5px 0;}
.col li a{color:#333;}
#footer{
	font-size: .9em;
	text-align: center;
	padding: 40px 20px 20px 20px;
	margin: 0 auto;
	color: #aaa;
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #3d4a6a;
}
#footer li{display: inline;padding:0 10px;border-right: 1px solid #eee;}

/* Website layout continued styles
-------------------------------------------------------------- */
.left{float:left;text-align:left;}
#page_left{float:left;text-align:left;width:217px;}
.addressphone{padding: 0 0 0 35px;font-size:1.3em;margin:240px 0 0 0;}

#page_wrap{float:left;width:740px;_width:730px;margin:70px 0 0 0;text-align:left;}
#sidebar{float:left;width:210px;_width:190px;}
#sidebar .side_call:hover{border:1px solid #a26400; }
#sidebar h2{font-size:1.2em; padding:0;margin:4px 0;}
#sidebar p{font-size:.85em;padding:0 6px; margin: 0;}
#sidebar img{margin:0 5px 0 0;padding:0;float:right;}
#sidebar .side_call{
	border:1px solid #949494; 
	padding: 10px;
	margin-top: 10px;
	min-height:100%;
	background-image:url(../images/call_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:220px;
}
#navigation a{display:block;}
#navigation a.head, #navigation a.home {
	background-image: url(../images/ul_bg.png);
	background-repeat:no-repeat;
	cursor:pointer;
	line-height:46px;
	display:block;
	height:46px;
	width:220px;
	text-indent: 17px;
	color: #fff;
	font-size: 1.2em;
}
#navigation a.head:hover, #navigation a.home:hover {
	color: #aaa;
}
#navigation a.selected {
	background-image: url(../images/ul_bg_over.png);
	background-repeat:no-repeat;
	line-height:46px;
	height:46px;
	width:220px;
	text-indent: 17px;
	color: #fff;
	font-size: 1.2em;
}
#navigation a.current {
	background-image: url(../images/ul_arrow.png);
	background-position: left;
	background-repeat:no-repeat;
	color:#222;
	font-size: 1em;
}
#navigation ul {
	text-indent:5px;
	display: block;
	margin: -3px 0 0 0; padding: 5px 5px 5px 0;
}
#navigation li {
	height: 21px;
	list-style:none;display:inline;
}
#navigation ul li {font-size: .9em;}
#navigation li li a {
	color:#a66d10;
	display:block;
	text-indent:12px;
	text-decoration: none;
}
#navigation ul li a:hover { 
	background-image: url(../images/ul_arrow.png);
	background-position: left;
	background-repeat:no-repeat;
	color:#222;
}
#content{margin:0 10px;border:1px solid #949494;width:500px;float:left;padding:0;}
#content_full{margin:0 10px;_margin:0;border:1px solid #949494;width:710px;float:left;padding:0;}
#content_header{
	background-image: url(../images/content_header_bg.png);
	background-position: top;
	background-repeat:repeat-x;
	line-height:50px;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1.4em;
	height:50px;
}
#content .page, #content_full .page{
	padding: 10px 10px 10px 10px;
	margin:-3px 0 0 0;
	min-height: 100%;
	font-size: .95em;
}
.page ul{margin:10px 0px 10px 25px;}
.page ol{margin:10px 0px 10px 25px;}
.page li{padding: 5px 0;}
.odd {background-color:#ddd;}

.question{color:#510000;font-weight:700;}

/*Validtaion Styles*/
.cmxform{font-size:1.1em}
.red{color: #990000;}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #990000;
	font-style: italic;
	font-size: .9em;
}
.block { display: block; }
form.cmxform label.error { display: none; }	
div.error { display: none; }
input {	border: 1px solid #aaa; height: 22px; font-size:1.1em  }
textarea {	border: 1px solid #aaa; font-size:1em  }
input:focus, textarea:focus { border: 1px dotted #a26400; }
input.error, textarea:error { border: 1px dotted #990000; }
form.cmxform .gray * { color: gray; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
.sendbtn{
	background-image:url(../images/sendbtn.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 28px;
	width:120px;
	border: none;
	font-size: 1em;
	color: #fff;	
}
.formtable{border-collapse:separate;border-spacing:0;border:none; margin: 5px 0 15px 0;}
.community{border:none;}
.communtiy td{text-align:center;}
/* Tabs Style*/
UL.tabNavigation {
		    list-style: none;
		    margin: 10px 0 0 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
		    padding: 3px 10px;
			font-size: 1.2em;
		    color: #a26400;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #333;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			display: block;
			padding: 15px 5px;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}
