/* RESET */

html, body, div, span, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre,
a, code, em, font, img, small, strong, center,
dl, dt, dd, ol, ul, li, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11pt;
	vertical-align: baseline;
	background-color:#181818;
	color: #F60;
	
	
}


body {font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #ff720c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 20px;
	font-size: 13px;
	margin: 0 0 1em 0;
}

strong {
	color: #6c6c6c;
}


/* INPUTS */



/* MAIN STYLES */

html {
	background-color:#181818;
	z-index:-2;
}

#container {
	background-color:none;
	position: relative;
	width: 875px;
	margin: auto;
	overflow: hidden;
}

#header {
    background: url(images/grad.png) no-repeat;
    background-attachment:static;
    background-position: 0px -20px;
	height: 100%; /* Needed for IE 6 */
}

#header img.logo {
    padding-top: 3em;
	background: none;
	padding-bottom: 18px;
}

#navbar {
	background: url(images/nav1.png) repeat-x;
	height: 70px;
	width: 875px;
}

#nav {
    padding-top: 28px;
	background: none;
}

ul#nav li {
	display: inline;
	margin-left: 3em;
	background: none;
}	

#nav li a {
    font-size: 11px;
	color: white;
}

#nav li a:hover {
    font-size: 11px;
	color: white;
	font-weight: none;
	text-decoration: none;
	background-color:#3a3a3a;
}

#featured {
	background: url(images/mainimg.gif) no-repeat;
	margin-top: 18px;
	overflow: hidden;
	padding-right: 35px;
}

#featured img.featuredImage {
	background: none;
	
}

#main {
	float:right;
	position: relative;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-right: 3em;
}
#tele {
	color: #FC0;
	font-size: 12pt;
}
#header #main p {
	font-size: 12px;
}
#map {
	
}


#slogan {
	poistion: absolute;
	padding-top: 0px;
	padding-bottom: 30px;;
	text-align: center;
	background: none;
	z-index:1;

}

#slogan .quote {
	font-size: 28px;
	line-height: 37px;
	color: white;
	z=index:1;
}

#slogan .quoter {
	font-style: italic;
	font-size: 10px;
	text-align:right;
	padding-right:220px;
	line-height: 1em;
    color: #ff720c;
	z-index:1;
}

#mainGraphic1 {
    top:45px;
	right:240px;
	position: relative;
    background: none;
    filter:alpha(opacity=60);
    opacity:0.6;
	z-index:0;

}

#mainGraphic2 {
	top:-35px;
	left:240px;
    position: relative;
    background: none;
    filter:alpha(opacity=60);
    opacity:0.6;

}

#main p {
	font-size: 10px;
	color: white;
	line-height: 22px;
}

#main h2 {
	font-sixe: 2em;
	color: #ff720c;
	font-size: 18px;
	
}

#col3 p.map {
	color: #65bdff;
	font-size: 11px;
	margin-bottom: .3em;
}

#col3 h5 {
	color: white;
	font-size: 1.2em;
}

#colimg {
    margin-top: 2em;
}

#more {
    text-align: right;
	font-size: 1.0em;
	color: #fff;
	
}
#footer {
	clear: both;
	height: 103px; 
	background: url(images/footerbg.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 2em;
}

#footer ul {
	margin-left: 3em;
	_margin-left: 1.5em; /* IE double-margin bug */
	float: left;
	height: 103px;
	line-height: 103px;
	background: none;
}

#footer a, #footer p{
	color: #9f9f9f;
}

#footer p {
	float: right;
	height: 103px;
	line-height: 103px;
	margin-right: 2em;
	_margin-right: 1em; /* IE double-margin bug */
	background: none;
}



#footer ul li {
	display: inline;
}

#footer ul li:after {
	content: '/';
	padding: .5em;
}


#images {
	
    position: relative;
	left:470px;
	
}
