* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../Images/bg.gif) top left repeat-x white;
}

div#wrap {
	width: 760px;
	margin: 0 auto 10px;
}



/* ---[ Header ]----------------------------------------- */
div#header {
	position: relative;
	height: 131px;
}

div#header h1 {
	position: absolute;
	left: 75px;
	top: 45px;
	width: 172px;
	height: 85px;
	background: url(../Images/logo.gif) top left no-repeat transparent;
	text-indent: -9999px;

}

div#header div#side {
	position: absolute;
	left: 410px;
	top: 0px;
	width: 338px;
	height: 110px;
	background: url(../Images/mad.gif) top left no-repeat transparent;

	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

div#side p {
	position: absolute;
	left: 7px;
	top: 51px;
	width: 321px;
	height: 26px;
	background: url(../Images/title.gif) top left no-repeat transparent;

	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

div#side span {
	position: absolute;
	left: 197px;
	top: 79px;
	width: 130px;
	height: 14px;
	text-indent: 0px;
	color: #666A6D;
	font-family: Sans-Serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	
}

div#side a {
	position: absolute;
	left: 217px;
	top: 96px;
	width: 111px;
	height: 14px;
	background: url(../Images/login.gif) 0px 0px no-repeat transparent;

	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

div#side a:link, div#side a:visited, div#side a:active {
	background: url(../Images/login.gif) 0px 0px no-repeat transparent;
}

div#side a:hover {
	background: url(../Images/login.gif) 0px -14px no-repeat transparent;
}


/* ---[ Navigation ]----------------------------------------- */
ul#nav {
	width: 760px;
	height: 192px;
	margin: 0;
	padding: 0;
	position: relative;
}

body#hm ul#nav { background: url(../Images/navbg.jpg) left top no-repeat transparent; }
body#enc ul#nav { background: url(../Images/navbg.jpg) left top no-repeat transparent; }
body#not ul#nav { background: url(../Images/navbg.jpg) left top no-repeat transparent; }
body#cmp ul#nav { background: url(../Images/company-img.jpg) left top no-repeat transparent; }
body#svs ul#nav { background: url(../Images/services-img.jpg) left top no-repeat transparent; }
body#con ul#nav { background: url(../Images/contact-img.jpg) left top no-repeat transparent; }
body#tra ul#nav { background: url(../Images/services-img.jpg) left top no-repeat transparent; }
body#web ul#nav { background: url(../Images/contact-img.jpg) left top no-repeat transparent; }
body#lks ul#nav { background: url(../Images/links-img.jpg) left top no-repeat transparent; }
body#pnd ul#nav { background: url(../Images/pandemic-img.jpg) left top no-repeat transparent; }
ul#nav li {
	display: block;
	text-indent: -9999px;
	width: 205px;
}

ul#nav li a {
	display: block;
	width: 205px;
	height: 14px;

	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

ul#nav li#company {
	position: absolute;
	top: 19px;
	left: 67px;
	background: url(../Images/nav.gif) 0 0 no-repeat transparent;
}

body#cmp li#company { background: url(../Images/nav.gif) -410px 0 no-repeat transparent; }
ul#nav li#company:hover { background: url(../Images/nav.gif) -205px 0 no-repeat transparent; }

ul#nav li#services {
	position: absolute;
	top: 47px;
	left: 67px;
	background: url(../Images/nav.gif) 0 -14px no-repeat transparent;
}

body#svs li#services { background: url(../Images/nav.gif) -410px -14px no-repeat transparent; }
ul#nav li#services:hover { background: url(../Images/nav.gif) -205px -14px no-repeat transparent; }

ul#nav li#contact {
	position: absolute;
	top: 75px;
	left: 67px;
	background: url(../Images/nav.gif) 0 -28px no-repeat transparent;
}

body#con li#contact { background: url(../Images/nav.gif) -410px -28px no-repeat transparent; }
ul#nav li#contact:hover { background: url(../Images/nav.gif) -205px -28px no-repeat transparent; }

ul#nav li#links {
	position: absolute;
	top: 103px;
	left: 67px;
	background: url(../Images/nav.gif) 0 -42px no-repeat transparent;
}

body#lks li#links { background: url(../Images/nav.gif) -410px -42px no-repeat transparent; }
ul#nav li#links:hover { background: url(../Images/nav.gif) -205px -42px no-repeat transparent; }

ul#nav li#trac {
	position: absolute;
	top: 131px;
	left: 67px;
	background: url(../Images/nav.gif) 0 -56px no-repeat transparent;
}

body#tra li#trac { background: url(../Images/nav.gif) -410px -56px no-repeat transparent; }
ul#nav li#trac:hover { background: url(../Images/nav.gif) -205px -56px no-repeat transparent; }

ul#nav li#home {
	position: absolute;
	top: 159px;
	left: 67px;
	background: url(../Images/nav.gif) 0 -70px no-repeat transparent;
}

body#hm li#home { background: url(../Images/nav.gif) -410px -70px no-repeat transparent; }
ul#nav li#home:hover { background: url(../Images/nav.gif) -205px -70px no-repeat transparent; }


/* ---[ Top Boxes ]----------------------------------------- */
div#topboxes {
	width: 760px;
	height: 116px;
	background: url(../Images/boxes.gif) top left no-repeat transparent;
	position: relative;
}

div#topboxes img {
	border: none;
}

div#topboxes img#first {
	position: absolute;
	top: 48px;
	left: 48px;
}

div#topboxes img#second {
	position: absolute;
	top: 48px;
	left: 288px;
}

div#topboxes img#third {
	position: absolute;
	top: 48px;
	left: 529px;
}



/* ---[ Main ]----------------------------------------- */
div#main {
	width: 724px;
	margin: 0 0 0 30px;
	background-color: #094E71;
	padding: 1px 0;
}

img#footer {
	margin: 0 0 0 30px;
}


/* ---[ Misc ]----------------------------------------- */
img.block {
	border: 0;
	display: block;
	margin: 0;
	clear: both;
}

p, li, div, h1, h2, h3, h4, h5, h6, h7, dt, dd, label {
	font-family: Arial, Verdana, sans-serif;
	color: #FFF;
}

p { margin: 0 0 1em 0; text-align: justify; }

ol, ul, dl { margin: 0 0 1em 2ex; }

p, li, dt, dd, label { font-size: 12px; }

ul li {
	list-style-image: url(../Images/dot.gif);
}

li.back {
	list-style-image: url(../Images/dot.r.gif);
}

a:link, a:active { color: #DDD; }
a:hover { color: #FFF; }
a:visited { color: #AAA; }

dl.itemlist dt {
	display: list-item;
	list-style-image: url(../Images/dot.gif);
}

dl.itemlist dd {
	
}

dl.itemlist dd.hover {
	/* display: none; */
	position: absolute;
	width: 250px;
	border: 1px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	padding: 5px;
	background-color: #094E71;
	margin: 5px 0 0 20px;
}

dl.itemlist dd.hover p {
	text-align: left;
}