/* @override http://projectreina.org/css/main.css */

body {
	margin: 0;
	padding: 0;
	background: #321B02;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}

h1, h2, h3 {
	font-weight: bold;
	margin-top: 0;
	
	color: #fbcf7b;
}

h1 {
	
	font-weight: bold;
	font-size: 1em;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	padding-right: 3.5em;
	line-height: 1.25em;
	margin-bottom: 1.6em;
}

p {
}



ul {
}

li {
}

ol {
}

a {
	text-decoration: none;
	color: #bababa;
}

a:hover {
	color: #bababa;
	text-decoration: underline;
}

small {
}

img {
	border: 0px;
}



/* header */

#header {
	background-image: url(../images/header_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;

	width: 860px;
	height: 35px;
	margin: 0 auto;
}

/*hide skip navigation */ 
.hide_skip {
	position: absolute;
	left: -9999px;

}

/* Menu 
#header img {
	float: right;
	display: block;
}

#menu {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	background-image: url(../images/topmenu_bg.jpg);
	border-color: #ffa972;
	width: 860px;
	height: 50px;
}

#menu ul {
	background-repeat: repeat;
	margin-top: 18px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 6px;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 6px;
	float: right;
	list-style: none;
}

#menu li {
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/spacer.gif);
	background-position: right 6px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 13px;
	
	float: left;
	display: block;
}

#menu li.last {
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(../images/spacer_blank.gif);
	background-position: right 6px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	float: left;
	display: block;
}

#menu a:hover {
	
	border-bottom-color: #A47010;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#menu a {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	
	text-align: center;
	text-decoration: none;
	height: 20px;
	font-weight: bold;
	color: #A47010;
}

#menu li.active a {
	border-bottom-color: #A47010;
	border-bottom-width: 3px; 
	border-bottom-style: solid; 
	visibility: visible; 
}
*/


html>body #menu a {
}





#content {
	padding-right: 5px;
	float: right;
	width: 644px;
}

.list {
	list-style: none;
}

.list li {
	padding-bottom: .8px;
	margin-bottom: .8em;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: .8em;
	background: url(../images/img10.gif) no-repeat left center;
}



#no_flash_home {
	color: whitesmoke;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

#no_flash_home p{
	
	margin-bottom: 1em;
	
	margin-left: 1em;
	
}


#no_flash_home a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#no_flash_home a:hover {
	text-decoration: underline;
}


