@charset "UTF-8";

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-style: normal;
	font-size: 16pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F60;
	font-style: normal;
	font-size: 12pt;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background: #666 url(../_images/_common/main_background.jpg) repeat-x;
	border: 0;
}

#container {
	width: 770px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-top: 30px;
}

#header {
	padding-right: 10px;
}

#mainContent {
	width: 540px;
	margin: 0px;
	float: left;
	background: #FFF;
	padding: 15px 0px;
	font-weight: normal;
	height: 470px;
	}

#mainContent p {
	margin: 0px 15px;
	font: small Arial, Helvetica, sans-serif;
	}
	
#mainContent ul{
	margin: 0px 15px 0px 35px;
	font: small Arial, Helvetica, sans-serif;
}
	
#sideBar {
	margin: 0px;
	float: right;
	width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #cc6600;
	background-image: url(../images/_common/sidebar_background.jpg);
	background-repeat: repeat-x;
	height: 470px;
	border: 0;
	font-size: small;
}

#sideBar h1 {
	color: #FFF;
	font-size: large;
	margin: 0px 5% 5%;
	padding: 0px 0px 0px 5%;
	background-color: #999;
	}
	
#sideBar p {
	margin-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}

#footer {
	padding: 0 10px;
	background-color: #999;
	position: relative;
	height: 75px;
	clear: both;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: x-small Arial, Helvetica, sans-serif;
}

#footer a {
	font: x-small Arial, Helvetica, sans-serif;
	color: #000;
}

.left-element {
	position: absolute;
	left: 5px;
	width: 45%;
	top: 1px;
   }

.right-element {
	position: absolute;
	right: 5px;
	width: 45%;
	text-align: right; /* depends on element width */
	margin-top: 15px;
	top: 1px;
   } 


.solidblockmenu{
	margin: 0;
	padding: 0;
	float: right;
	width: 770px;
	overflow: hidden;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: black;
	background-image: url(../images/_common/menu_black.png); 
	background-repeat: repeat-x;
	background-position: center center;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 7px 51px 7px 51px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover {
	color: white;
	background-color: transparent;
	background-image: url(../images/_common/menu_orange.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(../images/_common/menu_active.png);
	background-repeat: repeat-x;
	background-position: center center;
}

.solidblockmenu li .last{
	border-style: none;
	}
	
#container #sideBar h3 strong {
	color: #FFF;
	font-size: 16px;
	font-style: italic;
}
#container #sideBar p {
	color: #333;
	font-size: small;
}
