@import "reset.css";

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0px;
	margin:0;
	padding:0;
	background:#FFF;
	color:#000;
}

#container {
	padding-bottom:15px;
}

a{
	color:#000;
}

/** General styles **/
h1{
	font-size:20px;
	font-weight:bold;
	margin:2px 0 14px 0;
}

h2{
	font-size:18px;
	font-weight:bold;
	margin:2px 0 10px 0;
}

h3{
	font-size:16px;
	font-weight:bold;
	margin:1px 0 6px 0;
}

p{
	line-height:1.4em;
	margin:5px 0 10px 0;
}

ul, ol{
	margin:15px 0;
	list-style:outside disc;
	margin-left:20px;
}

ol{
	list-style:inside decimal;
}

li{
	margin:5px 0;
	list-style-type:outside disc;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

.clear{
	clear:both;
}

.center{
	position:relative;
	width:970px;
	margin:0 auto;
}

/** Top navigation **/
#topNav{
	list-style:none;
	position:absolute;
	top:40px;
	margin:0;
}

#topNav li{
	float:left;
	border-right:1px solid white;
	padding:0 12px;
	margin:0 0 10px 0;
}

#topNav li.special {
	border-left:1px solid white;
}

#topNav li.firstChild{
	border-left:1px solid white;
	padding-right:0 2px;
}

#topNav li.lastChild{

}

#topNav a{
	text-transform:uppercase;
	color:#FFF;
	font-size:92%;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
}

#topNav a:hover{
	text-decoration:underline;
}

#top{
	position:relative;
	height:200px;
	background:#054F5E;
}

#slideshow{
	position:absolute;
	top:100px;
	left:0;
	width:720px;
	height:100px;
}

#logo{
	position:absolute;
	top:100px;
	right:0;
	width:195px;
	height:100px;
	color:#FFF;
	height:73px;
}

#logo h1{
	font-weight:bold;
	letter-spacing:1px;
	font-size:36px;
	margin:0;
}

#logo h1 a{
	color:#FFF;
	text-decoration:none;
	background:url(images/logo.jpg) no-repeat;
	width:195px;
	height:100px;
	display:block;
}

#logo h1 a span{
	display:none;
}

#logo h2{
	margin:0;
	font-size:12px;
	font-weight:normal;
	display:none;
}


/* Search */
#search{
	margin-bottom:20px;
}

#search .field{
	position:relative;
	float:right;
	width:189px;
	height:18px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:5px solid #D5D5D5;
	border-left:5px solid #D5D5D5;
}


#search input{
	position:absolute;
	left:60px;
	top:0;
	background:#FFF;
	border:0;
	padding:0;
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	height:18px;
}

#search .submit{
	position:absolute;
	left:0;
	top:0;
	width:60px;
}

#search .input{
	width:122px;
	border-left:2px solid #979797;
	padding-left:5px;
	padding-top:3px;
	height:15px;
}

.searchResult{
	width:90%;
	margin:30px 0;
	font-size:92%;
}

/** Move to external IE6 (And IE7?) stylesheet **/
* html #search .input{
	height:17px;
	padding-top:1px;
}



/** Main menu **/
#mainNav{
	margin:0;
	list-style:none;
	width:720px;
}

#mainNav li{
	float:left;
	width:120px;
	line-height:20px;
	height:20px;
	margin:0;
}

#mainNav a{
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:92%;
	text-align:center;
	line-height:20px;
	height:20px;
	display:block;
	text-decoration:none;
}

#mainNav a.item1{
	background:#5E8C9C;
}
#mainNav a.item1:hover{
	background:#548292;
}

#mainNav a.item2{
	background:#03AC86;
}
#mainNav a.item2:hover{
	background:#00A27C;
}

#mainNav a.item3{
	background:#00A9E0;
}
#mainNav a.item3:hover{
	background:#009AD1;
}

#mainNav a.item4{
	background:#0071B6;
}
#mainNav a.item4:hover{
	background:#0062A7;
}

#mainNav a.item5{
	background:#0CAFC7;
}
#mainNav a.item5:hover{
	background:#02A5BD;
}

#mainNav a.item6{
	background:#8FC26A;
}
#mainNav a.item6:hover{
	background:#85B860;
}



/** Middle section **/
#middle{
	display:block;
	margin-top:20px;
}

#content{
	margin-top:20px;
	margin-bottom:20px;
}

.scroll-track{
  height:10px;
  width:10px;
  background: rgb(220,220,220);
  background-image: url('images/VScrollTrackFill.png');
}
.scroll-handle{
  height:10px;
  width:10px;
  background:rgb(240,240,240);
  background-image: url('images/BlueVFill.png');
  cursor:pointer;
}

.left{
	float:left;
	width:720px;
}

.right{
	float:right;
	width:195px;
	padding-bottom:30px;
}


/** Posts **/
.right .post{
	padding:20px 10px;
	height:100px;
	background:#DCE5EC;
	margin-bottom:5px;
	font-size:85%;
	overflow:hidden;
	line-height:1.4em;
}

.right .post h2{
	margin-bottom:10px;
	font-size:12px;
}

.right .post .date{
	color:#2687CF;
}
.right .postsArchive{
	background:#35778F;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:92%;
	text-align:center;
	line-height:20px;
	height:20px;
	margin:0;
}
.right .postsArchive a {
	color:#FFF;
}


#postsHeader{
	background:#35778F;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:92%;
	text-align:center;
	line-height:20px;
	height:20px;
	margin:0;
}

.postIndex div.post {
	margin:10px 0 20px 0;
}
.postIndex div.post h3 {
	font-size:120%;
	font-weight:bold;
}
.postIndex div.post .date{
	color:#2687CF;
}
.postIndex div.post .readMore{
	margin:5px 0;
}

/** Footer **/
#footer{
	display:none;
	color:#054F5E;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#footer table {
	width:720px;
	border-collapse:collapse;
}

#footer a{
	color:#054F5E;
	text-decoration:none;
}

#footer td{
	text-align:center;
	border-right:1px solid #054F5E;
}

#footer td.firstChild{
	border-left:1px solid #054F5E;
}

#footer td.lastChild{
}

table {
	border:0;
}
table td{
	padding:3px;
}

a img {
	border: 1px solid #666;
}

