@charset "utf-8";

/*--Body Information --*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0px;
	color: #333;
	background-color: #FFF;
}
#index {
	background-image:url(../images/bg_01.jpg);
	background-repeat:repeat-x;
}
#standard {
	background-image:url(../images/bg_02.jpg);
	background-repeat:repeat-x;
}

/* -- Font Information -- */

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #544B33;
}

h1 {font-size: 28px; margin-top: 15px; margin-bottom: 25px;}
h2 {font-size: 22px; margin-top: 15px; margin-bottom: 25px;}
h3 {font-size: 18px; margin-top: 15px; margin-bottom: 25px;}
h4 {font-size: 16px; margin-top: 5px; margin-bottom: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* -- Link Information -- */

a {border: none;}
a img {border: none;}


a:link {color: #1959BA;}
a:visited {color: #1959BA;}
a:hover { 
	color: #1959BA;
	text-decoration: none;
}
a:active {color: #1959BA;}

a.nav:link {
	color: #FFF;
	text-decoration: none;
}
a.nav:visted {
	color: #FFF;
	text-decoration: none;
}
a.nav:hover {
	color: #1959BA;
	background-color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
}
a.nav:active {
	color: #FFF;
	text-decoration: none;
}
.sidebar ul {
	margin-left: 0px;
	list-style-type: none;
}
.sidebar li {
	padding-bottom: 12px;
}

/* -- Layout Elements -- */

.container {
	width: 900px;
	min-width: 720px;
	margin: 0 auto;
}
.header {
	background-image: url(../images/bg_header.png);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	height: 80px;
}
.logo {
	float: right;
	margin-top: 30px;
}
.tagline {
	float: right;
	margin-top: 25px;
}
.nav {
	float: left;
	margin-top: 35px;
	height: 35px;
}
.content {
	margin-top: 35px;
}
.article_index {
	width: auto;
	margin-top: 25px;
}
.article_standard {
	width: auto;
	margin-top: 50px;
}
.article_left {
	margin: 25px;
	float: left;
	width: 40%;
}
.article_right {
	margin: 25px;
	float: right;
	width: 40%;
}
.footer {
	margin: 25px 0;
	font-size: 10px;
	line-height: 14px;
	border-top: 1px solid #716544
}
.sidebar {
	float: right;
	width: 300px;
	background-color: #CCC;
	border: solid 1px #999;
	font-size: 12px;
	line-height: 18px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 15px;
	padding: 10px;
	box-shadow: 5px 5px 25px #888;
}
.indent {
	margin-left: 25px;
}

/* -- Slider -- */

#slider {
	position:relative;
	width:900px;
	height:300px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	margin: 25px auto 0 auto;
	border: 1px solid #FFFFFF;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
#slidershadow {
	position: relative;
	width: 900px;
	height: 50px;
	background-image: url(../images/bg_slider.png);
}

/* -- Float Classes -- */
.fltrt {  
	float: right;
	margin-left: 15px;
}
.fltlft { 
	float: left;
	margin-right: 15px;
}
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear50 {
	clear: both;
	height: 50px;
}
/* -- Misc Style Elements -- */

hr {
	border: 0;
	background-color: #0C2853;
	height: 1px;
	width: 80%;
	margin: 25px auto;
	text-align: center;
}
.searchbutton { 
	margin-bottom: -10px;
}
.pull {
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	color: #544B33;
	padding: 5px;
	margin: 10px 40px;
}
.container .article ul {
	margin-left: 25px;
	padding: 25px;
}
.container .footer p {
	text-align: center;
}
.sidebar h3,h4,h5 {
	margin: 0;
	padding: 0;
}

