@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../imgs/bg.jpg);
	background-repeat:repeat-x;
	background-color:#c2c3c5;
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#333;
}


.bg {

}


.head {
	display:block;
	width:972px;
	height:150px;	
	margin:0px auto;
	background-image:url(../imgs/allbg.png);
	background-repeat:no-repeat;	
}

	.head .menuLink {
		display:inline-block;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		width:70px;
		margin:10px 5px 0px 5px;
		padding:0px 10px 0px 0px;
		color:#000;
		text-decoration:none;
		text-align:center;
		background-image:url(../imgs/menu_sep.png);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	.head .menuLink:hover {
		font-weight:bold;
	}
	
	
	.head .logo {
		padding:15px 0px 0px 30px;
		width:365px;
		float:left;
	}
		
	
	.head .menu {
		width:548px;
		padding:0px 12px 0px 0px;
		float:left;
		text-align:right;
	}

	.head .menu .tagline {
		padding:52px 0px 10px 20px;
		font-size:16px;
		font-weight:bold;
		text-align:left;
	 }

.current {
	font-weight:bold;
}

.all {
	display:block;
	width:972px;
	min-height:700px;
	margin:0px auto;
	background-image:url(../imgs/allbg.png);
	background-repeat:no-repeat;
}

	.all .left {
		width:450px;
		float:left;
		padding:0px 0px 0px 35px;
	}
	
	.all .right {
		width:440px;	
		float:left;
		text-align:right;
		padding:0px 35px 0px 0px;
	}

	.all h2 {
		font-size:16px;
		font-weight:normal;
	}

.contactForm {
	
}

	.contactForm label {
		width:150px;
		display:inline-block;
		margin:10px 0px 0px 0px;
		padding:0px 10px 0px 0px;
		text-align:right;

	}

	.contactForm input {
		width:200px;
		display:inline-block;
		margin:10px 0px 0px 3px;
	}

	.contactForm select {
		width:200px;
		display:inline-block;
		margin:10px 0px 0px 3px;
	}


	.contactForm textarea {
		width:200px;
		display:inline-block;
		margin:10px 0px 0px 3px;
	}


	.contactForm .radioHolder {
		width:200px;
		height:30px;
		display:inline-block;	
	}

	.contactForm .radiobtn {
		width:20px;
		display:inline;
	}

.formBlock {
	display:block;
	height:50px;
	float:left;
}

.tickboxHolder {
	width:210px;
	margin:0px 0px 0px 140px;
}

	.tickboxHolder input {
		width:30px;
		float:left;
	}
	
	.tickboxHolder label {
		width:300px;
		float:left;
		display:inline-block;
		text-align:left;
	}


.footer {
	width:100%;
	background-image:url(../imgs/footerbg.jpg);
	height:150px;
	
}

	.footer a {
		font-family:Georgia, "Times New Roman", Times, serif;
		display:inline-block;
		margin:15px;
		color:#FFF;
		text-decoration:none;
	}
	
	.footer a:hover {
		text-decoration:underline;
	}
	
	.footer .footer-inside {
		width:960px;
		margin:0px auto;
		text-align:right;
	}
	
.clear {
	clear:both;
}

/*--- FORM ---*/
ul.alert {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ea0025;
	font-weight: bold;
	font-style: italic;
}
