/*  GENENRAL  */
html {margin: 0; padding: 0; }
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	text-align: justify;
	color: #304c74;
	background: url(../images/bg.jpg) #90ABCF repeat-x;
} 
#wrapper {
	position: absolute;
	top: 15px;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	margin-bottom: 10px;
	padding: 0 0 15px 0;
	border: 0;
	text-align: center;
}
table#layout {width: 720px;	padding: 0; margin:0; background: #fff; border: 0; text-align: left;}
#mainContent {padding: 20px 40px; vertical-align: top; height: 450px;}
#logo {position: absolute; top: 50px; left: 20px;}

/*  NAVIGATION  */
#nav {width: 720px; height: 25px; padding: 0; margin: -1px 0 0 0; background: #ffffff;}
#nav img {padding: 0 2px 0 0; border: 0;}
#nav .noPadding {padding: 0;}
#nav .mainImage {margin: 0; padding: 0 0 1px 0;}

/*  SUB-NAVIGATION  */
#subNav {padding: 6px 30px 0 40px; height: 20px; text-align: left; color: #fff; font-weight: bold;}
#subNav a {color: #ffffff; font-weight: normal; letter-spacing:0.05em; text-decoration: none; text-transform: none;}
#subNav a:hover, a:active {color: #304c74;}
#subNav .current {color: #304c74; font-weight: bold;}
.about {background: url(../images/nav/about_bg.jpg) #A0BDDB top no-repeat;}
.services {background: url(../images/nav/services_bg.jpg) #A0BDDB top no-repeat;}
.news {background: url(../images/nav/news_bg.jpg) #A0BDDB top no-repeat;}
.careers {background: url(../images/nav/careers_bg.jpg) #A0BDDB top no-repeat;}
.contact {background: url(../images/nav/contact_bg.jpg) #A0BDDB top no-repeat;}

/*  FOOTER  */
#footer {background: #304c74; color: #fff; text-align: center; margin: 0; padding: 0; letter-spacing: 0.05em;}
#footer p {margin: 0; padding: 5px 0;}
#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/*  COPYRIGHT  */
p.copyright {margin-top: 4px; color: #FFFFFF; text-align: center;}
.copyright a {color: #fff;}
.copyright a:hover {text-decoration: none;}