/* Start of CMSMS style sheet 'loxwood' */
body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	line-height : 200%;
	background-color:#fff;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
  color: #023688;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #EA6902;
  margin-bottom: 0px;
}

p, li {
  font-size: 1.2em;
}

li li {
  font-size: 1.0em;
}

h1, h2, p {
  margin: .5em 0;
}

hr {
	color: #fff; 
	background-color: #fff; border: 1px dotted #720107; border-style: none none dotted; 
	margin-top: 4px;
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#page-body {
	border: 0px solid red;
	width:950px;
	padding: 0px;
	margin-top: 10px;
	float: left;
	min-height:400px;
	height:auto !important;
}

#header {
	width:950px;
	background: #ffffff url(images/loxwood_head.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	height: 175px; 
	padding: 0px;
	margin-bottom: 0px;
	border: 0px solid red;
	margin-top: 20px;
}

#content { 
	width: 780px; 
	float: right;
	border: 0px solid red;
}

#mainContent { 
	width: 450px; 
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 8px; 
	margin-right: 0px;
	float: left; 
	border: 0px solid red;
       display: inline; /* IE6 double margin float bug */
}

* html #mainNav {
      height: 1%; /* IE6 hasLayout */
}

#mainNav {
	margin:2px 0 0 0px;
        /*zoom:1;  IE6 hasLayout */
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#menu li { margin: 0 0 .2em 0; }
#menu a.currentpage
{
	text-align: right;
	background: url(images/menu_current.jpg) no-repeat left top;
}

#menu a
{
	display: block;
	color: #FFF;
	background: url(images/menu_gradient.jpg) no-repeat left top;
	width: 105px;
	padding: .2em .8em;
	text-decoration: none;
	border:2px solid #fff;
	border-color:#def #678 #345 #cde;
}

#menu a:hover
{
	border-color:#345 #cde #def #678;
}

#secondaryContent { 
	width: 300px;
	border: 0px solid red;
	display: inline;  /* IE6 double margin float bug */
	float: right; 
	margin-right: 0px;
	text-align: left;
	padding-right: 0px;
	padding-top: 10px;
}

#secondaryContent h2 {
  font-size: 1.2em;
  text-align: left;
  margin: 0;
}

#secondaryContent p {
  font-size: 1em;
}

.quote {
	text-align: right;
	font-style: italic;
}

#left {
	 background-color: #ffffff;
	 border: 0px solid red;
	 width: 160px;
	 padding-right: 0px;
	 padding-left: 0px;
	 text-align:  left;
}

#left h2 {
  font-size: 1.2em;
  text-align: center;
  margin: 0;
}

#left p {
  font-size: 1em;
}

#footer {
	width:950px;
	background: #ffffff url(images/loxwood_footer.jpg);
	background-position:left bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 100px; 
	color: #fff;
	padding-top: 1px;
	border: 0px solid red;
}


#footer { 
  clear: both; 
} 


.sig{
  font-size: 1em;
  color: #000;
  margin-top: 70px;
  text-align: left;
  padding-left: 50px;
}

.sig a:link, .sig a:visited, .sig a:hover, a:active {
	text-decoration : none;
	color : #fff;
	background-color : transparent;
}

.byline  {
  color : #C7C7C7;
}

.byline a:link, .byline a:visited, .byline a:hover, .byline a:active {
  text-decoration : none;
  color : #C7C7C7;
}

.box {
	float: right !important; margin-left: 8px; margin-right: 0px; 
	width: 270px;
	margin-top: 10px;
	border: 1px solid #4C2F61; padding: 5px;
	text-align: left;
	line-height: 150%;
}

.box2 {
	float: right !important; margin-left: 8px; margin-right: 0px; 
	width: 260px;
	margin-top: 20px;
	border: 0px solid #4C2F61; padding: 5px;
	text-align: left;
	line-height: 150%;
}

.tooltip {
    color: #7B328A;
    border-bottom: 1px dotted #888;
    cursor:help;
}

.quote_purple {
    color: #7B328A;
}

.quote_green {
    color: #3AA379;
}

.quote_pink {
    color: #C7304E;
}

/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image-left, .image-right { margin: 0 0 5px 0; } 
.image-left { float: left !important; margin-right: 15px; }
.image-right { float: right !important; margin-left: 8px; margin-right: 8px; }
.image-border { border: 1px solid #4C2F61; padding: 5px; }
.align-left { text-align: left !important; }

.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }
/* End of 'loxwood' */

