/*
	Essentials stylesheet
	Created by: Philip Nicolcev
*/

/* Reset for browser compatability */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}

html { font-size: 12px; height: 100%; margin-bottom: 1px; }

body { 
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}
	
h1 { font-weight: bold; font-size: 2em;  font-variant: small-caps; }

h2 { font-size: 2em;}

h3 { font-size: 1.8em;   font-variant: small-caps; }

a:link , a:visited  { text-decoration: none; color: #b84140; }
a:active  	{ text-decoration: none; color: white; }
a:hover 		{ text-decoration: underline; color: #b84140; }

#wrap {
	background-color: #fff;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

div#navbar {	
	border-bottom: 1px solid white;
	padding-bottom: 25px;
	}
div#navbar ul {
	background-color: #840808;
	text-align: left;
	float: left;
	width: 100%;
}
div#navbar ul  li{
	display: inline;
}
div#navbar ul  li a{
	padding: 5px 10px;
	background-color: #840808;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
div#navbar ul  li a:hover{
	background-color: #000;
	color: #ababab;
}

div#footer {
	padding-top: 20px;
	border-top: 1px solid white;
	text-align: center;
	font-size: 0.9em;
	color: #777797;
	clear: both;
}

div.threeBox {
	width: 260px;
	line-height: 5px;
}

div.threeBox div {
	line-height: 1.8em;
	width: 238px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ceced3;
	border-right: 1px solid #ceced3;
}

dt {
	clear: left;
	padding: 5px 10px 5px 0;
	font-weight: bold;
	float: left;
	height: 2em;
}

dd {
	padding: 5px 0 5px 0;
	float: left;
	height: 2em;
}