/* Start of CMSMS style sheet 'global' */
html, body {
margin: 0;
padding: 0;
height: 100%;
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 17px;
	background-color: #fff;
	background-repeat: repeat-x;
	height:100%;
}

.bgHome{
	background-image: url(uploads/images/bg_home.jpg);
 }

.bgSecondary{
	background-image: url(uploads/images/bg_secondary.jpg);
}

td {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 17px;
}


img {
   border: 0;
}

.headerBlue  {
   font-size: 13px;
   line-height: 17px;
   color:#2683AA;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
   font-weight:bold;
}

.body  {
   font-size: 11px; 
   line-height: 17px;
   color:#292929;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.date {
   font-size: 11px; 
   font-weight:bold;
   color:#5D5E5F;
   font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

p
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #0688c2; 
}

p a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8f8e8e;               
}

p a:hover {
   text-decoration: underline;
   color: #FF0000;
}

/*****************
basic layout 
*****************/


div#pagewrapper {
   width:100%;
   color: black;
   position: relative;
   min-height: 100%;
   min-height: 400px;
   height: auto !important;
   height: 100%;
}

div#pagewrapperHome {
   margin: 0 auto;
   width:850px;
   background-color: #fff;
   min-height:400px;
   height:400px;
}

div.logo {
	z-index: 12;
	padding:10px 0 0 20px;
	height:80px;
	width:80px;	
}

div.rule {
        width:850px;
        height:5px;
        background-color:#000;
}
div.breadcrumbs {
   padding: 25px 0px 20px 200px; 
   font-size: 90%;             
   width:590px;
   height:10px;
}

div.breadcrumbs 
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #0688c2; 
}

div.breadcrumbs a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8f8e8e;               
}

div.breadcrumbs a:hover {
   text-decoration: underline;
   color: #FF0000;
}

div.breadcrumbsHome {
   padding: 5px 0px 5px 25px; 
   font-size: 90%;             
   width:590px;
   height:10px;
}

div#content {
	background-color: #fff;
	width:100%;
	float:left;
	position:relative;
	margin-top:10px;
}

div#contentPrimary {
    background-color: #fff;
	width:100%;
	float:left;
	position:relative;
	margin:30px 0 0 0;
	padding:0 0 30px 30px;
}   

div#contentTertiary {
	background-color: #fff;
	width:100%;
	float:left;
	position:relative;
	margin-top:10px;
}

div#sidebar {
   float: left;       
   width: 275px;    
   margin-left: -70px;
   margin-top:0px;
}

div#main {
   margin-left: 200px;
   margin-right: 2%; 
   min-height: 400px;
}

div#mainPrimary {
   margin:0 0 0 0;
   float:left;	
   width:500px;
}

div#mainTertiary {
   margin:0 0 0 0;
   float:left;	
   width:500px; 
   min-height:400px;
}

div#MainTertiary
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #0688c2; 
}

div#mainTertiary a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8f8e8e;               
}

div#mainTertiary a:hover {
   text-decoration: underline;
   color: #FF0000;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  
}

/* relational links under content */
#relatedLinks { float:left; width:200px; margin-left:40px;}

#relatedLinks a, a:active, a:visited{
	color:#fff;
	text-decoration:none;	
}

#relatedLinks a:hover{
	color:#ffde00;
	text-decoration:none;	
}

div#footer {
	clear:all;
	width: 100%;
	height: 132px;
	color: #000;
}

div#footerImage {
	width:100%;
	background-color: #61636F;
	
}

div#footerContent {
	clear:all; 
	width: 100%;
	text-align:left;
	height: 30px;
	margin-left:30px;
	font-size:10px;
}

#LeftRightWrapper {
	margin-left:0px;
	width:500px;
	background-color:#fff;
	font-size:10px;
}

#LeftRightWrapper 
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #0688c2; 
}

#LeftRightWrapper  a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8f8e8e;               
}

#LeftRightWrapper  a:hover {
   text-decoration: underline;
   color: #FF0000;
}

#left49 {
  float: left;
  width: 450px;
  text-align: left;
}

#right49 {
  float: right;
  width: 50px;
  text-align: right;
}

div.hr {
   height: 1px;
   border-bottom: 1px solid #CDCBCB;
   margin-bottom:5px;
}

div.hrthin {
	border: none 0;
	border-top: 1px solid #CDCBCB;
	height: 1px;
	margin-bottom:10px;
}


