/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font:80% verdana, arial, helvetica, sans-serif;
	background: #333366; /*#FFFFCC*/
}
h5{
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
/* default links */
a:link {
	background-color: transparent;
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #990;
}
a:visited {
	background-color: transparent;
	text-decoration: underline;
	color: #666
}
/* main wrapper that holds it all centrally */
#wrapper {
	width: 838px;
	margin:0 auto;
	margin-top: 15px;
	background:#FFFFFF url(../images/rtGrayFade.gif) repeat-y;
}

/* default masthead holding the banner and mainNav */
#header {
	width: 838px;
	height: 143px;
	background:url(../images/header.jpg) no-repeat;
}
#subContent{
	margin:0;
	padding:0;
	background: url(../images/bwLampPersp.jpg) no-repeat top right;
	width: 838px;
}
#content{
	margin:0;
	padding:0;
	width: 838px;
	background: url(../images/cobbleSide.jpg) no-repeat top left;
}
/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */
#twoColLayout #primaryContent {
	float:left;
	width:500px;
	padding-right:10px;
	/*background:#66CC00;*/
	margin-left:70px;
}

#primaryContent img{
	float:left;
	padding-right:20px;
}
#primaryContent.imgOverride{
	float:none;
	padding-right:20px;
}
#twoColLayout #secondaryContent {
	float:left;
	width:236px;
	
}
/* now the two main columns, named in order of importance and display when styles switched off */
#primaryContent {
	float:left;
	width:740px;
	display:inline;
	margin-left:75px;
	margin-top:15px;
}

#secondaryContent{
	float:left;
	width:236px;
	/*background:#0099FF;*/
}
/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */
#oneColLayout #secondaryContent {
	display: none;
}
#oneColLayout #primaryContent {
	width:700px;
	display:inline;
	margin-left:100px;
	margin-top:15px;
}
#footer{
	text-align:center;
	background: #000 url(../images/footCobbleStone.gif) no-repeat bottom left;
	color:#FFFFFF;
	font-size:.8em;
}
#footer img{
	margin: 0;
	padding: 0;
	display: block;
}

#footer a:link, #footer a:visited {
	color: #D7D493;
}
#footer a:hover {
	color: #000;
	background: #D7D493;
}
#bodyContent{
	position:relative;
	width:740px;
}
.spacer{
	clear:both;
}
.formHolder{
	width:95%;
	margin:auto;
}
