/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

.links a{
	color: #ffffff;
	text-decoration: none;
}

.links a:link{
	color: #ffffff;
	text-decoration: none;
}

.links a:visited{
	color: #ffffff;
	text-decoration: none;
}

.links a:hover{
	color: #cccccc;
	text-decoration: underline;
}
p {
	margin:5px 15px 5px 5px;
	text-indent:none;
	
}
td {
border:1px solid #FFFFFF;
text-align:left;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/*padding notes: top right bottom left*/
#header{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 850px;
}

#menu{
	width:850px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#menu ul {

margin: 0 0 0 0;
padding: 0 0 0 0px;
}

#menu li {

margin: 0px 0px 5px 0px;
border-right:1px solid #666666;
list-style-position: outside;
list-style-type: none;
display:inline;
padding: 0px 5px 0px 0px;
}
#link_list{
height:auto;
width:110px;
float:left;
margin:0px 10px 0px 0px;

}
#project_outside {
width:1000px;
height:auto;
float:left;
margin:5px 0px 5px 0px;
background:#FFCC33;/*#A0C5DD;*/

}

#project_inside_top {
margin:3px 5px 0px 5px;
width:990px;
height:11px;
background:#ffffff;
/*background-image:url(../images/pjtop.png);*/
background-repeat:none;


}
#project_inside_mid {
margin:0px 5px 0px 5px;
width:960px;
height:auto;
background:#ffffff;
/*background-image:url(../images/pjmid.png);*/
background-repeat:repeat-y;
padding:10px 10px 0px 20px;


}
#project_inside_btm {
margin:0px 5px 3px 5px;
width:990px;
height:10px;
background:#ffffff;
/*background-image:url(../images/pjbtm.png);*/
background-repeat:none;


}

#title{
  	float:right;
	width: 850px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}
#title2{
 
	width:auto;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 5px;
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
	background:#000066;
}
#main{
	width:820px;
	padding:15px 15px 15px 15px;
	overflow:auto;
}

#sub_main{
	background-color:#000000;
	height:400px;
	width:800px;
	padding:10px 10px 10px 10px;

}
#main_objs{
	background-color:#000000;
	height:auto;
	width:810px;
	margin:10px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	
}
#obj_box{
	border:1px solid #d9d9d9;
	width:150px;
	height:150px;
	float:left;
	margin:0px 5px 0px 5px;
	background:#FFCC00;
}
#obj_box_long{
	border:1px solid #d9d9d9;
	width:300px;
	height:150px;
	float:left;
	margin:0px 5px 0px 5px;
	background:#FFCC00;
}
#clear{
clear:both;
}

#sub_main_1{
	border:1px none #d9d9d9;
	height:auto;
	
	padding:10px 10px 10px 10px;

}

