


/* ----------------  INITIAL START ------------- */

* { margin: 0px; padding: 0px;}

h1 { margin-bottom: 10px; }
h2 { margin-bottom: 5px;}
h3, h4, h5 { margin-bottom: 5px;}
p { margin-bottom: 8px; }
ul { margin-bottom: 7px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea {
		font: normal normal 11px  Arial, Verdana, Helvetica, sans-serif;
		color: #333333; 
		border: none;
		border: 0px solid #666666;
		background: white;
		font-weight:normal;
		padding:2px;
		
}
img { border: none;
}
.inputtextbox
{
	height: 15px;
	width: 150px;
	background-color: #eeeeee;	
	font-family:  Arial,verdana;
	font-size:11px; 
	border:1px solid #cccccc;
	color:#666666;
}
.einputtextbox
{
	height: 15px;
	width: 190px;
	background-color: #eeeeee;	
	font-family:  Arial,verdana;
	font-size:11px; 
	border:1px solid #cccccc;
	color:#666666;
}
.einputtextbox2
{
	height: 15px;
	width: 90px;
	background-color: #eeeeee;	
	font-family:  Arial,verdana;
	font-size:11px; 
	border:1px solid #cccccc;
	color:#666666;
}
.textareabox
{
	height: auto;
	width: 150px;
	background-color: #eeeeee;	
	font-family:  Arial,verdana;
	font-size:11px; 
	border:1px solid #cccccc;
	color:#666666;
}
.etextareabox
{
	height: auto;
	width: 440px;
	background-color: #eeeeee;	
	font-family:  Arial,verdana;
	font-size:11px; 
	border:1px solid #cccccc;
	color:#666666;
}
select.selectlist
{

	font-family:  Arial,verdana;
	font-size:11px; 
	border:1px solid #cccccc;
	width:150px;

}


/* ----------------  INITIAL END ------------- */


/* ----------------  FONT  ------------- */

a {
	text-decoration: none;
}
h1 {
font: normal bold 18px  Arial, Verdana, Helvetica, sans-serif;
color:#333333;
}
h2 {
font: normal bold 18px  Arial, Verdana, Helvetica, sans-serif;
color:#004f9f;
margin-bottom:10px;
}
h3 {
font: normal bold 16px  Arial, Verdana, Helvetica, sans-serif;
color: #a28d55;
margin-top:5px;
margin-bottom:10px;
}
h4 {
font: normal bold 12px  Arial, Verdana, Helvetica, sans-serif;
color: #006699;
}
h5 {
font: normal normal 12px  Arial, Verdana, Helvetica, sans-serif;
color: #ffffff;
}
div.mainBox {
padding-left:10px;
}
a:link, a:visited, a:active{
	color: #333333;
	font-weight: normal;
	text-decoration:underline;
}
a:hover{
	color: #cccccc;
}
a.breadcrumb:link, a.breadcrumb:visited {
		color: #666666;
	font-weight: normal;
	text-decoration:none;
}
a.breadcrumb:hover, a.breadcrumb:active {
	color: #cccccc;
}
a.readmore:link, a.readmore:visited {
		color: #a28d55;
	font-weight: normal;
	text-decoration:underline;
	font-size:100%;
	text-align:right;
}
a.readmore:hover, a.readmore:active {
	color: #cccccc;
}
.breadcrumb
{
	color: #6595c0;
}
#navigation a:link, #navigation a:visited {
	font: normal normal 14px  Arial, Verdana, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
}
#navigation a:hover, #navigation a:active {
	font: normal normal 14px  Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
}
#leftArea a:link, #leftArea a:visited, #leftArea a:active {
	font-weight:normal;
	font-size: 14px;
	color: white;
	text-decoration:none;
	padding-left:15px;
	font-family:Impact, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#leftArea a:hover  {

	color: #a28d55;
}
#footer a:link, #footer a:visited {
	font: normal normal 10px  Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	font: normal normal 10px  Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
}
/* ----------------  BASICS  ------------- */


