/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
@import "lib/gallery.css";
@import "footer.css";

/* Red: #ed1c24


/* Page
-------------------------------------------------------------- */

body {
	margin: 0;
	background: #c28d52 url(../images/indexbigBG.jpg) repeat-x center top;
	padding: 20px;
	padding-top: 0px;
}

p {color: #cccccc; font-family: Arial; font-size: 1.2em; font-weight: normal;}

ul li {color: #555555; font-family: Arial; font-size: 1.2em; font-weight: normal;}

#content h1 {color: #6e502e; font-family: Arial; font-size: 1.6em; font-weight: normal;}

#content h2 {color: #c28d52; font-family: Arial; font-size: 1.4em; font-weight: normal;text-indent: 5%;}

#content h3 {
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	background-color: #333;
	color: #FFFFFF;
	font-weight: normal;
}
.red {color: #ed1c24;}
#banner-home {
	background: #004071 url(../images/homebanner01.gif) no-repeat left;

}
.banner {
	width: 1000px;
	height: 199px;
	margin-left: auto;
	margin-right: auto;

}

#outer_wrapper {
	width: 950px;
	background-image: url(../images/wrapper-woman3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;

}


#wrapper {min-height:595px;}

#container {
  width: 100%;
  float: left;
  margin-right: -20px;
  /* background: #CCCCCC;  url(images/right_columnBG.gif) repeat-y right */

}

#content {
  margin-right: 20px;
  
}

#feeds {
	width: 10px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.clearing {
	height: 0;
	clear: both;
}

#main {
	margin-left: 210px;
}
#bodytext {
	padding: 10px;
	margin-right: 190px;
	margin-top: 25px;
	margin-left: 10px;
}
#bodytext_alt {
	padding: 10px;
	margin-right: 150px;
}


.linkbox {
 	width: 230px;
  	float: left;
 	margin-left: 20px;
 	margin-top: 10px;

}
.adbox {margin-top: 10px; margin-bottom: 10px;}


/* Navigation -------------------------------------------------------------- */

#navigation {
float: left;
width: 201px;
text-align: center;
padding-top: 10px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
#navigation li {
border-bottom: 1px solid #333;
}
#navigation li a:link, #navigation li a:visited {
display: block;
padding: 0.4em 0 0.4em 0.5em;
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
#navigation li a:hover {
background-color: #fff;
color: #c28d52;
}
#feeds {
float: right;
width: 200px;
margin-top: 0px;
}
#feeds ul {
list-style: none;
margin: 0;
padding: 0;
}
#feeds li {
border-bottom: 1px solid #000000;
}
#feeds li a:link, #feeds li a:visited {
font-size: 90%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
/* border-left: 1px solid #000000; */
/* border-right: 1px solid #000000; */
background-color: #333;
color: #FFFFFF;
text-decoration: none;
}
#feeds li a:hover {
background-color: #ffffff;
color: #000000;
}
#feeds ul ul {
/* margin-left: 12px; */
}
#right_navigation ul ul li {
border-bottom: 1px solid #000000;
margin:0;
}
#feeds ul ul a:link, #feeds ul ul a:visited {
background-color: transparent;
color: #000000;
}
#feeds ul ul a:hover {
background-color: #009933;
color: #FFFFFF;
}

/* End od Navigation */

.last {
	margin-bottom: 0px;
}

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c28d52;
}
#main a:hover {
	color: #ffffff;
}

.preferred {
	color: #4e3d23;
}
.style1 {
	color: #4e3d23;
}
