/**********************************

Use: Reset Styles for all browsers

***********************************/
	
body, p, blockquote {
	margin: 0;
	padding: 0;
	
}


body {
/*	background-color: #eeede3;*/
}
a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}
	
/* Links
------------------------------*/

a, a:link { color:#da7227; text-decoration:none;}
a:visited {color:#da7227;text-decoration:none;}
a:hover {
	background-color:#da7227;
	color: #fff;
	}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
	
select { padding: 0; }

body {
	padding: 0 30px;
	font: normal 82.5% "Helvetica Neue", Helvetica, "Lucida Grande", Verdana, Arial;
}
	
p { margin: 10px 0; }

li { margin-left: 10px; }

h3 { margin: 5px 0; }

.red { background-color: red; }
.blue { color: blue; }
.green { color: green; }

#rating {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}

table {
	border: 1px solid #666;
	margin: 20px 0 20px 0 !important;
}

th, td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

th {
	background-color: #fc0;
}

th:hover {
	background-color: #fc7;
}

tbody tr.even {
	background-color: #fea
}

tr a {
	color: rgb(102, 102, 102);
	text-decoration: none;
}
tr a:hover {
	text-decoration: underline;
}

dl dd {
	margin-left: 10px;
}

dl dt {
	font-weight: bold;
}

dl {
	border: 1px solid black;
	margin: 5px;
}

.highlight {
	border: 5px dotted #eee;
}

.error {
	background-color: #fee;
}
.container {
	background: url(images/wall.jpg) repeat-y;
}
/*			.container { background: url(css/blueprint/lib/grid.png); }*/
#header h1 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
/*	line-height:90px;*/
}
#header h1 img {
	margin: 1em 0;
}
.bigbutton {
	font-size:1.3em;
	font-weight:bold;
	padding:.5em;
	border:1px dotted #DA7227;
}
.hidden {
	display:hidden;
}
.alignright {
	text-align:right;
}
	.content_box { 
/*		background: #fff; */
		font-family: "Helvetica Neue", Helvetica, Arial, Trebuchet;
/*		margin: 5px; */
/*		float: left; */
/*		border: 1px solid #ab9257;*/
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;
		margin-bottom:10px;
	}
.content_box .header { 
/*	background-color:#da7227;*/
/*	background-color:#ab9257; */
/*		background-color:#C7C8CA;*/
	color: #fff; 
/*		text-transform: uppercase;
	font-style:italic;*/
	font-size: 1em;
/*	position:relative;*/
/*	padding:2px;*/
	
	
}
.content_box_prime {
	font-family: "Helvetica Neue", Helvetica, Arial, Trebuchet;
	border-top: 1px dotted #da7227;
	border-bottom: 1px dotted #da7227;
	background-color:#da7227;
	color:white;
	margin-bottom:10px;
}
.content_box_prime .header h2 {
	font-size:1.3em;
	font-weight:bold;
	width: 100%;
	display: block;
	color:white;
	margin-left:1em;
	color:#000;
}
#header {
	font-size:.9em;
	font-weight:bold;
	letter-spacing:.1em;
}
.content_box .header:hover {
	color:white;
	
}

.content_box .header h2 { 
	font-size:1.3em;
	font-weight:bold;
	display: block;
	padding-left:.25em;
/*	padding-left:1em;*/
	
}
.content_box .content {
	padding:.25em;
/*	padding:1em;*/
/*	background-color:white;*/
}

.content_box .footer {
	height:10px;
	width:100%;
	background: url(../images/up.gif) top center no-repeat;
}
.content_box .footer:hover {
	background-color:#da7227;
	cursor:pointer;
}
.content_box .footer .open {
	
	background: #da7227 url(../images/down.gif) top center no-repeat;
}
.content h4 {
	font-size:.9em;
	margin:3px 0;
	padding-top:2px;
	border-top:1px #30302f dotted;
}
.content h4:hover {
	background-color:white;
	
}

div#footer {
	margin:1em auto;
	border-top: 1px solid black;
	font-size:.8em;
	text-align: center;
	padding-top:1em;
}

div#footer img {
	margin:0;
	vertical-align:top;
	
}
#topofmind {
	float:right;
}

