@charset "utf-8";
/* CSS Document */

/* Yahoo Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Yahoo Reset */

body {
	background: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20;
	font-size: 16px;
}

#bg_container {
	width: auto;
	background-image :url(images/header_bg.png);
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	margin: auto;
}

/* ------------------------------------------------------------------------------------------------------------ Div */

#header {
	height: 181px;
	padding: 0 10px;
}

#contact {
	float: right;
	height: 60px;
	text-align: right;
}

#slogan {	
	float: right;
	height: 31px;
	clear: right;
	color: white;
	font-size:24px;
	padding-top:30px;
	font-weight: bold;
}

#navigation {
	float: right;
	height: 60px;
	clear: right;
}

#pre-content {
	height: 30px;
}	

#search {
	float: right;
	margin: 5px 10px 0 0;
}

#newsletter {

}

#main {
	clear: both;
	background-image :url(images/shadow.png);
	background-repeat: repeat-y;
	padding: 0 10px;

}

#sidebar {
	width: 190px;
	padding-right: 10px;
}

#content {
	float: right;
	width: 739px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #efefef;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 320px;
	width: 960px;
	margin: auto;
	clear: both;
}

#footer-links {
	background-color: #d8b004;
	height: 300px;
	width: 960px;
	margin: auto;
	clear: both;
}

#footer-links {
	list-style: none;
}

#ft-col-1 {
	width: 290px;
	height: 280px;	
	padding: 10px 10px 10px 20px;
	float: left;
}

#ft-col-2 {
	width: 300px;
	height: 280px;	
	padding: 10px;
	float: left;
}

#ft-col-3 {
	width: 300px;
	height: 280px;	
	padding: 10px;
	float: left;
}


/* ------------------------------------------------------------------------------------------------------------ Div Subsets*/

#sidebar ul {
	margin-left: 10px;
}


#navigation li {
	display:inline;
	margin: 0 0 0 10px;
	background-color: black;
	color: #ffe800;
	padding: 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;

}

#navigation ul{
	margin: 31px 0 0 0;
}

#navigation ul a, a:visited, a:hover, a:active {
	color: #ffe800;
}	

/* ------------------------------------------------------------------------------------------------------------ Div Subsets*/

.imgfloatright {
	float: right;
	margin: 0 -10px 0 10px;
	clear: right;
}

.imgfloatleft {
	float: left;
	margin: 0px;
}

.imgfloatlefthome {
	float: left;
	margin: -4px;
}

#clearboth {
	clear: both;
}	

/* ------------------------------------------------------------------------------------------------------------ Font */




h1 {
	font-size: 24px;
	margin: 20px 0;
}

h2 {
	font-size: 20px;
	margin: 10px 0;
}

h3 {
	font-size: 18px;
	margin: 10px 0;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

p {
	margin: 10px 0;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #23408f;
}

a:visited {
	text-decoration: none;
	color: #23408f;
}


a:hover {
	text-decoration: underline;
	color: #23408f;
}

a:active {
	text-decoration: none;
	color: #23408f;
}

.callout {
	font-size: 18px;
	color: #23408f;
}

.index ul {

}

.index li {
	list-style: disc;
	margin-bottom: 10px;
	list-style-position: inside;
}

fieldset {
	border: 1px solid #231f20;
	padding: 10px;

}

legend {
	border: 1px solid #231f20;
	margin: 10px;
	padding: 10px;
	font-size: 18px;
}

.small {
	font-size: 10px;
	float: right;
}

fieldset h4 {
	color: #23408F;
	font-size: 16px;
	font-weight: bold;
}

fieldset h5 {
	color: #231f20;
	font-size: 14px;
	font-weight: bold;
}

fieldset p {
	margin-left: 30px;
}

.home-col1 {
		margin: 0 0px 0 0;
}
.home-col2 {
		float:right;
		width: 275px;
		border: 10px solid #23408F;
		padding: 0 25px;
		margin: 0 0 15px 15px
}

.home-col1 ul {
list-style-type: square;
margin-left:15px;
}