/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   font-size: 14px;  
   line-height: 18px;
   margin-bottom: 10px;
   color:#BB0005;
   font-family:Arial, Verdana, Helvetica, Sans-Serif;
}
h2 {
   color: #757575; 
   font-family:Arial, Verdana, Helvetica, Sans-Serif;
   font-size: 14px;
   line-height: 18px; 
   text-align: left; 
   padding-bottom: 1px;
}
h3 {
   font-family:Arial, Verdana, Helvetica, Sans-Serif;
   font-size: 13px;
   line-height: 16px; 
   text-align: left;
   color:#0981b5; 
   margin-bottom:0px;
}
h4 {
   font-family:Arial, Verdana, Helvetica, Sans-Serif;
   font-size: 11px;
   line-height: 15px; 
   text-align: left;
   color:#000; 
}
h5 {
   font-family:Arial, Verdana, Helvetica, Sans-Serif;
   font-size: 13px;
   line-height: 16px;
   color:#000;
   margin-bottom:0px;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */

tr.header {
   font-size: 14px;  
   line-height: 18px;
   color:#BB0005;
   font-family:Arial, Verdana, Helvetica, Sans-Serif;
   font-weight:bold;
}

tr td.bold {
   line-height:14px;
   font-weight:bold;
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-size: 11px;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */


.formbuilderform table td{background:color:#FFF; padding:100px;}

.formbuilderform td{background:color:#FFF; padding:5px;}

.required {color:red;}

.imgBorder {
	margin: 2px;
	border: 3px solid #ccc;
}
.map{
float:right;
width:275px;
height:250px;
border: 3px solid #ccc;
margin-right:30px;}

.imgRight{
float:right;
margin: 0 35px 10px 0px;}

#boxesRed {
	float:right;
	width:176px;
	margin:0 0 5px 0;
}

#boxRed {
	margin:0 0 0 0;
	background-image:url(uploads/images/boxRedBottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 3px 0;
}

#boxRed h1 {
	text-align:center;
	padding:9px 0px 0px 0px;
	margin:0 0 0 0;
	background:url(uploads/images/boxRedTop.gif) top left no-repeat;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

#boxRed p {
	padding:0px 0px 0px 0px;
	margin:0 0 5px 0;
	font-size:12px;
}

#boxesSilver {
	float:right;
	width:176px;
	margin:0 0 5px 0;
}

#boxSilver {
	margin:0 0 0 0;
	background-image:url(uploads/images/boxSilverBottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 3px 0;
}

#boxSilver h1 {
	text-align:center;
	padding:9px 0px 0px 0px;
	margin:0 0 0 0;
	background:url(uploads/images/boxSilverTop.gif) top left no-repeat;
	font-weight:bold;
	font-size:12px;
	color:#fff;
}

#boxSilver p {
	padding:0px 0px 0px 0px;
	margin:0;
	font-size:12px;
}

ul.box {
	list-style:none;
}
 
 
ul.box li {
	display:box;
	border-bottom: solid 1px #fff;
	padding:2px 0 2px 13px;
	margin:0 12px 0 -30px;
	background: url(uploads/images/arrow_white.gif) no-repeat center left;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	text-decoration:none;
}

ul.box li a, a:active, a:visited{
	color:#fff;
	text-decoration:none;	
}

ul.box li a:hover{
	color:#ffde00;
	text-decoration:none;	
}

#homeContent {
	width:850px;
	float:left;
	height:370px;
}

#homeContentLeft {
	width:650px;
	float:left;
	position:relative;
}

#homeContentMain {
	width:650px;
	float:left;
	position:relative;
}

#homeContentRight {
	width:200px;
	float:right;
	position:relative;
	margin-top:10px;
}

#homeRedHR {
	width:850px;
	position:relative;
	height:5px;
	background-color:#ff0000;
}

#homeContentFooter {
	width:850px;
	position:relative;
	float:left;
}

#homeFooterLeft {
	width:420px;
	float:left;
	margin-top:10px;
}

#homeFooterRight {
	width:420px;
	float:right;
	margin-top:10px;
}

#homeContent {
	width:850px;
	float:left;
	height:370px;
}

#homeContentLeft {
	width:650px;
	float:left;
	position:relative;
}

#homeContentMain {
	width:650px;
	float:left;
	position:relative;
}

#homeContentRight {
	width:200px;
	float:right;
	position:relative;
	margin-top:10px;
}

#homeRedHR {
	width:850px;
	position:relative;
	height:5px;
	background-color:#ff0000;
}

#homeContentFooter {
	width:850px;
	position:relative;
	float:left;
}

#homeFooterLeft {
	width:420px;
	float:left;
	margin-top:10px;
}

#homeFooterRight {
	width:420px;
	float:right;
	margin-top:10px;
}


#homeContentFooter
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #0688c2; 
}

#homeContentFooter  a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8f8e8e;               
}

#homeContentFooter  a:hover {
   text-decoration: underline;
   color: #FF0000;
}
/* End of 'global' */

