/* CSS Document */

/* basic elements */

* {
	font-size: 12px;
}

body{
color:#333;
font-size: 76%;
font-family: Arial, Helvetica, sans-serif;
background: #bdd3e1 url(../img/body_bg.jpg) repeat-x top left;
letter-spacing: .05em;
text-align: left;
}
p{
text-align: justify;
padding: 0px 10px 5px 10px;
}
a{
color: #015092;
text-decoration:underline;
}
a:hover{
color: #000000;
text-decoration:none;
}

a img{
border:none;
}

h1, h2, h3, h4{
font-weight:normal;
}

h1{
font-size: 1.5em;
color: #FFFFFF;
font-weight: bold;
letter-spacing: .05em;
text-align: center;
background-color: #255B98;
border: thin solid #000000;
height: 130px;
background: #255B98 url(../img/archives-header.jpg) top right no-repeat;
margin:0 0 0 0;
}
h1 span {
	display: none;
}

h2{
font-size: 1em;
color: #FFFFFF;
letter-spacing: .1em;
text-align: left;
padding: 1em;
margin:0;
background-color: #003366;
border: thin solid #000000;
}

h2.entryTitle {
font-size: 1.5em;
color: #FFFFFF;
font-weight: bold;
letter-spacing: .05em;
text-align: center;
background-color: #255B98;
border: thin solid #000000;
}

h3{
font-size: 1em;
color: #FFFFFF;
letter-spacing: .1em;
text-align: center;
background-color: #003366;
padding: .3em;
margin:0;
border: thin solid #000000;
}

h4{
font-size: 1em;
color: #005093;
letter-spacing: .1em;
text-align: center;
background-color: #8CB5D7;
padding: .3em;
border: thin solid #000000;
}

em {
font-size: 12px;
}

ul, li {
margin: 0 12px;
}

table {
	background-position: center;
	}
img {
	}
	
#login label, #login div {
	text-align: center;
	display: inline;
}
#login div {
	padding-left: 20px;
}

#registerUser {
	padding: 20px;
}

#registerUser div {
	padding: 5px;
}

#flashNav {
left:0px !important;
position:absolute;
top:0px !important;
width:100% !important;
z-index:2;
background: url(../img/header_bg.gif) repeat-x;
}

.darkbluebg {
background-image:url(../img/dark_blue_bg.gif);
}

#page {
	margin-top: 160px;
}

.menu {
	text-align:center;
	margin:0;
	padding:2px 0;
	list-style-type:none;
	background-color: #8CB5D7;
	border: .10em solid #005093;
}

.menu li {
	display: inline;
}

.resultItem {
	border: solid #fff;
}
/* System Messages */
#message {
	width: 100%;
	margin: 0px auto;
}

#message .system {
	margin: 0px auto;
	display: block;
	width: 80%;
	padding:7px;
	font-weight: bold;
	text-align: center;
	background-color:#DDDB5E;
	border: 2px solid #A9A728;
}

#message .good {
	margin: 0px auto;
	display: block;
	width: 80%;
	padding:7px;
	font-weight: bold;
	text-align: center;
	background-color:#82D759;
	border: 2px solid #52A529;
}

#message .error {
	margin: 0px auto;
	display: block;
	width: 80%;
	padding:7px;
	font-weight: bold;
	text-align: center;
	background-color:#E66565;
	border: 2px solid #B93636;
}

/* Navigation Menu Styles */
/* commom style for all browsers */

.menu {
	text-align:left;
	position:relative;
	height:3em;
	margin:0
	padding:0;
	list-style-type:none;
	background-color: #8CB5D7;
	border: .10em solid #005093;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */
}

.menu li{
	float:left;
	position:relative;
	margin: 0 0 1px 0; 
	text-decoration:none;
	padding-right:0em;
	height:2em;
	line-height:1em;
	color: #005093;
	padding: 2px 5px;
	margin: 4px;	
}

.menu li form {
	display: inline;
}

* html .menu li a, .menu li a:visited {
	width:4em;
	w\idth:3em; /* hack for IE5.5 */
}

.menu li a.drop, .menu li a.drop:visited {
	font-weight:bold;
}

.menu li ul {
	visibility:hidden;
	position:absolute;
	top:1.0em;
	left:0;
	height:0;
	overflow:hidden;
}

.menu li ul li {
	height: 1.5em;
	padding:0;
	margin:0;
}

.menu table {
	margin:-1px;
	position:absolute;
	border-collapse: collapse;
	empty-cells: show;
	z-index:80;
	left:-1px;
	border: none;
	width: 4em;
	background: transparent;
	font-size:1em; /* font size for IE5.5 */
}

.menu table tr {
	border: none;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu li:hover a, .menu li a:hover {
	text-decoration:underline;
	border:0;
}

.menu li:hover ul, .menu li a:hover ul {
	visibility:visible;
	height:auto;
	width:5em;
	background:#fff;
	border:1px solid #ddd;
	left:0;
	top:1.5em;
	overflow:visible;
}

.menu li:hover ul li a, .menu li a:hover ul li a {
	display:block;
	font-weight:normal;
	background:transparent;
	text-decoration:none;
	height:auto;
	line-height:0.5em;
	padding:0.5em;
	width:5em;
}

.menu li:hover ul li a:hover, .menu li a:hover ul li a:hover {
	font-weight: bold;
}

* html .menu li a:hover ul li a {
	width:5em;
	w\idth:4em; /* hack for IE5.5 */
}

.adminmenu {
	text-align:center;
	height:3em;
	margin:0
	padding:0;
	list-style-type:none;
	background-color: #8CB5D7;
	border: .10em solid #005093;
}

.adminmenu li {
	display: inline;
}

.horizMenu {
	margin: 0;
	padding: 0;
}

.horizMenu li {
	list-style-type: none;
	display: inline;
	padding: 0.25em;
	margin: 0;
}

.entryList {
	text-align: left;
	margin-left: 20px;
}

.listEntry {
	margin: 2px;
	padding: 5px;
	background-color: #e4f0fa;
	border: .10em solid #005093; 
}

#leftColumn {
	width: 450px;
	padding-top: 5px;
	padding-right: 15px;
	float: left;
	clear: left;
}

#rightColumn {
	padding-top: 5px;
	float: left;
	width: 275px;
	clear: right;
	text-align: left;
}

#rightColumn div {
	margin-bottom: 10px;
}



#image {
	margin: 0 !important;
}

#image img {
	width: 275px;
}

#image p {
	font-size: 1em;
	color: #FFFFFF;
	letter-spacing: .1em;
	background-color: #003366;
	padding: .3em;
	border: thin solid #000000;
}

span.imgCaption {
}

span.imgSource {
	font-size: .75em;
}

#rightColumn ul {

}

#rightColumn ul li {
	list-style-type: circle;
	font-size: 1em;
	margin-left: 25px;
	padding: 2px 0px 2px 2px;
}

