@charset "utf-8";
/*-----------------------------------------------------------------------------
Site.com Style Sheet 

version:   1.0
author:    Julie Clain
email:     jclain@bardotagency.com
-----------------------------------------------------------------------------*/
/* Basics
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0;
	margin:0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
}
ul {
	list-style-type: none;
	padding-left: 10px;
	display: inline;
	text-indent: 2px;
	font-size:11px;
}
a:link { text-decoration: none;
color: #000000; }

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

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

a:hover {text-decoration: underline;
color: #333399;}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	font-size: 12px;
	line-height:20px;
	text-align: center;
	margin: 0;
	width: 100%;
	padding: 0;
}
/* ---------------------------------------------------------------------------
Main Content
-----------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	text-align: left;
	background-color:#CCCCCC;
}
#content {
	width: 100%;
	background-color:#000000;
}
#top {
	width:100%;
}
#top .topFrame {
	width: 800px;
	height: 130px;
}
#top .logo {
	width: 150px;
	height: 100px;
	padding: 15px;
	float: left;
	background-color:#333333;
}
#top .topContent {
	float: right;
	width: 275px;
	height: 100px;
	margin: 10px;
}

#menu {
	height:20px;
	padding:5px;
	background-color: #669900;
}

#middle {
	height:300px;
	width:100%;
	background-color: #000000;
}

#bottom {
	width:800px;
	background-color: #CCCCCC;

}

#bottom .sectionOne {
	padding-left:15px;
	padding-top:10px;
	padding-right:10px;
	width: 500px;
	float:left;
}

#bottom .sectionTwo {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background-color: #CCCCCC;
	border-left: solid 1px #999999;
	width: 240px;
	height: 340px;
	float:right;
}

#footer {
	width: 100%;
	text-align:left;
}

#footer a:link { text-decoration: none;
color: #666666; }

#footer a:visited { text-decoration: none;
color: #666666;}

#footer a:active {text-decoration: none;
color: #666666;}

#footer a:hover {text-decoration: underline;
color: #333399;}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	padding:15px;
	margin:0;
}

/* ---------------------------------------------------------------------------
Extras
-----------------------------------------------------------------------------*/

.line {
	width:100%;
	height:5px;
	background-color:#000000;
}

.thinLine {
	width:100%;
	height:2px;
	background-color: #CCCCCC;
	border-top: solid 1px #999999;
}
