/* 
Author:Stacy Prendeville
Website: http://www.andaluciaws.com
*/

/*
global values + layout divs
======================================
*/

/* Remove padding and margin */

* {
	margin:0px;
	padding:0px;}

 body{
	color:#666666;
	text-align:center;
	margin:0px;
	padding:0px;
	background: #FFFFFF url(tmp-imagery/background.gif) repeat-x;
	font: 75% "Trebuchet MS", Tahoma, Arial;}

#outer{
	width:900px;
	margin: 0 auto;
	text-align:left;}

/* Remove border around linked images */
img {
	border: 0;
}

/* Class for clearing floats*/
.clear {
	clear:both;
}
#toptier {
	background: #E8E8D0;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #D9D9B3;
	text-align: right;
	padding-right: 15px;
}
#branding {
	background: #F5F5EB;
	height: 150px;
}

#decoration {
	background: #E8E8D0;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #D9D9B3;
}
.logo {
	padding-left: 20px;
}

#footer {
	background: #E8E8D0;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #D9D9B3;
	text-align:center;
	clear: both;
	color: #018255;
	padding: 0px;
	margin-top: 10px;
}
#maincontent {
	width: 674px;
	margin-right: 11px;
	float: right;
	padding-top:10px;
}

#maincontent img{
border: 1px solid #D9D9B3;
	
}
#navigation {
	float: left;
	width: 185px;
	
}
h1 {color: #018255;font-size: 185%;margin: 0px;padding: 0px;}
h2 {color: #6ECF6E;font-size: 185%;margin: 0px;padding: 10px 0px 5px 0px;}
h3 {color: #018255;font-size: 150%;margin: 0px;padding: 10px 0px 5px 0px;}
h5 {color: #66CC66;font-size: 120%;}
.right {float:right;margin:10px 0px 10px 10px;}

.left {float:left;margin:10px 10px 10px 0px;}

ul#navlist {background: #F5F5EB;list-style: none;}

ul#navlist li{}

ul#navlist a{background: url(tmp-imagery/bullet.gif) no-repeat 20px center;color: #018255;text-decoration: none;font-weight: bold;font-size: 110%;
	display:block;width:165px;border-bottom: 1px solid #CEE2D2;	border-top: 1px solid #FFFFFF;	padding-left:20px;line-height:25px;text-indent:20px;}

ul#navlist a:hover, ul#navlist a#active{background: #E8E8D0;list-style: none;color: #018255;text-decoration: none;font-weight: bold;font-size: 110%;}

.speciala {
	font-size: 120%;
	color: #73CB70;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background: #F7F7EF;
	display:block;
	width:185px;}
a:link, a {
	font-weight: bold;
	color: #46BA43;
	text-decoration: none;}

a:hover, a#active {
	font-weight: bold;
	color: #018255;
	text-decoration: none;}

.top-imagery {
	float: right;
	width:704px;
	height: 150px;}

.top-imagerystyle {
	border-left: 1px solid #CEE2D2;
	margin-bottom: 0px;
	padding-bottom: 0px;}
#maincontent ul li{
	list-style: disc inside;
}
