@charset "utf-8";
body  {
	font: .85em/1.5em Tahoma, Arial, sans-serif;
	background: #FFFFFF url(../../images/bg_pow_stripes.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../../images/dropshadow.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 15px;
	padding-left: 15px;
} 
.twoColFixRtHdr #header {
	background: url(../../images/banner_top.jpg) no-repeat right top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 175px;	
	width: 100%;
} 
#header img {
	padding-top: 30px;
}

/*header search function*/
#header_search {
	text-align:right;
	color: #42750E;
	z-index: 12;
	font: 11px Tahoma, Arial, sans-serif;
	margin-right: 10px;
	margin-top: 3px;
	float: right;
}
.btnGoogle {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background: #9FB644;
	border: 1px outset #9FB644;
}
#header_search input.txt {
	font-size: 10px;
	color: #345E0A;
}
#header_search .radio {
	color: #699037;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 10px 30px 20px;
	background: url(../../images/sidebar_grad.jpg) repeat-x 0px 0px;
	margin: 0;
	width: 235px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	margin: 0 264px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px;
	background: url(../../images/sidebar_shadow.gif) repeat-y right top;
} 
.twoColFixRtHdr #mainContent p {
	padding-left: 30px;
	padding-right: 40px;
}
.twoColFixRtHdr #mainContent h1 {
	color: #4C4539;
	font: bold 21px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	background: url(../../images/h1_titleBar.jpg) no-repeat;
	height: 60px;
	padding-top: 13px;
	padding-left: 20px;
	margin-top: 0px;
	text-transform: capitalize;
}
.twoColFixRtHdr #mainContent h2 {
	color: #1F3C76;
	font: bold 18px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E59B4;
	margin-left: 18px;
	padding: 10px 10px 10px 8px;
	margin-right: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E59B4;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent h3 {
	font: bold 16px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 40px 30px 0 18px;
	padding: 3px;
	text-transform: capitalize;
	background: #5C3905;
	border: 4px double #FFFFFF;
}

.twoColFixRtHdr #mainContent h4 {
	font:bold 11px/18px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #C9D6F1;
	border-top:1px solid #C9D6F1;
	margin-left: 18px;
	padding: 10px 10px 10px 8px;
	margin-right: 30px;
	margin-top: 0px;
	color:#333;
	background: url(../../images/grey_grad.gif) repeat-x left top;
	}
#mainContent li {
	margin-left: 20px;
	list-style-type: square;
	margin-right: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
}
.twoColFixRtHdr #mainContent a {
	color: #42750E;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration: underline;
}


#menu {
	cursor: pointer;
	height: 26px;
	padding: 4px 20px 0 20px;
	margin: 12px 0 0 0;
	left: 0px;
	float: left;
	width: 100%;
	background: #42750E;
}
#mainContent #pullquote {
	background: #E9762C url(../../images/bg_circles.gif) repeat;
	float: right;
	width: 200px;
	margin: 0px 30px 5px 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #67BACF;
	border-right-color: #4BACC6;
	border-bottom-color: #4BACC6;
	border-left-color: #4BACC6;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent #pullquote p {
	line-height: normal;
	padding: 10px;
	margin: 0;
}
#pullquote .bodyPullQuote {
	color: #D2EDFE;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#mainContent #pullquote li {
	font-size: 0.9em;
	color: #623E02;
	padding-bottom: 5px;
	margin: -5px 2px 0px -10px;
}



#mainContent #pullquote a {
	color: #CBE8EF;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	
}#mainContent #pullquote a:hover {
	text-decoration: overline;
}
.highlight {
	color: #E9762C;
	font-weight: bold;
	font-size: 1.1em;
	background: #E1E4D1;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 430px;
	margin-left: 40px;
	text-align: center;
}
.highlight2 {
	color: #E9762C;
	font-weight: bold;
	font-size: 1.1em;
}
.twoColFixRtHdr #container #mainContent #clients a .linkNone{
	background: #fff;
}
#contactInfo {
	width: 85%;
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 45px;
	}
.contactInfoRow {
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 10px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #A7DDFF;
	background: #EFFAFF;
}
#contactInfo td {
	text-align: left;
	padding: 5px 5px 5px 10px;
}

#wagt_map_1 {
	border: medium double #342101;
	margin: 20px 0 40px 45px;
	width: 500px;
	height: 300px;
}


