/* START CSS Reset \*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ??; content: none}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* END CSS Reset \*/

/* START generic items \*/
html {
	font: 12px/1.7em Arial, Helvetica, sans-serif;
	color: #ccc;
}

body {
	background: #e6edf7;
}

a {
	color: #b3c150;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color: #8b9543;
}

p {
	font-size:0.9em;
	color:#333333;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.h1_title {
	width: 700px;
	height: 85px;
	float: left;
	background: url(../images/title_background.png) repeat-x;
}

h1 {
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}

h1.welcome { width: 146px; height: 85px; background: url(../images/welcom_title.png) no-repeat; }
h1.register { width: 228px; height: 85px; background: url(../images/register_title.png) no-repeat; }
h1.contact { width: 168px; height: 85px; background: url(../images/contact_us_title.png) no-repeat; }
h1.about_us { width: 168px; height: 85px; background: url(../images/about_us_title.png) no-repeat; }

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #90afd2;
	margin-bottom: 5px;
/*	margin: 42px 0 0 25px; */
}

ol li {
	float: left;
	margin: 0 0 2px 0;
}

label {
	width: 150px;
	text-align: right;
	color: #333;
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}	

input {
	width: 200px;
	float: left;
	display: block;
	color: #333;
}

span.required {
	width: 9px;
	height: 8px;
	float: left;
	display: block;
	background: url(../images/required_star.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	margin: 6px 0 0 5px;
}
	
a.submit {
	width: 206px;
	height: 68px;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
	margin: 10px 0 0 145px;
	background: url(../images/submit_button.png) no-repeat;
}

a.submit:hover {
	background-position: 0 -68px;
}
	
/* END generic items \*/


/* START MAIN \*/

#wrapper {
	width: 960px;
	background: url(../images/background.png) repeat-y;
	margin: 0 auto;
}

#header {
	width: 700px;
	height: 280px;
	float: left;
	margin-left: 125px;
}

#container {
	width: 700px;
	height: 100%;
	float: left;
	margin: 0 0 0 130px;
}

#footer_text {
	width: 700px;
	float: left;
	text-align:center;
	margin: 20px 0 0 0;
}

#footer_text p {
	color: #b3c150;
}

#footer {
	width: 960px;
	height: 112px;
	float: left;
	background: url(../images/footer.png) no-repeat;
}

.col1 {
	width: 360px;
	padding: 40px 50px 50px 50px;
	float: left;
}

.col2 {
	width: 240px;
	float: left;
}

#col1.contact {
	width: 120px;
	padding: 40px 50px 50px 20px;
	float: left;
}

#col2.contact {
	width: 240px;
	float: left;
}

#content {
	width: 500px;
	float: left;
	margin-left: 100px;
	text-align: center;
}

/* END MAIN \*/

#register_box {
	width: 240px;
	float: left;
}

#register_box #register_top {
	width: 240px;
	height: 189px;
	float: left;
	background: url(../images/register_top.png) no-repeat;
}

#register_box a.register_box_button {
	width: 240px;
	height: 72px;
	float: left;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/register_button.png) no-repeat;
}

#register_box a.register_box_button:hover {	background-position: 0 -72px;	}


#registration_form {
	width: 443px;
	float: left;
	background: url(../images/form_spacer.png) repeat-y;
	margin-left: 30px;
}	

#registration_form #form_top {
	width: 443px;
	height: 50px;
	float: left;
	background: url(../images/form_reg_top.png) no-repeat;
}

#registration_form #form_footer {
	width: 443px;
	height: 58px;
	float: left;
	background: url(../images/form_footer.png) no-repeat;
}




