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

html,body {
	background: #e2f3fb;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:focus, a:hover, a:visited {
	outline: none;
}

p {
	color: #49585e;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

h1 {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 795px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -142px 14%;
}

#header {
	height: 86px;
	padding-top: 20px;
	margin: 0 0 35px;
}

.logo {
	margin: 0 0 20px 135px;
	padding: 0;
	height: 106px;
	width: 178px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -32000px;
}
	
.nav {
	float: left;
}

.nav ul {
	margin: 0;
	padding: 100px 0 0 0;
}

.nav li {
	margin: 0 0 25px 0;
	list-style: none;
}

.nav li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #49585e;
}

.selected, .nav a:hover {
	color: #ffa400 !important;
	border-bottom: solid 2px #ffa400;
}

.swf-box {
	float: left;
}

.content-box {
	float: left;
	width: 615px;
	margin-left: 45px;
	background: #f3f3f3;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 3px #70ccfa;
	-moz-box-shadow: 3px 3px 11px #c0c0c0;
	-webkit-box-shadow: 3px 3px 11px #c0c0c0;
	box-shadow: 3px 3px 11px #c0c0c0;
	position: relative;
}

.title {
	background: url(../images/contactHeader.png) no-repeat;
	height: 25px;
	width: 156px;
	text-indent: -32000px;
	margin: 20px 0 10px 20px;
	padding: 0;
}

/*Contact Form Styles*/

.contact-desc {
	margin: 0 20px;
	color: #70ccfa;
}

.or {
	width: 22px;
	height: 13px;
	background: url(../images/or.png) no-repeat;
	position: absolute;
	right: 280px;
	top: 170px;
}

.right-form {
	float: left;
	margin: 20px 0 0 55px;
}

.right-title {
	margin-bottom: 10px;
}

.info {
	border-left: dashed 2px #70ccfa;
	border-bottom: dashed 2px #70ccfa;
	padding: 0 0 10px 10px;
}

.info-title {
	font-family: Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.info-address {
	font-family: Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
}

.checkbox-title {
	color: #ffa400;
	margin: 45px 0 0 25px;
}

.checkbox-apply {
	color: #ffa400;
	font-weight: normal;
	margin: 0 0 20px 50px;
	font-size: 12px;
}

.checkbox-desc {
	float: left;
	width: 120px;
	margin-left: 40px;
}

.left-form {
	float: left;
	margin: 20px 0 0 20px;
}

.left-title {
	margin: 0 0 15px 93px;
}

.form-desc {
	float: left;
	padding-top: 2px;
	margin-right: 5px;
}

.form-fields {
	float: left;
}

.input-desc {
	color: #ffa400;
	text-align: right;
	margin-bottom: 15px;
}

.phone {
	color: #ffa400;
	text-align: right;
	margin-bottom: 5px;
}

.company {
	color: #ffa400;
	text-align: right;
}

.name {
	color: #ffa400;
	text-align: right;
}

.company2 {
	color: #ffa400;
	text-align: right;
}

.url {
	color: #ffa400;
	text-align: right;
	margin-bottom: 5px;
}

.address {
	color: #ffa400;
	text-align: right;
	margin-bottom: 60px;
}

.message {
	color: #ffa400;
	text-align: right;
}

.input-text, .address-input, .message-input {
	background: #e5e5e5;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #70ccfa;
	-moz-box-shadow: 2px 2px 5px #CCC;
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;
	height: 22px;
	width: 217px;
	margin: 0 0 10px 0;
	padding: 0;
}

.address-input {
	height: 66px;
}

.message-input {
	height: 110px;
}

.submit {
	color: #fff;
 	font-size: 0;
	border: none;
	outline: none;
	width: 118px;
	height: 35px;
	background: url(../images/submit-up.png) no-repeat;
	margin: 25px 0 15px 55px;
	padding: 0;
}

.submit:active {
	color: #fff;
 	font-size: 0;
	border: none;
	width: 118px;
	height: 35px;
	outline: none;
	background: url(../images/submit-down.png) no-repeat;
	margin: 25px 0 0 55px;
	padding: 0;
}

/*Contact Form Styles End*/

#footer, #push {
	height: 142px;
}

#footer {
	background: url(../images/footer.png) repeat-x;
	position: relative;
}

.footer-content {
	margin: 0;
	padding: 120px 0 0 33%;
}

#footer p {
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #334248;
}

#footer ul {
	margin: 0;
	padding: 0;
	height: 15px;
}

#footer li {
	float: left;
	margin-left: 10px;
	list-style: none;
	border-left: solid 1px #334248;
	text-align: center;
}

#footer li a {
	text-decoration: none;
	font-size: 11px;
	color: #334248;
	text-align: center];
	margin-left: 10px;
}

#footer a:hover {
	color: #ffa400;
}
	
.float-catch {
	clear: both;
}
