@charset "UTF-8";


body  {
	font-family: Optima, "Myriad Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #4E5669;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p {
	text-align: justify;
	}
a:link {
	color: #0568a6;
	text-decoration: none;
}
a:visited {
	color: #2c78b6;
	text-decoration: none;
}
a:hover {
	color: #2c78b6;
	text-decoration: underline;
}
a:active {
	color: #2c78b6;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 110%;
	text-align: left;
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 100%;
}
textarea {
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat {
	line-height: 1px;
	font-size: 0px;
	clear: both;
}
.imgnoborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
}

.aligncentre {
	text-align: center;
}
.smltxt {
	font-size: 85%;
}
.listnobullet {
	list-style-type: none;
	text-align: left;
	text-indent: -25px;
}
.section1 {
	height: 310px;
	margin-right: 0px;
	margin-left: 6px;
	width: 210px;
	padding-bottom: 10px;
	font-size: 90%;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #0568a6;
	float: left;
}


.section1 h2, p, li {
		padding-right: 5px;
	padding-left: 5px;
	
}


.section2 {
	height: 310px;
	margin-right: 0px;
	margin-left: 0px;
	width: 210px;
	padding-bottom: 10px;
	font-size: 90%;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #0568a6;
	float: left;
}


.section2 h2, p, li {
		padding-right: 5px;
	padding-left: 5px;
	
}


.fullwidthbox {
	padding: 0px;
	margin: 10px;
	height: 75px;
	text-align: justify;
}
.fullwidthbox2 {
	padding: 0px;
	margin: 10px;
	height: 55px;
	text-align: justify;
}
.mainbox {
	padding: 10px;
	border: 1px solid #0568a6;
	margin-bottom: 25px;
}

.mainboxnoborder {
	padding: 10px;
	margin-bottom: 25px;
}


.mainbox2 {
	width: 628px;
	padding: 10px;
	border: 1px solid #0568a6;
	margin-bottom:5px;
}


.lgbold {
	font-weight: bold;
	font-size: 115%;
}
.login {
	border: 1px solid #4e5669;
	background-color: #CCC;
	padding: 5px;
	text-align: center;
}

 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#navtop {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 55px;
	font-size: 95%;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width:100%;
	background-image: url(../_assets/images/bgOFF_wc.gif);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4e5669;
	border-bottom-color: #4e5669;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

  #nav a:active {
background-image: url(../_assets/images/bg_gradON_wc.gif);
	background-repeat: repeat-y;
	background-position: left top;	color: #0568a6;
  }
   #nav a:link,
   #nav a:visited {
	color:#FFF;
	background-image: url(../_assets/images/bgOFF_wc.gif);
	background-repeat: repeat;
	background-position: left top;
	float:left;
	text-decoration:none;
	padding: 12px;
  }
   
   #nav a:hover {
	background-image: url(../_assets/images/bg_gradON_wc.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #0568a6;
   }


 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


#wrapper {
	min-height:450px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 960px;
	padding: 0px;
}
#leftcontent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 650px;
	float: left;
} 

#leftcontent2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 540px;
	float: left;
} 

#rightcontent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 280px;
} 

#topcontent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#midcontent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 650px;
	clear:left;

}




#lowcontent {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 650px;
}

#topcontent2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topcontent5 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 205px;
}
#midcontent2 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}


#lowcontent2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	clear: both;
	overflow: hidden;
}

  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 277px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 410px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 32px;
}



 #sidebar6 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


#sidebartext {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #0568a6;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	width: 278px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#sidebartext2 {
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #0568a6;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}



#sidebarleft3 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #0568a6;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-left: 0px;
		margin-right: 10px;
	margin-bottom: 10px;

}



#buttons {
	float: right;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
}

#navbot {
	font-size: 85%;
	text-decoration: none;
	background-color: #4e5669;
	text-align: right;
	text-indent: 8px;
	padding-top: 1px;
	padding-bottom:1px;
	padding-right: 10px;
	color: #FFF;
	margin-top: 5px;
}
#navbot ul li {
	list-style-type: none;
	display: inline;
}
#navbot a:link {
	color: #FFF;
	text-decoration: none;
}
#navbot a:visited {
	color: #FFF;
	text-decoration: none;
}
#navbot a:hover {
	text-decoration: underline;
	color: #FFF;
}
#navbot a:active {
	color: #FFF;
	text-decoration: none;
}


#footer {
				padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
				background:#DDDDDD; 
	
	font-size: 85%;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
}


 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

fieldset {
	width:550px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #0568a6;
}
legend {
	font-size: 105%;
	color: #0568a6;
}



.borderpad {
	padding: 10px;
	border: 1px solid #0568a6;
	margin-bottom: 10px;
}

.box300px {
	height: 415px;
	width: 300px;
	float: left;
	margin-left: 11px;
	margin-bottom: 15px;
	border: 1px solid #0568a6;
	padding: 5px;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.box300px_nomgn {
	height: 415px;
	width: 300px;
	float: left;
	margin-left: 0px;
	margin-bottom: 15px;
	border: 1px solid #0568a6;
	padding: 5px;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


.centretxt {
	text-align: center;
}
.boxtopleft {
	width: 450px;
	padding: 10px;
	border: 1px solid #0568a6;
	height: 300px;
	margin-bottom: 25px;
	font-size: 95%;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxtopright {
	width: 450px;
	padding: 10px;
	border: 1px solid #0568a6;
	float: right;
	height: 300px;
	margin-bottom: 25px;
	font-size: 95%;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.boxbotleft {
	width: 450px;
	padding: 10px;
	border: 1px solid #0568a6;
	height: 225px;
	margin-bottom: 20px;
	font-size: 95%;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.boxbotright {
	width: 450px;
	padding: 10px;
	border: 1px solid #0568a6;
	float: right;
	height: 225px;
	margin-bottom: 20px;
	font-size: 95%;
	background-image: url(../_assets/images/coral_grey_lg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.head_line {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0568a6;
}

#rightcontent2 {
	float: right;
	width: 753px;
}
.bullets_spacing li {
	padding-bottom:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.img_rightmgn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imgbotmgn {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mgntop {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 650px;
	height: 330px;
}
.news {
	font-size:90%;
	padding-left:10px;
	border-bottom: 1px solid #2c78b6;
	border-top: 1px solid #2c78b6;
	margin-bottom: 5px;
	background-color: #dddddd;
	padding-right: 10px;	
	}
	

