/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.5em;
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.4em;
	font-weight:bold;
	color:#004D93;
	margin:0 0 .5em 0;
	width: 100%;
	padding-top: 3px;
	border-top:solid 1px #0065BD;
	line-height:1.4em;
}

h2 {
	font-size: 1.25em;
	font-weight:bold;
	color:#0065BD;
	margin: 1em 0 0 0; 
}

h3 {
	font-size: 1.1em;
	font-weight:bold;
	color:#333;
	margin: 1em 0 0 0;
}

p, ul, ol, dl, table {
	margin: 0 0 1em 0;
}

ul, ol, dl { padding:0; }

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl,  dl ul, dl ol, dl dl 
{ margin:0 10px; }

ol ul, ul ul { list-style-type:circle }
ol ol ul, ol ul ul, ul ol ul, ul ul ul { list-style-type: square; }

li { margin: 5px 20px 0 20px; padding:0; line-height: 1.3em; font-size:100%; font-family: Arial, Helvetica, sans-serif;
	}

ol li {
 margin-left: 30px;
 line-height: 1.3em;
 font-size:100%;
 font-family: Arial, Helvetica, sans-serif;
}
ul.nobullet {
list-style-type:none;
}
ul.nobullet li {
margin-left:0;
padding-left:0;
}
ul.easyas123 {
	margin:20px 40px 0 20px;
}
span.easyas123 {
    width:100%;
	font-size: 125%;
	font-weight:bold;
	color:#0065BD;
	line-height:1.25em;
}
li.one, li.two, li.three {
	font-size:125%;
	margin: 15px 15px 0 0;
	padding-bottom: 5px;
}
li.one {
	list-style-image:url(graphics/one_blue.gif);
}

li.two {
	list-style-image:url(graphics/two_blue.gif);
}

li.three {
	list-style-image:url(graphics/three_blue.gif);
}

img {
	border:none;
}

hr {
	display:none;
}

div.hr {
	border-bottom: solid 1px #0065BD;
	margin: 20px 0;
}

table {
margin-top: 10px;
border-collapse:collapse;
border: solid 1px #ccc;
}

thead td {
	background-color: #E6E6E6;
}

td {
 border: solid 1px #ccc;
 padding: 5px;
}

table.noborders {
border:none;
}
td.noborders {
border:none;
}
#testimonials blockquote {
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:2em;
	border-bottom: solid 1px #ccc;
}
#main {
width: 1000px;
margin: 10px auto 20px auto;
padding: 0 20px;
}

#logo {
position: relative;
float:left;
width:165px;
height:73px;
top:40px;
left:45px;
}

#utility {
position: relative;
float:right;
width:400px;
top:40px;
text-align:right;
}

#header {
position:relative;
top:-40px;
float:left;
text-align: center;
width: 100%;
}

#nav {
position:relative;
top:-30px;
float:left;
width: 200px;
height: 100%;
}

#content {
position:relative;
top:-30px;
width: 790px;
float: right;
}

#topcontent {
position:relative;
top:-40px;
width:100%;
height:250px;
padding: 0 0 20px 0;
margin: 0 0 10px 0;
background: #fff url(graphics/damian_gerstner_white_bkgrd_194x270.jpg) bottom right no-repeat;
border-bottom: solid 3px #0065BD;
}

#topcontent blockquote {
	margin:0;
	padding: 0 0 0 20px;
	width:250px;
	font-size:105%;
    line-height:1.3em;
	color:#666666;
}

#topcontent h2 {
margin: 0;
}

#bottomcontent {
position:relative;
top:-40px;
width:100%;
}

#bottomcontent .textbox {
	height:75px;
	color: #555;
	font-weight: bold;
	font-size: 120%;
	line-height:1.5em;
}

#text {
float:left;
width:100%;
padding: 0 0 20px 0;
margin-top: 0;
}

#footer {
position:relative;
top:-30px;
float:left;
margin-top:10px;
text-align: center;
width: 100%;
color: #fff;
background-color: #0065BD;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color:#939598;
}

#news_box {
float:right;
width: 250px;
padding: 10px;
margin:10px 0 10px 10px;
border: 1px solid #ccc;
}

#pdmore, #femore, #ismore, #scmmore, #psmore, #rcmore, #qsmore {
display:none;
margin-top:5px;
}


sup {
	font-size: 0.9em;
	vertical-align: super;
	/* position:relative; 
	top: -0.06em; */
}

div.col2 {
	float:left;
	width:499px;
}
div.col3 {
	float:left;
	width:263px;	
}
div.inside {
	padding:0 20px 1em 20px;
}
div.rtborder {
	border-right: solid 1px #ccc;
}

div.lfborder {
	border-left: solid 1px #ccc;
}

div.allborder {
	border: solid 1px #ccc;
}

div.allborder p {
	margin-top: 10px;
}

div.rtmargin {
	margin:1em 10px 0 0;
}
div.lfmargin {
	margin:1em 0 0 10px;
}
div.lfrtmargin {
	margin:1em 10px 0 10px;
}
div.float-divider {
	clear:both;
}
div.centeredbtns {
	width:100%;
	text-align:center;
}

div.highlightbox {
	background-color:#FBEDD0;
	border:1px solid #EEAF30;
	padding:10px;
	margin-bottom:5px;
}

div.rightbox {
	float:right;
	width:250px;
	margin-left:15px;;
	margin-right:0;
}
span.homebutton  {
position:relative;
top:0;
left: 280px;
/*margin-left:300px;*/
}