@charset "utf-8";
/* START SITE STRUCTURE */
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/page-bg.png);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #333;
	font-size: 12px;
}
.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}
.oneColLiqCtrHdr #header { 
	padding: 0px;  /* 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. */
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	height: 185px;
}
.oneColLiqCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #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 */
}
.mainBorder {
	border-left: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF; 
	border-right: 1px solid #DFDFDF;
}
/* END SITE STRUCTURE */

/* START TEXT CONTROLS */
.Text-Date {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333;
}
.Text-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333;
	padding: 5px 20px 5px 20px;
}
.Text-Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 24px;
	color: #00558f;
	background-image:url(images/Heading-Bg.png);
	background-repeat: repeat-x;
	padding: 10px;
}
.Text-SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #00558f;
	padding: 10px 0px 10px 0px;
}
.Text-Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #333;
	padding: 10px;
	text-align: center;
}
.Text-Trail {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #666;
}
.Text-Form
        {
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            font-size: 12px;
            color: #333;
            padding: 10px;
            width: 400px;
			text-align:right;
        }
		
a.Links:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: underline; }
a.Links:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: underline; }
a.Links:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: underline; }
a.Links:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: none; }

a.LinksFooter:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333; text-decoration: underline; }
a.LinksFooter:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333; text-decoration: underline; }
a.LinksFooter:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333; text-decoration: underline; }
a.LinksFooter:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333; text-decoration: none; }

a.LinksTrail:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666; text-decoration: underline; }
a.LinksTrail:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666; text-decoration: underline; }
a.LinksTrail:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666; text-decoration: underline; }
a.LinksTrail:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666; text-decoration: none; }

a.LinksHeader:link { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #00558f; text-decoration: underline;padding: 10px 0px 10px 0px; }
a.LinksHeader:active { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #00558f; text-decoration: underline; padding: 10px 0px 10px 0px;}
a.LinksHeader:visited { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #00558f; text-decoration: underline;padding: 10px 0px 10px 0px; }
a.LinksHeader:hover { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #333; text-decoration: none; padding: 10px 0px 10px 0px;}

/* END TEXT CONTROLS */

/* START FORM CONTROLS */

.FormBox {
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-indent: 2px;
}


.Button-Sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00558f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 3px;
	height: 20px;
	width: 60px;
	border: 1px solid #00558f;
	cursor:hand;
	background-color: #E7E7E7;
	margin-bottom: 1px;
}
.Button-Md {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00558f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 100px;
	border: 1px solid #00558f;
	cursor:hand;
	background-color: #E7E7E7;
}
.Button-Lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00558f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 210px;
	border: 1px solid #00558f;
	cursor:hand;
	background-color: #E7E7E7;
}
.ButtonLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00558f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	
	border: 1px solid #00558f;
	cursor:hand;
	background-color: #E7E7E7;
}
.FormBox-150 {
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-indent: 2px;
	height: 15px;
	width:140px;
}
.TextArea{
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	text-indent: 2px;
	
}
select
{
 border:1px solid #333333;
 width:142px;
}
.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00558f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 3px;
	height: 20px;
	border: 1px solid #00558f;
	cursor:hand;
	background-color: #E7E7E7;
	margin-bottom: 1px;
}
.ButtonMd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00558f;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	border: 1px solid #00558f;
	cursor:hand;
	background-color: #E7E7E7;
}
a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: underline; }
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: underline; }
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: underline; }
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333; text-decoration: none; }
/* END FORM CONTROLS */
.Compulsary
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: Maroon;
	padding-left:2px;
}
.Text-Normal2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333;
	padding: 5px 5px 5px 5px;
}
.Text-SubHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18px;
	color: #00558f;
	padding: 10px 5px 10px 5px;
}
div#left {
    float: left;
    /*width: 33%;*/
    /*background-color: #E7E7E7;*/
}
div#right {
    float: right;
    /*width: 33%;*/
    /*background-color: #E7E7E7;*/
}
div#middle {
    padding: 0px 160px 5px 160px;
    margin: 0px;
    /*background-color: #E7E7E7;*/
}
.solidblockmenu
{
    height:33px;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    background: black url(images/menu_bg.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 14px 11px 14px;
text-decoration: none;
border-right: 1px solid white;
font: bold 13px Arial;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/menu_bg_hover.png) center center repeat-x;
}