/* generic styles */
a:focus {
  outline-style:none;
}

table {
	border:0;
    border-collapse:collapse;
}
th {
    text-align:left;
}
td {
    vertical-align:top;
}
img {
    border:0;
}
form {
    margin:0;
}
input, select, textarea {
	margin:0;
	border:0px;
	background:#CCCCCC;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.radio {
    margin-bottom:-2px;
}

body {
	margin:0px;
	background:url(../template_images/header_bg.jpg) repeat-x top left #2d2d2d;
}


/* text/link styles */
p, div, td, li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

p {
	margin:10px 0px;
	*margin:10px 0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FF9933;
	margin:10px 0px 0px 0px;
	*margin: 0px;	
	font-weight:lighter
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	margin:10px 0px 0px 0px;
	*margin: 0px;	
	font-weight:lighter
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF9933;
	margin:0px 0px 10px 0px;		
	font-weight:bold;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px 0px 10px 0px;	
	font-weight:bold;
}

hr {
	height:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-top:1px dotted #999999;
	margin-bottom:10px;
	*margin-bottom:0px;
}

a               {color:#FF9933; text-decoration: none}
a:link          {color:#FF9933; text-decoration: none}
a:active        {color:#FF9933; text-decoration: none}
a:visited       {color:#FF9933; text-decoration: none}
a:hover         {color:#FF9933; text-decoration: underline}

ul {
	list-style:url(../template_images/bullet.gif);
	*list-style:url(../template_images/bullet_ie.gif);
	color: #FF9933;
	line-height:16px;
	margin-left: -27px;
	*margin-left:18px;
	margin-top: -5px;
}

ol {
	margin-left: -12px;
	*margin-left: 32px
}

li {
	margin-bottom:5px;
	

}

/* div styles */
#div_site_holder {
	position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;

}

/* header*/

#header {
	width:900px;
	height:120px;

}

#logo {
	float:left;
	width:217px;
	height:95px;
	position:absolute;
	top: 0px;
	
	
}

#top_nav {
	float:right;
	text-align:right;
	width: 663px;
	margin-right:10px;
	height:15px;
	margin-top: 15px;
	margin-bottom: 45px;
	color: #CCCCCC;
}

#top_nav a{
	color:#CCCCCC;
}

/* menu */


#main_nav {
	width:663px;
	float:right;
	height:45px;
	margin-right:10px;
	text-align:right;
	padding:0px;
}

#menu_item {
	float:left;
	height:45px;
	padding-left:35px;
	display:block;
	margin:0px;
	_width:30px;

}

#menu_item a{
	display:block;
	text-align:center;
	color:#FFFFFF;
	height:45px;
}

#menu_item a:hover{
	display:block;
	text-decoration:none;
	color: #FF9933;
	height:45px;
	background:url(../template_images/btn_main_ro.jpg) no-repeat bottom center
}

#active {
	display:block;
	text-decoration:none;
	color: #FF9933;
	height:45px;
	background:url(../template_images/btn_main_ro.jpg) no-repeat bottom center
}


#menu_item a:active{
	display:block;
	text-decoration:none;
	color: #FF9933;
	height:45px;
	background:url(../template_images/btn_main_ro.jpg) no-repeat bottom center
}


#ul_sub1 {
	margin-bottom:10px;
}

.li_sub1 {

}

.link_sub1 {
	color:#31558f;
	font-weight:bold;
}

.link_sub1:hover {
	color:#020927;
	text-decoration:none;
}

.link_sub1_active {
	color:#020927;
}


#ul_sub2 {
	margin-bottom:15px;
}

.li_sub2 {
	margin-left:5px;
}

.link_sub2 {
	color:#5a5f67;
	font-weight:bold;
}

.link_sub2:hover {
	color:#333333;
	text-decoration:none;
}

.link_sub2_active {
	color:#333333;
	text-decoration:none;
}

/* Sidebar*/


#sidebar_holder {
	float:left;
	width:192px;
	margin:30px 10px 0px 0px;
	background:#383838 url(../template_images/sidebar_footer.gif) no-repeat bottom left;
	padding:10px 10px 45px 10px;
}

#sidebar_holder_quote {
	float:left;
	width:192px;
	margin:30px 10px 0px 0px;
	background:#383838 url(../template_images/sidebar_footer_quote.gif) no-repeat bottom left;
	padding:10px 10px 215px 10px;
}

a.s_nav {
	color:#CCCCCC;
}

a.s_nav:link {
	color:#CCCCCC;
}

a.s_nav_active {
	color:#CCCCCC;
	font-weight: bold;
}

a.nav_sub_item:link {
    color:#FF9933;
}

a.nav_sub_item_active {
	font-weight:bold;
}


/* News */

#news_item {
	width:192px;
	float:left;
	line-height:16px;
}

#news_item a{
	text-align:right;
	width:192px;
	display:block;
	color:#ff9933
}

