/* =================================================================================================== 

	Created By: Kasdan Hall
	Contact: K.Hall@Kasdanhall.com / www.KasdanHall.com
	Date: 4/29/09
	File Name: style.css
	Site: www.YourSite.com
	
======================================================================================================*/

/* ========================= CSS RESET ============================== */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ===================================================== END OF RESET ===================================================== */

/* ====================================================== UNIVERSAL STYLES ===================================================== */


body {
	background:url(../images/header.jpg) top center no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:16px;
}
h1 {
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	border-bottom:1px solid #000;
	text-align:center;
	padding:10px;
	padding-bottom:20px;
	margin-top:10px;
}
h2 {
	font-size:18px;
	color:#F00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding:5px;
	line-height:21px;
}
ul {
	margin:0;
	padding:0;
	margin-left:25px;
}
li {
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	list-style:circle;
}


/* ====================================================== Type STYLES ===================================================== */


h1 {

}
h2 {

}
h3 {
	font-size:16px;
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:1px solid #F00;
	margin-bottom:10px;
}
h4 {

}


/* ============================================== NAV STYLES ================================================== */

#top_nav {
	width:500px;
	margin:0 auto;
	padding-top:135px;
	padding-bottom:15px;
}
#top_nav ul {
	border-left:1px solid #000000;
	padding-left: 0;
	margin: 0 auto;
	color: #ffffff;
	float: left;
	width: 500px;
	height:25px;
	font-family: arial, helvetica, sans-serif;
}
#top_nav ul li {
	display:inline;
	line-height:25px;
}
#top_nav ul li a {
	padding-left:15px;
	padding-right:15px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
	border-bottom:0;
}
#top_nav ul li a:hover {
	text-decoration:none;
	color:#000000;
	border-bottom:0;
}

/* ================================================= Body Styles ================================================= */

#body_main_contain {
	width:960px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
}
#body_main {
	width:620px;
	margin:10px;
	min-height:500px;
	float:left;
}
#body_ads {
	width:298px;
	margin:0px 10px 10px 10px;
	float:left;
}
#body_ads a img {
	border:1px solid #cccccc;
	margin-top:10px;
}
	
#clear {
	clear:both;
}
.style1 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
#ul_left {
	width:200px;
	padding:10px;
	float:left;
	border:1px solid #ccc;
	margin-top:20px;
}
#ul_right {
	width:340px;
	padding:10px;
	float:left;
	margin-left:20px;
}
.ad_contact {
	width:300px;
	margin:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ooo;
	line-height:21px;
}
.ad_contact a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.ad_contact a:hover {
	border-bottom:1px solid #000;
}
.main_ad {
	padding:10px 0;
}
#labels {
	color:#666;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	float:left;
	text-align:right;
	width:200px;
	padding-right:10px;
	line-height:32px;
	margin-top:15px;
}
#fields {
	width:390px;
	float:left;
	text-align:left;
	margin-top:15px;
}
#fields input, #fields textarea {
	width:380px;
	color:#666;
	padding:5px;
}


/* ================================================= FOOTER STYLES ================================================ */


#footer_contain {
	width:960px;
	height:100px;
	margin:0 auto;
	text-align:center;
	border-top:solid 1px #cccccc;
	font-size:10px;
	color:#cccccc;
}



/* ================================================= GALLERY STYLES ================================================ */

.image {
	width:190px;
	padding:0;
	border:1px solid #999;
	margin:4px;
	float:left;
}