/* ADDITIONAL STYLES FOR FORUM EXECPT NORMAL FORUMS STYLES FOUND IN TEMPLATE */

#wrapper { width: 860px; margin-right: auto; margin-left: auto; }
a img { border: none; }

a, .highlight_promo_text p a, div.article p a {
	color: #ad0000;
	text-decoration: none;
}

a:hover, .highlight_promo_text p a:hover, div.article p a:hover {
	text-decoration: underline;
}



/* 01 - Typography */

h1, h2, h3, h4, h5, table, form {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

h1, h3, p, li, table, form {
	color: #7E7A71;
}

h1 {
	border-bottom: 1px dotted #d5cfbd;
	font-size: 16px;
	word-spacing: 1px;
	letter-spacing: 0.5px;
	padding: 0 0 5px;
}

h2 {
	color: #ad0000;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 0;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px 0 10px;
}

h4 {
	color: #ad0000;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}

h5 {
	color: #ad0000;
	border-bottom: 1px dotted #d5cfbd;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

p, p1, li, .forum_content, .forum_head {
	word-spacing: 0.5px;
	font: 13px/18px Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 10px;
}
p.single { margin:0;}

li {
	font-weight: bold;
}

.highlight_promo p {
	margin-bottom: 0;
}

div.footer_container p {
	font-size: 11px;
}



/* NAV */

.menu {
	margin:0 auto;
	padding:0;
	height:30px;
	display:block;
	background: url(../images/structure/graph/topMenuImages.png) repeat-x;
}

.menu li {
	padding:0;
	margin:0;
	list-style:none;
	display: inline;
}

.menu li a {
	float:left;
	padding-left:10px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	text-transform: uppercase;
	background: url(../images/structure/graph/topMenuImages.png) no-repeat 0px -30px;
	color: #FFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.menu li a span {
	line-height:30px;
	float:left;
	display:block;
	background: url(../images/structure/graph/topMenuImages.png) no-repeat 100% -30px;
	padding: 0 15px 0 0;
}

.menu li a:hover {
	background-position:0px -60px;
}

.menu li a:hover span {
	background-position: 100% -60px;
}

.menu li a.active, .menu li a.active:hover{
	line-height:30px;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/structure/graph/topMenuImages.png) no-repeat 0px -90px;
}

.menu li a.active span, .menu li a.active:hover span{
	background: url(../images/structure/graph/topMenuImages.png) no-repeat 100% -90px;
}


/* FOOTER */

#footer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.highlight_promo_img_small {
  width:60px;
  float:left;
}

.footer_container {
  margin-left: 10px;
  text-align: left;
	float: left;
	padding-right: 0px;
	width: 450px;
}
