/******************************************** 
   AUTHOR:  			Jesse Martinez 
   WEBSITE:   			http://www.absolutewebworks.com/
   STYLE:				Advertising-01       	
 *******************************************/ 
body {
	background-color: #CCCCCC;
	font: normal .72em/1.5em 'Verdana', sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
img.float-left {
  margin: 0px 0px 0px 64px;  
}
img.center {
  margin: 10px 0px 0px 145px;
}
img.float-right {
  margin: 0px 73px 0px 0px;  
}
img.float-logo {
  margin: 0px 0px 5px 283px;  
}
img {
	border: none;
	margin: 10px 0px 0px 20px;
}
a {
	color: #4d688f;
}	
a:hover {
	text-decoration: none;
}
/******************************************** 
   HEADER      	
 *******************************************/
#header {
	margin: 20px 0px 0px 0px;
	background-image: url(images/header3.jpg);
	width:800px;
	height:240px;
}

#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #title {
	position: absolute;	
	font: bold 1.0em 'Trebuchet Ms', Sans-serif;
	letter-spacing: 0px; 
	color: #999999;
	margin: 0; padding: 0;	
	/* change the values of left and top to adjust the position of the logo */
	top: -18px; left: 16px;
}
#header-content #tag {
	position: absolute;	
	font: bold 1.0em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #999999;	
	margin: 0; padding: 0;	
	/* change the values of left and top to adjust the position of the slogan */
	top: -18px; left: 310px;
}
/*************** header menu ***************/
#header-content ul {
	position: absolute;
	left: 0px; top: 202px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	list-style: none;
	margin: 0; padding: 0;
	width: 791px;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 0px;	
	color: #fff;
	background-color: #97b17b;
	text-decoration: none;
	text-align: center;
	width: 131px;
}
#header-content li a:hover {
	background: #adcc8d;
	color: #fff;
}
#header-content li a#current  {
	background: #adcc8d;
	color: #fff;
}
#header-content li a#last  {
	background: #adcc8d;
	color: #fff;
	width: 135px;
}
/*************** h1 classes  ***************/
h1, h2, h3, h4 {
	font: bold 1em 'Verdana', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
/******************************************** 
   MAIN      	
 *******************************************/
#main {

	width:800px;
	height:auto;
}

#main h3{
	padding: 10px 5px 5px 15px;
	margin: 0px 20px 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}
#content {
	background-color:#FFFFFF;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width:800px;
}
#content p {
	padding: 5px 34px 10px 25px;
	font-size: 12px;
}
/*************** Top - Text ***************/
#top {
	float:left;
	width:800px;
}
#top p, h2 {
	padding: 5px 34px 10px 25px;
	font-size: 12px;
	line-height: 16px;
}

#top h3{
	padding: 10px 5px 5px 15px;
	margin: 0px 20px 0 10px;
	border-bottom: none;
	text-align: center; 	
}
#top h4 {
	padding: 10px 15px 10px 25px; 
	text-align: center;
}

#top  ul{
	padding: 5px 5px 10px 55px;
	font-size: 12px;
	line-height: 16px;
}
#top b{
	color: #333;
}
.hr {
	margin: 5px 30px 5px 25px;
}
/*************** Bottom - Text ***************/
#bottom {
	float:left;
	width:800px;
}
#bottom h3{
	padding: 10px 5px 5px 15px;
	margin: 0px 20px 0 10px;
	border-bottom: none;
	text-align: center; 	
}
#bottom p, h2 {
	padding: 5px 34px 10px 25px;
	font-size: 12px;
	line-height: 16px;
}
#bottom h4 {
	padding: 10px 15px 10px 25px;
}

#bottom  ul{
	padding: 5px 25px 10px 55px;
	font-size: 12px;
	line-height: 16px;
}
#bottom strong{
	color: #cc3333;
	font-size: 14px;
}
.hr {
	margin: 5px 30px 5px 25px;
}
/*************** Contact - Text ***************/
#contact {
	float:left;
	width:800px;
}
#contact p, h2 {
	padding: 5px 34px 10px 25px;
	font-size: 12px;
	line-height: 16px;
}

#contact h3 {
	padding: 10px 5px 5px 15px;
	margin: 0px 20px 0 10px;
	border-bottom: none; 	
}
#contact  ul {
	padding: 5px 5px 10px 55px;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
}
/*************** Middle Images ***************/
#images {
	float:left;
	width:800px;
}
/*************** Form Elements ***************/
form {
	margin:10px 35px 10px 25px;
	padding: 10px;
	border: 1px solid #ECF8C2; 
	background-color: #EFFFDE; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ECF8C2;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ECF8C2;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #d0ed61;
	background: #fff; 
	padding: 2px 3px; 
	color: #333;	
}
/******************************************** 
   FOOTER      	
 *******************************************/
#footer {
	background-image: url(images/footer.jpg);
	width:800px;
	height: 72px;
	text-align:center;
	float:left;
	clear:both;
}

/************** Right Footer **************/

#rightfooter {
	float:left;
	width:800px;
	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#rightfooter p{
	padding: 15px 0px 0px 0px;
	font-size: 11px;
}

/************** footer ul ***************/

#footer ul{
	margin-top: 2px;

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 5px 0px 1px;
	border-right: solid 1px #333;
}
.break{
	border-right: 0px none !important;
}
.last{
	border-right: 0px none !important;
}
#footer a{

	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer span{
	font: normal .95em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
}
/******************************************** 
   ALIGNMENT CLASSES      	
 *******************************************/
.float-left  { float: left; }
.float-right { 
	float: right;
	margin: 0px 73px 0px 0px;
 
}

.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center  {
	text-align: center;
	border-bottom: none;
}
.align-justify { text-align: justify; }
.blue { color: #4481C0; }
.green  { color: #bedf9a; }
