html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* structure */

#top {
	padding: 6px;
	color: #ffffff;
	background: #b72737;
}

#wrapper {
	width: 900px;
}

#header {

}

#footer {
	clear: both;
	padding: 22px;
	color: #777777;
}

#left {
	float: left;
	width: 250px;
}

#right {
	float:right;
	width: 650px;
}

#left .content {
	padding: 22px;
}

#right .content {
	padding: 22px;
	padding-left: 0;
}

#navigation {
	background: #cccccc;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 12px;

}

#logo {
	float: left;
	width: 250px;
}

#logo img {
	border: 0px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.item {
	float: left;
	width: 280px;	
	padding-top: 15px;
}


input, textarea {
	padding: 5px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

td {
	padding: 5px;
}

/* basic */

p, h1, h2, h3, h4, h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	background: url('background.jpg') #ffffff;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
}

h2 { 
	color: #b72737;
	font: 18px/1.6em Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
}


h3 {
	color: #000000;	
	font-size:11px;
	font-weight:bold;	
}

a:link, a:active, a:visited {
	color: #b72737;
}

a:hover {
	color: #111111;
}

strong, em {
	font-weight: bold;
}


#left img {
	border: 1px solid #b72737;
}

#left .icon {
	border: 0;
	vertical-align: middle;
}


#right ul{
	padding-left: 15px;
	list-style-type: square;
	list-style-position: inside;
}

.clearFix {
	clear: both;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			33px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-right: 1px solid #999999;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	text-align: center;
	width: 150px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #333333;
}
.sf-menu li {
	background:		#CCCCCC;
}
.sf-menu li li {
	background:		#CCCCCC;
}
.sf-menu li li li {
	background:		#CCCCCC;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #b72737;
	outline: 0;
	color: #ffffff;
}

.sf-menu li li  a{
	border: 0;
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}


