/* @override 
	http://localhost:8000/media/format.css
	http://192.168.2.10:8000/media/format.css
*/

*{
	padding: 0;
	margin: 0;

}
a[href^="http:"]{
	background: url(site_images/external_link.png) no-repeat right top;
	padding-right: 11px;
}
a[href^="mailto:"]{
	
	padding-right: 18px;
	background: url(site_images/mail_to.png) no-repeat right top;
}
a[href$=".mp3"]{
	background: url(site_images/music_note.png) no-repeat right top;
	padding-right: 15px;
}

body{
	background-color: white;
}
.user_name{
	position: absolute;
	top: 5px;
	right: 5px;
}
.user_file_date{
	
	float: right;
}


#wrapper{
	width: 900px;
	margin: 0;
	background: white url(site_images/coil.png) no-repeat;
	
	
}
#main_content{
	position: relative;
	left: 144px;
	width: 740px;
	
}
#main_content a:hover{
	text-decoration: underline;
}
#comp_name{
	position: relative;
	top: 25px;
	left: 15px;
	color: #000;
	font: 21px Verdana;
}
#banner{
	position: relative;
	top: 36px;
	
}
#banner img{
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	height: 119px;
	display: block;
}
#banner .page_name{
	position: relative;
	left: 15px;
	font: 30px Arial;
	color: #ff6600;
	top: -40px;
}
#relative_fill{
	position: relative;
	height: 192px;
	z-index: -400;
}
#content_box{
	position: relative;
	margin-top: 35px;
}
#content a{
	/*color: #fb8837;*/
	text-decoration: none;
	color: #4a6599;
}
#content{
	position: relative;
	left: 15px;
	width: 527px;
	color: #666666;
	font-family: Arial;
	line-height: 1.5;
	min-height:350px;
  	height:auto !important;
  	height:350px;
	
}
#content li{
	list-style-type: none;
	padding-top: 3px;
	background: url(site_images/bullet.png) no-repeat 0 center;
	padding-left: 15px;
	padding-bottom: 3px;
}
#footer{
	position: relative;
	border-top-style: solid;
	border-top-color: #cacaca;
	padding-top: 7px;
	color: #666666;
	font-size: 12px;
	width: 740px;
	
}
#right_column{
	position: absolute;
	right: 15px;
	width: 166px;
	font-family: Helvetica;
	top: 5px;
}
#right_column h3{
	border-bottom: 1px solid #666;
	border-top: 1px solid #f60;
	padding-left: 15px;
	font-size: 18px;
	color: #3b3b3b;
	padding-bottom: 4px;
	padding-top: 3px;
}
#right_column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#right_column li{
	padding-left: 15px;
	padding-top: 3px;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 3px;
	font-size: 15px;
	background: url(site_images/bullet_right_c.png) no-repeat 5px center;
	text-decoration: none;
}
#right_column a{
	color: #666666;
	text-decoration: none;
	vertical-align: -2px;
	font: 15px Arial;
}
#form_table td{
	padding-bottom: 10px;
	padding-top: 10px;
}
#form_table th{
	font-size: 34px;
	border-bottom: 2px solid #e2e2e2;

}
.table_lines{
	border-bottom: 2px solid #e2e2e2;
}
.form_top{
	width: 494px;
	background-color: #fff;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
}
#form_table{
	background-color: #fff;
	border-right-style: solid;
	border-left-style: solid;
	width: 500px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#form_table .input_one{
	padding-right: 65px;
}
#form_table .input_two{
	padding-left: 80px;
}
#form_table .input_three{
	padding-left: 80px;
}
#form_table .input_four{
	padding-left: 135px;
	
}
#form_table .input_one input{
	height: 24px;
	width: 250px;
}
input[type='text']{
	font-size: 16px;
}
.errors{
	color: red;
}
#full_width_content a{
	/*color: #fb8837;*/
	text-decoration: none;
	color: #4a6599;
}
#full_width_content{
	position: relative;
	left: 15px;
	color: #666666;
	font-family: Arial;
	line-height: 1.5;
	min-height:350px;
  	height:auto !important;
  	height:350px;
	padding-right: 20px;
}
#full_width_content li{
	list-style-type: none;
	padding-top: 3px;
	background: url(site_images/bullet.png) no-repeat 0 center;
	padding-left: 15px;
	padding-bottom: 3px;
}
.list_head{
	background-image: url(site_images/background.png);
	padding-left: 90px;
	color: #555;
	font-size: 17px;
}
#project_list{
	margin-top: 14px;
	
	
	margin-left: -15px;
	border: 1px solid #e8e8e8;
}
#project_list li{
	margin-left: 90px;
}

#jsddm{
	position: relative;
	background: url(site_images/orange_bar.png) repeat-x 0 top;
	width: 740px;
	top: 37px;
	font: 16px Arial;
	color: #5b5a5a;
	padding-top: 2px;
	height: 45px;
	z-index: 200;
}
#jsddm li .selected{
	color: #ff6600;
	background-image: url(site_images/menu_highlight.png);
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}


#jsddm li{	
	float: left;
	list-style: none;
	font: 12px Arial}

#jsddm li a{	
	display: block;
	font-size: 16px;
	color: #5b5a5a;
	padding: 5px 12px;
	text-decoration: none;
	padding: 14px 15px 12px;
	white-space: nowrap;
border-color: #cacaca;
}
#jsddm li:hover{	
	background-image: url(site_images/menu_highlight.png);
}


#jsddm a:hover{	
	background-image: url(site_images/menu_highlight.png);
	
}
#jsddm li ul a:hover{
	background: url(site_images/highlight_menu.png) repeat-x;
	border: none;
	color: #fff;
}
#jsddm li ul a{
	font-size: 16px;
	padding: 7px;
	margin-bottom: 3px;
}
#jsddm li ul .selected{
	background: url(site_images/highlight_menu.png) repeat-x;
	border: none;
	color: #fff;
}		
#jsddm li ul{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#jsddm li ul li:hover{
	background-image: none;
}
#jsddm li ul li{	
	float: none;
	display: inline;
	
	
}

#jsddm li ul{	
	min-width: 200px;
	width: auto;
	background: white;
	
	padding: 5px;
	border: 1px solid #cacaca;
}

/*#jsddm li ul li a:hover{	
	background-image: url(site_images/menu_highlight.png); 
}*/
#jsddm li ul li a{
	
	border: none;
	
}
.courtesy{
	font-size: 10px;
	position: absolute;
	right: 1px;
	color: #696969;
}
#loader_image{
	float: none;
	visibility: hidden;
	position: absolute;
	right: 160px;
	bottom: 124px;
}
