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

body {
background-color:#FFFFFF;
background-image:url(img/bg.gif);
background-repeat:repeat-x;
margin:0;
padding:0;
}

img {
	border: 0;
}


h1 {
	color: #9AC268;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	font-weight: normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#669933;
	font-size:1.5em;
	text-align:center;
	font-weight:normal;
	margin-top:35px;
	}
	
h3 a {
	color:#669933;
}

h3 a:hover {
	text-decoration:none;
}
	
	
p {
color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	padding: 0px 5px 5px 5px;
	width: 900px;
	height:910px;
	background-position: center;
}

#header {
	width: 100%;
	margin:0;
	padding:0;
	z-index: 1;
	position:relative;
	height:119px;
	top:0;
}

#header #logo {
	position:absolute;
	top:7px;
	left:20px;
	margin:0;
}




/* topMenu */

#header #topMenu {
width:600px;
position:absolute;
right:-180px;
top:0;
margin:0;
}



#header #topMenu li {
text-align:center;
float:left;
width:4.5em;
list-style-type:none;
}

#header #topMenu ul {
	margin:5px 0;
}

#header #topMenu li a {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
color:#bababa;
text-decoration:none;
}

#header #topMenu li a:hover {
color:#CCCCCC;
}

#header #topMenu li img {
	margin-right:5px;
	margin-bottom:-2px;
}


/* menuTabs */


#menuTabs {
width:368px;
	position:absolute;
	right:150px;
	bottom:0;
	margin:0;
}


/* side boxes */

#sideBoxes {
	width:217px;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#f9f9f9;
	border-style: solid;
	margin-top: 30px;
	margin-right: 20px;
	float:left;
}

#sideBoxes h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #e8e8e8;
	font-size: 14px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:25px;
}

#sideBoxes h2 a {
	color: #E8E8E8;
	text-decoration: none;
	}
	
#sideBoxes h2 a:hover {
	color: #E8E8E8;
	text-decoration:underline;
	}

#sideBoxes #sideBox1 {
	background-image:url(img/box-header.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
}

#sideBoxes #sideBox2 {
	background-image:url(img/box-header.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
}



/* Sign In */


#signInForm form {
	margin: 0 auto;
	bottom: 2px;
}


#username {
	color: #999999;
	margin:5px;
	margin-left:30px;
}

#password {
	color: #999999;
	margin:5px;
	margin-left:30px;
}

#submitButton {
margin-left:30px;
}


/* Content Box */

#contentContainer {
	width:642px;
	margin: 30px 0px 0px 225px;
	}
	
#content {
	width: 642px;
	height:517px;
	background-image:url(img/content-bg.jpg);
}

#content #adBanner {
margin-left:15px;
margin-top:1px;
}

#content #contentInfo {
margin-left:30px;
margin-top:25px;
width:175px;
}

#contactBox {
	width:554px;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#f9f9f9;
	border-style: solid;
	margin-top:10px;
	margin-left:15px;
	padding:10px 30px;
	position:relative;
}

#socialIcons {
position:absolute;
bottom:7px;
right:20px;
}


/* Footer */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 10px auto;
	text-align: center;
	width: 400px;
	bottom:5px;
}

