/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-color: #000;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#main {
	width: 900px;
	margin: 0 auto;
	}

#footer {
	margin: 20px auto;
	}


/*----------header-------------*/

#title {
	margin: 30px 0 0 0;
	height: 155px;
	background-image: url(/_images/_pgElements/AdavenLogo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	}
	
#title h1 {
	font-size: 3.6em;
	color: #fff;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	}
	

/*----------Main Column -------------*/

#mainCol {
	margin: 30px 0 0 0;
	padding: 15px;
	width: 640px;
	float: right;
	background-color: #2F2C2C;
	}

#mainCol h1 {
	font-size: 2em;
	color: #FFE788;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 10px;
	}

#mainCol h2 {
	font-size: 1.6em;
	color: #FFE788;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 9px;
	}

#mainCol h3 {
	color: #FFE788;
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	padding-top: 13px;
	padding-bottom: 9px;
	}

#mainCol p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0;
	text-align: left;
	font-weight: normal;
	color: #eee;
	}

#mainCol ul {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 10px 40px 10px 40px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	color: #eee;
	list-style-type: disc;
	}

#mainCol p strong {
	font-weight: bold;
	}

#mainCol a:link, #mainCol a:visited {
	text-decoration: underline;
	color: #FFE788;
	}

#mainCol a:hover {
	color: #ef0000;
	}
	
#rssNews .items p {
	color: #000;
	}
	
	
/*----------right Column-------------*/

#leftCol {
	margin: 30px 0 0 0;
	padding: 15px;
	float: left;
	background-color: #2F2C2C;
	width: 185px;
	}

#leftCol h1 {
	font-size: 1.3em;
	color: #00b59e;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	}

#leftCol p {
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 0;
	text-align: left;
	font-weight: normal;
	color: #333;
	}

#leftCol p strong {
	font-weight: bold;
	}

#leftCol a:link, #leftCol a:visited {
	text-decoration: underline;
	color: #FFE788;
	}

#leftCol a:hover {
	color: #ef0000;
	}
	
	
#menu {
	padding: 0 0 12px 0;
	list-style-type: none;
	margin: 0;
	font-size: 1.4em;
	line-height: 1.0em;
	text-align: left;
	font-weight: normal;
	color: #eeeeee;
	}
	
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#menu li {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
	}

#menu li ul li {
	margin: 10px 0 10px 20px;
	padding: 0px;
	list-style-type: none;
	}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #FFE788;
	}

#menu a:hover {
	color: #ef0000;
	}

	

/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #555;
	font-size: 0.9em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #aaa;
}

#Copyright a:hover {
	color: #f7941e;
}


/* MISCELLANEOUS STUFF */

.image_right { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.image_left { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}


/* IE6 Only */
* html { 
	}

/* IE7 Only */
*:first-child+html {
	}

