/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{
	text-align:center;
	margin:0;
	padding:0;
	background:#232C2D url(../images/drops_bg.png);
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}
p		{
	margin:0;
	padding:0 0 15px 0;
	line-height:140%;
	font-size: 14px;
}
h1		{
	margin:0;
	padding:0 0 5px 0;
	font-size:150%;
	color: #006;
}
a		{color:#000000; text-decoration:underline; }
a:hover	{text-decoration:none; }

/*structural*/
.clear {clear:both;}
#all			{
	margin:20px auto 20px auto;
	padding:1px;
	width:960px;
	background:#FFFFFF;
	text-align:left;
	border:1px solid #cbb22c;
}
#header {
	background: #221f5e url(../images/logo.png) no-repeat 10px 50px;
	height: 150px;
	float:left;
	width:960px;
}
#navbar {
	background:url(../images/back.png) left top repeat-x;
	height: 40px;
	margin:0;
	padding:0;
}
#content		{
	float:left;
	padding:20px 30px 5px;
	width:600px;
	min-height: 540px;
	color: #333;
	font-size: 16px;
}
#rightColumn	{
	float:right;
	padding:20px 20px 5px;
	width:200px;
	margin:-55px 20px 0 0;
	background:#F9E454;
	border:1px solid #FFFFFF;
	color:#000;
	text-align: center;
}
#footer			{
	clear:both;
	padding:5px 20px 5px;
	font-size:80%;
	background:#e1e1e1;
	color:#000;
	margin-top: 10px;
}
#footer .powered	{float:right; }
#footer a		{
	color:#221f5e;
}

/*custom heading*/
h1#intro	{
	background:#221f5e url(../images/bg_logo.png) no-repeat 0 0;
	color:#FFFFFF;
	margin:0;
	padding:20px 0 60px 20px;
	font-size:200%;
	font-weight:normal;
	display:block;
}
h1#intro a	{text-decoration:none; color:#FFFFFF; display:block; }

/*navigation*/
ul#nav			{
	margin:0 0 1px;
	padding:10px 0;
	background:#CCC url(../images/back.png);
}
#nav li			{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	font-size: 90%;
}
#nav a			{color:#221f5e; text-decoration:none; padding:10px 20px; text-transform:uppercase; background: url(../images/back.png);font-weight:bold; }
#nav a:hover	{color:#999999; }

/**CLEARFIX - ICE*
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */

.title {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #22205F;
}
#standout {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#standout h3 {
	color: #FFF;
	background: #cbb22c;
	padding: 5px;
	margin: 0px 0px 5px;
}
.centertext {
	text-align: center;
}
.fancy {
	color: #cbb22c;
	font-style: oblique;
	font-size: 16px;
	font-weight: bold;
}.smalltext {
	font-size: 10px;
}
#header_bottom {
	margin-top: -30px;
	margin-left: -30px;
	margin-bottom: 15px;
	float:left;
}
#standout p {
	font-size: 22px;
	color: #22205F;
}
#info {
	margin-top: 10px;
	margin-bottom: 10px;
}
#info tr td {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#flash {
	float: right;
	margin-right: 20px;
	height: 263px;
	width: 370px;
	margin-top: 5px;
}
.floatleft {
	float: left;
}
#footer p {
	font-size: 12px;
	padding: 0px;
}
#bottomnav li {
	display: inline;
}
#bottomMenu {
	margin: 20px auto 0px;
}
#bottomnav {
	text-align: center;
}
#bottomnav li a {
	padding-right: 10px;
	padding-left: 10px;
}
td p {
	font-size: 10px;
}
ul {
	margin-top: 0em;
	margin-bottom: .5em;
}
.slogan {
	font-style: italic;
	font-weight: bold;
	color: #22205F;
	text-align: center;
	line-height: normal;
	font-size: 22px;
	padding: 5px;
}
a img {
	border-width: 0px;
	border-style: none;
}

