﻿body
{
	font-family:arial, helvetica, Trebuchet MS, Sans-Serif;
	font-size:small;
	background-image: url(../../resources/bg.jpg);
	background-repeat: repeat-y;
	margin:0px;
}

a
{
	display:inline;
}


div#swoosh
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	
}

div#header
{
	position:relative;
	z-index:10;
	margin-left:60px;
}

div#nav
{
	position:relative;
	margin-left:55px;
	width:900px;
	margin-top:20px;
	z-index:11;
}

div#content
{
	
	margin-top:10px;
	margin-left:60px;
	width:885px;
	
	
}

div#maincontent
{
	position:relative;
	text-align:justify;
	margin-right:210px;
	z-index:120;
}

div#maincontent h1
{
	font-size:16pt;
	color:#cc0000;
	font-weight:bold;
}
div#maincontent h2
{
	font-size:12pt;
	color:#cc0000;
	font-weight:bold;
}
div#maincontent h3
{
	font-size:10pt;
	font-weight:bold;
	color:#cc0000;
}

div#maincontent a, div#maincontent a:link, div#maincontent a:active, div#maincontent a:visited
{ 	
	color:#cc0000;
	
}




div#rightcontent
{
	position:absolute;
	top:180px;
	left:750px;	
	width:200px;
	
}

/* adverts start*/

div.advert
{
	background-image: url(../../resources/admiddle.jpg);
	background-repeat: repeat-y;
	position:relative;
	
}

.advert .adtop
{
	position:absolute;
	z-index:1;
}

.advert .adbottom
{
	/*position:absolute;*/
	z-index:0;
	bottom:0px;
	margin-bottom:0px;
	
}
.advert .adbottom img
{
	margin:0px;
	vertical-align:bottom;
	
}

.advert .ad
{
	position:relative;
	z-index:10;
	padding:10px;
	font-size:10pt;
}

.advert .ad a, .advert .ad a:link
{	
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.advert .ad img
{
	margin-top:10px;
	
}

.advert .ad h2
{
	line-height:20px;
	font-size:12pt;
	font-weight:bold;	
}

/*adverts end*/

div#navmain
{
	
}

div#navsub
{
	background-color:#2C4492;
	height:33px;
	width:900px;
	z-index:100;
	clear:both;
	
}

/* Tabs starts */

div#tabs
{
	background-color:#cc0000;
	width:900px;
	height:33px;	
}

.tab
{
	float:left;
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.tabitem
{
	margin: 0 5px 0 0; /*Margin between each menu item*/
	padding: 0px;
	border-bottom: none;
}


.tab ul
{
	font-size:10pt;
	font-weight:bold;
	margin:0;
	margin-top:5px;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.tab li
{
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
}

.tab a, .tab a:link, .tab a:visited, .tab a:active
{
	color: #ffffff;	
	text-decoration: none;
	background-color: #cc0000;  /*Default menu color*/
	padding:5px 10px 5px 10px;
	line-height:30px;
	font-size:10pt;
	
}

.tab a:hover
{
	background-color: #2c4492; /*Menu hover bgcolor*/
	color:#ffffff;
	line-height:30px;
	padding:7px 10px 7px 10px;
}

.selectedmenuitem a, .selectedmenuitem a:link, .selectedmenuitem a:active, .selectedmenuitem a:visited
{ /*currently selected tab*/
	position:relative;	
	background-color: #2c4492; 
	padding: 7px 10px 7px 10px;
	color:#ffffff;
	
}

.tab .selectedmenuitem .tabitem
{
	position:relative;
	top:2px;
	background-color: #ffffff; 
	border-color: #003399; 
	padding: 2px 5px 3px 5px;
	background-image: none;
}

#tabline
{
	clear: both;
	padding: 0px;
	margin:0px;
	width: 100%;
	height: 1px;
	line-height:1px;
	background: #003399; /*Brown color theme*/ 
}

#navsub
{
	
}

#navsub ul
{
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	
}

#navsub li
{
	display:inline;
	padding-bottom:0px;
	
}
#navsub a
{
	color:#ffffff;
	text-decoration:none;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:10pt;
	margin-left:10px;
}
/* Tabs end */
.maintextbold {
	font-weight:bold;
}
.redtextbold
{
	font-weight:bold;
	color:#cc0000;
}
#newsflash
{
	
	border: 1px solid #2C4492;
	padding:5px;
	
}

