/*******************************************
** =Import Styles
*******************************************/
@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper, #wrapperAdmin {
	height: 100%;
}

body {
	/*font-family: Helvetica, Calibri, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 1.3em;
	line-height: 1.6em;
}

p {
	margin: 0 0 8px 0;
	line-height: 1.4em;
}


/*********
** =IDs
**********/

#wrapper {
	
}

#container {
	margin: 0 auto;
	padding-top: 20px;
	
	width: 900px;
}

#header {
	height: 123px;
	/*background: #900 url('../img/bg_header.jpg') repeat-x 0 0;*/
	background: #0F2A48 url('../img/bg_header.jpg') repeat-x 0 0;
}

	#header #logoInfo {
		padding: 10px 40px 0;
	}
	
		#header #logo {
			float: left;
		}
		
		#header h1 {
			text-align: right;
			font-family: verdana;
			font-weight: bold;
			font-size: 24px;
			color: #fff;
		}
		
		#header h2 {
			text-align: right;
			font-family: verdana;
			font-size: 18px;
			/*color: #FEEDB7;*/
			color: #9CB0A6;
		}

#notice {
	/*background: #FFFAE8 url('../img/bg_notice.jpg') repeat-x 0 0;*/
	background: #9CB0A6 url('../img/bg_notice.jpg') repeat-x 0 0;
	
	padding: 20px 40px;
	/*border-bottom: #EEE8D1 6px solid;*/
	border-bottom: #5F9C9A 6px solid;
}

#content {
	padding: 20px 40px;
}

	#content ul li {
		padding-top: 6px;
	}
	
	#content h2 {
		font-size: 1.1em;
		line-height: 1.2em;
		font-weight: bold;
	}


/*******************************************
** =Footer
*******************************************/

#footer {
	margin: 0 auto;
	padding: 10px 40px;
	width: 820px; /* stupid right extends with 900 */
	
	
	font-size: .8em;
	color: #fff;
	
	/*background: #144647 url('../img/bg_footer.jpg') repeat-x 0 0;*/
	background: #787C5B url('../img/bg_footer.jpg') repeat-x 0 0;
}

#footer div {
	float: right;
}

/* =footer Links
------------------------------------------*/
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:link {
}
#footer a:visited {
}
#footer a:hover {
	color: #fff;
}
#footer a:active {
	color: #fff;
}



/*******************************************
** =Navigation
*******************************************/

* html #navigation {
	padding: 0;
	p\adding: 0;
}

#navigation {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	
	background-color: #000;
}

#navigation ul {
	padding: 10px 40px;
}

* html #navigation ul li {
	padding: 0 6px 0 8px;
	p\adding: 0 6px 0 8px;
}

#navigation ul li {
	padding: 0 6px 0 2px;
	font-size: .7em;
	display: inline;
	/*border-right: 1px solid #9999CC;*/
	border-right: 1px solid #9CB0A6;
}

* html #navigation ul li.first {
	padding: 0 4px 0 0;
	p\adding: 0 4px 0 0;
}

#navigation ul li.first {
	padding: 0 6px 0 0;
}


#navigation ul li.last {
	border-right: none;
}

/* =Navigation Links
------------------------------------------*/
#navigation a {
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}
#navigation a:link {
}
#navigation a:visited {
}
#navigation a:hover {
	color: #9CB0A6;
}
#navigation a:active {
	color: #fff;
}