#sub_main_3{
	border:1px solid #d9d9d9;
	height:auto;
	
	padding:10px 10px 10px 10px;

}
#sub_title_bar{
	border:1px solid #d9d9d9;
	background-color:#000000;
	height:auto;
	padding:2px 5px 2px 5px;

}
#sub_main_2{
	border:1px solid #d9d9d9;
	background-color:#ffffff;
	height:auto;
	padding:2px 5px 2px 5px;

}
#content_box{
	border:1px solid #d9d9d9;
	width:550px;
	height:auto;
	padding:2px 10px 2px 10px;
}
#nav_box{
	border: 1px solid #d9d9d9;
	background-color:#000000;
	height:auto;
	width:200px;
	float:left;
	margin:5px 5px 0px 5px;
}
#content_box_1{
	border:1px solid #d9d9d9;
	width:160px;
	height:200px;
	float:right;
	
	margin:0px 5px 0px 5px;
	padding:2px 5px 2px 5px;
}
#img_box{
	border: 1px solid #d9d9d9;
	background-color:#FFFFFF;
	height:100px;
	width:100px;
	float:left;
	margin:5px 5px 0px 5px;
}
#img_box2{
	border: 1px solid #d9d9d9;
	background-color:#FFFFFF;
	height:50px;
	width:50px;
	vertical-align:middle;
	text-align:center;
	padding:5px;
	margin:5px 5px 5px 5px;
}
#proj_box{
	border: 1px solid #d9d9d9;
	background-color:#75B1EE;
	height:auto;
	width:790px;
	float:left;
	margin:5px 5px 0px 5px;
	padding:0px 0px 0px 0px;
	text-align:left;
	
}
#img_box_long{
	border: 1px solid #d9d9d9;
	background-color:#000000;
	height:auto;
	width:500px;
	float:left;
	margin:5px 5px 0px 5px;
}
#int_box{
	border: 1px solid #d9d9d9;
	background-color:#000000;
	height:auto;
	width:560px;
	float:left;
	margin:5px 5px 0px 5px;
	padding:0px 0px 5px 0px;
}
#int_box_long{
	border: 1px solid #d9d9d9;
	background-color:#000000;
	height:150px;
	width:760px;
	float:left;
	margin:5px 5px 0px 5px;
}
#Comment_form_box{
	border: 1px solid #d9d9d9;
	background-color:#000000;
	height:auto;
	width:500px;
	margin:5px 5px 0px 5px;
	padding:0px 20px 0px 20px;
	float:left;
}
#blog_footer{
	border: 1px solid #d9d9d9;
	background-color:#FFFFFF;
	height:auto;
	width:500px;
	margin:5px 5px 0px 5px;
	padding:0px 5px 0px 5px;
	float:left;
}
#left_edge {
width:15px;
height:33px;
margin:0px;
padding:0px;
background-image:url(../images/left.jpg);
background-repeat:no-repeat;
float:left;

}
#center {
width:970px;
height:33px;
margin:0px;
padding:5px 0px 0px 0px;
color:#FFFFFF;
background-image:url(../images/center.jpg);
background-repeat:repeat-x;
float:left;

font-weight:500;
}
#right_edge {
width:15px;
height:33px;
margin:0px;
padding:0px;
background-image:url(../images/right.jpg);
background-repeat:no-repeat;
float:left;
}
#float_l {
float:left;
}

/***********styles****************/
.images_bdr {
	padding:0px 5px 5px 0px;
}

/********Content styles***********/
.border{
	border:1px solid #000099;
}
.border2{
 border:1px solid #cccccc;
 }
 .border3{
 border-bottom:1px solid #cccccc;
 }

/***********text styles***********/
.text_5{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	text-align: left;
}
.text_4{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	font-size:12px;
}
.text_6{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	font-size:15px;
}
.text_3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*15*/
	color: #666666;
	text-align: left;
}
.text_0{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*18*/
	color: #ffffff;
	font-weight:bold;
}
.text_1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*15*/
	color: #ffffff;
	
}
.text_2{
	font-family:Helvetica, sans-serif;
	font-size: 12px; /*14*/
	color: #000000;
}
/*********** #menu styles ***********/

#menu { font-size:12px; /*85%*/
}

#menu ul a:link, #navBar ul a:visited {display:inline;}
#menu ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menu li {border-bottom: 1px solid #EEE; display:inline;}

/* fix for browsers that don't need the hack */
html>body #menu li {border-bottom: none; display:inline;}

#serv_menu {
font-size:12px; 


}
#serv_menu a{
color:#FF6600;
}
#serv_menu ul {

margin: 0 0 0 0;
padding: 0 0 0 0px;
}

#serv_menu li {

margin: 0px 0px 5px 0px;
background: url('../images/dot.jpg') no-repeat top right;
list-style-position: outside;
list-style-type: none;
display:inline;
padding: 0px 10px 0px 0px;
}

/********footer styles ***********/
/********footer styles ***********/
#footer{

font-size:75%;
width:700px;
color:#333333;
/*height:115px;
background-image:url(pics/aboutbtm.png);
background-repeat:no-repeat;*/

}
#footer a{
	color:#333333;
	text-decoration: none;
}

#footer a:link{
	color: #333333;
	text-decoration: none;
}

#footer a:visited{
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	color:#999999;
	text-decoration: none;
}
#footer  ul {

margin: 0 0 0 0;
padding: 0 0 0 0px;
}

#footer li {

margin: 0 0 5px 5px;
background: url('../pics/dot.gif') no-repeat top left;
list-style-position: outside;
list-style-type: none;
display:inline;
padding: 0 0 0 0px;
}