/* Style reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Default style */
body {
	background-color: rgb(0, 38, 62);
	color: rgb(248, 176, 70);
	font-family: Corbel,Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

h1 {
	font-size: 1.7em;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	font-variant: small-caps;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-variant: small-caps;
}

a:link, a:visited,
a:hover, a:active {
	color: white;
}

/*
#header a:link, #header a:visited,
#header a:hover, #header a:active {
	color: white;
}

#rsidebar a:link, #rsidebar a:visited,
#content a:link, #content a:visited {
	color: rgb(248, 176, 70);
	text-decoration: none;
	border-bottom: 1px dotted;
}

#rsidebar a:hover, #content a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
*/

/* Contact form styles */
#contactForm input[type="text"], #contactForm textarea, #contactForm select {
	font-family: Corbel,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 2px rgb(133,177,222);
	width: 330px;
	background-color: rgb(237,242,247);
	color: black;
}

#contactForm input[type="text"]:focus, #contactForm textarea:focus, #contactForm select:focus {
	background-color: rgb(255,255,255);
	border: solid 2px rgb(51,103,127);
}

#contactForm input[type="submit"] {
	padding: 4px;
	border: solid 2px rgb(133,177,222);
}
/*
.button {
  border-top       : 1px solid #ddd;
  border-left      : 1px solid #ddd;
  border-bottom    : 1px solid #666;
  border-right     : 1px solid #666;
  background-color : #ccc;
}
*/
/* End Contact form styles */

#container {
	width: 768px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding-bottom: 60px;
}

/* Resolves the tiny bit if extra spacing after the banner image without this. */
#banner {
	width: 768px;
	height: 144px;
	clear: both;
}

#rsidebar {
	float: right;
	margin-top: 20px;
	width: 38%;
	font-size: 1.1em;
}

#rsidebar p.outside_links {
	margin-top: 3em;
	margin-bottom: 1.5em;
}

#rsidebar form {
	margin-top: 2em;
	margin-left: 4em;
}

#content {
	float: left;
	margin-top: 20px;
	width: 59%;
	line-height: 1.7em;
}

#content p {
	margin-bottom: 1.5em;
	text-align: justify;
}

#content ul {
	margin-left: 4em;
	margin-bottom: 1.5em;
}

#content ul.nobullet {
	list-style: none;
}

#content address {
	margin-bottom: 1.5em;
	font-style: normal;
	font-size: 1.2em;
}

#content form {
	margin-bottom: 1.5em;
}

/* nbni = no bullets, no indentation. */
#content ul.nbni {
	margin-left: 0;
	list-style: none;
}

/* CSS in progress for news and breaking news */
#content .news {
	margin-bottom: 1.5em;
}

#content .news h2 {
	margin-bottom: 0;
}

#content .news p {
	margin-bottom: .5em;
}

#content .news_post {
	margin-left: 1em;
}

#content .news_post address {
	font-size: 1em;
	margin-left: 30px;
}

#content #breaknews {
	border: 1px solid #000;
	background: rgb(0, 78, 102);
	border-radius: 10px;
	box-shadow: 5px 5px 3px rgb(0, 58, 82);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 3px rgb(0, 58, 82);
	-moz-border-radius: 10px;
	-moz-box-shadow: 5px 5px 3px rgb(0, 58, 82);
	padding: 5px;
}

#content #breaknews address {
	margin-bottom: .5em;
}
/* End in progress news and breaking news CSS */

img.logo {
	float: left;
	margin-right: 25px;
}

img.print {
	display: none;
}

#header .menu {
	font-weight: normal;
	font-size: 1.1em;
}

.menu {
	float: left;
	position: relative;
	bottom: -16px;
}

#header #rmenu {
	float: right;
}

#header .menu, #header .menu li {
	display: inline;
}

#header .menu li {
	margin-right: 15px;
}

#rsidebar .nav li {
	margin-top: 1.6em;
}

#header .menu, #header .menu li.last,
#rsidebar .nav, #rsidebar .nav li.nomargin {
	list-style: none;
	margin: 0;
}