/* GENERAL SETTINGS
---------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

html {
	background: url('../img/html-bg.png') repeat;
}

body {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #838383;
}

.clear {
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}

img {
	border: 0;
}

/* ADMIN CONTAINER
---------------------------------------------------*/
#adminPanel {
	height: 35px;
	background: url('../img/adminPanelBg.png') repeat-x;
	color: #FFFFFF;
}

#adminPanel ul {
	list-style-type: none;
}

#adminPanel ul li {
	float: left;
	border-right: 1px solid #545454;
}

#adminPanel ul li a {
	display: block;
	float: left;
	padding: 0 13px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	color: #B9B9B9;
}

#adminBody {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

#adminBody table {
	margin-top: 20px;
	width: 95%;
}

#adminBody h1 {
	margin-bottom: 20px;
}

#adminBody table th {
	text-align: left;
	padding-right: 40px;
	padding: 5px;
	background-color: #838383;
	color: #FFFFFF;
}

#adminBody table td {
	text-align: left;
	vertical-align: top;
	padding-right: 40px;
	padding: 5px;
	border-bottom: 1px solid #838383;
}

#adminBody input[type="text"], input[type="password"], textarea, select {
}

/* MAIN CONTAINER
---------------------------------------------------*/
#mainContainer {
	width: 975px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -487.5px;
}

/* META-DATA CONTAINER
---------------------------------------------------*/
#metaDataContainer {
	margin-bottom: 20px;
	padding: 0 7px;
}

#metaDataContainer p a {
	color: #FFFFFF;
}

#metaDataSettings {
	background-color: #EBEBEB;
	margin-top: 5px;
	padding: 10px;
}

#metaDataSettings input, #metaDataSettings textarea {
	width: 930px;
}

#metaDataSettings textarea {
}

#metaDataSettings label {
	color: #000000;
	font-weight: bold;
}


/* HEADER CONTAINER
---------------------------------------------------*/
#header {
	overflow: hidden;
	height: 130px;
	text-align: center;
	padding: 0 7px;
}

/* Logo */
#logo {
	background-color: #FFFFFF;
	height: 130px;
	width: 290px;
	text-align: center;
	float: left;
}

#logo img {
	margin-top: 20px;
}

/* Navigation */
#navigation {
	float: right;
	height: 130px;
	text-transform: uppercase;
}

#navigation ul {
	list-style-type: none;
	margin-top: 30px;
}

#navigation ul li {
	float: left;
	margin-right: 1px;
}

#navigation ul li a {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 10px;
	font-size: 1.1em;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background-color: #243868;
}


/* BODY CONTAINER
---------------------------------------------------*/
#bodyBackground {
	overflow: hidden; 
	background: url('../img/bodyBg.png') repeat-y;
	margin-top:10px;
}

#bodyTop {
	overflow: hidden;
	float: left;
} 

#bodyBottom {
	background: url('../img/bg-footer.png') no-repeat;
	height: 27px;
}

#content {
	background-color: #FFFFFF;
	margin-left: 23px;
	overflow: hidden;
	margin-right: 23px;
	margin-top: 118px;
	border-bottom: 1px solid #F2F3F6;
}

/* Subnavigation */
#subNavigation {
	background-color: #243868;
	border-bottom: 3px solid #F2F3F6;
	height: 23px;
	text-transform: uppercase;
}

#subNavigation ul {
	list-style-type: none;
}

#subNavigation ul li {
	float: left;
	border-right: 1px solid #57668B;
}

#subNavigation ul li a {
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	display: block;
	padding: 0 13px;
}

#subNavigation ul li a:hover, #subNavigation ul li a.current {
	background-color: #2D4C8E;
}

/* Summary Text */
#summaryText {
	border-bottom: 1px solid #D1D5DF;
	padding: 20px 13px;
}

/* Text */
#text {
	border-left: 1px solid #F2F3F6;
	margin: 13px 0;
	padding: 0 13px;
	overflow: visible;
	width: 698px;
	float: left;
}

