@charset "utf-8";
body  {
	font: 11pt Tahoma, Arial, sans-serif;
	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 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 15px;
	padding-left: 15px;
} 
.twoColFixRtHdr #header {
	background: url(../../images/logo_aqcs.jpg) no-repeat left top;
	height: 115px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #559153;
	display: none;
} 
#header img {
	display: none;
}

/*header search function*/
#header_search {
	display: none;
}
.btnGoogle {
	display: none;
}
#header_search input.txt {
	display: none;
}
#header_search .radio {
	display: none;
}


.twoColFixRtHdr #sidebar1 {
	display: none;
}
.twoColFixRtHdr #mainContent {
	margin: 0;
	width: 100%;
} 
.twoColFixRtHdr #mainContent p {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 8px;
	margin: 10px 0px -5px;
	font-size: 11pt;
}
.twoColFixRtHdr #mainContent h1 {
	color: #000000;
	font: bold 20pt Optima, Verdana, Arial, SansSerif;
	height: 40px;
	padding-top: 15px;
	padding-left: 25px;
	margin-bottom: -15px;
	margin-top: 0px;
	text-transform: capitalize;
}
.twoColFixRtHdr #mainContent h2 {
	color: #333333;
	font: bold 16pt Optima, Verdana, Arial, SansSerif;
	padding: 15px 10px 10px 8px;
	text-transform: capitalize;
	margin: 10px 30px 0px 18px;
}
.twoColFixRtHdr #mainContent h3 {
	font: bold 14pt Optima, Verdana, Arial, SansSerif;
	color: #666666;
	margin: 20px 30px 0 18px;
	padding: 15px 10px 5px 8px;
	text-transform: capitalize;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}

#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: #333333;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px 5px 5px;
}
.twoColFixRtHdr #mainContent a:hover {
	text-decoration: underline;
}


#menu {
	display: none;
}
#mainContent #pullquote {
	float: right;
	width: 300px;
	margin: 10px 30px 5px 20px;
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thick double #666666;
}
#mainContent #pullquote p {
	line-height: normal;
	padding: 10px;
	margin: 0;
}
#pullquote .bodyPullQuote {
	color: #666666;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
#mainContent #pullquote li {
	font-size: 0.9em;
	color: #000000;
	padding-bottom: 5px;
	margin: -5px 2px 0px -10px;
}



#mainContent #pullquote a {
	color: #666666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	
}#mainContent #pullquote a:hover {
	text-decoration: overline;
}
.highlight {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
}
.twoColFixRtHdr #container #mainContent #clients a .linkNone{
	background: #fff;
}
#contactInfo {
	width: 95%;
	margin-left: 15px;
	margin-top: 15px;
	}
#contactInfo th {
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 10px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999999;
	width: 33%;
}
#contactInfo td {
	text-align: left;
	padding: 5px 5px 5px 10px;
}


.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: #999999;
	border-left-color: #999999;
	border-right-width: thin;
	border-right-color: #999999;
	border-bottom-color: #999999;
	
}
.resume td{
	vertical-align: top;
	padding: 10px;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999999;
}
.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: #ccc;
}


.twoColFixRtHdr #footer {
	padding: 0 10px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: none;
} 
.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: 9pt;
	text-align: right;
}
.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: 9pt;
	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. */
	display: none;
}

.fltlft { /* this class can be used to float an element left in your page */
	display: none;;
}
.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;
}
