/* Default Stylesheet */

/** BODY ELEMENTS **/

body {

	font-size: .75em;

}

/** MAIN CONTAINERS **/

div#container {
	width: 800px;

	text-align: left;
}

body.fullwidth div#container {
	width: 1000px;
}

div#header {
	
}

div#header-in {
	
}

div#content-wrap {
	
}

div.content {
	height: 600px;
}

div.lcol div.content {
	margin: 0 0 0 205px;
}

/* left column */

div.content-in {
}
div.content-in img{
		border-style: none;
}

div.column {
	width: 200px;
}

div.lcol div.column {
	float: left;
}

div.column-in {
	
}

div#footer {
	
}

div#footer-in {
	
}

/** SUB CONTAINERS **/

#divider-bar {
	
}

/** LISTS **/

* {
	
}

/** TYPOGRAPHY **/

#navbar{
	text-align: center !important;
	font: bold Arial, Helvetica, Verdana, sans-serif;
}

/** FORMS **/

/* MENU / NAV DIV */

#menu {
	width: 185px;
	padding-top: 10px;
}

#menu img{
	padding-top: 20px;
}

#menu ul {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0 0
}

#menu li a {
	color: #630406;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #dfdfdf;
	border-left: 7px solid #630406;
	line-height: 1.9em;
	letter-spacing: .05em;
	padding: 3px 0 3px 9px;
}

#menu li a:hover {
	border-left-color: #880609;
	color: #29374e;
	text-decoration: underline;
}

#menu li a:active {
	color: #000;
	text-decoration: underline;
	background-color: #e7e7e7;

}

#menu div.menutitle {
	color: white;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;border: ;
	line-height: normal;
	background-color: black;
	letter-spacing: 2px;
	padding: 1px 0 1px 5px;
	border-bottom: 1px solid black
}

#menu #currentpage a {
	text-indent: 10px;
	padding: 3px 0 3px 8px;
	border-bottom: 1px solid #dfdfdf;
	border-left: 0 solid white;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: none;
	background-color: #730000;
	color: white;
}

#menu #currentpage_top a {
	text-indent: 10px;
	padding: 3px 0 3px 8px;
	border-left: 0 solid white;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	border-top: 0 none #dfdfdf;
	color: white;
	background-color: #730000;
}

* html #menu li a {
	width: 187px;
	w\idth: 169px
}

* {
	
}

/** END **/