.resume{
	width: 90%;
	margin-left: 25px;
	margin-bottom: 40px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A7DDFF;
	border-left-color: #A7DDFF;
	border-right-width: thin;
	border-right-color: #A7DDFF;
	
}
.resume td{
	vertical-align: top;
	padding: 10px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #A7DDFF;
	background: #EFFAFF;
}
.resumeHighlight {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 35%;
	color: #1F3C76;
}
.resumeCollege {
	color: #333333;
	line-height: 26px;
	font-style: oblique;
}

.twoColFixRtHdr #container #mainContent .resume td .altrow {
	background: #FFFFFF;
}

.listTable{
	padding: 5px 0 10px 0;
	margin: 0px;
}
.resumeAltRow {
	background: #EFFAFF;
}


.twoColFixRtHdr #footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#42750E url(../../images/dropshadow_bottom.gif) repeat-x left bottom;
	height: 42px;
	margin: 0;
	width: 840px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
}
.twoColFixRtHdr #footer .copyright {
	float: left;
}
#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FBE3C4;
	text-decoration: none;
}

#mainContent .copyright {
	font-size: 10px;
	color: #CC6600;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	border: medium double #342101;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	border: medium double #342101;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
#friend {
	background: #CEE3F8 url(../../images/friend_refer.jpg) no-repeat center bottom;
}
.top {
	font-size: 11px;
}
.highlightNoBG {
	color: #E9762C;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 430px;
	text-align: center;
}
#faq_q {
	margin-bottom: 20px;
}
.twoColFixRtHdr #container #mainContent #faq_q h1 {
	background: #C8C4B9 url(../../images/bg_circles.jpg) repeat;
	margin: 20px 30px 5px 20px;
	height: 25px;
	font-size: 1.4em;
	font-weight: bold;
	color: #3E2C1E;
	border-bottom-width: thin;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BCB8A9;
	border-left-color: #9B9480;
	padding: 5px 0px 0px 5px;
}
.twoColFixRtHdr #container #mainContent #faq_q a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent #faq_q h2 {
	margin: 2px 30px 2px 20px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #EAE8E1;
	font: bold 1.05em Tahoma, Arial, sans-serif;
}
.twoColFixRtHdr #container #mainContent #faq_q h2:first-letter {
	font: bold 1.7em Tahoma, Arial, sans-serif;
	color: #1F3C76;
}
.twoColFixRtHdr #container #mainContent #faq_q h3 {
	font: normal 1.05em/1.5em Tahoma, Arial, sans-serif;
	margin: 5px 0px 25px 20px;
	padding: 0px 30px 0 0;
	background: transparent;
	color: #333333;
	text-transform: none;
}
.twoColFixRtHdr #container #mainContent #faq_q h3:first-letter {
	font: bold 1.8em Tahoma, Arial, sans-serif;
	color: #9B9480;
}
.twoColFixRtHdr #container #mainContent #faq_q p {
	margin: 2px 0px 2px 15px;
	padding: 2px 30px 0px 20px;
}
.twoColFixRtHdr #container #mainContent #faq_q li {
	list-style-type: circle;
	padding-left: 5px;
	margin-left: 20px;
	margin-top: -25px;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
.twoColFixRtHdr #container #browser {
	font-size: .75em;
	color: #666666;
	text-align: center;
	padding: 0 0 4px 0;
}
.twoColFixRtHdr #container #browser a:link, .twoColFixRtHdr #container #browser a:visited {
	font-weight: bold;
	color: #42750E;
}
.twoColFixRtHdr #container #browser a:hover, .twoColFixRtHdr #container #browser a:active {
	font-weight: bold;
	color: #666666;
}
.twoColFixRtHdr #container #mainContent #engFam {
	width: 100%;
	margin-top: -20px;
	padding-top: 0px;
	float: left;
}
.twoColFixRtHdr #container #mainContent #engMod {
	width: 100%;
	margin-top: 20px;
	padding-top: 0px;
	float: left;
	margin-bottom: 40px;
}
.clear{
	clear:both;
}
.instructBox{
	color:#999999;
	font-size: 11px;
	}
.quote{
	color:#333;
	font-size: 11px;
	line-height:normal;
	}
	
.quoteName{
	color:#666;
	font:italic 10px;
	line-height:normal;
	font-weight:normal;
	}
