@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 0px;
	padding-right: 0px;
}
#Container {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	margin-right: auto;
}
#Logo {
	clear: both;
	float: none;
	margin-left: auto;
	display: block;
	margin-right: auto;
	text-align: center;
}
#Navigation {
	display: none;
}
#menu {
	display: none;
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
}
#Banner img {
	max-width: 100%;
	height: auto;
}
#MainBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#welcomeImg {
	display:none;
}
#projectImg {
	width: 100px;
	height: auto;
	float: left;
	padding-right: 10px;
}
#Footer {
	clear: both;
	float: none;
	margin-left: auto;
	width: 98%;
	display: block;
	background-color: #E0E0E0;
	height: 60px;
	color: #000;
	padding: 5px;
	margin-right: auto;
	line-height: 20px;
}
#ContactInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ContactForm {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 15px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
}

#Container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 152px;
	display: block;
}
#Navigation {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#mainNav {
	display:none;
}
.menu{
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 100%;
	display: block;
}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{
	float: left;
	padding-left: 15px;
	display: block;
	color: rgb(102,102,102);
	text-decoration: none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: url('topMenuImages.png') 0px -30px no-repeat;
}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(0,0,0);	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{
	line-height: 30px;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	background: url('topMenuImages.png') 0px -90px no-repeat;
	color: rgb(0,0,0);
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Banner img {
	max-width: 100%;
	height:auto;
}
#MainBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height: 20px;
}
#welcomeImg {
	display: block;
	float: right;
	margin-left: 75px;
	width: 250px;
	height: auto;
	margin-bottom: 45px;
	margin-top: 35px;
}
#Footer {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #999;
	text-align: center;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
}
#ContactInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ContactForm {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	margin-top: 15px;
}
}

/* Desktop Layout: 769px to a max of 1000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1000px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#Container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
}
#Logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 152px;
	display: block;
}
#Navigation {
	clear: none;
	float: right;
	width: 649px;
	display: block;
	height: 74px;
	background-image: url(../images/sub-menu.jpg);
	margin-top: 65px;
}
#navtext {
	margin-top: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	
}
.menu{
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 100%;
	display: block;
}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{
	float: left;
	padding-left: 15px;
	display: block;
	color: rgb(102,102,102);
	text-decoration: none;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: url('topMenuImages.png') 0px -30px no-repeat;
}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(0,0,0);	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{
	line-height: 30px;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	background: url('topMenuImages.png') 0px -90px no-repeat;
	color: rgb(0,0,0);
}
#Banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Banner img {
	width: 100%;
	height: auto;
}
#MainBody {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	line-height: 20px;
}
#welcomeImg {
	width: 260px;
	height: 255px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Footer {
	clear: both;
	float: none;
	margin-left: auto;
	width: 100%;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #999;
	text-align: center;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
}
#mainNav {
	display: none;
}
#ContactInfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 450px;
	display: block;
}
#ContactForm {
	clear: none;
	float: left;
	margin-left: 100px;
	width: 450px;
	display: block;
}
}
#Footer a:link {
	color: #999;
	text-decoration: none;
}
#Footer a:visited {
	color: #999;
	text-decoration: none;
}
#Footer a:hover {
	color: #999;
	text-decoration: underline;
}
#Footer a:active {
	color: #999;
	text-decoration: underline;
}
