@charset "UTF-8";
/* CSS Document */

/* Overall layout and padding */

* { margin:0; padding:0; }

html {
	height: 100%; font-size: 100%; /* IE hack */
	margin: 0;
	padding: 0;
}

body {
	background-color:#404040;
	color:#ffffff;
	font-family:Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	font-size:0.75em;
	line-height:1.5;
	
}

.clear { 
	clear:both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	padding-top: 3em;
}

/*contains the main page portion*/
#wrapper {
	
	width: 839px;
	margin: 4em auto;
	background-color: transparent;
	position: relative;
	text-align:left;

}

.region {

  background-color: #363636;
  padding: 10px;

}

.footer {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
  

}

/* Footer Info*/




/*adds margins around main page portion*/
.content {

	margin-top: 1em;
	margin-bottom: 1em;
}


/* This is where all the menu and sidebar content goes */
.sidebar {

	display:inline;
	float: left;
	width: 175px;
	text-align:left;

}


/* Ads information */

#ads {

	border: 1px solid #444444;
	width: 175px;
	background-color: #262626;

}

/* Text Classes */


h1 {
  line-height: 0em;/* 18px */
	font-weight: 500;
	font-style: normal;
	font-size: 3.4em;
	padding-left: 0.2em;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	color: #ffffff;

}

h2 {

  line-height: 1.3em;/* 18px */
	font-weight: normal; 
	font-style: normal;
	font-size: 1.9em;
  padding:0.8em 1.3em;
	color: #ffffff;
}


h3 {

line-height: 1.125em;/* 18px */
	font-weight: bold; font-style: normal;
	font-size: 1.2em;
	padding: 0em;
	padding-bottom: 0.5em;
	padding-top: 1em;
	color: #FFD001;
}

p.tight {

	line-height:1.5;

}

p {

	padding-bottom: 0.75em;

}

p.section {

	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;

}

.main li {

	list-style-image:none;
	list-style-position:inside;
	padding-left: 15px;
	padding-bottom:10px;
		
}

a:link { color:#00adef; text-decoration: none; }
a:hover { color:#FFD001; text-decoration: none; }
a:visted { color:#00adef; text-decoration: none; }


.blue {
  color: #00adef;
}