/* 
	Theme Name: emtrendadvisors
	Theme URL: http://www.emtrendadvisors.com
	Description: emtrendadvisors is a custom theme for www.emtrendadvisors.com
	Version: 1.0
*/

* { 
	margin:0; padding:0; 
}
body { 
	margin:0 auto; 
	background:#DDDDDD url(images/bg2.gif) repeat-x top center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height: 1.5em;
}
#wrap {
	width: 790px; 
	margin:0 auto;
	background:#fff;
}
#header { 
	height: 200px; 
	background:url(images/market8i.jpg) no-repeat center; 
	margin-bottom:20px;
}
#sidebar { 
	width: 200px; 
	padding:10px 0; 
	float:left; 
	margin-left:10px;
	background: url(images/sidenav.jpg) no-repeat top right;
}
#content { 
	width:540px; 
	float:right;
	margin-right:20px;
}
#footer{ 
	clear:both;
	width:770px;
	margin:0 auto;
}

h1 { 
	position:absolute; top:-1000px; left:-1000px;
}

ul { 
	margin:12px 0;
}
li { 
	list-style-type:none
}
p { 
	margin:12px 0;
}
a:link  {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #527B35;
	text-decoration: none;
}
/*This also styles the ul tags in the footer (#panela-c)*/
#sidebar ul {
	padding: 0 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	list-style-type: none;
}
#sidebar h3 {
	padding: 0 10px;
}
#sidebar li{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 170px;
}
#sidebar li a:link, #sidebar li a:visited {
	background: url(images/sidenav-li.gif) no-repeat left top;
	color: #000099;
	display: block;
	padding-left: 10px;
	line-height: normal;
}
#sidebar li a:hover {
	background: url(images/sidenav-li-hover.gif) no-repeat left top;
	text-decoration: none;
	color: #527B35;
	display: block;
	padding-left: 10px;
	line-height: normal;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 18px;
}
#content ol li {
	list-style-type: decimal;
}
#content blockquote {
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-style: italic;
}
#sidebar p {
	font-size: 11px;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	background-color: #F5F5F5;
	padding: 9px;
	font-size: 11px;
	margin-top:20px;
	clear:both;
	width:770px;
	margin:0 auto;	
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000099;
}
#footer a:hover {
	text-decoration: none;
	color: #527B35;
}
#footer li a:link, #footer li a:visited  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 5px;
}
#footer li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	padding-bottom: 5px;
	color: #527B35;
}
/*3 Panels in the footer*/
/*First (Left) Panel*/
#panela {
	padding: 10px;
	float: left;
	width: 185px;
	display: block;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/*Second (Center) Panel*/
#panelb {
	padding: 10px;
	float: left;
	width: 500px;
}
/*Third (Right) Panel*/
#panelc {
	padding: 10px;
	float: left;
	width: 220px;
}
/*Footer Headings*/
#footer h4 {
	font-size: 18px;
}
/*Designer Link*/
#designer {
	clear: both;
	font-size: 10px;
	text-align: right;
	padding:5px 0;
	width:770px;
	margin:0 auto;
}
#designer a:link, #designer avisited, #designer a:hover {
	color: #333333;
	text-decoration: none;
}