
/*Page Main Layout Bits and Pieces*/
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: url(../styleimages/bodybg.gif) repeat-y top center;

  text-align: center;
  line-height: 175%;
  
  font: 0.8em verdana, arial, sans-serif;
  color: #000000;
  
}

a {
  color: #000000;
}

a:hover {
  color: #4c59ff;
}

#bodyNoFoot {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.layoutwidth {
  width: 999px;
}
.layoutwidthmainbody{
  width: 969px;
}


#pageContent {/*this enables footer not to scrol off bottom of page*/
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#pageContent h1, h2, h3, h4, h5, h6{
	text-align: center;
}


.ImageFull{
	width:900px;
}
.Image600{
	width:600px;
}

/*Header Menu*/
#headerMenu {
	clear: both;
	position: relative;
	height: 30px;
	margin: 0 auto;
	background: #000;
	padding-bottom: 5px;
}
#headerMenu img {
  position: absolute;
	margin-top: 5px;
  left: 15px;
}
#headerMenu ul {
  margin: 1em 1em 0 0 !important;
  float: right;
}

#headerMenu ul li {
  display: inline;
}

#headerMenu ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1em verdana, arial, sans-serif;
  color: #FFFFFF;
  border-right: 1px solid #b5b5b5;
}

#headerMenu ul li a.lastMenuItem {/*This is a sub class and is on the last menu item*/
  border-right: 0;
  padding-right: 0;
}
#headerMenu ul li a:hover {
  color: #4c59ff;
}







/*Header Logo*/

#HeaderLogo {
  margin: 0 auto;
  height: 140px;
  background: url(../styleimages/headerlogo.jpg) no-repeat top left;
}


#HeaderLogo img {
  position: absolute;
  top: 5%;
  left: 10px;
}
/*Sub Menu*/

#submenu {
  margin: 0 auto;
  padding-bottom: 5px;
  height: 30px;
  background: #000;
}
#submenu ul {
  margin: 1em 1em 0 0 !important;
  padding: 0;
  float: right;
}

#submenu ul li {
  display: inline;
}

#submenu ul li a {
  float: left;
  padding: 0 1em;
  font: 900 1.25em verdana, arial, sans-serif;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #FFFFFF;
  border-right: 1px solid #b5b5b5;
}
#submenu ul li a.lastMenuItem {/*This is a sub class and is on the last menu item*/
  border-right: 0;
  padding-right: 0;
}


#submenu ul li a:hover {
	color: #4c59ff;
}



/*Main Content Section*/
#pageSubContent {
  margin: 0 auto;
}






/*footer*/

#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 2em;
  margin-top: -2em;
}

#footerInner{
  position: relative;
  height: 2em;
  margin: 0 auto;
  background: #000;
  color: #FFFFFF;
}


#footerInner a {
  color: #FFFFFF;
}

#footerInner a:hover {
  color: #4c59ff;
}


/*Forms*/

div.row {
  clear: both;
  padding-top: 10px;
}

span.label {
  float: left;
  width: 24%;
  text-align: right;
  padding-right:1%;
}

.formImage{/*Chrome and Safari add margin to inputs since this image sits in alignment with inputs this is needed to make all browsers render the same*/
	margin: 2px;
}

input{/*Chrome and Safari add margin to inputs this is to make all browsers render the same*/
	margin: 2px;
}

textarea{/*Chrome and Safari add margin to inputs this is to make all browsers render the same*/
	margin: 2px;
}

div.row, span.formw {
  float: right;
  width: 75%;
  text-align: left;
} 



/* Two column layout tags float left and right*/

div.FPtwocolrow {
  clear: both;
  padding-top: 10px;
}

div.FPleft {
  float: left;
  width: 55%;
  text-align: left;
  padding-right:1%;
}

div.FPright {
  float: right;
  width: 44%;
  text-align: left;
  height: 100%;
} 
