
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ededed;
	border:0;
	margin:0;
	padding:0;
	background:url(../images/pageBG.jpg) repeat-x #333;
	line-height:1.5;
}

img {
	border:0;
}

.clearAll {
	clear:both;
}

#container {
	width:880px;
	margin:0 auto;
	padding-bottom:30px;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	width:880px;
	height:165px;
}

#topNav {
	background:url(../images/topNavBG.jpg) no-repeat;
	height:40px;
	padding:3px 150px 0 0;
	text-align:right;
}

#mainArea {
	width:880px;
}

#welc_col {
	width:450px;
	padding: 0 0px 40px 40px;
	float:left;
}

#serv_col {
	width:265px;
	padding: 0 50px 0 0;
	float:right;
}

#serv_col ul {
	padding:0;
}

#footer {
	background:url(../images/footerTop.jpg)  no-repeat #000;
	width:850px;
	float:left;
	margin-top:30px;
}

#footerText {
	float:left;
	font-size:10px;
	color:#666;
	padding:8px 0 0 10px;
	line-height:1.4;
}

#footerText a:link, #footerText a:visited, #footerText a:hover {
	color:#777;
	text-decoration:none;
	font-weight:bold;
	
}

#footerText a:hover {
	color:#FFF;
}

#cards {
	background:url(../images/bankLogos.jpg)  no-repeat #000;
	width:177px;
	float:right;
	margin:8px 8px 0 0;
	height:28px
}

#footerBottom {
	background:url(../images/footerBottom.jpg)  no-repeat #333;
	width:850px;
	height:8px;
	float:left;
}

.serv_list ul {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
	list-style-type:none;
}

.serv_list li {
	line-height:1.8;
	list-style-type:none;
	background:url(../images/bulletImage.jpg) no-repeat 0 2px;
	font-weight:bold;
	color:#FFF;
	padding-left:25px
}

#topNav ul {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	text-align:right;	
}

#topNav li {	
	display:inline;
	list-style-type:none;
}

.subHeader {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#F99;
}

.action {
	color:#FFF;
	font-size:16px;
	font-weight:normal;
}

#leftCol {
	width:400px;
	padding: 40px 0px 40px 30px;
	float:left;
}

#rightCol {
	width:411px;
	float:right;
}

#leftCont {
	width:450px;
	padding: 40px 0px 40px 60px;
	float:left;
}

#rightCont {
	width:250px;
	float:right;
	padding: 40px;
}

#rightCont a:link, #rightCont a:visited, #rightCont a:hover {
	text-decoration:none;
	color:#CCC;
}

#rightCont a:hover {
	color:#FFF;
	text-decoration:underline;
}

#linenBox {
	padding:40px 80px 0 80px;
}

#midLinen {
	padding:0 0 0 200px;
}

#galleryContainer {
	margin: 0 auto;
	padding-top:30px;
}

.textfield, .textarea {
	padding:5px 3px 3px 3px;
	line-height:3;
	background-color:#555;
	border:1px solid #777;
	width:350px;
	color:#ededed;
	font-size:13px;
}

.textfield {
	height:22px;
}

.textarea {
	height:60px;
	line-height:1.4;
	font-family:Arial, Helvetica, sans-serif;
}

.formLabel {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

.LV_validation_message{
    font-weight:bold;
    margin:5px 0 0 0px;
	display:block;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#F66;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #F66;
}

