/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #f7f7f7 url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
    font-family: verdana, arial, sans-serif;
	font-size:11pt;
}

a:link {
	COLOR: #FF0000; text-decoration: none
}
a:visited {
	COLOR: #FF0000; text-decoration: none
}
a:hover {
	COLOR: #FF0000; text-decoration: underline
}
#qft a {
	font-size: 15px;
	font-style: italic;
	color: #E8AB1E;
	text-align: right;
	font-weight: bold;
	float: right;
	text-decoration: underline;
}


#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
  border: 1px solid #000000;
  font-family: verdana, arial, sans-serif;
}
h1 {
	margin-top:0px;
    margin-bottom:10px;
    font-family: verdana, arial, sans-serif;
  	font-size: 18px;
  	color: #FF0000;
  	background-color:#FFFFFF;
  	padding:4px;
  	border-bottom: 1px solid #018843;
  	clear:both;
}
#container h2 {
	margin-top:10px;
	margin-bottom:15px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000000;
	padding:4px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding:4px;
	margin: 0px;
}

#page_header {
	height: 88px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#page_header h1 {
  margin: 0px;
  padding-top:40px;
  padding-left:250px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
	margin: 0px;
	padding-top:20px;
	padding-left:450px;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	line-height: 11px;
}


#menu_bar {
	height:25px;
	clear: both;
	position: absolute;
	top: 79px;
	margin: 0px;
	padding: 0px;
}

#menu_bar ul {
	color: White;
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#menu_bar ul li {
	display: inline;
}
#menu_bar ul li a {
	display: block;
	color: #EFEFEF;
	text-decoration: none;
	height: 20px;
	float: left;
	padding-top: 3px;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
}

#menu_bar .home a {
	background-image: url(../images/home1.png);
	background-repeat: no-repeat;
	width: 51px;
}
#menu_bar .home a:hover {
	background-image: url(../images/home2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .about a {
	background-image: url(../images/image1.png);
	background-repeat: no-repeat;
	width: 66px;
}
#menu_bar .about a:hover {
	background-image: url(../images/image2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .rs a {
	background-image: url(../images/rs1.png);
	background-repeat: no-repeat;
	width: 114px;
}
#menu_bar .rs a:hover {
	background-image: url(../images/rs2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .dv a {
	background-image: url(../images/dv1.png);
	background-repeat: no-repeat;
	width: 81px;
}
#menu_bar .dv a:hover {
	background-image: url(../images/dv2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .eval a {
	background-image: url(../images/eval1.png);
	background-repeat: no-repeat;
	width: 77px;
}
#menu_bar .eval a:hover {
	background-image: url(../images/eval2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .shred a {
	background-image: url(../images/shred1.png);
	background-repeat: no-repeat;
	width: 79px;
}
#menu_bar .shred a:hover {
	background-image: url(../images/shred2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .lc a {
	background-image: url(../images/lc1.png);
	color: #EFEFEF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	padding-top: 3px;
	float: left;
	width: 142px;
}
#menu_bar .lc a:hover {
	background-image: url(../images/lc2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .image a {
	background-image: url(../images/image1.png);
	color: #EFEFEF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	padding-top: 3px;
	float: left;
	width: 66px;
}
#menu_bar .image a:hover {
	background-image: url(../images/image2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .news a {
	background-image: url(../images/home1.png);
	background-repeat: no-repeat;
	width: 51px;
}
#menu_bar .news a:hover {
	background-image: url(../images/home2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}
#menu_bar .client a {
	background-image: url(../images/home1.png);
	background-repeat: no-repeat;
	width: 51px;
}
#menu_bar .client a:hover {
	background-image: url(../images/home2.png);
	color: #FF0000;
	background-repeat: no-repeat;
}

#content_wrapper {
  clear:both;
  font-family: verdana, arial, sans-serif;
  font-size:11pt;
}
#container td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#left {
	background-color: #EFEFEF;
}


#left_side {
  margin-top:5px;
  width:160px;
  border:0px dashed #cccccc;
}

#left_side h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding:4px;
	margin: 0px;
}

#box {
  margin-top:0px;
  margin-bottom:10px;
  padding:4px;
  border: 1px solid #000000;
  background-color:#CCCCCC;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #414141;
  line-height: 16px;
  padding-left:4px;
}

#right_side {
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}
#left_side hr {
	margin: 0px;
	padding: 0px;
}


#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF0000;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  padding-left:4px;
}
p {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #464646;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
	float: left;
	padding-right: 10px;
}

.float_right {
	float: right;
	padding-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #e0e0e0;
  border:1px solid #a4a4a4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#page_footer {
  height: 50px;
  background-color: #000000;
  clear: both;
}
#page_footer p {
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

.sectHeaderU {
font-size:17px;
font-weight:bold;
text-decoration:underline
}

.sectContent{  
	font-family: verdana, arial, sans-serif;
  	font-size: 12px;
  	color: #464646;
  	line-height: 18px;
	margin-left: 15px;
	margin-top: -10px;
}
.sectCttImg{  
	font-family: verdana, arial, sans-serif;
  	font-size: 12px;
  	color: #464646;
  	line-height: 18px;
	margin-left: 15px;
	margin-top: -10px;
}

.bioName{
	font-size:15pt;
	font-weight:bold;
	text-align: left;
	
}

.bioTitle{
	font-style:italic;
	color:#666666;
}
#drop {
	background-color: #CCCCCC;
}
#popup {
	background-color: #E9E9E9;
	border: 1px solid #DBDBDB;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#bigbox {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #EFEFEF;
}
#poptable td {
	padding: 0px;
	margin: 0px;
}






#sublist {
	line-height: 20px;
	font-size: 12px;
}
#facebook {
	margin-bottom: 5px;
}
#facebook p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#facebook td {
	margin: 0px;
	padding: 0px;
}
