
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../images/main_background.jpg") fixed;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #0033ff;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}





/***********************************************/
/* Defined area styles                         */
/***********************************************/

/*********** main layout id's ******************/

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #FF3300;
	font-weight: 700;
	font-size: 32px;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#mainSection{
	position:absolute;
	top: 127px;
	left: 20px;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #0000FF;
	padding: 0px;
	margin: 0px;
	background-image:  url("../images/nav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalNavMenu{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

.globalLink{
  	font-size: small;
  	color: #0000FF;
	font-weight:bold;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: underline;
}

.globalLink:hover{
  	background-image:  url("../images/nav_selected.gif");
	text-decoration: none;
}

a.globalLink, a.globalLink:visited{
	text-decoration: underline;
}

.globalLinkCurrent, .globalLinkCurrent:link, .globalLinkCurrent:visited{
  	font-size: small;
  	color: #000000;
	font-weight:bold;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}


/************** tabbing styles *****************/

#navcontainer
{
	position:absolute;
	z-index: 100;
	top:102px;
	left: 20px;
	right: 2%;
	width:95.6%;
	overflow:visible
}

ul#navlist
{
	position: absolute;
	z-index: 100;
	font: bold 10px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
}

ul#navlist li
{
	float: left;
	height: 21px;
	background-color: #DDDDDD;
	margin: 2px 2px 0px 2px;
	position:relative;
	top: 1px;
}

li#active a
{
	border-bottom: 3px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}

#navlist a
{
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 4px;
}

#navlist a:hover{
	background: #FFFFFF;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	padding: 15px 0px 5px 0px;
}

.feature h4{
	margin-top: 20px;
	font-weight:bold;
}

.featureSection{
	text-indent: 20px;
}

#featurePageTopText{
	margin-top: 30px;
}

#featurePageTopHeading{
	margin-top: 10px;
}

/************** contact details in top right *****************/

#brief_contact{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#brief_contact a{
	color: #ffffff;
}


/************* right hand side links column **************/

#rightNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #FFFF00;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: smaller;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 12px;
}

.relatedLinks a{
	display: block; 
}

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}


/********** siteInfo (footer) styles ************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}



/********************* end **********************/
