/***********************************
Evergreen Management Group, Inc.
Yannie Baby
***********************************/

body {
	background: #dfddd1 url(images/bg.png) top center repeat-x;
	padding: 0; margin: 0;
	text-align:center;
	font:normal 13px Georgia, "Times New Roman", Times, serif; 
}

.clearfloat {
	clear: both;
}

/*header*/

#header {
	width: 100%;
	height: 305px;
	padding: 0; margin:0;
	text-align:center;
	background: transparent;
}

#header-inside {
	margin: 0 auto;
	height: 295px;
	width: 1100px;
	padding: 0; 
	background: transparent url(images/header.jpg) center bottom no-repeat;
	display: block; text-align: center;
}

/* top menu */

#topnav {
	text-align:center;
}

ul#nav1 {
	list-style:none; 
	font: 11px "Trebuchet MS";
	display:block;padding-top:10px;
	text-transform:uppercase;
	letter-spacing: 0.08em;
	background: #c6c3b9;
	width: 900px;
	padding-bottom: 20px;
	margin:0 auto;
	border: 1px solid #d6d3c7;}

ul#nav1 li {
	list-style:none;
	display: inline;
/*	border-right: 1px solid #404243; 		
	padding-top: 20px; */
}

ul#nav1 li a {
  
	text-decoration: none;
    color: #2c2c2c;
    padding-top:0;
	padding-left:18px;
	font-size:12px;
	font-weight:500;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial Narrow";
	position:relative;
	right:0px;
	top:2px;
	z-index:10;
	text-transform:uppercase;
	font-size:17px;	
	color:#fff;
	border-right: 1px solid #d6d3c7;
	padding-right: 5px;
	padding-bottom: 0;
}

ul#nav1 li a:hover {
	color: #cb202b;
}

ul#nav1 li a:selected {
	background: #510606;
}

/* Main Wrap */

#mainwrap {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	text-align:left;
	font:normal .90em Georgia, "Times New Roman", Times, serif; 
	line-height: 200%;
}

#page {
	width: 890px;
	background: #fff;
	padding: 0; margin: 0;
	
}

/* sidebar */

#sidebar {
	float: right;
	width: 235px;
	font: 11px "Trebuchet MS";
	line-height: 200%;
	padding-top: 0;
	background: #b41b25;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#fff;
	margin-top: 20px;
}

#sidebar-inside {
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;
	border: 1px solid #fff;
	margin-top: 0; padding-top: 0;
}

#sidebar h3 {
    color: #ccc;
	font-weight:500;
	font-family:"Myriad Pro Cond","Trebuchet MS","Arial Narrow";
	text-transform:uppercase;
	font-size:17px;	
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-style:normal;
	
}

#sidebar a {}

.sidebarup {
	font: 18px "Palatino Linotype";
	font-style: italic;
	text-align: center;
}

/* Main */

#main {
	float: left;
	width: 610px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

h1 {
	font: 26px "Palatino Linotype";
	color: #525151;
	font-weight: normal;
	font-style:italic;
	border-bottom: 1px #ccc dashed;
	padding-top: 20px;
}

h3 {
	font: 20px "Palatino Linotype";
	font-style:italic;
}

img.left {
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-right:20px;
}

img.right {
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-left:20px;
}

ul li {
	list-style: square;
	padding-bottom: 5px;
}

a, a:visited {
	text-decoration:none;
	color: #f47c07;
}

a:hover {
	color: #2d2d2d;
}


/* footer */

#footer {
	background: #c6c3b9;
	text-align:center;
	font: 11px "Trebuchet MS";
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration:none;
}