body {
	font:arial 10px;
	background:url(../images/page_bg.png) repeat-x;height:104px;
	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 */
	color: #000000;
}

.oneColElsCtrHdr{font:11px Helvetica; line-height:15px; color:#414040;}

.oneColElsCtrHdr #header { 
	height:100px;text-align:left;color:#fff;
	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. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding:0px;
	margin:4px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.png) repeat-x;height:209px
} 
.oneColElsCtrHdr #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 */
}
h2{color:#0093c3;font-family:"arial"; font-weight:normal;}
-->
#styletwo{position:relative;display:block;height:25px;font-size:11px;font-weight:bold;background:none;
font-family:Arial;}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:100%;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 4px;}
#styletwo ul li span a#current {background:url(../images/left_home_menu.png) no-repeat;}
#styletwo ul li span a:hover{background:url(../images/left_home_menu.png) no-repeat;}
#styletwo ul li.contact a#current {background:url(../images/contact_bg.png) no-repeat;}
#styletwo ul li.contact a:hover{background:url(../images/contact_bg.png) no-repeat;}
#styletwo ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:10px 8px 0 8px;height:25px;text-transform:uppercase}
#styletwo ul li a:hover,#styletwo ul li a#current{color:#fff;background:#06457e;}
#styletwo ul li a#current span .home{background:url(../images/left_home_menu.png) no-repeat;}
#styletwo li ul{margin:0;padding:0;list-style-type:none;width:100%; margin-left:5px;}
#styletwo li ul li{display:block;float:none;margin:0 1px 0 4px;}
#styletwo li ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:10px 8px 0 8px;height:25px;text-transform:none; clear:left}

h2{color:#0087b9;font-size:16px;font-weight:bold;} .greyfont{font-size:12px;color:#838484; font-family:arial;} .dblue{color:#0275a0; 
font-style:italic;font-size:10px;} .title_head{color:#585757; font-weight:bold;
font-size:12px;}.subhead{font-size:14px;color:#0275a0;font-weight:bold;border-bottom:1px solid #d4d4d4;}
.at_head{color:#61a9c4; font-weight:bold;
font-size:12px;}  .news_tit{color:#585757; font-weight:bold;
font-size:10px;} .brow_bg{ background:url(../images/stripe_brown.png) repeat-x;margin:10px 0 0 10px}
.whitefont{color:#fff; font-weight:bold;
font-size:10px;}
a{text-decoration:none; color:#414040;}a:hover{text-decoration:underline}
h1{ font:26px "arial"; font-weight:normal; color:#868585;} 
.secondpara{width:390px;font:arial,helvetica ;padding:8px;font-size:11px;color:#414040;text-align:justify;color:#414040;}
.firstpara{width:400px;font:arial, helvetica;padding:8px;font-size:11px;color:#414040;text-align:justify}
.footer{background:url(../images/footer_design_bg.gif) no-repeat;height:209px;}
hr{ background-color:#efefef;height:1px;}
.loginpanel, .inputbox{height:23px; width:154px; border:1px solid #c5d8eb; }
.commercial_title {color:#b3b4b4; font-size:12px; padding:0;}
.subtitle{color:#0087b9;font-size:16px;font-weight:bold;}
.label{color:#3b618b; font:arial; font-size:10px; font-weight:bold; text-align:left}
.button{background:url(../images/submit.png) no-repeat; width:77px; height:32px; color:#fff; text-transform:uppercase; border:none}	
.menu_head{border:none; position:relative}
.menu_body {display:none;background:#7c1202; width:156px;border-right:1px solid #998675;border-bottom:1px solid #998675;border-left:1px solid #998675;
line-height:0.5em;position:relative}
.menu_body li{background:#219fec;}
/*.menu_body li.alt{background:#362f2d;}*/
.menu_body li a{color:#FFFFFF; text-decoration:none; padding:10px;  display:block;  no-repeat left}
.menu_body li a:hover{padding:10px;background:#f2b551 no-repeat left ; }

/* Admin Styles*/
.addnewButton{
	background:#666 url(../images/add.png) no-repeat top left;
	border:solid 1px #CCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	color: #EFEFEF;
	text-decoration: none;
	text-indent:14px;	
	padding:1px;
	text-transform: uppercase;
	height: 20px;
}

.button2 { 
	background-color: #666; 
	border:solid 1px #CCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	/*width: 55px;*/
	color: #EFEFEF;
	text-decoration: none;
	text-transform: uppercase;
}

.title_white {
	color: #FFFFFF;
	background-color: #06457E;
}

.errMsg{
	color:#FF0000;
	font:arial;
	font-size:10px;
	font-weight:bold;
}
.bluetext{ font-family:Arial, Helvetica, sans-serif; color:#0089bd; font-size:12px; text-decoration:none; font-weight:bold;}
.greytext{ font-family:Arial, Helvetica, sans-serif; color:#666; font-size:24px; text-decoration:none; font-weight:normal;}
.content{font:arial, helvetica; font-size:11px; color:#414040; text-align:justify; text-decoration:none;}
.textfield{	font-family:Arial, Helvetica, sans-serif; color:#000; font-size:11px; text-decoration:none; font-weight:normal; border: 1px solid #000;}