/* Sidebar */
#sidebar {
	width: 203px;
	float: right;
	background-color: #243868;
	padding-bottom: 16px;
	margin-bottom: 13px;
}

#sidebar h2 {
	border-bottom: 1px solid #40527C;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 10px;
	text-transform: uppercase;
}

#sidebar table.sponsors {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-spacing: 3px;
	border-collapse:separate;
}

#sidebar table.news {
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
}

#sidebar table.news th {
	text-align: left;
	font-weight: normal;
	width: 55px;
}


/* FOOTER CONTAINER
---------------------------------------------------*/
#footer {
	font-size: 0.95em;
	margin-left: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer ul {
	float: left;
	list-style-type: none;
	margin-right: 35px;
}

#footer ul li a.sitemapNavigation {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}

#footer ul li a.sitemapNavigation:hover {
	text-decoration: underline;
}

#footer ul li a.sitemapSubnavigation {
	color: #243868;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a.sitemapSubnavigation:hover {
	text-decoration: underline;
}


/* MISC
---------------------------------------------------*/
h1 {
	color: #243868;
}

p.abovePageTitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

p.belowPageTitle {
	font-weight: bold;
	color: #B9BABA;
	margin-top: 10px;
}

table.separate {
	border-spacing: 2px;
	border-collapse: separate;
}

caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
}

th {
	text-align: left;
	vertical-align: top;
}


table.cv , table.left {
	border-spacing: 2px;
	border-collapse: separate;
}

table.cv th {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
}

table.left th {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
}

table.cv td, table.left td {
	padding-left: 30px;
	padding-bottom: 5px;
	vertical-align: top;
}

table.cv td ul, table.left td ul {
	list-style-type: none;
}

a {
	color: #838383;
	text-decoration: none;
}

a:hover {
	color: #2D4C8E;
	text-decoration: underline;
}

.right {
	text-align: right;
}

div.formItem {
	margin-bottom: 10px;
}

div.formItem img {
	padding: 10px;
	cursor: pointer;
}

div.formItem img:hover, div.formItem img.current {
	background: #FFFFFF;
}

div.formItem img.selected {
	background: #79AE65;
}

div.formItem label {
	display: block;
}

div.formItem input[type="text"], input[type="password"], textarea, select {
	width: 400px;
	border: 1px solid #838383;
	padding: 4px 2px;
	color: #000000;
}

div.formItem input.sPageTitle {
	font-size: 2.2em;
	border: 1px solid #EAEAEA;
	color: #243868;	
	font-weight: bold;
	width: 890px;
}

div.formItem textarea.sAbovePageTitle {
	font-size: 1.2em;
	border: 1px solid #EAEAEA;
	color: #838383;	
	font-weight: bold;
	width: 890px;
	height: 1.2em;
}

div.formItem textarea.sBelowPageTitle {
	font-size: 1em;
	border: 1px solid #EAEAEA;
	color: #B9BABA;	
	font-weight: bold;
	width: 890px;
	height: 1em;
}

div.formItem textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.05em;
	height: 170px;
}

.required:after {
	color: #C24F3D;
	content: " *";
}

div.formItem input[type="text"].error, input[type="password"].error, textarea.error, select.error {
	border: 1px solid #C24F3D;
}

.errorLabel {
	color: #C24F3D;
}

.flashMessage {
	font-weight: bold;
	margin-bottom: 20px;
}

.successLabel {
	color: #63833A;
	font-weight: bold;
}

#saveSite {
	position: fixed;
	text-align: right;
	right: 5px;
	top: 50px;
}

#saveSite input {
	height: 100px;
	width: 120px;
	font-weight: bold;
}
	
#saveText {
	padding: 10px;
}

div.form {
	padding: 10px;
	background-color: #F8F8F8;
	margin-top: 20px;
}

#pics {
	margin-top: 20px;
}