ul li {
	font-weight: normal;
	padding-left: 2px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;	
	margin-bottom:2px;
	
}
li {
		list-style-image: url(../images/bg/bullet.png);
		margin-left:20px;
		margin-bottom:3px;
	}
body {
	font-weight: normal;
	font-size: 70%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	line-height:130%;
	}
#shadContainer, #top, #baseShad, #footerShad{
	width: 980px;

}
#top, #baseShad, #footerShad, #LogoNav, #footer {
	text-align: center;
	margin: 0 auto 0 auto;
} 	

#shadContainer {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg/baseShadbg.jpg);
}

#top {
	margin-top: 0px;
	height:30px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/bg/topbg.jpg);
}
#topSpare {
width:690px;
float: left;
height:30px;
}
#clientLogin {
width:195px;
float: left;
padding:0px;
height:45px;
border:0px solid #cccccc;
}
#clientLogin div.label
{
float: left;
font-size:10px;
color:#ffffff;
padding-right:5px;
padding-top:2px;
}
#clientLogin div.entryBox
{
	float: left;
	height:auto;
	padding-top:0px;
	padding-bottom:5px;
	width:auto;
	background-image: none;		
}

#clientLogin div.clientGo
{
float: right;
padding-right:4px;
padding-top:13px;
}

#baseShad {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg/baseShadbg.jpg);
}
#LogoNav {
	text-align: left;
	width: 940px;
	height: 140px;
	background: url(../images/bg/logoNav.png) no-repeat;	
	border:0px solid #ff0000;
}


#logo {
	float: left;
	width: auto;
	padding: 0px 0px 0px 0px;
}
#logo div {
	padding-left:10px;
}
#slogan {
	vertical-align:middle;
	padding: 0px 0px 0px 0px;
	float: right;
	margin: 0px;
	width:610px;
	height:95px;
	border:0px solid #ff0000;
}
#sloganprint {
	padding-top:20px;
	display:none;
}
#mainContent {
	margin: 0 auto 0 auto;
	/*background: white;*/
	background: url(../images/bg/maincontentbg.gif) repeat-y;
	text-align: left;
	position: static;
	width: 940px;
}
#pageContent {
	margin: 0 auto 0 auto;
	/*background: white;*/
	background: url(../images/bg/pagebg.jpg) repeat-y;
	text-align: left;
	position: static;
	width: 940px;
}
#pageContent1 {
	margin: 0 auto 0 auto;
	text-align: left;
	position: static;
	width: 940px;	
}
#leftArea {
	width: 210px;
	float: left;
	padding-top:35px;
}

#middleArea {
	width: 740px;
	float: left;
}

#middlePagearea {
	width: 520px;
	float: left;
}
div.MaintextArea {
	padding-top:5px;
	padding-left:20px;
	padding-right:25px;
	padding-bottom:20px;
	width:auto;
}
div.contactleft
{
	width:38%;
	float:left;
}
div.contactright
{
	width:55%;
	float:right;
	border-left:1px solid #cccccc;
	padding-left:20px;
}
div.MaintextAreaPrint {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	width:auto;
	display:none;
}
#rightArea {
	width: 190px;
	float: right;

}

#rightAreapage {
	width: 200px;
	float: left;

}

