body {
	font-size:17px;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
}

form{
	padding:0;
	margin:0;
}

a, img, input{
	outline:none;
}

img{
	border:none;
}

th{
	text-align:right;
}
thead th{
	text-align:left;
}
th, td{
	vertical-align:top;
	padding:5px;
}

small{
	font-size:13px;
	color:#666;
}

.clear{
	clear:both;
	float:none;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin-top: 0;
}

.box{
	border:1px solid #ccc;
	background-color:#eee;
	padding:15px;
	margin:15px auto;
	width: 70%;
}

.leftFloatImg{
	float:left;
	margin:0 15px 15px 0;
}

.rightFloatImg{
	float:right;
	margin: 0 0 15px 15px;
}

ul{
	margin-top:4px;
	padding-left:0;
	margin-left:0;
}

	li{
		list-style-type:square;
		margin-left:30px;
		padding-top:3px;
	}

	li.checkmark{
		margin-left:14px;
		padding-left:16px;
		list-style-type: none;
		list-style-position:inside;
		background: url(../images/checkmark.gif) 0 0 no-repeat;
	}
	
	li.noBullet{
		list-style-type: none;
	}


h1{
	font-size:30px;
	margin:0 0 12px 0;
}
h2{
	font-size:20px;
	margin:14px 0;
	color:#666;
}

h3{
	font-size:18px;
	margin:12px 0;
	color:#888;
}

p {
	margin-bottom: 20px;
}

body{
	background: url(../images/layout/body_bg.jpg) center 0 no-repeat #000;
}

	.headerWrapper{
		width:587px;
		height:93px;
		margin:0 auto;
	}

		.headerLogo{
			display:block;
			width:270px;
			padding-top:93px;
			height:0;
			overflow:hidden;
		}
				
	.wrapper1 {
		background: url(../images/layout/wrapper1_bg.gif) 0 0 repeat-y #fff;
		width:587px;
		margin:0 auto;
		padding:0;
	}		
	
		.wrapper2 {
			background: url(../images/layout/wrapper2_bg.jpg) 0 0 no-repeat;
			padding:42px 42px 22px 42px;
			margin:0;
		}
				
			.content {
				min-height: 350px;
				height: auto !important;
				*height: 350px;
			}
				

.vCard h4{
	margin: 10px 0 0 0;
	font-size: 12px;
	font-weight:bold;
}

		
.contactForm .textareaField{
	width:190px;
}

.contactForm .textareaField{
	height:130px;
	width: 260px;
}


.footer{
	padding-top:10px;
	width:563px;
	height:65px;
	margin:0 auto;
	position: relative;
	font-weight:bold;
	color:#888;
	font-size:12px;
}

	.footerCopyright,
	.footerNav{
		position: absolute;
		top:15px;
	}

	.footerCopyright{
		left:0;
	}
	
		.siteByLGC{
			font-weight:normal;
			padding-left:10px;
			color:#666;
		}
		.siteByLGC a,
		.siteByLGC a:visited,
		.siteByLGC a:link{
			color:#666;
			text-decoration:none;
		}
			.siteByLGC a:hover{
				color:#64aa00;
				text-decoration:underline;
			}

	
	
	.footerNav{
		right:0;
	}

			.footerNav a,
			.footerNav a:hover,
			.footerNav a:visited,
			.footerNav a:link{				
				color:#333369;			
				text-decoration:none;
				padding: 0 7px;
			}
			.footerNav a:hover,
			.footerNav a.active{
				text-decoration: underline;				
			}


/*****  Form Fields ******/

.textField,
.selectField,
.textareaField{
	border: 1px solid #666;	
}

.selectWrapper{
	*border: 1px solid #666;
}




.homeTable{
	width:100%;
}
	.homeTable td{
		padding:0 5px;
		vertical-align:middle;
	}
	
	
.topNav{
	margin-bottom:15px;
	text-align:right;
	color:#333;
}

	.topNav a:hover,
	.topNav a{
		color:#333;
	}

.vcard{
	margin:10px 0;
}

.indent{
	margin-left:15px;
}