@charset "utf-8";

/* CSS Document */

/* Generic Styling */

html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	font-weight: bold;
	color: #f88512;
}

a:active {
	color: #0059b6;
}

a:hover {
	color: #0059b6;
}

body {
	background:url(images/background.jpg);
	background-color: #000000;
	background-repeat: repeat-x;	
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* = 1em = 12pt size */
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #f88512;
	font-size: 2em; /* = 24pt or 2 x 1em */
	margin: 0.5em 0;
}

h2 {
	color: #0059b6;
	font-size: 1.5em; /* = 18pt or 1.5 x 1em */
	margin: 0.5em 0;
}

h3 {
	color: #f88512;
	font-size: 1.5em; /* = 18pt or 1.5 x 1em */
	margin: 0.5em 0;
}

h4 {
	color: #f88512;
	font-size: 1.2em; /* = 14pt or 1.2 x 1em */
	margin: 0.5em 0;
}

image {
	border: 0;
}

/* Layout Styling */

#background {
	background: url(images/banner_background.jpg) top center;
	background-repeat: no-repeat;
	margin: 0;
	min-height: 400px;
	padding: 0;
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 955px;
}

#menu {
	height: 20px;
	margin-top: 10px;
	width: 100%;
}

#mainContainer {
	margin-top: 265px;
	padding: 0 5px;
	position: relative;
	width: 945px;
}

#title {
	height: 45px;
	width: 100%;
}

#footer {
	border-top: 2px solid #0059b6;
	clear: both;
	float: left;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}

#details {
	float: left;
	width: 650px;
}

.copyright {
	color: #FFF;
}

.design {
	color: #999;
	padding: 10px 0;
}

#logos {
	font-weight: bold;
	float: left;
	width: 295px;
}

.logo {
	border: 0;
	padding: 3px;
	vertical-align: middle;
}


/* Menu Styling */

#menu ul {
	font-size: 1.4166em; /* = 17pt size */
	margin-top: 0;
	margin-bottom: 0;
}

#menu li {
	display: inline;
	list-style: none;
}

#menu a {
	font-weight: bold;
	padding: 0 17px;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: #FFF;
}

#menu a:active, .activeLink {
	color: #f88512;
}

#menu a:hover {
	color: #f88512;
}

/* Footer Link Styling */

#footer a {
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #999;
}

#footer a:active {
	color: #0059b6;
}

#footer a:hover {
	color: #0059b6;
}

/* Homepage Styling */

#homeContainer {
	float: left;
	position: relative;
	width: 100%;
}

#homeText {
    float: left;
    margin-right: 25px;
    width: 700px;
}

#homeSponsors {
    float: left;
    text-align: center;
    width: 220px;
}

.sponsorsLogos {
    /*background: url(images/sponsors_background.jpg);*/  
    background-repeat: no-repeat;
    height: 147px;
    margin: 0 auto;
    width: 220px;
}
#homeFeatures {	
	border-top: 1px solid #636363;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

#homeFeatures a { 
	font-size: 1.166em;
	font-weight: bold;
}

.item {
	float: left;
	margin-left: 24px;
	width: 218px;
}

.itemFirst {
	float: left;
	width: 218px;
}

.itemPicture {
	border-bottom: 7px solid #0059b6;
}

.itemText {
	background: url(images/feature_text_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	padding: 4px 6px;
}

/* Contents/Internal Pages Styling */

#contentsContainer {
	float: left;
	position: relative;
	width: 100%;
}

#sideMenu {
	float: left;
	margin-right: 30px;
	margin-top: 12px;
	width: 200px;
}

#sideMenu .header {
	border-bottom: 3px solid #0059b6;
	font-size: 1.33em; /* = 16pt */
	font-weight: bold;
}

#sideMenu ul {
	margin: 0;
	padding: 0;
}

#sideMenu li {
	border-bottom: 1px solid #636363;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sideMenu a {
	font-weight: bold;
	text-decoration: none;
}

#sideMenu a:link, #sideMenu a:visited {
	color: #FFF;
}

#sideMenu a:active, .activeLink {
	color: #f88512;
}

#sideMenu a:hover {
	color: #f88512;
}

#contents {
	float: left;
	padding: 0 10px;
	width: 695px;
}

/* General Styles */

.orangeDivider {
	color: #f88512;
	padding: 0 7px;
}

img.floatLeft {float: left; margin: 2px; margin-left: 0px; margin-right: 10px; border: 0px ; 	margin-bottom: 2px;}
img.floatRight {float: right;
	margin-right: 5px;
	margin-left: 10px;
	border: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.italics {
	font-style: italic;
}

.bold {font-weight:bold;}

.bold-italics {
	font-weight:bold;
	font-style: italic;
}