#rightAreapage div.page
{
padding-top:45px;
padding-left:15px;
padding-right:15px;
color:#ffffff;
}
#rightAreapage div.page1
{
padding-top:25px;
padding-left:15px;
padding-right:15px;
color:#ffffff;
}
div.RighttextArea {
	padding-top:30px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:20px;
	width:auto;
}
div.newstopgap {
	background-position: right top;
	height:10px;
	width:190px;
	background-image: none;
	background-repeat: no-repeat;
}
div.newstop {
	background: url(../images/bg/newstop.gif) no-repeat;
	background-position: right bottom;
	height:15px;
	width:190px;
}
div.newstitlebg {
	background: url(../images/bg/newstitle.gif) no-repeat;
	background-position: right top;
	height:55px;
	width:190px;
}
div.newstitlebg1 {
	background: url(../images/bg/newstitle1.gif) no-repeat;
	background-position: right top;
	height:55px;
	width:190px;
}
div.newstitle
{
	padding-left:50px;
	padding-top:20px;
	color:#004f9f;
	font-weight:bold;
	font-size:20px;
	font-family: "Arial Narrow", "Trebuchet MS", "Century Gothic", Arial;
}
div.newstitle1
{
	padding-left:20px; 
	padding-top:15px; 
	color:#004f9f; 
	font-weight:bold;
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div.newscontentbg {
	background: url(../images/bg/newsbg.gif) repeat-y;
	background-position: right top;
	height:auto;
	width:190px;
}
div.newsbottom {
	background: url(../images/bg/newsbottom.gif) no-repeat;
	background-position: right top;
	height:15px;
	width:190px;
}
div.sidemoduletop {
	background: url(../images/bg/sidemoduletop.gif) no-repeat;
	background-position: right bottom;
	height:28px;
	width:190px;
	
}
div.sidemoduletitle {
	padding-top:10px;
	padding:bottom:10px;
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;

}
p.contentdtl {
	padding-top:10px;
	padding-bottom:0px;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:0px;

}
div.sidemodulegap {
	height:10px;
	background-image:none;
	
}
table.mainBox {
	border:0px;
	padding:0px;	
	border-collapse:collapse;
}
td.boxTitle {
	background: url(../images/bg/boxtitle.gif) no-repeat;
	width:340px;
	height:41px;
	background-position: left top;
}
td.gap {

width:15px;
}
td.boxContent {
	background: url(../images/bg/boxmiddle.gif) repeat-y;
	width:335px;
	background-position: left top;
}
td.boxButton{
	background: url(../images/bg/boxbottom.gif) no-repeat;
	width:335px;
	height:15px;
	background-position: left bottom;
}
div.mainBox {
padding-left:15px;
padding-top:10px;
padding-right:15px;
padding-bottom:0px;
}
div.mainTitle {
padding-left:15px;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding-right:15px;
}

.clear {
	clear: both;
}
/* ----------------  BOXES FEATURED CONTAINER  ------------- */




/* ----------------  BUTTON AND FORMS  ------------- */

input.clientinput
{
	width:70px;
	border:1px solid #cccccc;
	height:10px;
	padding:1px;	
	font-size:100%;
	color:#ffffff;
	background-image:none;
	background-color:#0d61ab;
}

input.button
{
	font-weight:bold;
	color:#15559d;
	background-color:#dddddd;
	border:1px solid #999999;
}
input.radiobutton
{
	font-weight:bold;
	color:#15559d;
	background-color:#ffffff;

}
input.textfield
{
	padding:2px;
	width:200px;
}

/* ----------------  NAVIGATION  ------------- */

#navigation {
	padding-left: 0px;
	padding-right: 0px;
	height:45px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:2px;
	width:735px;
	float:left;
}
#navigation div {
	padding-top: 13px;
	float: left;
	height: 22px;
	padding-left: 17px;
	padding-right: 21px;
	background-image: url(../images/bg/mainmenusep.gif);
	background-position: right center;	
	background-repeat: no-repeat;
}
#navigation div.endmenu {
	padding-top: 13px;
	float: left;
	height: 22px;
	padding-left: 17px;
	padding-right: 21px;
	background-image: none;
	background-position: right center;	
	background-repeat: no-repeat;
}
#leftArea div {
	padding-top: 7px;
	width:190px;
	padding-bottom:10px;
	height: auto;
	padding-left: 20px;
	padding-right: 0px;	
	background-image: url(../images/bg/leftmenubutton.gif);
	background-position: left top;	
	background-repeat: no-repeat;
}
#leftArea div.over {
	padding-top: 7px;
	padding-bottom:10px;
	width:190px;
	height: auto;
	padding-left: 20px;
	padding-right: 0px;	
	background-image: url(../images/bg/leftmenubutton.gif);
	background-position: left top;	
	background-repeat: no-repeat;
	*/
}

