/*
  Designed by Triumphant Media
  http://www.triumphantmedia.com
*/


/****************************************
BODY/CONTAINER
****************************************/

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: 70% arial, helvetica, sans-serif;
	line-height: 1.5;
	text-align: center;
	background: #6091C2;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
	background: url(img/container.gif) repeat-y top;
}

a {
	color: #777;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

* html a {
	border-bottom: 1px solid #ccc;
}

a:hover {
	color: #6091C2;
}

/****************************************
HEADER
****************************************/

#header {
	padding: 0;
	margin: 0 auto;
	height: 100px;
	width: 100%;
	background: url(img/header.gif) no-repeat top center;
}

#header h1 {
	display: block;
	width: 300px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url("img/logo.gif") no-repeat 30px 30px;
	text-indent: -9999px;
}

#header h3 {
	position: absolute;
	top: 10px;
	margin: 0 0 0 330px;
	width: 330px;
	height: 80px;
	background: url("img/motto.gif") no-repeat 30px 30px;
	text-indent: -9999px;
}


/****************************************
CONTENT
****************************************/


#main {
	float: left;
	width: 400px;
	margin: 0px 20px 0px 10px;
	padding: 0 20px 0px 20px;
}

* html #main {
	margin: 0px 20px 0px 10px;
	padding: 0 0px 0px 20px;
}

#sidebar {
	float: left;
	width: 180px;
	margin: 0px 20px 0px 10px;
	padding: 0 0px 0px 0px;
}

* html #sidebar {
	margin: 0px 0px -10px 10px;
	padding: 0 0px 0px 10px;
}






ul#menu {
	list-style-type: none;
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	padding: 0;
}

ul#menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

ul#menu li a {
	border: 0;
	display: block;
	color: #6091C2;
	text-decoration:none;
	line-height: 20px;
	margin: 0px;
	padding: 0px 14px;
	width: 154px;
}

ul#menu li a span {
	display: none;
	margin: 0;
	padding: 0;
}

ul#menu li a:hover {
	background: #6091C2;
	color: #000066;
}

ul#menu li a.current, ul#menu li a.current:hover {
	background: #000066;
	color: #fff;
}


/****************************************
FOOTER
****************************************/

#footer {
	padding: 0;
	margin: 0 auto;
	width: 700px;
	clear: both;
	background: url(img/footer.gif) no-repeat bottom;
}

/****************************************
ADDITIONAL SCREEN STYLES
****************************************/

h1, h2, h3 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

h3.title {
	font: 2em times, serif;
	letter-spacing: -1px;
	text-indent: 0;
}

h3.title a {
	border: 0;
	color: #000066;
}

h2 {
	display: none;
}

.block {
	display: block;
}

p {
	margin: 1em 0;
}

hr {
	display: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hide {
	display: none;
}

.middle {
	margin: 0 auto;
}

.red {
	color: #cc0000;
}

.text {
	color: #333;
}

.clear {
	clear: both;
	margin: 0;
}
