@import 'layout_test.css';
@import 'basics.css';
@import 'dropdownmenu.css';

/* ------------------ FROM HERE DOWN IS FOR LOOKS ONLY -------------------*/

body{
	/*background: url(../images/sitebg.gif);*/
	background-color: #CCCCCC;
	font: .85em Verdana, Arial, Helvetica, sans-serif;
	color:#747474; /**/
}

a:link, a:visited, a:hover, a:active{
	color: #002569; /**/
	text-decoration: underline;
}

a.bodylink, a.bodylink:visited, a.bodylink:active{
	color:#747474; /**/
	text-decoration: underline;
}
a.bodylink:hover{
	color:#002569;
}

a.boldlink, a.boldlink:visited, a.boldlink:active{
	color:#002569;
	text-decoration: underline;
	font-weight: bold;
}
a.boldlink:hover{
	
}

.highlightedtext{
	color: #002569;
}



#pagewrapper{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index:1;
}

#skipnav{
	left: -999px;
	position:absolute;
}
/*	
#header{
	background: url(../images/headerimage_full_new.jpg) no-repeat top left;
	z-index:2;
}


*/

#featureimage{
	background: url(../images/featureimage.aspx) no-repeat top left;
}
#shortcutlinks{
	border-bottom: 1px solid #002569;
	border-top: 1px solid white;
	margin:0;
	padding:0;
}
#shortcutlinks h1{
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #002569;
	padding:0;
	margin:0;
	padding-left:.5em;
	padding-top:.5em;
}
#shortcutlinks ul{
	padding:0;
	margin:0;
	list-style: none;
	padding-left: 2.1em;
	margin-right:1em;
	padding-top:.6em;
	line-height: 1.5em;
}
#shortcutlinks li{
	display:inline;
	font-size:.8em;
}
#shortcutlinks a{
	color: #002569;
	text-decoration: underline;
}
#shortcutlinks a:hover{
	color: #333333;
}

#aspform{
	margin:0;
	padding:0;
}




.section h1{   /*   SECTION HEADER  */
	font-size: 1.2em;
	color: #002569;
	padding-top:0px;
	margin-top:0;
}




a#SkipNavAnchor{
	margin:0;
	padding:0;
	position: absolute;
	left: -2222px;
}



#GovernmentLinks{
	border-right: 1px solid white;
}
#ResidentLinks{
	border-right: 1px solid white;
}
#VisitorLinks{

}



#LatestNews{
	border-bottom: 1px dashed #CCCCCC;
}
#LatestNews ul li a{
	text-decoration: none;
}
#LatestNews ul li a:hover{
	text-decoration: underline;
}
#LatestNews h1{
	padding-bottom: 10px;
}
#LatestNews h3.newsheadline{
	font-size: 0.8em;
	font-weight: bold;
	padding:0 2.2em;
	margin:0;
	color: #002569;
}
#LatestNews p{
	font-size: 0.8em;
	padding:0 2.2em;
	margin:0;
	padding-bottom: 10px;
}


#toplogo{
	margin:0;
	padding:0;
	float:left;
	height:100px;
	width:60%;
	overflow:hidden;
}
#toplogo p{
	margin:0;
	padding:0;
}
#toplogo img{
	border:0;
}

	
#searchbar{
	background:url(../images/header2.gif) bottom right no-repeat;
	text-align:right;
	color: #999999;
	font-size: .7em;
}
#searchbar p{
	margin:0;
	padding:0;
	padding-top:8px;
	padding-right:10px;
}
#searchbar input#searchtxt{
	border: 1px solid #666666;
}
#searchbar input#searchbtn{
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	cursor:hand;
}


#Copyright{
	text-align: center;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #002569; 
	padding: 3px;
}
#Copyright p{
	padding: 0;
	margin: 0;
}
#Copyright a{
	color: #FFFFFF; 
	text-decoration: underline;
}
#Copyright a:hover{
	text-decoration:underline;
}

#Weather{
}
#Weather h3{
	margin:0;
	padding:0;
	font-size: .8em;
	font-weight: normal;
	text-decoration: underline;
}
#Weather p{
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-size:.8em;
}
#Weather #CurrentWeatherIcon{
	float: left;
	padding-right: 15px;
	padding-left: 20px;
}
#Weather .currentconditions{
	font-size: 1.6em;
}
#Weather .forecast{
	float: left;
	width: 50%;
}
#Weather .ForecastIcon{
	float: left;
	padding-right: 5px;
}
#Weather #Forecast{
	clear: both;
}
#Weather #weatherfooter{
	clear: both;
	font-size: .8em;
	text-align:center;
}
