body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-attachment:fixed;
	background-size: cover;
	background-position: centre bottom;
	background-repeat: no-repeat;background-color: #003399;
}

a:link, a:visited { color: #0066cc; text-decoration: none; font-weight: bold; } 
a:active, a:hover {
	color: #000;
	text-decoration: none;
}

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float:  right; }

#master_wrapper_outer {
	width: 100%;
	height: 245px;
}

#master_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 10px auto 0;
	background-repeat: repeat-y;
	background-position: top;
	background-image: url(images/tint.png);
}

#master_header {
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 30px;
}

/* site title */

#temmplatmeo_header  #site_title {
	float: left;
	width: 403px;
	height: 160px;
}


#site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title a span {
	display: block;
	color: #d1e0f3;
	font-size: 13px;
	margin-left: 10px;
}
/* end of menu */

/* content */
#master_content_wrapper {
	clear: both;
	width: 940px;
	padding: 10px 10px;
	background: url(images/master_content_middle.png) repeat-y;
}
/* end of banner */

#content {
	clear: both;
	padding: 0px 10px 0;
}

#content h2 {
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #0066cc;
}

#content h2 span {
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #003366;
}

#content p {
	margin: 0 0 10px 0;
	text-align: left;
	color: #333;
	width: 540px;
}

.left_width {
	width: 540px;
	margin: 0 0 30px 0;
	float: left;
}

.right_width {
	width: 320px;
	float: right;
	margin-top: 10px;
}
/* end of content */

/* footer */
#master_footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#master_footer a {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
/* end of footer */

.label {
	text-align: left;
	width: 140px;
	float: left;
}
.contactInput {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 300px;
}
.contactInput2 {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 300px;
}
.contactgo {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 300px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #0066cc;
	color: #FFF;
	margin-top: 0px;
	height: 32px;
	margin-left: 140px;
	border-width: 0px;
	border-style: none;
}
form#contactForm br {
	clear: left;
