@charset "utf-8";

/* TAG STYLES */
body{
	text-align:center;
	background-color:#3e3e3e;
	margin:8px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#9b0000;
	padding:0px;
	margin:0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	padding:0px;
	margin:0px 0px 6px 0px;
}

h4{
	margin-top:10px;
}

form{
	padding:0px;
	margin-top: 4px;
}

a{
    	text-decoration:none;
	color:#9b0000;
}

/* CONTAINERS */
#main_div{
	position:relative;
	width:979px;
	margin:auto;
	text-align:left;
	height: 100%;
} 

#shadows{
	position: relative;
	float:left;
	width:979px;
}

#bg1{
	position:absolute;
	top:0px;
	left:-73px;
	width:73px;
	height:491px;
	background-image:url(images/bg1.jpg);
	background-repeat:no-repeat;
}

#bg2{
	position:absolute;
	top:0px;
	right:-73px;
	width:73px;
	height:491px;
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
}

#bg3{
	position:absolute;
	top:0px;
	left:-73px;
	width:73px;
	height:300px;
	background-image:url(images/bg3.jpg);
	background-repeat:no-repeat;
}

#bg4{
	position:absolute;
	top:0px;
	right:-73px;
	width:73px;
	height:300px;
	background-image:url(images/bg4.jpg);
	background-repeat:no-repeat;
}

#search_bar {
	position:relative;
	float:left;
	width:949px;
	height:29px;
	background-image:url(images/search_bar.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
} 

.search_bar {
	background-color:#9f9f9f;
	border:#4f4e4f 1px solid;
	height:15px;
	width:142px;
	background: white url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) left no-repeat;
} 

.search_bar_erldoc {
	background-color:#9f9f9f;
	border:#4f4e4f 1px solid;
	height:15px;
	width:142px;
    background: white
} 

#search_field {
	position:relative;
	float:right;
} 

#logo_small {
	position:relative;
	float:left;
	padding-top:5px;
} 

#menu{
	position:relative;
	float:left;
	width:949px;
	height:35px;
	background-image:url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align:right;
	padding-right:30px;
	text-transform: lowercase;
} 

#menu a{
	display:inline-block;
	height:35px;
	line-height:35px;
	padding:0px 6px 0px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d7d7d7;
	font-size:11px;
	text-decoration:none;
} 

#menu a:hover{
	text-decoration: underline;
} 

#banner{
	position:relative;
	float:left;
	width:9px;
	height:183px;
    	background-color:#000000;
}

#banner a{
	color:#ffffff;
	text-decoration: none;
} 

#logo{
	position: absolute;
	top:12px;
	left:28px;
	color:#666666;
	text-align:right;
	width:150px;
} 

#banner_text1{
	position: absolute;
	top:32px;
	right:-618px;
	color:#eeeeee;
    	font-size:15px;
}

#banner_text2{
	position: absolute;
	top:93px;
	right:-615px;
	color:#eeeeee;
    	font-size:15px;
}

#banner_text3{
	position: absolute;
	top:156px;
	right:-636px;
	color:#eeeeee;
    	font-size:15px;
}

#banner_small{
	position:relative;
	float:left;
	width:9px;
	height:58px;
} 

#slice{
	position:relative;
	float:left;
	width:979px;
	height:25px;
	background-image:url(images/slice_bg.jpg);
	background-repeat: repeat-x;
}

#title_bar{
	position:relative;
	float:left;
	width:979px;
	height: 100%;
}

#content{
	position:relative;
	float:left;
	width:979px;
	height: 100%;
	background-color:#d2d4d2;
}

#footer_top{
	position:relative;
	float:left;
	width:979px;
	height:17px;
	background-image:url(images/footer_top.jpg);
	background-repeat:no-repeat;
}


#footer{
	position:relative;
	float:left;
	width:979px;
	background-color:#d2d4d1;
}

#footer h1{
	font-size: 14px;
	color:#000000;
	padding:0px;
	margin:0px 0px 10px 0px;
}

#footer h2{
	font-size: 13px;
	color:#9b0000;
	padding:0px;
	margin:0px;
}

#footer h3{
	font-size: 10px;
	color:#000000;
	padding:0px;
	margin:0px 0px 6px 0px;
}

#footer ul{
	padding-left:15px;
	padding-top:0px;
}

#footer_item{
	position:relative;
	float:left;
	width:280px;
	border-left:#9f9f9f 1px solid;
	border-right:#9f9f9f 1px solid;
	padding:10px 20px 10px 20px;
	font-size:11px;
}

#footer_item1{
	position:relative;
	float:left;
	width:288px;
	padding:10px 20px 10px 20px;
	font-size:11px;
}

#footer_bottom{
	position:relative;
	float:left;
	width:979px;
	height:17px;
	background-image:url(images/footer_bottom.jpg);
	background-repeat:no-repeat;
}


#copy{
	position:relative;
	float:left;
	width:979px;
	height:30px;
	text-align:center;
	color:#d7d7d7;
	padding-top:6px;
}

#copy a{
	color:#d7d7d7;
	text-decoration:none;
} 

#copy a:hover{
	text-decoration: underline;
} 


/* MAIN PAGE CSS */
#title{
	padding-bottom:5px;
	font-size:18px;
	font-family: Calibri, Verdana, Arial;
	font-weight:bold;
}

#title1{
	position:absolute;
	top:-40px;
	right:200px;
	font-size:25px;
	color:#d2d4d2;
	font-family: Calibri, Verdana, Arial;
	font-weight:bold;
}

#title2{
	position:absolute;
	top:-67px;
	left:20px;
	font-size:18px;
	color:#d2d4d2;
	font-family: Calibri, Verdana, Arial;
	text-transform: uppercase;
}

#leftcol_home{
	position:relative; 
	float:left; 
	background-color:#e8e8e8;
	min-height:355px; 
	width:534px;
	padding:15px 0px 15px 36px;
}

#leftcol{
	position:relative; 
	float:left; 
	background-color:#e8e8e8;
	width:673px;
	padding:15px 0px 15px 36px;
}

#rightcol_home{
	position:relative; 
	float:left; 
	padding:20px; 
	width:360px;
	margin-left: 9px;
	text-align:justify;
	background-color: #d2d4d2;
}

#rightcol_home p{
	margin-top:5px;
}

#rightcol{
	position:relative; 
	float:left;
	width:250px;
	padding: 10px;
	background-color: #d2d4d2;
}

#separator{
	height:23px;
	text-align:center;
	clear: both;
	padding:5px;
}

.text_item{
	clear:both;
	margin-bottom:20px;
}

#trace {
	margin-top: 5px; 
	padding-left: 18px;
	text-transform: lowercase;
}

#trace li {
	display:inline;
	list-style: none;
	color:#d7d7d7;
	font-size: 11px;
}

#trace li a {
	color:#d7d7d7;
}

.link_list {
    margin-top: 0px;
}

.link_list dt {
    margin-top: 5px;
}

.edit_links {
	position:relative; 
	float:right;
	top:-20px;
	right:20px;
}

img.image_lead
{
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.static_div 
{
    padding: 30px;
    background-color: #E8E8E8;
}


#terminal 
{
    border-style:solid;
    border-width:1px;
    border-color:#bbd9d8;
    background-color:#EEEBBB;
    color:#000000;
    font-family:monospace, prestige;
		padding: 5px;
		line-height: 150%;
}

#divider {
    border:5px dashed #AAAAAA;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 647px;
    display: block;
    border-width:1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
