/* CSS Document */

* {margin: 0; padding: 0}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	background: url(images/wall.png) repeat-x;
	text-align: center;
}


#header {
	background: url(images/bg_header.png) repeat-x;
	width: 100%;
	height: 130px;
	position: relative;
	text-align: left;
}


#subheader {
	background: #BC5D26;
	width: 100%;
	height: 22px;
	position: relative;
	min-width: 800px;
	text-align: left;
	padding-top: 3px;
}

#header h1 {
	width: 472px;
	height: 130px;
	background: url(images/logo.png);
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px 0 0 50px;
}

#subheader h2 {
	width: 420px;
	height: 20px;
	background: url(images/tagline.png);
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 100px;
}


#wrapper {
	position: relative;
	text-align: left;
	min-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
------------------------------------------------------------------------------------*/
#nav {
	width: 773px;
	height: 36px;
	position: relative;
	background: url(images/nav.png);
	list-style-type: none;
	margin: 5px 0 30px 20px;
}

#nav li {float: left; }

#nav li a {
	position: absolute;
	top: 0;
	display: block;
	height: 36px;
	background: url(images/nav.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
/*----------Original States---------------------------------------------------------*/
li#nav_hom a {left: 0; width: 155px; background-position: 0 0;}
li#nav_abo a {left: 155px; width: 155px; background-position: -155px 0;}
li#nav_ser a {left: 310px; width: 155px; background-position: -310px 0;}
li#nav_por a {left: 465px; width: 155px; background-position: -465px 0;}
li#nav_con a {left: 620px; width: 155px; background-position: -620px 0;}
/*----------Hover States------------------------------------------------------------*/
li#nav_hom a:hover {background-position: 0 -37px;}
li#nav_abo a:hover {left: 155px; width: 155px; background-position: -155px -37px;}
li#nav_ser a:hover {left: 310px; width: 155px; background-position: -310px -37px;}
li#nav_por a:hover {left: 465px; width: 155px; background-position: -465px -37px;}
li#nav_con a:hover {left: 620px; width: 155px; background-position: -620px -37px;}
/*----------You Are Here States-----------------------------------------------------*/
#body_hom li#nav_hom a {background-position: 0 -74px;}
#body_abo li#nav_abo a {left: 155px; width: 155px; background-position: -155px -74px;}
#body_ser li#nav_ser a {left: 310px; width: 155px; background-position: -310px -74px;}
#body_por li#nav_por a {left: 465px; width: 155px; background-position: -465px -74px;}
#body_con li#nav_con a {left: 620px; width: 155px; background-position: -620px -74px;}
/*------------------------------------------------------------------------------------
--------------Navigation Styles-------------------------------------------------------
-------------------END--------------------------------------------------------------*/

p {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

a {font-weight: normal; color: yellow; text-decoration: none;}
a:hover {font-weight: normal; color: yellow; text-decoration: underline;}


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding: 0 0 5px 0;
}

div.bluebox {
	background: transparent url(images/bg_blue.png) repeat;
	padding: 10px 15px 5px 15px;
	margin: 10px 0 10px 0;
	color: white;
}

div.terracottabox {
	background: transparent url(images/bg_terracotta.png) repeat;
	padding: 10px 15px 5px 15px;
	margin: 10px 0 10px 0;
	color: white;
}

div.blackbox {
	background: transparent url(images/bg_black.png) repeat;
	padding: 10px 15px 5px 15px;
	margin: 10px 0 10px 0;
	color: white;
}

/*--------------------------------------------------------------------------------
--------------Layout Styles-------------------------------------------------------
----------------------------------------------------------------------------------*/

#inner {width: 980px;}

#right {float: right;}

#content {
	position: relative;
	margin-left: 20px;
	width: 530px;
}

#footer {
	position: absolute;
	background: url(images/bg_footer.png);
	width: 839px;
	height: 40px;
}

#footer p {
	background: none;
	margin: 0;
	padding: 0;
	color: #004473;
	font-weight: normal;
	font-size: 1em;
	padding: 3px 0 0 10px;
}

#footer a {font-weight: normal; color: #BC5D26; text-decoration: none;}
#footer a:hover {font-weight: normal; color: #BC5D26; text-decoration: underline;}


/*------------About Us------------------------------------------------*/
#body_abo img.buckets {
	position: absolute;
	top: 593px;	
	left: 32px;
	width: 505px;
	height: 177px;
}


/*------------Services Page------------------------------------------------*/

#body_ser #inner #right ul {
	font-family: "Times New Roman", Times, serif;
	width: 380px;
	font-size: 1.3em;
	color: white;
	letter-spacing: 0em;
	font-weight: bold;
	text-align: left;
	margin: 0px 0 10px 0;
	border: 2px solid black;
	list-style: outside;
	list-style-type: none;
}

#body_ser #inner #right li.odd {
	background: transparent url(images/bg_blue.png) repeat;
	padding: 10px;
}

#body_ser #inner #right li.even{
	background: transparent url(images/bg_darkgreen.png) repeat;
	padding: 10px;
}

#body_ser #inner #content h4 {
	width: 300px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0 0 25px;
	padding: 0;
}

/*------------Portfolio Page------------------------------------------------*/
#body_por div.bluebox {
	background: transparent url(images/bg_blue.png) repeat;
	padding: 10px 15px 5px 15px;
	margin: 10px 0 10px 20px;
	color: white;
	width: 930px;
	float: left;
}


/*------------DSDP------------------------------------------------------*/

a.dsdp {
	background-image: url(images/webdesign.png);
	position: absolute;
	display: block;
	width: 122px;
	height: 21px;
	text-indent: -9999px;
}

a.dsdp:hover {
	background-image: url(images/bydsdp.png);
}