@charset "utf-8";
/* CSS Document */

/* GENERAL CSS */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#eeeeee;
	background-image:url(../images/general/bodyBG.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:5px 0 20px 0;
}

h2, h3, h4 {
	background-repeat:repeat-x;
	font-size:14px;
	color:#ffffff;
	margin:0;
	padding:2px 5px 5px 5px;
	text-transform:capitalize;
}

p {
	margin:0;
	padding:5px 10px;
	text-align:justify;
}

a {
	color:#003366;
}

a:hover {
	color:#006699;
}


/* TOP CSS */
.top {
	background-color:#eeeeee;
	overflow:auto;
	width:960px;
	margin:4px auto 0 auto;
	padding-right:25px;
}

.top h1 {
	font-size:11px;
	margin:0;
	padding:5px 0 0 30px;
	float:left;
}


/* WRAPPER CSS */
#wrapper {
	width:960px;
	background-image:url(../images/general/wrapperBG.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin:0 auto 25px auto;
}


/* HEADER CSS */
.header {
	padding:0px 5px 0 10px;
	margin:0 6px;
	overflow:auto;
}

.header img {
	margin-top:13px;
	border:0;
}


/* NAVIGATION CSS */
.navigation {
	height:28px;
	background-image:url(../images/general/navigationBG.gif);
	background-position:center center;
	background-repeat:repeat-x;
	margin:1px 6px;
	overflow:auto;
}

.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

.navigation ul li {
	float:left;
}

.navigation ul li a {
	border-right:#ffffff 1px solid;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:7px 17px 6px 17px;
	display:block;
}

.navigation ul li a:hover {
	background-image:url(../images/general/navigationHover.gif);
	background-position:center center;
	background-repeat:repeat-x;
	text-decoration:underline;
}

.navigation #languages {
	margin:0 10px 0 0;
	float:right;
}

.navigation #languages li {
	padding:4px;
	margin-top:4px;
	background-repeat:no-repeat;
	float:left;
}

.navigation #languages li a {
	border:0;
	padding:0;
}


/* CONTENTS CSS */
.contents {
	height:100%;
	background-image:url(../images/general/contentsShade.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin:0 6px;
	padding:0;
	overflow:auto;
}

.contents .item {
	background-color:#ffffff;
	border:#cccccc 1px solid;
	margin-bottom:10px;
	padding:2px;
	overflow:auto;
}

.contents #side {
	width:184px;
	padding:5px 5px 0 5px;
	overflow:inherit;
	float:left;
}

.contents #side h3 {
	font-size:12px;
	background-image:url(../images/general/blueHeadingBG.gif);
}

.contents #side p {
	background-color:#edf4f9;
}

.contents #side a {
	color:#223372;
	font-weight:bold;
	text-decoration:underline;
}

.contents #side a:hover {
	color:#556CA2;
}

.contents #main {
	width:741px;
	padding:5px 5px 5px 8px;
	overflow:inherit;
	float:right;
}

.contents #main #left {
	width:472px;
	padding:0px 8px 0 0;
	float:left;
}

.contents #main #left .item {
	border-width:0 4px 0 1px;
	padding:0 1px 1px 1px;
	margin-bottom:0;
}

.contents #main #left .item thead td {
	font-weight:bold;
	border-bottom:#999999 1px solid;
	padding:5px;
}

.contents #main #left .item thead td[colspan="3"] {
	padding:0;
	border-bottom:0;
}

.contents #main #left .item tbody td {
	padding:5px 5px 2px 5px;
}

.contents #main #left .itemBottom {
	margin-bottom:10px;
}

.contents #main #left h3, .contents #main #left h4 {
	background-image:url(../images/general/greenHeadingBG.gif);
	padding:1px 5px 8px 5px;
}

.contents #main #left a {
	color:#444444;
}

.contents #main #left a:hover {
	color:#111111;
}

.contents #main #right {
	width:256px;
	padding:0 0 0 5px;
	overflow:inherit;
	float:left;
}


/* MAP CSS */
#map {
	float:left;
	margin:-2px 0 -2px -2px;
}

#map #mapTitle{
	background-image:url(../images/boxes/b.png);
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin:3px 0 3px 3px;
	padding:3px 5px;
	text-align:center;
	text-transform:uppercase;
	width:242px;
	position:absolute;
	z-index:99;
}

#map #mapCanvas{
	width:252px;
	height:233px;
	margin:3px 0 3px 3px;
}


/* WEATHER CSS */
#weather h2 {
	background-image:url(../images/general/blueHeadingBG.gif);
}

#weather #current {
	color:#333333;
}

#weather #current #general {
	font-size:20px;
	padding:5px;
}

#weather #current #details {
	float:right;
	padding:2px 5px 5px 5px;
	font-size:11px;
}

#weather #current #forcast {
	background-color:#333333;
	border-top:#ffffff 1px solid;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	margin-top:5px;
	padding:1px;
}

#weather ul {
	list-style:none;
	margin:0;
	padding:0;
	width:250px;
	background-color:#333333;
	color:#ffffff;
	display:none;
	margin-top:-113px;
	position:absolute;
}

#weather ul li {
	width:25%;
	font-weight:bold;
	text-align:center;
	float:left;
	padding:4px 0;
}

#weather ul li img {
	margin:5px auto;
}


/* FOOTER CSS */
.footer {
	background-image:url(../images/general/footerBG.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#eeeeee;
	padding:32px 130px 0 10px;
	overflow:auto;
}

.footer #net360 {
	width:260px;
	float:right;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

.footer #net360 a {
	color:#000000;
}

.footer ul {
	list-style:none;
	padding:0;
	margin:8px 0 0 0;
}

.footer ul li {
	margin:10px 15px 5px 0;
	float:left;
}
