@charset "UTF-8";
/***
Drakest grey : #141414
Middle grey : #808080
Lightest grey : #BFBFBF

Red: #EE0000
Bloodorange: #CC1100	

**/
html{margin:0; padding:0;}

body {
	font: 80%  "Arial Narrow", "Helvetica Neue", Verdana, sans-serif;
	letter-spacing:.043em;
	color: #141414;
	margin: 0;
	padding: 0;
	background:url("images/stripes1.gif");
}
img{
	text-decoration:none;
	border:none;
}
#wrapper{
	width:1000px;
	margin:0 auto 0 auto;
	padding:0;
}

blockquote{ margin:8px 0 0 25px;}

/*** header stuff ***/
#header {
	padding: 15px 0 0 0;
	border-top:#000 solid 5px;
	height:65px;
	background:#fff;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#logo {
	margin:0 0 0 10px;
	padding:0;
	/*height:50px;*/
	/*width:95px;*/
	float:left;
}
.dividertop{
	font-size:9px;
	}
/*** end of header stuff ***/

/*** mainContent ***/
#mainContent {
	padding:15px 0 0 0;
	margin:0;
	width:1000px;
	background:#fff;
	float:left;
}
/*** end of mainContent ***/


/*** MenuAreas ***/

#menuareas {
	width:700px;
	height:65px;
	float:right;
	margin-top:0px;
}

/*** End of MenuAreas ***/

/*** main Menu ***/
#mainMenu {
	padding: 0 10px;
	text-align:right;
	float:right;
}
#mainMenu p {
	margin: 0; 
	padding: 10px 0;
}
#mainMenu ul {
	padding:0;
	margin:0;
}
#mainMenu ul li {
	padding:0;
	margin:2px 2px 1px 0;
	list-style:none;
	display:inline;
}
#mainMenu ul li a:link, #mainMenu ul li a:visited {
	color:#141414;
	font-size:25px;
	font-weight:normal;
	text-decoration:none;
	
}
#mainMenu ul li a:hover {
	color: #F00;
	text-decoration: none;
}
.active{
	color:#EE0000;
	text-decoration: none;
}

/*** second Menu ***/
#secondMenu {
	padding: 5px 10px 0;
	width: 75%;
	text-align:right;
	float:right;
}
#secondMenu p {
	margin: 0; 
	padding: 0px 0;
}
#secondMenu ul {
	padding:0;
	margin:0;
}
#secondMenu ul li {
	padding:0;
	margin:2px 2px 1px 0;
	list-style:none;
	display:inline;
}
#secondMenu ul li a:link {
	color: #F00;
	font-size:13px;
	text-decoration:none;	
} 
#secondMenu ul li a:visited {
	color: #F00;
	font-size:13px;
	text-decoration:none;	
}
#secondMenu ul li a:hover {
	color: #000;
	text-decoration:none;
}
.activeSecond{
	color:#141414;
	text-decoration:none;
}
.dividerPlus{
	font-size:10px;
}

/***  footer ***/
#footer{
	float:left;
	width:1000px;
	height:248px;
	margin:0 auto;
	padding:0;
	background:#fff url("images/skylineStickerFooter.png") no-repeat left bottom;
	border-top:#000 1px dotted;
	border-bottom:#000 1px dotted;
}
#infobottom{
	float:left;
	width:1000px;
	margin:0 auto;
	padding:0;
	border-bottom:#000 3px solid;
	background:#fff;
	}
#contactInfo{
	margin:0;
	padding:2px 0 0 5px; 
	float:left;
	font-size:11px;
	color: #333;
}
#otherbuttons{
	padding:0 5px 0 0;
	margin:0;
	float:right;
	text-align:right;
	font-size:11px;
}
#otherbuttons a:link, #otherbuttons a:visited{
	font-size:11px;
	color:#141414;
	text-decoration:none;
}
#otherbuttons a:hover{
	text-decoration:line-through;
	color:#808080;
}

/**** text box ***/
.textbox {
	font-size:11px;
	float:left;
	color:#141414;
	font-family:Arial, Helvetica, sans-serif;
}
.textbox h1{
	font-size:13px;
	font-weight:100;
	margin:1px 1px 1px 0;
	padding:1px 1px 1px 4px;
	background:#F1F1F1;
	width:100%;
}
.smallhash{font-size:10px;}
