/* ########################## resets ########################## */

body,ul,li,img,h1,h2,h3,p,form,fieldset {
	margin:0; 
	padding:0;
	list-style:none;
	border:none;
}

/* ########################## text ########################## */


body {
	font:62.5% normal Arial, Helvetica, sans-serif; 
	color:#707070;
}
a {
	text-decoration:none; 
	color:#000;
}
h1 {
	color:#292656;
	font-weight:normal;
	font-size:1.6em;
	margin-bottom:.5em;
}
h2 { 
	color: #292656;
	font-weight:normal;
	margin-bottom:.6em;
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
p {
	font-size:1.2em;
	margin-bottom:1em;
	line-height:1.5;
	color:#707070;
}

/* ########################## layout ########################## */

#center {text-align:center;}
#wrap {
	width:950px; 
	margin:0 auto; 
	text-align:left;
}
#header {
	position:relative; 
	height:64px; 
	margin-top:8px; 
}
#logo {
	background:url(../images/logo.jpg) no-repeat; 
	width:120px; 
	height:145px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#masthead { 
	height:210px;
	background:url(../images/masthead.jpg) no-repeat bottom;
}
#masthead-inner { 
	height:110px;
	background:url(../images/masthead.jpg) no-repeat bottom;
}

#masthead p {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	padding:60px 0 0 200px;
}

/* ########################## nav ########################## */

#nav {
	background: url(../images/nav.jpg) repeat-x 0 0;
	width:820px; 
	height:24px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	padding:0 0 0 130px;
}
#nav li {
	display:inline;
}
#nav a {
	color:#fff; 
	text-decoration:none;
	font-size:1.2em;
	padding:0 10px;
	line-height:24px;
}

/* ########################## columns ########################## */

#columnWrap {
	width:100%; 
	clear:both; 
}
#leftColumn {
	width:175px; 
	float:left; 
	padding:20px 5px;
}
#leftColumn img {
	border:1px solid #4E879C;
	padding:4px;
	margin:0 0 0 -5px;
}
#rightColumn {
	width:740px; 
	padding:20px 5px;
	float:right;
}

/* ########################## panels ########################## */

#panelWrap {
	width:950px; 
	clear:both;
	overflow:auto;
	padding:10px 0 40px 0;
}
#panel li {
	width:185px; 
	float:left; 
	margin-right:3px;
	border:solid #c2c2c2; 
	border-width:0 1px 1px 1px;
	height:230px;
	position:relative;
}
#panel .end {
	margin-right:0;
}
#panel li h3 a {
	display:block; 
	height:2em; 
	line-height:2em; 
	color:#fff; 
	background:#015f9a;
	padding:0 5px;
}
#panel li h3 a:hover {
	color:#fff; 
	text-decoration:none;
}
#panel li img {
	margin-left:1px;
}
#panel li p {
	padding:10px 6px;
	margin:0;
}
#panel li .panelFoot {
	height:25px; 
	background:url(../images/dots.jpg) no-repeat top center;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
#panel li .panelFoot a.viewLink {
	background:url(../images/viewLink.jpg) no-repeat 8px center; 
	padding-left:25px; 
	color:#5d5d5d; 
	text-decoration:none; 
	display:block; 
	height:25px; 
	line-height:25px;
}
#panel li .panelFoot a.viewLink:hover {
	color:#000000;
}

/* ########################## content ########################## */

#intro { 
	float: left; 
	width: 535px;
	padding:20px 5px;
}
#latestNews { 
	float: right; 
	width: 372px;
	padding:20px 5px;
}
#latestNews li {
	padding:10px 0;
	clear:left;
}
#latestNews h2,
#latestNews p {
	margin:0;
	padding:0;
	display:inline;
}
#latestNews li img {
	float:left;
	margin:4px 10px 10px 0;
} 

/* careers page */

form.content-area-form label{
	display:block;
	float:left;
	width:125px;
	font-size:1.2em;
	padding-right:10px;
	text-align:right;
}
form.content-area-form input.buttonstyle{
	background:url(../images/nav.jpg) repeat-x;
	border:none;
	padding:2px 5px;
	color:#fff;
	cursor:pointer;
	border:1px solid #ccc;
	margin:10px 0 0 135px;
}
form.content-area-form div.errors input{
	border:1px solid red;
}
form.content-area-form ul.errors li{
	color:red;
	font-size:1.2em;
	margin:2px 0 2px 135px;
}

/* ########################## footer ########################## */

#quick_links {
	border-top:3px solid #4e879c;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	background:#f0f1f2;
	padding:8px 10px;
	clear:both;
}
#footer {
	background:#f7f7f7; 
	color: #7e7e7e;
	border:1px solid #e8e8e8;
	overflow:auto;
	padding:15px 0;
}
#footer ul li {
	float:left; 
	width:160px; 
	color:#4e879c; 
	border-left:2px solid #ececec; 
	padding-left: 25px;
	margin-left:50px;
}
#footer ul li a {
	color:#4e879c;
}
#footer ul.first { 
	border-left:none; 
	color: #4e879c; 
}
#credits {
	height:2em; 
	line-height:2em;
	clear:both;
	display:block;
	padding:10px 0;
	color:#707070;
}
#credits a {
	color:#707070;
}
#credits #right {
	float:right;
}
 
/* ########################## misc ########################## */

.clear {
	clear:both;
}
ul.list {
	margin-bottom:1em;
}
ul.list li {
	font-size:1.2em;
	line-height:1.7;
	color:#707070;
	margin-left:15px;
	list-style-type:circle;
}


