.10{}
*{
	padding: 0;
	margin: 0;
}
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #FFF;
	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 */
	color: #000000;
	background: url(/images/bg.jpg) repeat-x 0 0;
}
div,img{
	border: none;
}
img.gallery{
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
#sidebar2  a  img, #mainContent  a  img{
	border: 3px solid #1868A1;
}
a, h1, h2, h3, h4, #footer{
	color: #1868A1;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #F57C22;
	text-decoration:underline;
}
h1,h2,h3{
	margin-top: 1em;
}
h3{
	margin-bottom: 0;
}
#sidebar1 h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

p, ul, table{
	margin-bottom: 0.5em;
}
li{
	padding-left: 0.5em;
	margin-left: 2em;
}
#leftMargin{
	width: 5%;
	height: 267px;
	float: left;
	background: url(/images/left_bg.gif) repeat-x left 117px;
}
#rightMargin{
	width: 45%;
	position: absolute;
	top:0;
	right: 0;
	height: 150px;
	float: right;
	background: url(/images/nav_bg.gif) repeat-x right 115px;
}
#container {
	#float:left;/**/
	margin-left: 5%;
	#margin-left: 0;
	width: 890px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container.wide{
	width: 950px;
}
#header { 
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 3em;
} 
#header h1 {
}
#logo{
	position: absolute;
	width:355px;
	height:92px;
	bottom:0;
	left: 0;
	background: url(/images/logo.png) no-repeat 0 0;
	
}
#strapline{
	position: absolute;
	width:347px;
	height:25px;
	top:3.5em;
	right: 0;
	background: url(/images/strapline.png) no-repeat 0 0;
}
#nav{
	position: absolute;
	height: 35px;
	bottom:0;
	left: 355px;
	text-align:right;
	white-space:nowrap;
	background: url(../images/nav_bg.gif) repeat-x;
	padding-right: 5em;
	padding-left: 3em;
}
#nav a{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
#nav a.selected, #nav a:hover{
	color: #F57C22;
}
#nav a:hover{
	text-decoration:underline;
}
#nav ul{
	white-space:nowrap;
	list-style:none;
	padding-top:0.7em;
	#margin-top:-1em;
}
#nav ul li{
	white-space:nowrap;
	display:inline;
	margin-left: 5%;
	padding-left: 0;
	position: relative;
}
#nav ul li ul{
	display: none;
	position: absolute;
	left: 0;
	top: 0.5em;
	#top: 1.25em;
	padding-top: 1.15em;
}
#nav ul li:hover ul{
	display: block;
}
#nav ul li ul li{
	#display: inline;/**/
	background-color:#104165;
	float: none;
	margin-left: -2px;
	#margin-left:0;
	padding-right: 1.0em;
	padding-left: 1.0em;
	#padding-bottom: 0.2em;
	border-left: solid 1px white;
	text-align: left;
}
#nav ul li ul li a{
	#background-color:#104165;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar1 img#graphView{
	padding-top: 1em;
	padding-bottom: 1em;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.wide #sidebar2{
	display: none;
}
#mainContent {
	margin: 0 225px 0 235px; 
	position: relative;
	padding: 0 10px;
} 
.wide #mainContent{
	margin-right: 0;
	padding-right: 0;
}
#footer { 
	padding: 1em 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#topnav{
	padding-top:0.25em;
}
#topnav, #bottomnav, #footer p {
	width: auto;
	font-size:80%;
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input{
	width: 80%;
}
/*****CALENDAR STYLES*******/
div#cv_nav5{
	position: relative;
	margin-top: 1em;
}
div#cv_nav5 div{
	clear:none;
	float:left;
	top:0
	width:0
	height:100%;
	overflow: visible;
}
div#cv_nav5 table.calWidgetcal td {
	color: #efefef;
	background-color: white;
}
div#cv_nav5 .calWidgetcal td.curMonth{
	color:#000000;
	background-color:#9FC9E1;
}
div#cv_nav5 .calWidgetcal td.today,div#cv_nav5 .cv_mdpCellFontToday{
	border:2px solid #CE0000;
	color: red;
	text-decoration: none;
}
div#cv_nav5 table.calWidgetcal td.head {
	color: black;
	background: inherit;
}
div#cv_nav5 table.calWidgetcal td.curSelection {
	color: black;
	font: Arial, Helvetica, sans-serif;
}
div#cv_nav5 table.calWidgetcal td.bold.curSelection{
	background-color:#F67F21;
	color: white;
}

#instantCal{/*iFrame for month on each page
	padding: 0;
	margin: 0;
	width: 220px;
	border-width:0; 
	overflow:hidden;
	height: 198px;*/
}
div.cv_darkmed{
	width:100%!important;
}
.cv_darkmed table{
	margin:0;
}
.cv_darkmed table.calWidgetcalHead td{
	text-align:center!important;
}
.cv_darkmed table.calWidgetcalHead td table{
	width:50%!important;
	margin-left:auto;
	margin-right:auto;
}
.cv_darkmed table.calWidgetcalHead td table td{
	color:white!important;
	padding:3px!important;
}
/*****CALENDAR STYLES END***/