html, body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl { 
	font-size: 1em; 
	margin-bottom: 1em; 
	margin-top: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	letter-spacing: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	letter-spacing: 0px;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:normal;
	letter-spacing: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight:normal;
	letter-spacing: 0px;
}
a:active {
	text-decoration: none;
	font-weight:normal;
	letter-spacing: 0px;
}
.cms:a {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	letter-spacing: 0px;
}
.cms:link {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	letter-spacing: 0px;
}
.cms:visited {
	text-decoration: none;
	color: #666666;
	font-weight:normal;
	letter-spacing: 0px;
}
.cms:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight:normal;
	letter-spacing: 0px;
}
.cms:active {
	text-decoration: none;
	font-weight:normal;
	letter-spacing: 0px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.style3 {font-size: 10px}
.style4 {
	color: #FF6600;
	font-weight: bold;
}
.style5 {
	color: #000000;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.white10 {
	color: #FFFFFF;
	font-size:10px;
}
.cms_input {
	width: 450px;
}
.cms_nav {
	text-align: center;
	width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
}
#cms_navholder {
	float: left;
	width: 180px;
	padding-top: 30px;
}
#cms_sidenav {
	float: left;
	width: 180px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#cms_navmain {
	width: 100%;
	height: 50px;
}
.cms_nav:hover {
	background-color:#f2f2f2;
	border: 1px solid #CCCCCC;
}
.rule_left {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:5px;
}
.rule_right {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding:5px;
}
.rule_left2 {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:5px;
}
.rule_right2 {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding:5px;
}
.main_title {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #ED1C24;
	line-height: 26px;
}
.sub_title {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #005DAB;
}
.sub_title_red {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	color: #ED1C24;
}
.blue_intro {
	font-size: 12px;
	line-height: 16px;
	color: #005DAB;
}
#email_holder {
	width: 760px;
	text-align: center;
	float: left;
}
.archive_holder {
	width: 740px;
	padding-bottom:20px;
}
.archive_pages {
	width:300px;
	float:left;
}
.archive_buts {
	width:320px;
	float:right;
}

/* CV AJAX STYLES */

#blanket {
	background-color: #FF9900;
	opacity: 0.50;
	filter:alpha(opacity=50);
	position:absolute;
	z-index: 101;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position: absolute;
	width:620px;
	z-index: 102;
}
#cvintro {
	position: fixed;
	width: 620px;
	z-index: 102;
}
#cvfooter {
	position: fixed;
	width: 620px;
	z-index: 102;
}
#extitle {
	position: fixed;
	width: 620px;
	z-index: 102;
}
#newextitle {
	position: fixed;
	width: 620px;
	z-index: 102;
}
.popUpHolder {
	padding: 10px;
	border: 1px dotted #CCCCCC;
	background:#FFFFFF;
}
label {
	color:#0052A9;
	font-size: 12px;
    width: 80px;
    float: left;
    text-align: right;
    margin-right: 15px;
    display: block;
}
.form {
	margin-bottom: 5px;
}
#updated {
	border:1px dotted #999999;
	padding: 10px; 
	position:fixed;
	top: 40px;
	left: 80px;
	width: 620px;
	height: 30px;
	z-index: 100; 
	background-color: #FF9900;
	text-align: center;
	padding-top: 20px;
}
.highlite:hover {
	background-color: #ffffcc;
	border-color: #cccccc;
	cursor: pointer;
}
.cms_break {
	border-bottom: solid 1px #E7E7E8;
	padding-bottom:10px;
	margin-bottom:10px;
}
.title_left {
	width: 300px;
	float:left;
	padding-top: 10px;
}
.title_right {
	width: 180px;
	float:right;
}
.floatleft {
	float:left;
}
.floatright {
	float: right;
}
/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table; 
	clear: both;
	height: 0px;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 

.selectmenu {
	width: 186px;
}

#docnav ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}
#docnav li {
	list-style: none;
	margin:0px;
	padding: 0px;
}
#docnav ul a {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	height: 18px;
	text-align:left;
	margin:0px;
}
#docnav ul ul a {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	display: block;
	text-decoration: none;
	padding: 8px 0px 2px 40px;
	height: 22px;
	margin:0px 0px 0px 10px;
	text-align: left;
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
}
#docnav li a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#docnav ul li.off a, #docnav ul ul li.off a {
	color: #FF3333;
	font-style:italic;
	font-size: inherit;
}
