/*
* -------------------------------------------
* Reset the default Browser CSS styles.
* Whilst not all elements are reset, the elements detailed should be sufficient for our purposes.
*/
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;
} 
table {
	border-collapse:collapse;
	border-spacing: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; 
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:''; 
}
abbr,acronym {
	border:0;
}
/*
* End of reseting the default browser styles.
* -------------------------------------------
*/

/* 
* -------------------------------------------
* Apply some base styles so that the content is basically styled.
*/
h1 {
	font-size:138.5%;  
}
h2 {
	font-size:123.1%; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3 {
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
th,td {
	border:1px solid #000;
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p,fieldset,table {
	margin-bottom:1em;
}
a{
	color: #2682FF;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}
a:active{
	color: #ccc;
}
	
/*
* End of basic styles.
* -------------------------------------------
*/

body{
	font-size: 0.9em;
	font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #525354;
	background: #333333 url('../images/page_bg.jpg') repeat-x left top;
}
#wrapper{
	padding:0;
	margin:0;
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header{
	position: relative;
	float: left;
	width:100%;
	height: 65px;
	margin: 0;
	padding:0;
	clear: both;
}
#logo{
	position : relative;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#content{
	position: relative;
	float: left;
	width: 740px;
	padding: 5px;
	background-color: #fff;
}

#footer{
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
}

strong{
	font-weight: bold;
}

.clear{ clear: both;}

.menu{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	background: #cbc5b5 url('../images/menu_bg.jpg') repeat-x bottom center;

}

.menu ul, .menu ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	color: #333333;
}
.menu ul{
	display: block;
	padding-left: 20px;
}
.menu ui li{
	display: inline;
}
.menu ul li a{
	position: relative;
	float: left;
	padding: 0.5em;
	color: #333;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 3px solid #b3b2a5;	
}
.menu ul li a:hover{
	border-bottom: 3px solid #333;
	text-decoration: none;
}
.menu ul li a.current, .menu ul li a:hover.current{
	padding-bottom: 10px;
	border-bottom: none;
	background: url('../images/current_menu.jpg') no-repeat bottom center;
}

.primary{
	padding: 15px;
	position: relative;
	float: left;
	width: 450px;
	color: #636363;
}
.secondary{
	position: relative;
	float: right;
	width: 240px;
	padding: 5px;
	font-size:0.8em;
	background: url('../images/side_bg.jpg') repeat-x top left;
}
.primary p{
	font-size: 0.8em;
	line-height: 1.9em;
}
.primary h1, .secondary h2{
	font-size: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.primary h2, .secondary h1{
	font-size: 1.1em;
	font-weight: normal;
	color: #fe0072;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.primary h3, .secondary h3{
	font-size: 1em;
	font-weight: 500;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.secondary h1, .secondary h2{ 
	text-align: center;
}

#footer{
	background: #454545 url('../images/footer_bg.jpg') repeat-x top center;
	border: 5px solid #fff;
	width: 740px;
	font-size: 0.8em;
}

.footermenu{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #fff ;
	margin-bottom: 5px;
}
.footermenu ul, .footermenu ul li{
	padding:0;
	margin: 0;
	list-style: none;
}
.footermenu ul li{ 
	display: inline;
	padding: 5px;
}
.footermenu ul li a{
	color: #fff;
}
.footertext{
	padding-top: 5px;
}
.secondary img{
	position: relative;
	float: left;
	margin-left: 3px;
}
.hidden{
	display: none;
}
.contact{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.secondary h3{
	font-weight: bold;
	padding-top: 5px;
}
.secondary h2{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}

