/* MAIN ELEMENT STYLING */

html, body {
	height:100%;
	width:100%;
	background: #D0E1FF url(images/background.jpg) no-repeat bottom center;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote {
	border:0 none;
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
	margin:0;
	padding:0;
}

input {
	font-family:'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #111;
}

input:focus {
	background-color: lightyellow;
}

ul {
	list-style-type: none;
}

body {	
	font-size: 14px;
	line-height: 18px;
	color: #20242b; 
}

/* HEADING STYLING */

/* LINK STYLING */

a:link {
	color: #0A2B5C; 
	text-decoration: underline;
}

a:visited { 
	color: #3D2139;
}

a:hover {	
	text-decoration: none;
}

a:active {
	color: #53690B;
}

/* LAYOUT ELEMENTS */

#sitewrapper {
	width: 960px;
	margin: 0 auto;
}

/* HEADER */

#header{
	width: 960px;	
	float: left;
	border-bottom: 1px solid #213049;
	padding-top: 24px;
	padding-bottom: 24px;
}

#title {
	float: left;
}

#title h1 a {
	font-size: 36px;
	margin-bottom: 12px;
	text-decoration: none;
	float: left;
	color: #111;
}

#title h1 a:visited {	
	color: #111;
}

#title h2 a{
	float: left;
	clear: left;
	font-size: 24px;
	text-decoration: none;
	color: #111;
	font-weight: normal;
}

#title h2 a:visited {
	color: #111;
}

ul#topnavigation {
	float: right;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 0 8px 0;
}

ul#topnavigation li {
	float: left;
	border-right: 1px solid #213049;
	margin:0 6px 0 0;
	padding:0 6px 0 0;
}

ul#topnavigation li a{
	text-decoration: none;
	color: #111;
	padding: 6px;
}

ul#topnavigation li a:visited{	
	color: #111;
}

ul#topnavigation li a:hover{	
	background-color: #213049;
	color: #D0E1FF;
	-moz-border-radius: 3px;
}

ul#topnavigation li a.selected{
	background-color: #213049;
	color: #D0E1FF;
	-moz-border-radius: 3px;
}

ul#topnavigation li.last {
	border: none;
	margin: 0;
	padding: 0;
}


/* MAIN NAVIGATION ELEMENT */

/* BANNER ELEMENT */

/* MAIN CONTENT AREA */

#mainContent {
	float: left;
	width: 912px;
}

#mainContent h3 {
	font-size: 18px;
	margin-bottom: 6px;
}

#mainContent h4 {
	font-size: 16px;
	margin-bottom: 6px;
}

#mainContent ul {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 21px;
	list-style: none;
	margin-left: 21px;
}

#mainContent ul li:before {
	content: "- ";
}

#mainContent p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 21px;
}

#mainContent table {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 21px;
}

#mainContent p.first{
	font-size: 16px;
	line-height: 24px;
}


#contentBox {
	float: left;
	width: 560px;
	margin: 24px 24px 3px 24px;
}

#contactBox {
	float: left;
	width: 256px;
	margin: 24px 24px 3px 24px;
}

img.photo {
float: right;
margin: 0 0 15px 15px;
}

img.photoLeft {
float: left;
margin: 0 15px 15px 0;
}

/* FOOTER AREA */

#footer {
float: left;
width: 912px;
padding: 24px;
border-top: 1px solid #213049;
}

/* TWITTER FEED */

ul#twit-twit {
	list-style-type: none;
	font-weight: normal;
}

ul#twit-twit li:before {
	content: "";
}
ul#twit-twit li.twit-date {
font-size: 18px;
font-weight: bold;
}

