/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Bookman, Garamond, Georgia, serif;
 font-size:75,01%;
 line-height:1;
 background: url(../img/background.jpg) repeat-x #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(../img/center.png);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 168px;
 margin: 50px 0px 0px 0px;
 background: url(../img/header.png) no-repeat;
}
#navigation {
 color: #333;
 padding: 0px 10px 10px 10px;
 margin: 0px 0px 0px 0px;
 text-align: center;
 height:27px;
 font-size:0.9em;
 background: url(../img/nav.png) no-repeat;
}
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 245px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #000000;
 margin: 10px;
 padding: 0px;
 width: 633px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 height: 80px;
 background: url(../img/footer.png) no-repeat;
 margin: 0px 0px 30px 0px;
 padding: 70px 10px 10px 10px;
 text-align: center;
}
.clear { clear: both; background: none; }

.logo {
	padding: 20px 0 0 40px;
	float: left;
}

.claim {
	text-align: center;
	padding: 20px 0 0 0;
}
.claim-letter {
	font-variant: small-caps;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}
.ulnav {
	padding: 5px;
}
.nav {
	display: inline;
	
	font-variant: small-caps;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	line-height: 0em;
}

.footernav {
	display: inline;
	margin: 0;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	padding: 0;
	line-height: 0em;
}

.footernav-link {
	text-decoration: none;
	padding:2px;
	text-decoration:none;
}

.nav-link {
	color: #ffffff;
	text-decoration: none;
	padding:2px;
	text-shadow: #444444 5px 2px 4px;
}

.nav-link:hover {
	color: #cccccc;
	text-decoration: none;
	text-shadow: #444444 5px 2px 4px;
	padding: 2px;
}

#active {
	color: #cccccc;
	text-decoration: none;
	
	padding: 5px;
}


.even {
	list-style-type: none;
	list-style-image: none;
	background: #444444;
	color: #aaaaaa;
	padding: 2px;
	margin: 1px 10px 0 10px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
		line-height: 1em;
}
.sub-even {
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #444444;
	-moz-border-radius-bottomleft:8px;
   -moz-border-radius-bottomright:8px;
	color: #333333;
	padding: 2px;
	margin:0 10px 12px 10px;
	text-align: center;
		line-height: 1.2em;
}

.odd {
	list-style-type: none;
	list-style-image: none;
	background: #444444;
	color: #aaaaaa;
	padding: 2px;
	margin: 1px 10px 0 10px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1em;
}

.sub-odd {
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #444444;
	-moz-border-radius-bottomleft:8px;
   -moz-border-radius-bottomright:8px;
	color: #333333;
	padding: 2px;
	margin:0 10px 12px 10px;
	text-align: center;
		line-height: 1.2em;
}

h1 {
	color: #000000;
	padding: 0px 10px 20px 10px;
	font-size: 1.6em;
}

h2 {
	color: #000000;
	text-align: left;
	padding:10px;
	line-height: 2em;
	font-size:1.4em;
}
h3 {
	color: #000000;
	line-height: 2em;
	font-size:1.2em;
	padding: 0px 10px 10px 10px;
}
h4 {
	color: #000000;
	padding: 0 10px;
	line-height: 1.5em;
	font-size:1em;
}

hr {
	margin: 0px 10px 15px 10px;
}
a {
	color: #000000;
}

p {
	padding: 0px 10px 15px 10px;
	line-height: 1.3em;
	font-size: 1em;
	color:#000000;
	text-align:left;
}

li {
	list-style-type: none;
	list-style-image: none;
	padding: 0 25px;
	line-height: 2em;
	font-size:1em;
}

#activeday {
	list-style-type: none;
	list-style-image: none;
	background: #000000;
	color: #ffffff;
	padding: 2px;
	margin: 0px 10px 0 10px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1em;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.award {
	border: 1px solid white;
}

.img {
	float: left;
	padding: 0px;
	margin:10px 10px 10px 0px;
}

.designed {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	
}

.designed-link {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.9em;
	text-decoration: none;
}


.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(../images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
	text-align: left;
}
.nav li ul {
	background: url(../images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #666666;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 5px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #fdc062 !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}

}

.nav ul {
	/*width: 648px;*/
	height: 32px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 15px 0 0;
	background: url(../images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	background-image: none;
}