* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 85%;
 background-image:url(../layout/page-bg.jpg);
 background-repeat:repeat-x;
 background-color:#fff;
}

#wrapper { 
 margin-top: 0;
 margin-left:auto;
 Margin-right:auto;
 width: 760px;
 background:transparent;
}
h1 {
	background-image:url(../layout/h2Bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:7px 0px 0px 5px;
	height:25px;
	width:760px;
	margin:2px 0px 0px 0px;
	clear:both;
	font-size:1.1em
}

h1.heading {
		font-size:1.1em;
		background:transparent;
}

h2 {
	background-image:url(../layout/h2Bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:7px 0px 0px 5px;
	height:25px;
	width:760px;
	margin:2px 0px 0px 0px;
	clear:both;
	font-size:1.1em
}

p {
 padding: 5px;
}

ul {
  margin-left:25px;
}

.ledgend {
	margin-left:10px;
}

/********************* General Anchor text  *******************/
#content a:link , #content a:visited {
	color:rgb(102,153,153);
	font-size: 1em;
}

#content a:hover ,  #content a:focus {
	color:rgb(51,102,102);
	font-size: 1em;
}
/********************* Header  *******************/
#header {
	color: #ffffff;
	width: 760px;
	float: left;
	height: 70px;
	padding:0px;
	margin-bottom:10px;
	background:transparent;
}

 /********************* Menu  *******************/
#menuContainer 	{
	position:relative; 
	top:0px;
	left:0px;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
 	background-repeat:no-repeat;
 	background-image:url(../layout/homeMenuBg.jpg);
 	background-position:100% 0;
	clear:both;
} 



/********************* MainImage  *******************/
#mainImage {
 	color: #ffffff;
 	width: 760px;
 	float: left;
 	height: 244px;
 	background:transparent;
 	margin-bottom:10px;
}

/********************* Front boxes  *******************/
#frontBoxes {
	position:relative;
	left:8px;
 	width: 760px;
 	background:transparent;
}

#frontBoxes .frontbox {
	position:relative;
	float: left;
	width: 250px;
	height: 215px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-image:url(../layout/boxBg.gif);
 	background-repeat:no-repeat;
 	color:white;
}

#frontBoxes .heading {
	color:#fff;
	text-align:center;
	padding: 5px;
	font-size:1.3em;
}

#frontBoxes .container {
	font-size:.8em;
	padding: 10px ;
	text-align:left;
}

#frontBoxes p.paddingB10 {
	padding: 2px 2px 10px 2px;
}

#frontBoxes p.paddingB15 {
	padding: 2px 2px 20px 2px;
}

#frontBoxes .boxIcons {
	position:relative;
	float:left;
	margin: 5px 5px 0px 5px;
}

#frontBoxes .readmore {
	position:relative;
	float:right;
	margin:30px 10px 0px 0px;
	border:none;
}
 /********************* Content  *******************/
#main { 
	position:relative;
	float: left;
	padding:0px;
	color: #a5a5a5;
	font-size:.8em;
	background:transparent;
	width: 760px;
	clear:both;
}

* html #main {
	margin-top:-50px;
}

#container { 
	width:760px;
	min-height:200px;
	background:transparent;
}


#content {
	position:relative;
	width:760px;
	padding:10px 0px 0px 0px;
	font-size:.9em;
	color:rgb(115,115,115);
}


#content .readmore {
	position:relative;
	float:right;
	margin:5px 10px 10px 0px;
	border:none;
}

#content  .contentcenter {
	position:relative;
	float: right;
	width: 65%;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

#content  .contentleft {
	position:relative;
	float: left;
	width: 30%;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}



/********************* Login Styles *******************/
#loginBox {
	position:relative;
	background-image:url(../layout/login-bg.gif);
	background-repeat:no-repeat;
	color:rgb(29,58,58);
	height:174px;
	width:400px;
	margin:82px auto 100px auto;
	clear:both;
}

#loginBox .loginHeading {
	padding:10px 0px 2px 10px;
	font-size:.9em;
	font-weight:bold;
	color:#fff;
}

#loginBox .loginform {
	position:relative;
	width:245px;
	padding:15px 0px 2px 10px;
	font-size:.9em;
	background:transparent;
}

#loginBox .loginButtons {
	position:relative;
	float:right;
	font-size:.9em;
}

#loginBox .forgotPass {
	clear:both;
	position:relative;
	float:right;
	margin-right:20px;
	width:245px;
	font-size:.9em;
	font-weight:bold;
}

#loginBox .forgotPass a:link, #loginBox .forgotPass a:visited {
	color:rgb(29,58,58);
}

#loginBox .forgotPass a:hover, #loginBox .forgotPass a:focus {
	color:rgb(51,102,102);
}

 /********************* Footer  *******************/
#footer { 
	width: 760px;
	height: 55px;
	clear: both;
	color:rgb(29,58,58);
	font-size:.8em;
	text-align:center;
	background:transparent;
	border-top:1px solid #a5a5a5;
}

#footer a:link , #footer a:visited {
	color:rgb(51,102,102);
	font-size: 1em;
}

#footer a:hover , #footer a:focus {
	color:rgb(29,58,58);
	font-size: 1em;
}

/********************* Font and Text Styles *******************/
span.lightGreen {
	color:rgb(51,102,102);
}

span.grey {
	color:rgb(115,115,115);
}

span.small {
	font-size:.9em;
}

/********************* Alignment Styles *******************/
.right {
	text-align:right;
}

.center {
	text-align:center;
}
/********************* Margin and Padding Styles *******************/
.paddingTop10 {
	padding-top:10px;
}

.paddingTop15 {
	padding-top:15px;
}

.marginTop5 {
	margin-top:5px;
}

/********************* Fraction Styles *******************/
.onehalf {
	position:relative;
	float: left;
	width: 47.5%;
	padding: 5px;
}

.onethird {
	position:relative;
	float: left;
	width: 31%;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.onequater {
	position:relative;
	float: left;
	width: 23%;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.clearBoth {
  clear:both;
}

.blank{
	display:none;
}