/********************************************
   author:Erwin Aligam, www.styleshout.com 
  (adapted by M.Sands, www.margueritesands.com)
   TEMPLATE NAME: EliteCircle, S-0012, version 1.0
 
/********************************************
   HTML ELEMENTS
*******************************************--------------------------------------------------------------------*/ 

/* -------------------------------------------------------------------TOP ELEMENTS: */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #000000;
	text-align: center;
	background-color: #000000;

}

/* links ---------------------------------------------------------------------------*/
a {
	color:#CB4721; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* headlines --------------------------------------------------------------------------*/
h1, h2, h3 {
	font: normal 1.8em  Georgia, "Times New Roman", Times, serif;
	color:#222;
	letter-spacing:-1px;
	margin: 0; padding: 0; border: 0;
}
h1 { font-size: 1.7em; } 
h2 { font-size: 1.3em; color:#57836b; }
h3 { font-size: 1.5em; color:#C34E23; font-weight: normal; letter-spacing: 0px;}
h4{ font-size: 1.7em; color:#ffffff; font-weight: bold; 
}

	
/*------------------------------------------------------------------MAIN SECTION:*/
#main h1 { 
	font: normal 1.9em Georgia, "Times New Roman", Times, serif;
	color: #222; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-1px;
	background:url(../images/bk_dotted.png) bottom left repeat-x;
}

#main2 h1 { 
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #222; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-1px;
	background:url(../images/bk_dotted.png) bottom left repeat-x;
}
/*sidebar:----------------------------------------------------------------------------*/
#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;	
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}

p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

.side {
width: 145px;
line-height: 120%;
text-align: left;
font: normal .85em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
}

.side2 {
line-height: 108%;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/*images:----------------------------------------------------------------------- */
img {
	border: 1px solid #57836b;
	padding: 5px;	
}

img.no-border {
	border: none;
	padding: 0;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.float-center {
  margin: auto; 
  border: none; 
}

/*form elements (not in use)----------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
	border: none; 

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}

/***********************---------------------------------------------------------
	  LAYOUT
***********************---------------------------------------------------------*/

#header-content, #content {
	width: 780px; margin: 0; padding: 0; border: 0;
}

/* header-----here's where the white bar came from (at 160 px ht):------------- */
#header {
	background: #fff url(headerbg.jpg) repeat-x;
	height: 150px;
	text-align: left;	
	margin: 0; padding: 0; border: 0;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: normal 30px/65px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px; 
	color: #FFF;
	background: #FFF url(logobg.jpg) repeat-x left top;
	border: 0px;
	height: 65px;
	padding: 0;
	margin: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 15px; left: 0px;
}
#header-content #slogan {
	position: absolute;	
	font: normal, italic, 14px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	color: #f5be87;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 75px; left: 5px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px; top: 125px; bottom: 0;
	font: bold 11px  'Trebuchet MS', Sans-serif;  
	list-style: none;
	margin: 0; padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 15px 7px 22px;	
	color: #F5be87; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #8fe4d7;
}
#header-content li a#current  {	
	color: #FFF;	
}

#header #header-links {
	position: absolute;
	top: 0px; right: 0px;	
	color: #8E5F2F;
	font-size: 90%;
	text-decoration: underline;
}
#header #header-links a {	
	color: #8fe4d7;
	text-decoration: underline;
}
#header #header-links a:hover {
	color: #8fe4d7;
	text-decoration: underline;
}


/* -----------------------------------MAIN content------------------------------------------------------------------- */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #fff url(contentbg.jpg) repeat-y center top;	
	margin: 0; padding: 0; border: 0;
}
#content-wrap2 {
	clear: both;
	float: left;
	width: 100%;
	background: #fff url(contentbgnobar.jpg) repeat-y center top;	
}
#content {
	text-align: left;	
	padding: 0; margin: 0px auto;		
}

#content2 {
	text-align: left;	
	padding: 10; margin: 20px auto;		
}
#content-wrap3{
	clear: both;
	float: left;
	width: 100%;
	background: #000 url(contentbgnobar.jpg) repeat-y center top;	
}

/*------------------------------------------SIDEBAR-----------------------------------------------------*/

#sidebar {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;	
   text-align: left;
}

/* main------right margin affects sidebar text(as does "width")-------------------------------------------------- */
#main {
	margin: 20px 50px 0 0; 
	padding: 0;		
	width: 580px;
	float: left;	
}

#main2 {
	margin: 20px 20px 0 0; 
	padding: 0;		
	width: 700px;
	text-align: justify;
	float: left;	
}
#main h1 {
	margin:0; color: #57836b;
}

#main h2 {
	margin:5px 0 0 0; color: #496d59;
}
#main2 h1 {
	margin:0; color: #000000;
}
#main p, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 5;
}


/*------------------------------FOOTER:--------------------------------------------------*/
/*---(padding of headline:)-----*/
#footer {
	clear: both;
	margin: 0; padding: 7px 10px 0px 15px;
	font: normal 1.1em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: right;	
	background: url(footerbg.jpg) repeat-x 0%;
	color: #ccc;
}
#footer p {
	margin-left: 0;
	line-height: 100%; 
}
#footer h2 {
	font: bold 1.5em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	color: #CC9933;
	margin: 0;
	padding: 0;
}
/*-------------------------affects margin page bottom:---------------------------*/
#footer-content {	
	margin: 0 10% 2% 25%;		
}


#footer-content .col {
	width: 220px;
	padding: 0;			
}

/*---------------------------------------------TO ALIGN (FOOTER) TEXT:*/
#footer-content .space-sep {
	margin-right: 10px;
	margin-left: -25%;
}
/*---------------------------------------------used for design credit (contact pg):*/
#footer-content .space-sep2 {
	margin-right: 10px;
	margin-left: -25%;
	font: normal 0.9em 'Trebuchet MS', Tahoma, sans-serif;
	color: #8fe4d7;
	
}
#footer-content .col2 {
	width: 525px;
	padding: 0;	
	display: inline;	
}


/* alignment classes ------------------------------------------------------------------------*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}


/*nav LINKS used as p-class--to control link-type-- on maribesos CONTACT PG:-----------------------------*/
.menu {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #DK6314;
background-color: transparent;
font-weight: bold;
text-align: center;
text-decoration: underline;
}
.menu a:link {
color: #DK6314;
background-color: transparent;
text-decoration: underline;
}

.menu a:visited {
color: #DK6314;
background-color: transparent;
text-decoration: underline;
}

.menu a:hover {
color: #DK6314;
background-color: transparent;
text-decoration: underline;
}

.menu a:active {
color: #DK6314;
background-color: transparent;
text-decoration: underline;
}

/*end bottom-nav links-------------------------------------------------------------------------------------------*/


