@import url(reset.css);

html, body {
	height: 100%;
}

#push {
	height: 39px;
}

body {
	color:#000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:62.5%;
	text-align:center;
}

.clear {
	clear: both;
}

.floatRight { 
	float: right;
	margin: 0px 0px 20px 20px;
}

.floatLeft { 
	float: left;
	margin: 20px 20px 0px 0px;
}

a {
	text-decoration: none;
	color: #386081;
}

a:hover {
	color: #002a4c;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	padding: 15px 0px 5px;
	color: #002a4c;
	text-transform: uppercase;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
}

p {
	line-height: 1.5em;
	margin-top: 0.5em;
	text-align:justify;
	padding-bottom: 1.33em;
}

#wrapper {
	text-align:left;
	font-size: 1.3em;
	width: 960px;
	margin: 0px auto;
	position: relative;
	
	/* Sticky Footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -39px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	height: 139px;
}

#header h1 {
	text-indent: -9999px;
}

#header small {
	text-indent: -9999px;
	display: block;
}

#global-nav {
	height:37px;
	line-height: 37px;
	margin-left: 236px;
}

#global-nav li {
	display: inline;
	padding: 10px 0px;
	position: relative;
}

#global-nav li a {
	color: #fff;
	text-decoration: none;
	height: 33px;
	padding: 9px;
	text-transform: uppercase;
}

#global-nav li a:hover {
	color: #eee;
}

#global-nav ul.submenu {
	position: absolute;
	top: 34px;
	left: 0px;
	z-index: 1000;
	width: 180px;
	border-top: none;
	display: none;
	font-size: 10px;
}

#global-nav ul.submenu li {
	display: block;
	background: none;
	padding: 0px;
	text-align:left;
	padding: 0px;
	position: relative;
}

#global-nav ul.submenu li a {
	color: #ddd;
	padding: 0px 0px 0px 10px;
	display: block;
	height: 25px;
	line-height: 25px;
}

#sub-nav {
	margin-top: 10px;
}

#sub-nav li {
	margin: 0px 5px;
}

#sidebar {
	width: 191px;
	margin-top: -180px;
	float: left;
	display: inline;
}

#sidebar h2 {
	text-indent: -9999px;
	width: 199px;
	height: 184px;
}

#sidebar h2 a {
	display: block;
	width: 199px;
	height: 184px;
}

#sidebar ul {
	margin-left: 4px;
	margin-bottom: 20px;
}

#sidebar li {
	background-color: #000;
}

#sidebar li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 5px 0px;
	padding-left: 18px;
	margin-left: 18px;
}

#sidebar a:hover {
	color: #eee;
}

#home #featured {
	margin: 8px 0px 0px 45px;
	float: left;
	width: 652px;
	display: inline;
}

#img-slideshow {
	overflow: hidden;
}

#img-slideshow #left-arrow,#img-slideshow #right-arrow {
	width: 20px;
	height: 40px;
	float: left;
	display: inline;
	height: 143px;
	text-indent: -9999px;
}

#img-slideshow #left-arrow {
	background: url(../images/left-arrow.png) no-repeat center left;
}

#img-slideshow #right-arrow {
	background: url(../images/right-arrow.png) no-repeat center left;
}

#img-slideshow li {
	float: left;
	width: 143px;
	margin: 0px 5px;
	display: inline;
	position: relative;
}

/*
#img-slideshow span.overlay-left, #img-slideshow span.overlay-right {
	z-index: 2000; 
	position: absolute; 
	width: 143px; 
	height: 143px; 
	left: 0px; 
	top: 0px;
}

#img-slideshow span.overlay-left{
	background: url(../images/overlay-left.png) no-repeat; 
}

#img-slideshow span.overlay-right{
	background: url(../images/overlay-right.png) no-repeat; 
}

*/

#content {
	margin: 8px 0px 0px 45px;
	background: url(../images/content-top.png) repeat-x;
	float: left;
	width: 724px;
	min-height: 350px;
	padding-bottom: 50px;
	display: inline;
	_margin-left: 15px;
}

#content h5 {
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
}

#content table {
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 1.33em;
}

#content tr.alt { background-color: #eee; }

#content th,#content td{padding:.5em 1em;line-height:1.5em;}	

#content th{background:#002A4C;color:#ccc;}
#content td{border-bottom:1px solid #DFDFDF;}

#content blockquote {
	border-left: 1px solid #ccc;
	font-style: italic;
	padding: 0.5em 2em;
	line-height: 1.5em;
	background: #eee;
}

#content ol, #content ul {
	line-height: 1.5em;
	list-style-position: inside;
	padding-left: 25px;
	margin-top: 0.5em;
	padding-bottom: 1.33em;
}

#content ol { list-style-type: decimal; }
#content ul { list-style-type: disc; }

#home #content {
	margin: 8px 0px 0px 0px;
	background: url(../images/content-top.png) repeat-x;
	padding-bottom: 50px;
	display: inline;
	min-height: 25px;
	width: 960px;
}

#bottom-links {
	text-align: center;
	padding: 10px 0px;
	position: absolute;
	top: -59px;
	font-size: 1.1em;
	color: #000;
	background: url(../images/content-bottom.png) repeat-x;
	padding-top: 20px;
	width: 724px;
	left: 50%;
	margin-left: -245px;
}

#home #bottom-links {
	width: 960px;
	margin-left: -480px;
}
#full_footer #bottom-links {
	width: 960px;
	margin-left: -480px;
}
#bottom-links li {
	display: inline;
}

#footer {
	height: 39px;
	line-height: 39px;
	color: #fff;
	position: relative;
}

#footer p {
	text-align: center;
	height: 39px;
	line-height: 39px;
}
