@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/mainbacknew1.jpg);
	background-repeat:repeat-x;
	margin:0 0 0 0;
}

a img
{
       border-width: 0px;
}

@font-face {
	font-family: 'LucidaGrandeRegular';
	src: url('fonts/Lucida_Grande.eot');
	src: local('Lucida Grande Regular'), local('LucidaGrande'), url('fonts/Lucida_Grande.woff') format('woff'), url('fonts/Lucida_Grande.ttf') format('truetype');
}

@font-face {
	font-family: 'GothamLight';
	src: url('fonts/Gotham-Light.eot');
	src: local('Gotham Light'), local('Gotham-Light'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.otf') format('opentype'), url('Gotham-Light.svg#Gotham-Light') format('svg');
}



#main{
	
	margin-left:10%;
}

#header {
	height:132px;
	width:1012px;
}

#menu {
	background-image:url(images/menubar.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:55px;
	width:1012px;
}

.menuitem {
	background-image:url(images/menudash.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	font-family:"LucidaGrandeRegular";
	color:#FFF;
	font-size:14px;
	margin: 18px 0 0 0;
	
}

.menuitem a{
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.menuitem a:hover{
	font-style:italic;
	color:#F00;
}

.menuitemclicked {
	background-image:url(images/menudash.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:relative;
	float:left;
	font-family:"LucidaGrandeRegular";
	color:#333;
	font-size:14px;
	margin: 18px 0 0 0;
	
}

.sustain {
	position:relative;
	float:right;
	margin: 3px 0 0 0;
	
}
#content {
	height:431px;
	width:1012px;
}

#sidemenu {
	height:431px;
	width: 196px;
	float:left;
	background-color:#FFF
}

#info {
	background-image:url(images/homepageinsideinfo1.jpg);
	background-repeat:no-repeat;
	height:431px;
	width:686px;
	float:left;
}

.headerinfo {
	width:698px;
}

.headerinfo h1 {
	font-family:"GothamLight";
	font-size:42px;
	margin: 25px 0 0 15px;
	color:#669900;
	font-style:normal;
	
}

.innerinfo {
	width: 415px;
	margin: 0 0 0 15px;
}

.innerinfo p {
	font-family:"LucidaGrandeRegular";
	font-size:14px;
	color:#999;
	font-weight:500;
	line-height:175%;
}

#sidebar{
	height:431px;
	width:288px;
	float:right;
}

#footer {
	font-family:"LucidaGrandeRegular";
	font-size:10px;
	height:88px;
	width:1012px;
}
