*{
padding:0;
margin:0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

/* BEGIN HOME PAGE */
#homeBox {
	float:left;
	width:250px;
	
	border-left:solid;
	border-left-color:#333333;
	height: 250px;
	border-bottom-color:#333333;
	border-bottom:solid;

}

#homeContent {
	width:756;
	margin-top:0;
}

#homeContent p{
	color:#003300;
	font-size: 12px;
	margin-left:30px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 5px;

}

#homeContent a{
	color:#013300;
	text-decoration:none;

}

#homeContent a:hover{
	text-decoration:underline;

}

#homeContent  h1 {
	color:#003300;
	font-size: 20px;
	padding:10px 0px 10px 20px;
} 

#homeContent h2 {
	color:#003300;
	font-size: 15px;
	padding:0px 0px 0px 0px;
} 

#homeContent h3 {
	color:#003300;
	font-size: 15px;
	padding:20px 0px 5px 15px;
	margin-top: 0px;
} 
#homeContent h4 {
	color:#003300;
	background-color:#CCCC99;
	font-size: 15px;
	padding:5px 0px 5px 5px;
	margin-top: 0px;
} 

#homeContent h5 {
	color:#003300;
	background-color:none;
	font-size: 15px;
	padding:5px 0px 5px 5px;
	margin-top: 0px;
} 

#homeContent h6 {
	color:#003300;
	font-size: 10px;
	padding:0;
	margin-top: 0px;
}

#copyright {
text-align:center;
color:#FFFFFF;
font-size:9px;
}

/* END HOME PAGE */


.vertex #container {
	width: 757px; 
	background: #FFFFFF;
	margin: 0 auto; 

	text-align: left; 
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	border-bottom: 10px solid #333333;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;


}

/* Main Navigation */

#mainNav{
	background-image:url(images/nav_background.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	position: relative;
	float: left;
	width: 757px;
	margin-bottom: 5px;
}

#mainNav a{
	color:#ffffff;
	font-weight:bold;	
}

#mainNav ul {
	margin:0;
	padding:0;
	list-style: none;
	width:757px;
	height:25px;
	background: #333333 url(images/nav_background.jpg) repeat-x;
	
 } 
#mainNav  li {
	float:left;
	padding-top: 6px;
	font-size: 12px;
	padding-right: 16px;
	padding-left: 18px;
}

#mainNav ul a{
	display:block;
text-decoration: none;
	color:#ffffff;

}
#mainNav     ul a:hover   {
	
	text-decoration:underline;
	
}

/* END Main Navigation */




.vertex #mainContent {
	padding-top:0px;
	margin-top:0;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	float: left;
	padding-bottom: 10px;
}
.vertex  #content  h1 {
	color:#003300;
	font-size: 20px;
	padding:10px 0px 10px 20px;
} 

.vertex #mainContent h2 {
	color:#003300;
	font-size: 15px;
	padding:0px 0px 0px 0px;
} 

.vertex #mainContent h3 {
	color:#003300;
	font-size: 15px;
	padding:20px 0px 5px 15px;
	margin-top: 0px;
} 
.vertex #mainContent h4 {
	color:#003300;
	font-size: 15px;
	padding:10px 0px 10px 20px;
} 

.vertex #mainContent h6 {
	color:#CCCC99;
	font-size: 12px;
	padding:0;
	text-decoration: none;
} 
.vertex #content p {
	color:#003300;
	font-size: 12px;
	margin-left:30px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.vertex  #content a{
	color:#003300;
	text-decoration:none;

}

.vertex  #content a:hover{

color:#000000;
text-decoration:underline;

}
.vertex  #team td p{
margin-left:2px;
}

#team {
margin-left:20px;
margin-top:0px;
}
.vertex  #formFix{
	float: right;
}



.vertex #mainContent li {
	margin-left: 30px;
	padding: 0;
	color:#003300;
	font-size: 12px;
}





.vertex #faq li {
	margin-left: 30px; 
	padding: 0;
	color:#003300;
	font-size: 12px;
}


/* BEGIN FOOTER */
.vertex #footer {
	background:#ffffff;
	position: relative;
	font-size: 10px;
	margin-top: 2px;

	
} 
.vertex #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.vertex #footer a{
color:#000000;
text-decoration:none;

}
.vertex #footer a:hover{
color:#003300;
text-decoration:underline;

}


/* BEGIN subNav */

#subNav {
	width: 226px;
	float: left;
}

#subNav   ul  {
	margin-left: -10px;

}
#subNav li{
	list-style:none; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: -10px;
	border-right: 0px;
	margin-top: 10px;
}


#subNav   a  {
	color:#003300;
	text-decoration:none;
}
#subNav  a:hover {
	color:#FFFFFF;

}


/* END subNav */


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	color: #FF0000;
}

/* BEGIN PROJECT BOX STYLE */

#projectMain {
	font-size: 9pt;
	color: #003300;
	font-weight:bold;
}

#projectMain td{
	text-align:left;
	padding-left:5px;
	text-decoration:none;
	font-size: 11px;
}

#projectMain a{
	text-decoration: none;
}


#projectTitle {
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
} 
#projectDescriptionTitle {
	font-weight:bold;
	margin-left:12px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
}

#projectDescription {
	margin-left:12px;
	font-size:12px;
	text-align:left;
	padding-bottom:10px;
	color: #FFFFFF;



}

#projectBox {
	position:realtive;
	margin-left:30px;
	width:475px;
	height:224px;
	z-index:1;
	margin-bottom: 20px;

}


#description {
	position:relative;
	float:right;
	width:166px;
	height:224px;
	z-index:1;
	border: 3px solid #003300;
	background-color: #003300;

}

#pic {
	position:relative;
	float:left;
	width:300px;
	height:224px;
	z-index:2;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;

}

#project {
margin-left:10px;
}

#projecttn {
width:88px; 
height:60px; 
float:left; 
text-align:center;
margin-top:10px;

}


#projectDescription td {
	border-right:none;
	border-top:none;
	background-color:#CCCC99;
}

#projectDescriptionWrapper {
	margin-top:5px;


}


/* END PROJECT BOX STYLE */


/* END FOOTER */

.vertex #content {
	float: right;
	width: 530px;
}
.vertex #content li {
	margin-left: 60px;
	color:#003300;
	font-size: 12px;
	padding-top: 5px;
}