/* ----------------  FOOTER  ------------- */

 
#footerline {
	padding:0px;	
	width:940px;
	height:10px;
	text-align:center;
	margin:0px;
	background-image: url(../images/bg/footerbg.gif);
	background-position: center center;	
	background-repeat: no-repeat;
	
}
#footer {
	height:auto;
	width:660px;
}
#footerimg
{
text-align:center;
}
#footer div.footerbox {
	padding-top: 0px;
	float: left;
	height:12px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: none;
}

/* ----- images --------- */
img.W450pxH210px
{
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
background: url(../images/bg/pagephotobg.jpg) no-repeat;
width:450px;
height:210px;
border:0px;
}

img.goButton
{
cursor: hand;
}
/* ------------- CONTACT FORM ----------------- */

div.row
{
	 clear: both;
	 padding-left:40px;
	 margin:0px;
	 height:auto;	 
}
div.row span.formlabel
{
	width:30%;
	height:auto;			
	padding-top:3px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:3px;
	margin:0px;	
	text-align:left;	
	float:left;	
}
div.row span.formlabel_1
{
	width:50%;
	height:auto;			
	padding-top:3px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:3px;
	margin:0px;	
	text-align:left;	
	float:left;	
}
div.row span.formentry
{
	width:67%;
	height:auto;			
	padding-top:3px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:3px;
	margin:0px;	
	text-align:left;	
	float:right;	
}

form.client
{
padding:0px;
margin:0px;
}
div.clientLabel
{
padding-left:4px;
color:#ffffff;
font-size:80%;
margin:0px;
width:auto;
background-image:none;
}
div.clientEntry
{
padding-left:0px;
color:#ffffff;
font-size:80%;
margin:0px;
width:auto;
}
/* Font */
.gold11pxbold
{
	font-weight: bold;
	font-size: 100%;
	font-family: Arial,Verdane, Helvetica, sans-serif;
	color: #a28d55;
	text-align: left;
}

.gold12pxbold
{
	font-weight: bold;
	font-size: 110%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color: #a28d55;

}
.gold13pxbold
{
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a28d55;
	
}
.gold11pxnormal
{
	font-weight: normal;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a28d55;
	
}

.gold12pxnormal
{
	font-weight: normal;
	font-size: 110%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a28d55;
	
}
.gold13pxnormal
{
	font-weight: normal;
	font-size: 120%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a28d55;
	
}
.grey11pxbold
{
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	
}

.grey12pxbold
{
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	
}
.grey13pxbold
{
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

.grey11pxnormal
{
	font-weight: normal;
	font-size:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}

.grey12pxnormal
{
	font-weight: normal;
	font-size: 110%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
}


.blue11pxbold
{
	font-weight: bold;
	font-size:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004f9f;
	text-align: left;
}

.blue12pxbold
{
	font-weight: bold;
	font-size:110%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004f9f;
	text-align: left;
}

.blue13pxbold
{
	font-weight: bold;
	font-size:120%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004f9f;
	text-align: left;
}

.blue11pxnormal
{
	font-weight: normal;
	font-size:100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004f9f;
	text-align: left;
}

.blue12pxnormal
{
	font-weight: normal;
	font-size:110%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004f9f;
	text-align: left;
}

.blue13pxnormal
{
	font-weight: normal;
	font-size:120%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #004f9f;
	text-align: left;
}
td.empform
{
border-bottom:2px solid #004f9f;
border-top:0px;
border-left:0px;
border-righht:0px;
}
td.empform1
{
border-bottom:2px solid #a28d55;
border-top:0px;
border-left:0px;
border-righht:0px;
}
.black
{
	color:#000000;

}
.darkgrey
{
	color:#999999;
	font-weight:normal; 
	font-size:11px;
	text-decoration:none;

}