/*General*/

* {
	margin: 0px;
	padding: 0px;
}

body {
}

body, img, p, tr, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #666666; /*black*/
	border: none;
}

p {
	line-height: 18px;
	padding-bottom: 5px;
}

/*build*/

#build_main {
	height: 620px;
	width: 920px;
	
	margin-left: 30px;
	
	text-align: left;
}

#build_head {
	width: 920px;
	height: 158px;
	background-image: url(../img/head.jpg);
	background-repeat:no-repeat;
}

#build_logo {
	height: 138px;
	width: 326px;
}

#build_servicenav {
	width: 880px;
	
	padding-right: 30px;
	
	text-align:right;
	font-size: 14px;
}

#build_content {
	width: 920px;
	
	padding-top: 60px;
}

#build_nav {
	width: 230px;
	
	float: left;
	
	text-align: right;
}

/*nav*/

#build_servicenav img {
	margin-left: 10px;
}

#build_nav ul.nav {
	margin-bottom: 20px;
	list-style-type: none;
}

#build_nav li {
	margin-bottom: 10px;
}

#build_nav a {
	text-decoration: none;
}

#build_nav a.nav_active {
}

#build_nav a:hover {
}

/*content*/

#content {
	width: 590px;
	min-height: 200px;
	
	float: right;
	
	margin-left: 60px;
	
	vertical-align:top;
	
		
	background-image:url(../img/logo_bottom.gif);
	background-position:right bottom;
	background-repeat: no-repeat;
	
	padding-bottom: 110px;
}

#content img.left {
	float: left;
	padding-top: 5px;	
	padding-right: 10px;
	padding-bottom: 5px;
}

#content img.right {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/*title*/

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #66a2c0; /*blue*/
	
	padding-bottom: 16px;
	text-transform:uppercase;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #66a2c0; /*blue*/
	
	padding-top: 10px;
	padding-bottom: 7px;
}

h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	
	padding-bottom: 7px;
	
	color: #66a2c0; /*blue*/
}

/*list*/
#content ul {
	padding-left: 20px;
	list-style-image: url(../img/list.gif);
	list-style: #cc88ff;
}

#content li {
	padding-bottom: 5px;
}

/*links*/

a:link {
	color: #000000; /*black*/
}

a:visited {
	color: #000000; /*black*/
}

a:hover {
	color: #66a2c0; /*blue*/
}

a:active {
	color: #66a2c0; /*blue*/
}

/*table*/

/*form*/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
 	background-color: #FFFFFF;
	font-size: 10px;
    border: 1px solid #6699cc; /*blue*/
	margin-bottom: 6px;
}

/*img*/

/*special*/

#deep_logo {
	height: 10px;
	width: 920px;
	
	text-align: right;
	
	margin-top: 405px;
	
	position:relative;
	
	vertical-align:baseline;
}
