/* ======================================================== */
/*	original template idea http://LoadFoo.starzonewebhost.com	*/
/*	changes by stolentomato                          	*/
/* ======================================================== */


body {
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/top_bg.gif);
	font: 0.8em "Trebuchet MS";
	background-color: #222222;
	color: #CCCCCC;
}

p {
	margin: 11px 0 10px 0;
	padding: 0px;
}

h1 {
	color: #fff;
	margin:10px 0px 0px;
	padding:0px;
	font-size: 1.6em;
	font-weight: bold;
}
.top {
	margin:26px 0px 0px;
}
h2 {
	color: #fff;
	margin:0px;
	padding:0px;
	font-size: 1.3em;
	font-weight: bold;
}


a {
	color: #93B300;
}

a:hover {
	text-decoration: none;
}



/**** Main Container ***/

#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 960px;
	 
}

/**** Top ***/

#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(../images/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	padding-left: 10px;
}

.logo {
	position: relative;
	top:-8px;
	margin: 0px;
	float:left;
	padding-left: 0px;
	z-index: 1;	
}

#top h2 a {
	color: white;
	text-decoration: none;
}
#top h2 a:hover {
        color: #93B300;
}

/**** Main Menu top ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 16px 12px 16px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu li a:hover {
	background: url(../images/bg_menu1.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(../images/bg_menu2.gif);
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content area ***/

#content {
	width: 100%;
	margin-top:30px;
	
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Main Content ***/


#leftmain ul {
	padding: 15px 0 15px 35px;
	margin:0;
	list-style-image: url(../images/arrow.png);
}

#leftmain li {
	margin-bottom:5px;
}

#leftmain {
	width: 620px;
	float:left;
	display: block;
    margin-left: 20px;
	display: inline;
}

/**** sub nav area - menu highlights ***/
#nav{
	margin: 1em 0 2em;
	width: 280px;
	float: right;
}

#nav a{
	display: block;
	height: 1.2em;
	padding: 0.3em 0.3em 0.3em 0.8em;
	color: #93B300;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #fff;
	font-weight: bold;
	}	
#nav p{
	background-color: #EEEEEE;
	display: block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}	
/**** side area ***/


#right {
	width: 310px; 
	float: right;
	display:block;
	margin-top: 0px;
}

#right .box {
	width: 260px;
	background-color: #666666;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
}

#right .box  ul {
	padding: 15px 0 15px 35px;
	margin:0;
	list-style-image: url(../images/arrow.png);
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}
#right .box li {
	margin-top:5px;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;

}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}


/**** Clear Div ***/

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
	margin: 40px auto 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;

}

#footer p {
	margin: 0px 0px 10px;
	padding: 0;
}
.legal {
	padding: 0;
	color: #666666;
	
}
img.left {
	float: left;
	margin: 7px 15px 0 0;
}