@charset "UTF-8";

html {
	height:100%;
	}

body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background-color:#000000;
	background-image:url(../img/mainBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.text {
	color:#fff;
	}

a {
	color:#FFCC99;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}


#main {
	margin:0 auto;
	width: 800px;
	min-height:650px;
	
}

#imgBar {
	float:left;
	margin-top:100px;
	padding-left:70px;
	padding-right:10px;
	width:210px;
	min-height:24px;
	color:#fff;
	
}

#content {
	float:left;
	margin-top:100px;
	color:#fff;
	padding-left:10px;
	border-left:1px solid #666;
	width:400px;
	
}

#contentLoc {
	padding-top:110px;
	margin-left:294px;
	color:#fff;
	padding-left:10px;
	width:400px;
	
}

#search {
	width:200px;
	/*padding:5px 2px 2px 5px;*/
	padding:0px;
	color: #FFF;
	
}

/*navigation*/

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    min-width: 111px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 0px;
    background: url(../img/tab.gif) no-repeat;
	background-position: 100% -150px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0px;
	font-family:"Courier New", Courier, monospace;
	color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #666;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 0;
	color:#F9AE6C;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 -50px;
}
.tabs-nav a span {
    width: 111px; /* IE 6 treats width as min-width */
    min-width: 111px;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 10px;
    padding-right: 0px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 10px;
	color:#FFFFFF;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
   background-position: 100% -150px;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 2px;
  /*  background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.container-1 {
	position:relative;
	left:60px;
	width:700px;
	top:70px;
	}
	
.rightNav {
	display:block;
	width:200px;
	padding-left:3px;
	line-height:18px;
	text-decoration:none;
	background-color: #484848;
	border-bottom:1px solid #333;
	}
	
.rightNav:hover {
	color:#FFFFFF;
	}
/*End Navigation */


#info {
	padding-right:10px;
	width:439px; 
	height:450px; 
	overflow:auto;
	}
	
#map {
	float:none;
	margin:0 auto;
	width:600px;
	height:400px;
	}



/* Blog styles */
.blogTitle {
	width:100%;
	padding:5px 2px 2px 0px;
	color: #FFCC99;
	font-size:14.0pt;
}

.blogArticle {
	width:100%;
	padding:5px 2px 0px 5px;
}

.blogMorelink {
	width:100%;
	margin-top:10px;
	padding:2px 2px 2px 5px;
	
}

.blogAuthor {
	width:100%;
	margin-top:10px;
	padding:2px 2px 2px 5px;
	border-bottom:1px solid  #666669;
}

.titleLink {
	width:100%;
	padding:5px 2px 2px 0px;
	color: #fff;
	font-size:14.0pt;
}

#winuk {
	position:relative;
	width:120px;
	
	
}



#clearLeft {
	width:100%;
	height:20px;
	clear:both;
}

#twitters {
	font-size:12px;
	list-style:none;
}

#twitters li {
  list-style-type: none;
}