@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	background:url(../images/bckg.png) repeat 0 0;
}
#bodybg {
	margin-top: 60px;
	text-align:center;
	color: #555555;
	background: #fff;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height: normal;background:url(../images/bckg.png) repeat 0 0;
}
/******************************************************************************************************** Normal link */
a {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #444;
	text-decoration: underline;
}
/*****************************************************************************************************Text Styles******/
p {
	font-size:120%;
}
strong{color: #666;}
h1 {
	color:#666;
	font-size:150%;
	line-height:100%;
}

h2 {
}
h3 {
	color:#666;
	font-size:150%;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	background:#FFF;
	border: 1px solid #d3d3d3;
	width: 862px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 10px 5px #999;
	-webkit-box-shadow:0 0 10px #999;
}
/************************************************************************************************HEADER****************/
#headerwrap {
	position:relative;
	width: 850px;
	height: 120px;
	margin:-45px 5px 0 5px;
	background: url(../images/header.png) no-repeat top right;
}

#headerwrap #headerleft {
	padding-left: 10px;
	float: left;
	height: 120px;
	width: 60%;
	
}
#headerwrap #headerright {
	float: right;
	height: 120px;
	width: 38%;
}

#separator {
	display: inline-block;
	height: 2px;
	width: 100%;
}
/***************************************************************************************************MENU***************/

#navigation {
	width: auto;
	height: 40px;
	margin:5px;
	background: url(../images/br.png) no-repeat bottom right #FFF;
}
#navigation div {
	background:url(../images/bl.png) no-repeat bottom left;
}
#navigation div div {
	height: 40px;
	background:url(../images/tr.png) no-repeat top right;
}
#navigation div div div {
	background:url(../images/tl.png) no-repeat top left;
}
#mainmenu {
	padding:5px;
}
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	-moz-box-shadow:1px 0 2px 2px #999;
	-webkit-box-shadow:1px 0 2px #999;
	
}
ul.MenuBarHorizontal li.active a
{       text-decoration: none;
	background-color: #999;
	color: #FFF;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.menuMenuBarHorizontal a:active, ul.MenuBarHorizontal a:focus
{       text-decoration: none;
	background-color: #999;
	color: #FFF;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 1px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8.5em;
	float: left;
}
/*******************************************************************************************MAINCONTENTwrapper*********/

#mainwrap {
	text-align:left;
	height: 610px;
	margin:5px 5px 0 5px;
	background: url(../images/br.png) no-repeat bottom right #FFF;
}
#mainwrap div {
	background:url(../images/bl.png) no-repeat bottom left;
}
#mainwrap div div {
	height: 610px;
	background:url(../images/tr.png) no-repeat top right;
}
#mainwrap div div div {
	background:url(../images/tl.png) no-repeat top left;
}
/***********************************************************************************************MAINCONTENT************/
#mainwrap #mainside {
	margin:5px 0 5px 5px;
	height: 600px;
	float:left;
	width: 220px;
	display:block;
	background: url(../images/br.png) no-repeat bottom right #FFF;
}
	
#mainwrap #mainside div {
	height: 600px;
	background:url(../images/bl.png) no-repeat bottom left;
}
#mainwrap #mainside div div {
	background:url(../images/tr.png) no-repeat top right;
}
#mainwrap #mainside div div div {
	background:url(../images/tl.png) no-repeat top left;
}


#mainwrap #mainmain {
	margin:5px 5px 5px 5px;
	width:614px;
	height: 600px;
	float: right;
	display:block;
	clear:both;
	background: url(../images/br.png) no-repeat bottom right #FFF;
}
#mainwrap #mainmain-f {
	margin:5px;
	width:840px;
	height: 600px;
	float: left;
	display:block;
	clear:both;
	background: url(../images/br.png) no-repeat bottom right #FFF;
}
#mainwrap #mainmain div,#mainwrap #mainmain-f div{
	height: 600px;
	background:url(../images/bl.png) no-repeat bottom left;
}
#mainwrap #mainmain div div, #mainwrap #mainmain-f div div{
	background:url(../images/tr.png) no-repeat top right;
}
#mainwrap #mainmain div div div{
	padding:10px 15px;
	background:url(../images/tl.png) no-repeat top left;
}
#mainwrap #mainmain-f div div div{
		background:url(../images/tl.png) no-repeat top left;
		text-align:center;
		vertical-align:middle;
	}

/****************************************************************************************************MAINBOTTOM********/
#bottomwrap {
	width: auto;
	height: 50px;
	margin:5px 5px 0 5px;
	background: url(../images/br.png) no-repeat bottom right;
}
#bottomwrap div {
	background:url(../images/bl.png) no-repeat bottom left;
}
#bottomwrap div div {
	height: 50px;
	background:url(../images/tr.png) no-repeat top right;
}
#bottomwrap div div div {
	background:url(../images/tl.png) no-repeat top left;
}
/*******************************************************************************************************FOOTER*********/

#footerwrap {
	width: auto;
	height: 50px;
	margin:5px 5px -15px 5px;
	position:relative;
	background: url(../images/br.png) no-repeat bottom right #FFF;
}
#footerwrap div {
	background:url(../images/bl.png) no-repeat bottom left;
}
#footerwrap div div {
	height: 50px;
	background:url(../images/tr.png) no-repeat top right;
}
#footerwrap div div div {
	background:url(../images/tl.png) no-repeat top left;
}
#footer {
	background:none !important;
	height: auto;
	width: 100%;
	text-align:center;
}
#footer p {
	font-size: 95%;
	padding-top: 10px;
}
/********************************************************************************************************FORM**********/
form .form {
	margin:0;
	padding: 0;
	
}
.form ul {
	margin-left: 0;
}
.form ul li {
	text-align:left;
	list-style-image: none;
	list-style-type: none;
}
.inputbox {
	color:#555;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.inputbox:hover, .inputbox:focus {
	background: #FFF;
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.button {
	font-size: 90%;
	margin:10px 0;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button:hover, .button:focus {
	background: #d9d9d9;
}
.form small {
	float:right;
}
/***********************************************Hacks******************************************/
* html > body .clearfix {
	width: 100%;
	display: block;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
.error{
	background:none !important;
	display: inline;
	line-height: 120%;
	width:100%;
	height:10px;
	color:#F00;
	}