/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background:#89D6E0 url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: bold 24px/26px Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #2c99b0;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#container {
width:963px;
height:auto;
margin:0 auto;
padding:0px;
background:url(assets/images/container_bg.jpg) left top repeat-y;
}
	#contents {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	background:url(assets/images/contents_bg.jpg) left top no-repeat;
	}
		#header {
		width:auto;
		height:450px;
		margin:0px;
		padding:0px;
		}
			#topInfo {
			width:auto;
			height:14px;
			margin:0px;
			padding:10px 20px 0 0;
			text-align:right;
			font:11px/14px Arial, Helvetica, sans-serif;
			color:#58585a;
			}
			#topPhotos {
			width:336px;
			height:163px;
			margin:0px;
			padding:0 0 0 570px;
			position:absolute;
			}
			#topBanner {
			width:818px;
			height:256px;
			margin:0px;
			padding:153px 18px 0 0 ;
			float:right;
			}
			#nav {
			width:110px;
			height:auto;
			margin:0px;
			padding:158px 0 0 0;
			text-align:right;
			}
			#nav li {
			list-style:none;
			}
			#nav a {
			color:#ffe057;
			text-transform:uppercase;
			font:bold 11px/24px Arial, Helvetica, sans-serif;
			}
			#nav a:hover {
			color:#FFCC00;
			text-decoration:none;
			}
		#leftCol {
		width:630px;
		height:auto;
		min-height:280px;
		_height:280px;
		margin:0px;
		padding:25px 0 0 50px		
		}
		#rightCol {
		width:250px;
		height:auto;
		margin:0px;
		padding:15px 0 0 0;
		float:right;		
		}
		#sidepic p {
		margin:0px;
		padding: 0px;
		}
	#footer {
	width:auto;
	height:24px;
	margin:0px;
	padding:0px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
	}
#bottomRepeat {
width:auto;
height:24px;
margin:10px 0 0 0;
padding:0px;
background:url(assets/images/bottom_repeat.jpg) left top repeat-x;
}
#bottomNav {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	width: 963px;
	height: auto;
	text-align: center;
}
	#bottomNav li {
	display: inline;
	margin: 0px;
	padding: 0px 6px;
	width: auto;
	height: auto;
	color: #6E6BA0;
	list-style: none outside none;
	border-right: 1px #6E6BA0 solid;
}
	#bottomNav li.last {
	border: 0px;
}
		#bottomNav a {
		color: #6E6BA0;
		font: 10px/12px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
}
#copy {
width:963px;
height:auto;
margin:0 auto;
padding:0px;
text-align:center;
font:10px/24px Arial, Helvetica, sans-serif;
color:#7f7cba;
}
#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a{
	text-decoration: none;
	color: white;
}

