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

@font-face {
 font-family: Century Gothic;
 src: url("GOTHIC.eot") /* EOT file for IE */
}
@font-face {
 font-family: Century Gothic;
 src: url("GOTHIC.TTF") /* TTF file for CSS3 browsers */
}

html {
	background-image: url(../images/smedg-bg.jpg);
	background-repeat: repeat-x;
}

body {
	font-family: Helvetica, Arial, San serif;
	color: #808080;
	font-size: 10pt;
	line-height: 20px;
}

#page {
	width: 1000px;
	margin: 0px auto;
	background-repeat: no-repeat;
	margin-top: -8px;
}



#header {
	width: 1000px;
	height: 100px;
	background-image: url(../images/smedg-logo.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	font-size: 25px;
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #483529;
	font-weight: normal;
	padding-top: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height: 26px !important;

}


.form_outer	{
	width: 1000px;
}

.version {
	font-size: 16px;
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #8C765C;
	font-weight: normal;
	letter-spacing: 4px;
	text-transform: uppercase;	
}


#title {
	width: 1000px;
	height: 100px;
	font-size: 16px;
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#content {
	width: 1000px;
	min-height: 250px;
		line-height: 25px;

}

ul {
	list-style-type: square;
}

#footer {
	width: 1000px;
	height: 40px;
	font-size: 10px;
	border-top: 1px solid #808284;
	line-height: 40px;
}

.sponsors {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #483529;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 30px;
}

.sponsors-diamond {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #AEDFE4;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 30px;
}

.sponsors-platinum {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 30px;
}

.sponsors-gold {
	font-family: century gothic, helvetica, arial, sans-serif;
	color: #EECA46;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 30px;
}




/* hyperlink styles START*/
a:link {
	color: #333333;
	text-decoration:none;
	border-bottom: 1px dotted #666;

}
a:visited {
	color: #333333;
	text-decoration:none;
	border-bottom: 1px dotted #666;
}
a:hover {
	color: #e46a1e;
	text-decoration:none;
	border-bottom: 1px dotted #ed9861;
}
a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	text-align: center;
}
/* hyperlink styles END*/


/* menu hyperlink styles START*/
a.footer:link{
	color:#e46a1e;
	text-decoration:none;
	border-bottom: none;
}
a.footer:visited {
	color: #e46a1e;
	text-decoration:none;
	border-bottom: none;
}
a.footer:hover{
	color:#ed9861;
	text-decoration:none;
	border-bottom: none;
}
a.footer:active{
	color:#e46a1e;
	text-decoration:none;
	border-bottom: none;
}
/* menu hyperlink styles END*/


ul, li {
	list-style-type:none
}
html {
	overflow-y:scroll;
}
img {
	border:0;
}
a:hover, a:active, a:focus {
	outline:none;
}
.appform
{
	width:920px;
	height:auto;
	margin:20px auto 20px auto;	
	background:#fff;
	padding:38px;
	-webkit-box-shadow:  1px 2px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  1px 2px 10px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
    border-radius: 10px;
	overflow:hidden;
}
.header_portion1
{
	width:1000px;
	height:71px;
	float:left;
	margin-bottom:20px;
}

/*.content_outer
{
	width:920px;
	height:auto;
	float:left;

}
.content_outer h1
{
	color:#333;
	font-size:1.8em;
	font-weight:normal;
}*/
.form_outer
{
	width:920px;
	height:auto;
	float:left;
	margin:20px 0px 20px 0px;
}
.form_outer h3
{
	color:#666;
	font-size:1.5em;
	font-weight:normal;
	float:left;
	margin:0px 0px 5px 0px;
}
.form_outer h3 span
{
	color:#F30;
	font-size:1.2em;
}
.form_outer table td
{
	padding:0px 0px;
	vertical-align:top;
}
.form_outer select
{
	float:left;
	clear:both;
	width:auto;
	padding:6px 6px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	border:solid 1px #ccc;
    margin:10px 10px 0px 0px;
	border-bottom:solid 2px #ccc;
}
.form_outer input[type="text"]
{
	width:400px;
	height:30px;
	float:left;
	border:solid 1px #ccc;
	clear:both;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	border-bottom:solid 2px #ccc;
	padding:0px 10px;
	margin:10px 10px 0px 0px;
}
.small_input
{
	width:100px!important;
}
.big_select
{
	width:160px!important;
}
.form_outer span
{
	color:#999;
}
.form_outer input[type="submit"]
{
	background:#E36A25;
	color:#fff;
	padding:10px 30px;
	border:none;
	-webkit-border-radius: 20px;
    border-radius: 20px;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 0px 400px;
	cursor:pointer;
	border-bottom:solid 3px #692B00;
}

.error 
{
	
	border:solid 1px red !important;
	border-bottom:solid 1px red !important;
}

.labelerror{
	color:red;
	font-weight:bold;
}

