/*
    AUTHOR: Cadillac Design and Development
            kevin@cadillacnews.com 
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 14px Verdana, Arial, Helvetica, sans-serif; }
p { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px;}
a { outline: none; }
a img { border: none; }

/* END RESET */
.photo_box {border: 1px solid #4c7962; background: #fff; padding:2px; text-align:center;}


/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* ------------------------------------------ */
/* TOOLBOX CMS STUFF */
/* ------------------------------------------ */
a {text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #4c7962;}
a:hover {text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000;}

h1 {font-size: 22px; color: #4c7962; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; margin: 0;}

h2 {font-size: 15px; color: #883704; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; margin: 0;}

.title {font-size: 22px; color: #4c7962; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; margin: 0;}

.subtitle {font-size: 15px; color: #883704; font-family: Georgia, Times, "Times New Roman", serif; font-weight: bold; margin: 0;}

.body {font-size: 14px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 5px;}

.bodyb {font-size: 14px; color: #37654e; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}

.bodyi {font-size: 14px; color: #37654e; font-family: Verdana, Arial, Helvetica, sans-serif;  font-style: italic;}

.bodyib {font-size: 14px; color: #37654e; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: italic;}

ul {font-size: 14px; list-style-type: disc; margin: 0 0 10px 18px; color:#37654e;}

ol li {font-size: 14px; margin-left: 30px; color: #37654e;}

hr { color: #37654e; margin: 15px 0;}

/* END CMS Stuff */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
body {
	background: url('/images/eagle_village_cadillac_bg.jpg') repeat-x  #ebe8d9;
}
.outer_wrap {
	width: 1000px;
	margin: 0 auto;
	background: url('/images/outer_wrap.png')no-repeat;
}
.wrap1 {
	width: 900px;
	margin: 0px auto;
}
#header {
	position: relative;
	top: 0;
	width: 880px;
	height: 40px;
	padding: 0 10px 0x 10px;
	margin: 0;
}
#top_contact {
	/*width: 286px;*/
	width: 356px;
	height: 30px;
	float: left;
	margin: 10px 0 0 10px;
}
#top_contact p {
	float: left;
	font-weight: bold;
	color: #fff;
	padding-left: 4px;
}
#top_contact a {
	float: left;
}
#donate {
	width: 186px;
	height: 40px;
	float: right;
	
	margin: 0px 10px 0 0;
}

#nav {
	position: relative;
	width: 900px;
	height: 40px;
	float: left;
	z-index: 100;
}
ul.navbar {
	width: 900px;
	height: 40px;
	float; left
	list-style: none inside;
	padding: 0;
	margin: 0;
}
ul.navbar li {
	display: block;
	float: left;
	height: 40px;
	width: 180px;
}
ul.navbar li a {
	display: block;
	width: 180px;
	background: url('/images/eagle_nav_bg.png') no-repeat;
	background-position: top left;
	line-height: 40px;
	text-align: center;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
ul.navbar li a:hover, ul.navbar li a.active {
	background-position: bottom left;
	color: #4c7962;
}
ul.navbar li ul {
	display: none;
}
ul.navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0 0 0 5px;
	padding: 0 15px;
	background: #fff;
}
ul.navbar li:hover li {
	background-color: #fff;
	float: none;
	min-width: 230px;
	text-align: left;
	display: block;
	
}

ul.navbar li li a:first-line {

	line-height: 40px;
}

ul.navbar li li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #4c7962;
	font-size: 12px;
	height: 15px;
	min-width: 220px;
	text-align: left;
	background: #fff;
	line-height: 10px;
}

ul.navbar ul li ul li {
	height: 15px;
	padding: 3px 5px 3px 10px;
	margin-top: -5px;
	color: #4c7962;
	font-weight: bold;
	min-width: 100px;
}
ul.navbar li li a:hover {
	color: #000;
}
#banner {
	position: relative;
	width: 900px;
	float: left;
	z-index: 10;
}
#banner_right {
	width: 550px;
	float: left;
}
#banner_right_int {
	width: 550px;
	float: right;
}
#main_content {
	width: 860px;
	float: left;
	background: url('/images/main_content_eagle_bg.jpg') no-repeat #fff;
	padding: 30px 20px;
}
#main_left {
	width: 330px;
	float: left;
	padding-right: 10px;
}
#news_sign_in {
	width: 310px;
	float: left;
	background: #4c7962;
	margin: 20px 0 0 0;
	padding: 10px;
}
#news_sign_in h2.subtitle {
	color: #4c7962;
	background: #fff;
	display: block;
	width: 310px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 0;
}
#news_sign_in label {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
}
#news_sign_in input.submit {
	font-size: 14px;
	padding: 5px;
	margin-top: 10px;
}
input#name, input#email {
	width: 300px;
}
#main_right {
	width: 510px;
	float: left;
	margin-left:10px;
}
.right_banner {
	width: 504px;
	float: left;
	background: #883704;
	border: 3px solid #883704;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}
.right_banner img {
	margin: 0 8px 4px 4px;
	float: left;
}
.right_banner p {
	font-size: 12px;
	color: #e2bd95;
	font-weight: bold;
}
.right_banner a {
	color: #fff;
}
.right_banner h2.subtitle {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}

#footer_wrap{
	margin: 10px 0 5px 0;
	background: url('/images/eagle_village_footer_bg.jpg') repeat-x #4d1d02;
}
#footer {
	margin: 0px auto;
	width: 880px;
	text-align: center;
	padding: 10px;
}
#footer p {
	color: #fff;
	font-size: 11px;
	margin: 0;
	
}
#footer p.cadnews a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer p.cadnews a:hover {
	text-decoration: underline;
}
