﻿/* mac hide\*/
html, body
{
	height: 100%;
}
/* end hide */
body
{
	padding: 0;
	margin: 0;
	text-align: center; /* for ie6 and under */
	min-width: 958px; /* for mozilla*/ /*background-color: #F2E3EE;*/
	color: #000000;
	margin: 0px;
	padding: 0px; /*height:100% 	/*padding: 0 !important;*/
}
body, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2, h3
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}
h3
{
	margin-bottom: 10px;
	font-size: 12px;
}
img
{
	border: 0px;
}
a, .link
{
	color:blue;
	text-decoration:underline;
	cursor:hand
}

.outer_body
{
	background: gray;
	background: url(  '../images/shadow.png' ) repeat-y top center;
}
#outer
{
	min-height: 100%;
	width: 958px; /* add 2px if borders are not used */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	background: white; /*url(../images/shadow.png) repeat-y left top;*/ /* The background image needs to be the same width as the #left div. The one I used is 138px X 9px */
}

* html #outer
{
	height: 99.9%;
}
/*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/

#header
{
	min-height: 70px;
	background: #FF0000; /*border-top:1px solid #000;*/ /*border-bottom:1px solid #000;*/
	position: relative;
}
* html #header
{
	height: 70px;
}
#left
{
	position: relative; /*ie needs this to show float */
	width: 205px;
	float: left;
	color: black;
	margin-top: 10px;
}
#left p
{
	/*padding: 2px;*/
}
#footer
{
	width: 958px; /* add 2px if borders are not used on the #outer div */
	clear: both;
	height: 30px;
	border-top: 1px solid #aaa; /*border-bottom:1px solid #000;    border-left:1px solid #494747;    border-right:1px solid #494747;*/
	background-color: #B30938; /*DarkRed*//*#FFFFE6; /*Cream *//*#FDD1D7; /*LightPink;*/
	margin-left: 0;
	margin-right: 0;
	color: #FFFFFF;
	text-align: center;
	left: 0px;
	bottom: 0;
	position: absolute;
	font-size: 0.85em;
}
* html #footer
{
	/*only ie 5,6 gets this style*/
	height: 52px; /* for ie5 */
	height: 30px; /* for ie6 */
	left: 0px;
	margin-bottom: -1px;
}
#footer a
{
	color:#FFFFFF
}

*:first-child + html #footer
{
	/*only ie 7 gets this style*/
	height: 52px; /* for ie5 */
	height: 30px; /* for ie6 */
	left: 0px;
	margin-bottom: 0;
}
div, p
{
	margin-top: 0;
}
/*clear top margin for mozilla*/
#centrecontent
{
	width: 720px;
	float: right;
	margin-right: 20px;margin-left:0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 1px #D9D9D9;
}
#centrecontent p
{
	padding-left: 0px;
}

#clearfooter
{
	width: 100%;
	height: 30px;
	clear: both;
}
/* to clear footer */



div#headercontainer
{
	position: absolute;
	width: 958px; /*height:170px;*/
	left: 1px;
	top: 0px;
}
div#header
{
	background: #B30938 url(  '../images/header2new.jpg' ) no-repeat right bottom;
	height: 140px;
	clear: both;
}
div#header h1
{
	padding-top: 50px;
	padding-left: 15px;
	margin: 0px;
	font-family: verdana;
	font-size: 24px;
	color: #FBD539;
	line-height: 26px;
	letter-spacing: -1px;
}

div#header h2
{
	margin: 0px;
	padding-left: 15px;
	font-family: verdana, 'Times New Roman' , times;
	font-size: 12px;
	color: white; /*#D5D0B0;*/
	line-height: 22px;
}
div#header2
{
	position: relative;
	width: 807px;
	top: 0px;
	left: 151px; /*background-color: #999999;*/
}
div#columns
{
	position: relative;
	width: 960px;
	top: 170px; /*100px;*/ /*background-color: white;#CCCCCC;*/
	min-height: 500px;
}
div#side1
{
	position: absolute;
	width: 170px;
	top: 0px;
	left: 1px; /*background-color: #FF6666;*/
}
div#content
{
}
div#content img
{
	/*margin-right: 10px; 	 margin-left: 10px; 	 margin-bottom: 10px; 	 margin-top: 10px;*/
}
div#content .centre
{
	/*background-color:Gray; 	text-align: center;*/
}


