/*******************************************************
TITLE:  Local Elements Investor Site
DATE: 3.18.2008
AUTHOR: Concept Productions
*******************************************************/

/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #fff;
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
	padding-right: 10px;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	color: #fff;
	background: #225D93;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-type: none;
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color: #a51717;
}

a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------ Div Id's --------------------------------*/

#top_line {
	height: 5px;
	background: #092e36;
	width: auto;
}

#header {
	height: 65px;
	width: 900px;
	margin: 20px auto;
}

#menu {
	height: 30px;
	width: 900px;
	margin: 0 auto;
	border-top: 3px #000 solid;
	padding-top: 5px;
	text-align: center;
}

#menu a, #footer a {
	color: #000;
	padding: 0 3px;
}

#menu a:hover, #footer a:hover {
	color: #a51717;
}

#banner {
	background: url('banner.png') no-repeat;
	width: 900px;
	height: 300px;
	margin: 15px auto;
}

#center {
	width: 900px;
	margin: 20px auto;
	padding-left: 25px;
}

#center ul {
	margin: 20px 0 60px 60px;
}

#center li {
	list-style-type: disc;
}

#center p {
	padding: 0 60px 0 20px;
}

#footer {
	height: 60px;
	width: 900px;
	margin: 0 auto;
	border-top: 3px #000 solid;
	padding-top: 5px;
	text-align: center;
}


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

.logo {
	height: 65px;
	width: 408px;
	float: left;
}

.header_right {
	width: 205px;
	height: 65px;
	float: right;
	padding-top: 7px;
}

.photo {
	margin: 5px 10px 5px 0;
}

.spacer {
	height: 350px;
	width: 900px;
}

.table_margin {
	margin: 0 0 0 18px;
} 

.search_check {
	padding: 3px;
	font-size: 100%;
	background: #fff;
	border: none;
}


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

.smaller {
	font-size: 0.7em;
}

.med_small {
	font-size: 0.8em;
}

.small {
	font-size: 0.9em;
}

.med {
	font-size: 1.2em;
}

.large {
	font-size: 1.5em;
}

.black {
	color: #000;
}

.blue {
	color: #81abb6;
}

.red {
	color: #a51717;
}

.orange {
	color: #ff940e;
}

.bottom_margin {
	margin-bottom: 60px; 
}

/*--------------------------------------------------------------------------------------toggle styles-------------------*/

#toggle_video {
	width: 900px;
	height: 550px;	
}

#test, #test2, #test3, #test4 {
	color: #cac4c4;
	padding: 10px;
	margin: 0px 20px 10px 20px;
}

