/*
* {margin:0; padding:0;}
*/
html{
	/*height: 100%;*/
}
body{
	margin: 0;
	padding: 0;
	background-color: #ADA89E;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align:center;
	width:100%;
	height: 100%;	
	background-image: url("../img/body_bg.gif");
	background-position: center bottom;
	background-repeat:repeat-x;
	background-attachment: fixed;
}

a{
	color: #A84122;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: none;
}

blockquote{
	font-style: italic;
}
#container{
	padding:0;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 100%;
	background-color: white;
	border-top: 10px solid #ADA89E;

}

#wrapper {		
	background-image:url("../img/white.gif");
	background-repeat: repeat-y;
	width: 750px;
	margin: 0;
	padding: 0;

}

#top {
	padding: 0;
	margin: 0 25px 35px 25px;
	background-color: white;
	clear: both;
	width: 700px;
	height: 200px;
	border-bottom: 2px solid #ADA89E;
	border-top: 2px solid #ADA89E;
}

#logo {
	margin:10px 0 0 25px;
	padding: 20px 0 0 0;
	width: 150px;
}

#nav {
	float: left;
	width: 600px;
	background-color: white;
}

#nav ul{
	margin: 5px 0 35px 25px;
	padding: 0 0 0 5px;
	list-style-type: none;
}

#nav ul li{
	display: inline;
}

#nav li{
	margin: 0;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 0;
}
#nav li a{
	color:  #CE8B15;

}
#nav li a:hover{
	color: #A84122;
	background-color: #fff;
	text-decoration:underline;
}
#nav li .selected{
	text-decoration: none;
	color:  #ADA89E;
}
#citySelect{
	width: 130px;
	float: right;
	background-color: white;
	margin: 3px 20px 0 0;
	text-align: right;
	text-transform: uppercase;
}

#citySelect select{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	border: none;
	color: #CE8B15;
	text-transform: uppercase;
	background: none;
}

#citySelect select option{
	text-transform: capitalize;
	padding-right: 10px;
	background: white;
	color: #CE8B15;	
	}
	
.divider_left{
	margin: 5px 0;
}

#left{
	margin: 0;
	padding: 0 0 0 25px; /* its padding because otherwise it doesnt work in IE ! */
	width: 170px;
	float: left;
	background-color: white;
}

#left a{
	color: #CE8B15;
}

#left a:hover{
	color: #A84122;
	text-decoration: underline;
}

#left .invisible{
	visibility: hidden;
}

#left .keywords, #left h1{
	font-weight: normal;
	font-size: 11px;
	color: #000;
	margin: 0 0 0.3em 0;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#left h2{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
}

#left .keywords p{
	margin: 0;
	padding: 0;
	
}

#left .search{
	font-style: italic;
}

#left ul{
	margin:0 0 1em 2em;
	padding:0;
	list-style-type: none;
	list-style-image: url("../img/divider_list.gif");
}
.margin{
	margin-bottom: 2em !important;
}

#left li{
	margin: 0 0 0.4em 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

#left p{
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin: 0 0 1em 0;
}

#center{
	padding:0;
	margin: 0 0 0 20px;
	width: 500px;
	float: left;
	line-height: 1.5em;
	background-color: white;
}

#center a{
	text-decoration: underline;
	color: #000;
}

#center a:hover{
	text-decoration: none;
	color: #A84122;
}

#center p{
	margin: 0 0 1em 0;
}

#center h1, #collaborators h1{
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.2em 0;
	font-size: 21px;
	color: #A84122;
	line-height: 1.2em;
}

#center h2{
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #A84122;
}

#center h3{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #A84122;
}



#center h4{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	color: #A84122;
}


#center ul{
	padding: 0 0 2em 24px;
	margin: 0;
	

}

#center li{
	line-height: 1.5em;
	margin: 0 0 0.2em 0;
	padding: 0;
	list-style-image: url("../img/arrow.gif");
}

#center ul a{
	text-decoration: none;
	color: #000;
}

#center ul a:hover{
	text-decoration: underline;
	color: #A84122;
}

#center.text li a{
	text-decoration: none;
}

#center.text li a:hover{
	text-decoration: underline;
}

.thumbs{
	border: 1px solid #ADA89E;
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	background-color: #DFD9CC;
}

.controllers {
	margin: 0;
}

.controllers a{
	text-decoration: none;
}

#footer{
	width: 750px;
	padding: 0;
	margin: 20px 0 0 0;
	background-color: white;
	clear: both;
}

#footer p{
	font-size: 10px;
	font-weight: normal;
	color: #CE8B15;
	margin-left: 215px;
	padding: 5px 0 35px 0;
	border-top: 2px solid #ADA89E;
	width: 510px;
}

#footer a{
	text-decoration: none;
	color: #CE8B15 !important;
}

#footer a:hover{
	text-decoration: none;
	color: #A84122 !important;
}

#footer a.email{
	text-decoration: underline;
}

.selected a{
	/*color: #ADA89E !important;*/
	color: #888 !important;
}

.adminAction{
	font-weight: bold;
}

.message{
	margin-left: 20px;
}

.caption{
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 1.5em 0;
}

#sessionFlashWrapper{
	clear: both;
}

.clearfix:after {
    content: ".";              
	display: block;         
    height: 0;                 
    clear: both;             
    visibility: hidden;	     
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

