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

body {
	margin:0px; padding:0px;
	background-color:#f1f1f1;
}

#main {
	background-color:#0b3349;
	width:850px;
}
#signup {
	background-color:#f1f1f1;
	width:850px;
}
#footer {
	color:white;

}
#footer a {
    color:white;
	text-decoration: bold;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; 
	font-size:12px; 
}
.container {
	width:850px;
	margin:0 auto;
}
#header {
	width:850px;
	height:127px;
	background-image:url(images/header.jpg);
	overflow:hidden;
	margin-bottom:0px;
	clear:both;
}
/*
	Portfolio-Home-Styles
*/

#block_portfolio {
	overflow:auto;
	margin-bottom:0px;
	background-image:(images/blockcontent-page.jpg);
}
#portfolio_items {
	width:850px;
	height:613px;
	margin-bottom:0px;
	background-image:(images/blockcontent-page.jpg);
}
#text_column {
	width:850px;
	height:613px;
	float:right;
	color:#ffffff;
	clear:right;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#text_column h2#text_title {
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:310px;
	height:129px;
	color:#ffffff;
	font-size:10px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
        padding:10px;
}
#text_column p {
    color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}
#text_column a {
    color:#ffffff;
	text-decoration:none;
}
#text_column h3 {
    color:#48ec82;
	font-weight:bold;
}
#text-column h2 a:link:hover {	  
	  text-decoration:underline;
}
#text_column1 {
	width:450px;
	height:613px;
	clear:left;
	float:left;
	overflow:hidden;
	color:#ffffff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
#text_column1 h2 {
	padding:5px;
	margin:10px;
	white-space:pre-wrap; 
}
#text_column1 p {
	padding:5px;
	margin:0px;
}
#text_column1 a {
    color:#ffffff;
	text-decoration:underline;
	margin:5px;
}
#tagline {
     float:left;
	 width:325px;
	 height:127px;
	 overflow:hidden;
	 clear:both;
}
#nav {
      float: left;
	  width: 526px;
	  height: 127px;
	  clear:right;	  
	  padding:0px;
	  margin:20px 0 0 0;
	  overflow:hidden;
	  border:0px;
	  display:inline;
	  width:100%
}
#nav ul {
      float:left;
	  display:inline;
	  padding:10px;
}

.inset { text-shadow:#fff 0px 1px 0, #000 0 -1px 0;}
#nav a:hover { line-height:3em; font-size:3em; font-weight:bold; color:#808080;}

#nav li {
      text-align: left;
	  border: 0px;
	  list-style:none;
	  display:inline;
	  margin: 0 0 10px 0;
	  padding: 0px;
	  clear:both;
}
#nav a {
	  border: 0px; 
}
#feature {
      background-image:url(images/blockfeature.jpg);
	  width: 850px;
	  height: 50px;
	  overflow:auto;
	  border-bottom: 6px solid #000;
	  margin-bottom: -6px;
	  text-align:right;
}
#feature h1 {
      font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;  
      font-size:14px; 
	  color:#ffffff;
	  padding: 10px;
	  margin: 5px;

}
#feature p {
      font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;  
      font-size:12px; 
	  color:#ffffff;
	  padding: 10px;
	  margin: 5px;	  
}
#feature a {
     color:#FFFFFF;
}
#altnav {
      text-align:center;
	  color:#ffffff;
	  background-image:url(images/footer.jpg);
	  	border-top: 6px solid #000;
	margin-top: -6px;
	  margin-bottom:0px;
	  width: 850px;
	  height: 147px;
	  clear:both;
	  overflow:hidden;

}
#altnav a {	  
	  text-decoration:none;
	  margin:0px;
	  font-size:14px;
}
#altnav a:link:hover {	  
	  text-decoration:underline;
}
#altnav p {
	  padding: 5px;
}
#contact { display: block; width: 350px; height: 430px; margin: 5px auto; padding: 10px; border:0px; background-color: #0b3349; -moz-border-radius: 5px; -webkit-border-radius:5px; }
label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size:14px; font:"Helvetica Neue", Arial, Helvetica, sans-serif;}
span.required{ font-size: 12px; color: #ff0000; } 
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font-size:12px; font:"Helvetica Neue", Arial, Helvetica, sans-serif; -moz-border-radius: 5px; -webkit-border-radius:5px; } 
textarea { width:330px; height:100px;}
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#48ec82; }
h5 { align:left; font-weight:normal; font-size:14px; }
.error_message { font-size:10px; color:#48ec82; font-weight:bold; }