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

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	padding: 40px 0px 0px;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	text-align: center;
}
html, body {
    height: 100%;
	min-height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F00;
}
a:active, a:focus, input[type="image"] {
	outline: 0;
	-moz-outline-style: none;
}
a img {
	outline: 0;
	border: none;
	border-style: none
}
img {
    -ms-interpolation-mode: bicubic;
	outline: 0;
	border: none;
}
.clear {
	clear: both;
}
a:active, a:focus, input[type="image"] {
	outline: 0;
	-moz-outline-style: none;
}
p {
	margin: 0px;
	padding: 8px 0px 8px 0px;
}
/*start - this blockquote will give quotes on both ends*/
blockquote {
	margin: 1.5em 0 1.5em;
	padding: 0 2.8em 0 2.8em;
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #225E91;
}
blockquote:before {
	color: #2E7DBE;
	content: "\201C";
	font-size: 5em;
	position: absolute;
	left: 5px;
	top: 0.4em;
	line-height: 0.1em;
}
blockquote:after {
	color: #2E7DBE;
	content: "\201D";
	font-size: 5em;
	position: absolute;
	right: 3px;
	bottom: -0.1em;
	line-height: 0.1em;
}
/*end - this blockquote will give quotes on both ends*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    -moz-border-radius: 0px 0px 0px 0px;
}
td, th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
hr {
	height: 1px;
	color: #CCC;
	clear:both;
	margin-top: 20px; !important; /*this is the Firefox/Opera margin*/
	margin-bottom: 20px; !important; /*this is the Firefox/Opera margin*/
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	background-image: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: disc;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
ol li {
	margin: 0px;
	padding: 6px 10px;
	list-style-type: decimal;
	background-image: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-size: 18px;
	color: #000;
	line-height: 20px;
}
h2 {
	font-size: 16px;
	color: #000;
	line-height: 19px;
}
h3 {
	font-size: 15px;
	color: #000;
	line-height: 18px;
}
h4 {
	font-size: 14px;
	color: #000;
	line-height: 17px;
}
h5 {
	font-size: 13px;
	color: #000;
	line-height: 17px;
}
h6 {
	font-size: 12px;
	color: #000;
	line-height: 17px;
}
input {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 13px;
	line-height: 16px;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	resize: none;
}
.main_wrapper {
	width: 100%;
	min-width: 960px;
	height: 100%;
	min-height: 100%;
	float: left;
	background: url(../images/main_bg.jpg) no-repeat center top;
}
.container {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	min-width: 960px;
	width: 960px;
	position: relative;
	margin: 0px auto;
}
.form1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #CCC;
	width: 200px;
	margin-bottom: 10px;
	padding: 6px;
}
.form2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #CCC;
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	padding: 6px;
}
.submit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #A1890F;
	border: 1px solid #FFF;
	height: 30px;
	margin: 0px;
	padding: 5px;
}
input[type="submit"], input[type="button"]{
	float: right;
	position:relative;
	top:0;
	left:0;
	vertical-align: middle;
	line-height:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
	width:auto;
	overflow:visible;
	font-weight:normal;
	font-size:14px; /*Pixels for consistancy*/
	text-shadow:0 1px 0 #fff;
	color:#06C;
	text-decoration:none;
	vertical-align: middle;
	box-sizing: border-box;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	zoom:1;
	border:1px solid #06C;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box_container {
	background-color: #F8F8F8;
	border: 2px solid #fafffd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 2px #9a9c9a;
	-webkit-box-shadow: 0px 0px 2px #9a9c9a;
	box-shadow: 0px 0px 2px #9a9c9a;
	margin: 40px auto;
	width: 75%;
	padding: 30px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #333;
}
.box_container h1  {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	margin: 0px 0px 20px;
}
.box_container p {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	margin: 0px 0px 15px;
	padding: 0px;
}
.box_container a {
	color: #666;
}
.box_container a:hover {
	color: #FF0000;
}
