* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image:url(../layout/general-pages-bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

#wrapper { 
	margin-top: 0;
	margin-left:auto;
	Margin-right:auto;
	width: 760px;
	background:transparent;
}


h1 {
	font-size:1.2em;
}

h2 {
	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;
	height:42px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
	background-image:url(../layout/homeMenuBg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	background-position:100% 0;
	clear:both;
} 

/********************* MainImage  *******************/
#mainImage {
	color: #ffffff;
	width: 760px;
	float: left;
	height: 244px;
	background:transparent;
	margin-bottom:0px;
}

 /********************* Content  *******************/
#main { 
	position:relative;
	float: left;
	padding:0px;
	color: #ffffff;
	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);
}


h2 {
	background-image:url(../layout/h2-web-bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	padding:7px 0px 5px 5px;
	height:21px;
	width:760px;
	margin:10px 0px 0px 0px;
	clear:both;
}

/********************* Contact Details Styles *******************/

#contactDetails {
	width:760px;
	margin-bottom:10px;
	font-size:.8em;
	background:red;
}

/********************* Contact Form Styles *******************/
#contactBox {
	color:rgb(29,58,58);
	width:500px;
	margin:0px auto 10px auto;
	clear:both;
}

#contactBox .contactHeading {
	height:28px;
	width:484px;
	padding:15px 0px 2px 20px;
	font-size:.9em;
	font-weight:bold;
	color:#fff;
	background:url(../layout/contact-heading-bg.jpg);
}

#contactBox .contactform {
	width:484px;
	min-height:250px;
	padding:15px 0px 2px 20px;
	font-size:.9em;
	background:url(../layout/contact-box-bg.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
	background-color:rgb(229,229,229);
}

#contactBox .contactformerror {
	width:484px;
	min-height:150px;
	padding:15px 0px 2px 20px;
	font-size:.9em;
	background:url(../layout/contact-box-bg.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
	background-color:rgb(229,229,229);
}

#contactBox .bottomCorners {
	width:504px;
	height:20px;
	background:url(../layout/contact-box-bottom.jpg);
}

#contactBox .contactButtons {
	margin:0px;
}

 /********************* 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;
	margin:0px auto;
}

#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;
}

/********************* Margin and Padding Styles *******************/
.paddingTop10 {
	padding-top:10px;
}

.paddingTop15 {
	padding-top:15px;
}

.marginTop5 {
	margin-top:5px;
}

.marginBottom10 {
	padding-top:10px;
}

/********************* Fraction Styles *******************/

.onethird {
	position:relative;
	float: left;
	width: 31%;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.onequater {
	float: left;
	width: 23%;
	padding: 5px;
	margin: 0px 5px 24px 0px;
}

.clearBoth {
	 clear:both;
}

.blank{
	display:none;
}