@charset "UTF-8";
/* CSS Document */


/*Base attributes*/

body{
	background:url(images/background.jpg);
	background-repeat:repeat-x;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	text-align:left;
	line-height:18px;
	font-weight:200;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#09F;
	font-size:22px;
	text-align:left;
	line-height:32px;
	font-weight:100;
	margin-left:180px;
	margin-top:-35px;
}

h2{
    font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:normal;
	font-size:18px;
	margin-left:80px;
}
	

h4{
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	background-color:#09F;
	padding:7px;
}

h5{ 
	font-size:12px;
	color:#FFF;
	font-weight:normal;
	line-height:30px;
	padding:10px;
	width:380px;
	height:276px;
}

hr {
	margin-left:-10px;
	width:100px; 
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #CCC; 
	border-style: none none dotted;
	margin-top:13px;
	margin-bottom:13px;
}

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

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

a:hover{
	text-decoration:none;
}

#container{
	margin:0 auto;
	background-color:#FFF;
	width:1034px;
	min-height:800px;
	z-index:0;
	}
	
#outer_container{
	margin:0 auto;
	width:1060px;
	}
	
#header{
	top:0;
}

#footer{
	width:100%;
	margin-top:50px;
}

#footer p{
	margin-left:30px;
	padding:10px;
	font-size:10px;
	text-align:center;
}
	
	

/* Navigation */

#nav {position:relative; font-family:arial, verdana, sans-serif; font-size:14px;z-index:500; background-color:#FFF; margin-left:10px; margin-bottom:30px; margin-top:10px; float:left;
border:0px; width:520px; height:31px; letter-spacing:1px;text-align:center;

}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
display:block; height:31px; float:left; padding:0 0 0 40px; text-decoration:none; line-height:27px; white-space:nowrap; color:#666;
}
#nav .select a b {
display:block; padding:padding:0 0 0 30px;
}
#nav .select li:hover a {
padding:padding:0 0 0 30px; line-height:27px; cursor:pointer; color:#F06;
}
#nav .select li:hover a b {
display:block;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 60px;list-style:none;
}

#nav .select li:hover .sub {
height:18px; display:block; position:absolute; float:left; width:750px; top:30px; left:0; text-align:left; padding-left:0px; margin-left:45px;
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:16px; float:left; padding:0 16px; margin:0; white-space:nowrap; font-size:14px; color:#666;
}
#nav .select li:hover .sub li a:hover {
color:#F36; background:#FFF; line-height:15px;
}
#nav .active{
color:#F36;
}

/*
*/


/* Index Page */

#intro_container{
	width:1030;
	height:300px;
	float:left;
	margin-top:80px;
}

#welcome{
	width:945px;
	height:150px;
	top:200px;
	float:left;
	z-index:400;
	margin-left:-31px;
}

#index_text{
	width:550px;
	height:200px;
	margin-left:460px;
	margin-top:-110px;
}

#index_text p{
	font-size:16px;
	text-align:left;
	line-height:26px;
	color:#999;
}

#index_side{
	float:left;
	background-image:url(images/index_side2.png);
	background-repeat:no-repeat;
	width:1048px;
	height:280px;
	min-height:400px;
	margin-left:-15px;
	z-index:300;
}

.index_side_content{
	margin-left:35px;
	float:left;
	margin-top:75px;
	width:1060px;
}

.index_side_content h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#F36;
	margin-top:-120px;
	margin-left:180px;
	font-size:12px;
	font-weight:200;
	letter-spacing:1px;	
}

.index_side_content p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-left:180px;
	font-size:12px;
	letter-spacing:1px;
}

.index_featured{
	width:480px;
}

.index_news{
	width:550px;
	margin-left:415px;
	margin-top:-135px;
}

/*
*/


/* Portfolio Pages */

#description_background{
	background:url(images/description_background.jpg); background-repeat:no-repeat;
	width:432px;
	height:348px;
	float:right;
	margin-top:-25px;
}

.description{
	color:#FFF;
	width:436px;
	height:304px;
	float:right;
	margin-right:-100px;
	margin-top:-218px;
}

#wrapper{
	min-height:350px;
	background-color:#FFF;
}

#portfolio_container{
	margin-top:420px;
	height:230px;
	width:1024;
	background-color:#FFF;
}

#thumbnail_container{
	border-top: #CCC thin solid;
	padding-top:20px;
	width:1024;
}

#contact_container{
	min-height:600px;
	width:952;
	background-color:#FFF;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#contact_container p{
	font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:14px;
    text-align:right;
    line-height:16px;
}

#contact_image{
	float:right;
	width:400px;
	height:307px;
	margin-right:50px;
	background-image:url(images/megaphone.jpg);
	background-repeat:no-repeat;
}

#news{
	margin-top:100px;
	min-height:500px;
	font-family: Arial, Helvetica, sans-serif;
}

#about_container{
	margin-top:120px;
	width:1024px;
	line-height:22px;
}

#about_text{
	margin-top:80px;
	margin-left:50px;
	width:550px;
}

#about_bottom{
	margin-top:40px;
	margin-left:50px;
	width:940px;
	border-top:dotted #999 thin;
	height:400px;
}

#about_web{
	width:400px;
	padding-top:20px;
	float:left;
}

#about_web_image{
	background-image:url(images/web_icon.jpg);
	background-repeat:no-repeat;
	height:80px;
}

#about_graphic{
	margin-left:100px;
	padding-top:20px;
	width:400px;
	float:left;
}

#about_graphic_image{
	background-image:url(images/graphic_icon.jpg);
	background-repeat:no-repeat;
	height:80px;
}

#about_logo{
	float:right;
	margin-right:60px;
	margin-top:50px;
}

#logo{
	float:right;
	margin-right:50px;
	margin-top:-650px;
}

#logo_contact{
	float:right;
	margin-left:630px;
	margin-top:-660px;
}

#logo_index{
	float:right;
	margin-right:100px;
	margin-top:-60px;
}





/* Form attributes */

#formcontainer{
	margin-top:200px;
	min-height:700px;
	}

.form p{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#09C;
font-size:15px;
text-align: right;
}

.form_thanks p{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#09C;
font-size:14px;
text-align:center;
}

.caption{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#999; 
font-size:10px;
text-align:left;
}

input.textbox{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#666;
font-size:14px;
font-weight:200;
}

textarea.textbox{
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#666;
font-size:14px;
font-weight:200;
}