div#side2
{
	position: absolute;
	width: 150px;
	top: 0px;
	left: 600px;
	background-color: #00FF66;
}
div#footer
{
	/*position: relative; 	width: 957px; 	clear: both;  	margin-top: 500px; 	left: 1px; 	display: inline; 	padding-left: 6px; 	width: 100%; 	height: 40px; 	text-align: center; 	font-size: 0.85em;*/
}
/*div#footer p 
{
	text-align: center;
}*/
div#contentheader
{
	/*text-align: center;*/
	border-bottom: solid 1px #D9D9D9;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
div#contentheader h2
{
	font-size: 1.5em;
}
div#wrapper
{
	position: relative; /*margin-left: auto; 	margin-right: auto;*/
	top: 0px;
	width: 960px;
	background-color: #CCCCCC;
	background: url(  '../images/shadow.png' ) repeat-y top center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
}
div.indent
{
	margin-left: 15px; /*margin-right: 10px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
div.indent div
{
	padding-bottom: 00px;
}
.imageright
{
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom:0px;
	padding-bottom:0
}

/*TOP MENU*/
#navcontainer ul
{
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0; /*background-color: #C86000;*/
	background: #B30938 /*DarkRed*/ url(  '../images/bar2new.jpg' ) top right no-repeat;
	color: White; /*float: left;*/
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0;
	margin-right: 0;
}

#navcontainer li
{
	display: inline;
}

#navcontainer li a
{
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	color: White;
	text-decoration: none; /*float: left;*/
	border-right: 1px solid #BD620E;
	border-left: 1px solid #BD620E;
	margin-left: 0;
	margin-right: 0;
}

#navcontainer a:hover
{
	background-color: #FDD1D7; /*LightPink/*#DE6B02;*/ /*background: url('../images/bar_bg_hover.gif') bottom left repeat-x; */
	color: #fff;
}

div#topmenucontainer 
{	
	background: #B30938 /*DarkRed*/ url(  '../images/bar2new.jpg' ) top right no-repeat;
	color: White; /*float: left;*/
	width: 100%;
	height: 27px;
	clear: both;
}
ul.menu
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}
ul.menu *
{
	margin: 0;
	padding: 0;
}
ul.menu a
{
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.menu li
{
	position: relative;
	float: left;
	margin-right: 0px;
}
ul.menu ul
{
	position: absolute;
	top: 26px;
	left: 0;
	background: white;/*#d1d1d1;*/
	display: none;
	opacity: 0;
	list-style: none;
	font-size:11px;
	/*border:solid 1px #B30938; /*DarkRed*/
}
ul.menu ul li
{
	position: relative;
	border: 1px solid #B30938; /*DarkRed*//*#aaa;*/
	border-top: none;
	width: 148px;
	margin: 0;
}
ul.menu ul li a
{
	display: block;
	padding: 3px 7px 5px;
	color:#B30938; /*DarkRed*//*Black*/
	background-color: white;/*#C00A42;/*LessDarkRed #FFFFE6; /*Cream/*#B30938/*DarkRed*/ /*#d1d1d1*/
}
ul.menu ul li a:hover
{
	background-color: #DB0B4B;/*LessDarkRed #FDD1D7; /*LightPink*/ /*#c5c5c5*/
	color:white;
}
ul.menu ul ul
{
	left: 148px;
	top: -1px;
}
ul.menu .menulink
{
	border: 2px solid #BD620E;/*#DB0B4B;/*LessDarkRed #B30938; /*DarkRed*//*#FDD1D7; /*LightPink;/* ;/*;*/
	border-top:0;
	border-left:0; border-right:0;
	border-bottom:0;
	padding: 5px 25px 7px 25px;/*5px 7px 7px 8px;*/
	font-weight: bold;
	background: #B30938; /*DarkRed*/ /* url(../images/header.gif);*/
	/*width: 94px;*/
	/*text-align:center*/
}
ul.menu .menulink:hover, ul.menu .menuhover
{
	background: #DB0B4B;/*LessDarkRed #FDD1D7; /*LightPink/*url(../images/header_over.gif);*/
	color:white
}
ul.menu .sub
{
	background: white/*#FFFFE6 /*Cream/*#B30938/*DarkRed*/ /*#d1d1d1*/ url('../images/arrow_red.gif') 136px 8px no-repeat;
	color:#B30938; /*DarkRed*//*Black*/
}ul.menu .sub:hover
{
	background: #DB0B4B url('../images/arrow_white.gif') 136px 8px no-repeat;
}
ul.menu .topline
{
	border-top: 1px solid #B30938;/*#aaa;*/
}
