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


/* General */
body {
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
#wrap {
	width:1024px;
	margin:auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 128px;
	width: 1024px;
}
#navBar {
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 43px;
	width: 1024px;
	text-align:right;
	color:#d9d4c1;
	font-size:14px;
	overflow:hidden;
}
#main {
	margin-top:10px;
	margin-bottom:10px;
	width:1024px;
	float:left;
	background-image:url(../images/titleBG2.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #b9b7a2;
	overflow:auto;
	color:#314e57;
	line-height:21px;
	font-size:12px;
}
#footer {
	margin-bottom:20px;
	width:1024px;
	float: left;
	height:90px;
	background-color: #314e57;
	background-image:url(../images/footer-building.jpg);
	background-repeat:no-repeat;
	background-position:left;
	overflow:hidden;
}

/* Footer */
#columnOne {
	width:164px;
	margin-left:69px;
	background-image:url(../images/divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:70px;
	float:left;
	padding:10px;
}
#columnOne h1 {
	font-size:14px;
	color:#FFF;
}
#columnTwo {
	width:332px;
	background-image:url(../images/divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:70px;
	float:left;
	padding:10px;
}
#columnThree {
	width:202px;
	background-image:url(../images/divider.jpg);
	background-position: top 5px;
	background-position:right;
	background-repeat:no-repeat;
	height:70px;
	float:left;
	padding:10px;
}
#columnFour {
	width:166px;
	height:70px;
	float:left;
	padding:10px;
}



/* Home */
#sectionOne {
	margin-top:10px;
	margin-bottom:10px;
}
#slideShow {
	margin-right:10px;
	width:668px;
	height:426px;
	float:left;
	overflow:hidden;

	}
#advert {
	float:left;
	width:346px;
	height:426px;
	background-image:url(../images/advertBG.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-color: #314e57;
}
#advert h1 {
	margin-left:20px;
	margin-top:20px;
	color:#314e57;
}
#advert p, li {
	margin-left:20px;
	margin-right:20px;
	color:#FFF;
	line-height:24px;
	font-size:14px;
}
#main h1 {
	margin-left:20px;
	margin-top:20px;
	color:#b9b7a2;
}
#main p {
	margin-left:20px;
	margin-right:20px;
	color:#314e57;
	line-height:21px;
	font-size:12px;
}
#main h2 {
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	font-size:16px;
	color:#314e57;	
}
#main h3 {
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
	color:#314e57;	
}
#main a {
	text-decoration:underline;
	color:#314e57;
}
#main td {
	padding:20px;
}
#ceo {
	float:left;
	margin-right:100px;
	margin-left:100px;
}
#team {
	float:left;
	margin-left:27px;
}