/* Start of CMSMS style sheet 'main' */
body {
  margin: 0;
  font: 0.70em helvetica, arial, verdana, sans-serif;
  line-height: 150%;
  color: #555;
  background: url(images/backdrop.jpg) no-repeat top left;
}

h1 {
  clear: both;
  font: 1.6em helvetica, arial, verdana, sans-serif;
  color: #808080;}

h2 {
  font: 1.4em helvetica, arial, verdana, sans-serif;
  clear: both;
  color: #808080;}

h3 {
  font: 1.3em helvetica, arial, verdana, sans-serif;
  clear: both;
  color: #808080;
  margin: 0 0 10px 0;
  padding: 0;}

h4 {
  font: 1.2em helvetica, arial, verdana, sans-serif;
  clear: both;
  color: #808080;}

p {
  padding-bottom: 6px;}

a:link {
  color: #53697A;
  text-decoration: underline;}
	
a:visited {
  color: #53697A;
  text-decoration: underline;}
	
a:hover {
  color: #53697A;
  text-decoration: underline;}

.smallPrint {
  font-size: 0.86em;
  line-height: 140%;
}

.smallPrint a {
  color: #808080;
}

img {

}

#pagewrapper {
  position: relative;
  float: left;
  margin: 0;
  padding-left: 55px;
  padding-top: 65px;
  width: 960px;
  height: auto;
}



#header {
  width: 536px;
  height: 100px;
  background: url(images/header.gif) no-repeat top left;
}

#sideBar {
  float: left;
  background: url(images/sideDivider.gif) repeat-y top right;
  padding-top: 20px;
  width: 135px;
  height: 420px;
}

#nav {
  font-size: 1.3em;
  color: #666;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px
}

#nav li {
  height: 25px;
  text-transform: uppercase;
}

#nav a {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 2px;
  line-height: 90%;
  color: #666;
  text-decoration: none;
}

#nav a:link {
  color: #666;
  text-decoration: none;
}

#nav a:visited {
  color: #666;
  text-decoration: none;
}
	
#nav a:hover {
  color: #666;
  background: url(images/navHover.gif) repeat-y right;
}


#nav a:active {
  color: #666;
  background: url(images/navHighlight.gif) repeat-y right;
}


#nav a.menuactive {
  background: url(images/navHighlight.gif) repeat-y right;
}


#content {
  padding: 20px 0 20px 30px;
  width: 780px;
  float: left;
}

html>body #content {
   width: 760px;
}

#contentLeft {
  width: 365px;
  float: left;
}

#contentRight {
  width: 300px;
  float: left;
  padding-left: 30px;
}


html>body #contentRight {
  width: 270px;
}

.contactform {
  float: left;
}

.contactform  div.item {
	width: 210px;
	padding: 0;
	margin: 0 0 10px 0;
	border: 0px solid #ff0000;
}

.contactform div label {
	margin: 0;
	padding: 0;
	display: block;
}

.captchapict {
	margin-top: 10px;
	border: 1px solid #ccc;
}

.contactform input {
	padding: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	width: 195px;
	border: 1px solid #b3b3b3;
	background-color: #f7f7f7;
}


.submit {
	clear: both;
	padding-top: 10px;
}



.submit input {
	width: auto;
}

.contactform textarea {
	line-height: 15px;
	font: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	padding: 1px;
	margin: 0;
	border: 1px solid #b3b3b3;
	background-color: #f7f7f7;
	width: 200px;
	height: 280px;
}


.contactform div.required {
	color: #f00;
}

.contactColumn {
	width: 240px;
	float: left;
}

.smallDivider {
  width: 200px;
  height: 20px;
  float: left;
  clear: both;
  background: url(images/divider.gif) center left repeat-x;
}

.thinContent {
  width: 560px;
}

.error_message {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff0000;
}

.error_message ul {
  padding: 0;
  margin: 0;
}


.error_message ul li {
  padding: 0;
  margin: 0;
  margin-left: 12px;
}

.largePrint {
  font-weight: bold;
  font-size: 110%;
}

.bigDivider {
  float: left;
  width: 450px;
  height: 20px;
  background: url(images/divider.gif) center left repeat-x;
  border: 0px solid #ff0000;
}

#footer {
  padding-top: 10px;
  font-size: 0.86em;
  line-height: 140%;
  clear: both;
}
/* End of 'main' */

