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

html {height:100%;}

body {
	height:100%;
	background: #cccccc;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;	
}

img {  
	border-style: none;
}

#container {
	margin: 0px auto;
	text-align: left;
	background: #000099;
	width:960px;
	border-left:1px;
	border-right:1px;
	border-color:#666666;	
	}
	
/*Home page only*/
/*#containerHome { 
	margin: 0px auto;
	text-align: left;
	background: #fff url(../images/homeContainerBg.jpg) top left repeat-x;
	width:960px;	
	}*/

/*#contentMain {
	overflow: auto;
}*/

/*Holds images at top*/
/*#banner { 
	float: right;
	color: #fff;
	padding: 10px;	
	width: 663px;
	height: 210px;		
	}*/
	
/*#content {
	float: right;
	width: 673px;
	padding: 10px;	
}*/

#content-main {
	width: auto;
	margin: 20px;
	color:#333333;	
	overflow:auto;
	background-color:#FFFFFF;
	padding: 20px;
}

#navbox {	/* this puts a background behind mn*/
	margin: 0px;
	background: #ffffff;
	width: 960px;
	height: 92px;
	overflow:hidden;
	}
	
.mn {	
	padding-top: 57px;
	padding-bottom: 8px;
	padding-right: 8px;	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0px;	
	width: auto;
	overflow:hidden;
}

.mn ul {
   list-style: none;
   color: #333333;
   margin: 0px;
   padding: 0px;
   overflow: hidden;
   }

.mn li {
   margin: 0px;
   padding-left: 8px; 
   overflow: hidden;
   float:right;
} 

.mn li a {
    color: #333333;
	margin: 0px;
	overflow: hidden;
	}
	
.mn li a:hover {
	color: #ff9933;	 
	text-decoration: underline;
	}
	
.mn li a:active {
	color: #ff9933;	 
	text-decoration: underline;
	}

.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 18px;
	margin: 0px;
	color: #333333;	
}

.secondaryheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 16px;
	margin: 0px;
	color: #006699;	
}

.tertiaryheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 16px;
	margin: 0px;
	color: #000;		
}

#feature {
	float:right;
	width:353px;
	background-color:#666666;
	margin-left: 20px;
}

#feature-header {
	background-image:url(../Images/orange-background.jpg);
	height:47px;
	background-repeat:repeat-x;
}

#feature-content {
	float:right;
	width:333px;
	background-color:#ffffff;
	margin: 10px 10px 10px 10px;
	color:#333333;
}

#feature-content p {
	padding: 0px 10px 0px 10px;
}

.feature-header-text {
	padding: 12px 10px 10px 10px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#portfolio {
	padding-top: 10px;
	width:491px; 
	height:221px;
}

#form {
	padding: 0px 10px 0px 10px;
}
		

.border-white {
	height:1px;
	width:100%;
	background-color:#FFFFFF;
}

#footer {
	padding: 10px 20px 10px 20px;
	background: #000099;
	height: 40px;	
	font-size: 12px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	color: #ff9933;
	text-decoration: underline;
}

#footer a:hover {
	color: #ff9933; 
	text-decoration: underline;
}

.footer-left {
	width: 300px;
	float: left;
}

.footer-middle {
	margin-left: 370px;
	margin-right: 370px;
	width: 200px;
	text-align: center;
}

.footer-right {
	width: 300px;
	text-align: right;
	float: right;
}

a { 
	color: #3366cc;
	text-decoration: none;
	}

a:link {
	color: #3366cc;
	text-decoration: none;
	}
		
a:active {
	color: #ff9933;
	text-decoration: none;
	}
	
a:hover {
	color: #ff9933; 
	text-decoration: underline;
	}
	
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.floatleft {
	float: left;
	clear: left;
	margin-right:5px;
}