#news_item p{
	color:#CCCCCC;
}

#news_footer {
	width:192px;
	clear:both;
	text-align:right;
}

/* page center entry */

#main_content_holder {
	width: 668px;
	float:left;
	
}

#div_pce_holder {
}

#pce_main_content {
	float:left;
	width:646px;
	padding:10px;
	background:#666666 url(../template_images/pce_bg.jpg) repeat-x top left;
	border: 1px solid #5A5A5A;
	margin-bottom: 10px;
	
}

#latest_projects {
	float:left;
	width:646px;
	padding:10px;
	background: #444444;
	margin-bottom: 10px;

}

/* page center info*/

#crumb {
 font-size:10px;
 margin:10px 0px;
 color:#999999;

}

#crumb a{
	color:#999999;
}
 
/* Quicklinks */

#quick_links {
	float:left;
	width:646px;
	padding:10px;
}

#quick_links h4{
	color:#FFFFFF;
}

#quicklink_column {
	width:140px;
	padding-right: 20px;
	float:left;
}
#quicklink_column a{
	line-height:20px;
}

/* footer */

#div_footer_holder {
	float:left;
	width:646px;
	padding:10px;
	margin-bottom:10px;

}


#div_footer_holder a {
	color:#FFFFFF;
	text-decoration:none;
}

/* forms */
.heading1{font-weight:bold; padding-top:20px; padding-bottom:5px;}

td.col1 {
		vertical-align:middle;
}

td.col1b {

}

.fieldLabel{}

.textField{border:1px solid #cccccc; width:150px; padding:3px; font-size:11px; margin:3px 0px 3px 0px;}

.addressField{border:1px solid #cccccc; width:150px; padding:3px; font-size:11px; margin:3px 0px 3px 0px;}

.dateField{border:1px solid #cccccc; width:35px; padding:3px; font-size:11px; margin:3px 0px 3px 0px;}

.mandatoryItem{color:#FF0000;}

.extraInformation{font-style:italic; font-size:10px; color:#006699;}

.form_radio {

}


/* help */
#div_search {
	float:left;
}

.field_search {
	width:200px;
	height:22px;
	*margin-top:-1px;
	color:#4e4e4e;
	font-size:11px;
	padding-top:3px;
	padding-left:5px;
}

#help {
    color: #FFFFFF;
}

#help a {
    color: #FFFFFF;
}

.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

.help_body {
    width: 100%;
    padding-top: 10px;
	margin-bottom: 20px;
}

.help_icon {
    text-align: left;
	padding:10px;

}

.help_question {
    font-weight: bold;
    color:#FFFFFF;
    padding: 0px 10px;
}    

.help_question a {
    color:#FFFFFF;
	margin-left: 10px;
}    


.help_answer {
    color:#333333;
    padding:0px 10px 10px 10px;

}    

.help_answer ul {
	list-style:none;
	margin-top:5px;
}

.help_answer ul ul{
	list-style-image:url(../template_images/bullet.gif);
	margin-left: -16px;
	*margin-left: 16px;
	*margin-top:5px;
}

li p{
	*padding-left:12px;	
}

li.sitemap ul {

	margin:10px 0px;
	*margin: 10px 20px;
}

.help_topten_holder {
    width: 100%;

}

.help_topten_header {
    font-weight: bold;
    color: #333333;
	padding:0px 8px 4px 8px;
}   


.topten_qs {
	padding:2px 8px 2px 8px;
}

#filerow {
    background-color:#767575;
}

#filerow a, #filerowalt a {
    color:#FF9933;
}

#filerowalt {
	background:#5b5b5b
}

#help_back {
	float:right; 
	width:50px; 
	text-align: right; 
	margin-top:15px;
}

/* contact/feedback */
div.contact_col1 {
	width:120px;
	height:18px;/*22px;*/
	padding-top:4px;
	margin:3px 0px 3px 0px;
	float:left;
	clear:both;
}

div.contact_col2 {
	width:320px;
	margin:3px 0px 3px 0px;
	float:left;
}

div.contact_col2check {
	width:220px;
	margin:3px 0px 3px 0px;
}

div.contact_col2 input {
	width:212px;/*216px;*/
	height:17px;/*18px;*/
	padding:1px 2px 0px 2px;
	*margin-top:-1px;
}

div.contact_col2 textarea {
	width:212px;/*216px;*/
	height:200px;
	padding:0px 2px 0px 2px;
	font:Arial, Helvetica, sans-serif;
}

/*quicklink*/

div.quick_links_col {
	width:150px;
	height:100px;
	color:#666666;
}

a.ql_link1 {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}

a.ql_link1:link {
	color:#666666;
	font-size:10px;
	text-decoration:none;
}

a.ql_link2 {
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:bolder;
}

a.ql_link2:link {
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:bolder;
}


a.ql_link1:hover, .ql_link2:hover {
	text-decoration:underline;
}






