
/*
COLORS
Blue: #00FFEE
Dark Green: #005830;



*/

/***LAYOUT***/

body {
	text-align:center;
	font-size:small;
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) center top repeat-y #000000;
	min-width:770px;
}

#container {
	text-align:center;
	width:100%;
	margin:0px auto;
	background:url(../images/splash.gif) center top no-repeat;
	min-width:770px;
}

#inner {
	text-align:center;
	width:770px;
	margin:0px auto;
}

#header {
	margin:0px 0px 70px 0px;
	width:770px;
	height:160px;
}

#header h1 span {
	display:none;
}

#header h1 {
}

#header h1 a {
}

#header img {
}

#header #search {
}

#nav {
	width:160px;
	margin:0px 10px 0px 0px;
	float:left;
	display:inline;
}

#nav ul {
	display:block;
	margin:0px;
	padding:0px;
}

#nav ul li {
	display:block;
	margin:0px 0px 10px 0px;
}

#nav a {
	width:160px;
	height:30px;
	display:block;
}

#nav a:hover, #nav.selected {
}

#showcase {
	margin:0px 0px 0px 0px;
	width:144px;
	height:136px;
	float:right;
	position:relative;
	top:-60px;
	right:45px;
}

#content {
	width:600px;
	margin:0px 0px 7px 0px;
	padding:10px;
}

#maincontainer {
	width:430px;
	background:white;
	float:left;
	min-height:500px;
}

#main {
	background:url(../images/contentmid.png) top center repeat-y;
	text-align:left;
}

.logo{text-align:center;}

#sidebar {
	float:right;
	width:240px;
	clear:right;
	text-align:left;
}

#footer {
	height:200px;
	background:black;
	padding-top:0px;
	clear:both;
}

/***STYLES***/

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
	font-family:"Arial", "Georgia", Times, Serif;
	line-height: 1em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", Times, Serif;
	margin: 0;
	color:#111;
	clear:both;
}

h1 {
	font-size: 200%;
	margin:0px 0px 0px 0px;
}

h2 {
	font-size: 1.75em;
	padding:0px 0px 10px 0px;
	margin:10px 0px 10px 0px;
	color:#005830;
	border-bottom:1px solid #005830;
}

h3 {
	font-size: 130%;
	margin:10px 0px 2.5px 0px;
	padding:0px;
	text-transform:uppercase;
	color: #005454;
}

h4 {
	font-size: 100%;
	margin:10px 0px 2.5px 0px;
	font-weight:bold;
}

h5 {
	font-size: 100%;
	font-weight:bold;
}

h6 {
	font-size: 100%;
	font-weight:bold;
}

p {
	margin:0px 0px 2em 0px;
	line-height: 1.6em;
}

a {
	color:#005454;
}

strong {
	font-weight:bold;
}

small {
	font-size:80%;
	color:#ccc;
}

ul {
	margin:10px 20px;
	list-style:square;
}

ul li {
	margin:0px 0px 5px 0px;
}

table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}

td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}

tr.odd td {
	background:#f7bff;
}

tr.odd .column1 {
 background::#f4f9fe;
}

.column1 {
	background:#f9fcfe;
}

th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}

thead th {
	background:#f4f9fe;
	text-align:center;
	line-height:1.5em;
	color:#66a3d3
}

tfoot th {
	text-align:center;
	background:#f4f9fe;
}

tfoot th strong {
	font:bold 1.2em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}

tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

/***CLASSES***/	
	
p.intro {
	font-size:30px;
	line-height:36px;
	display:block;
}

.floatleft {
	float:left;
	margin:0px 10px 10px 0px;
}

.floatright {
	float:right;
	margin:0px 0px 10px 10px;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.clearboth {
	clear:both;
}

.border {
	border:1px solid #ccc;
}

.padding {
	padding:5px;
}

.datatable {
}

/*FORMS*/
    input.error {
	background:pink;
	border:2px solid red;
}

.error {
	margin:0px 5px;
	color:red;
	font-weight:bold;
	display:block;
}
  background:pink;
    border:2px solid red;
    }
    .error {
    margin:0px 5px;
    color:red;
    font-weight:bold;
	display:block;
    }
