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

/*Default*/
html, body {
	


	}

body, a, div, span, p, form, label, table, tbody, tr, th, td, img, ul, ol, h1, h2, h3, h4, h5, hr{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:none;
}
body, a, div, span, p, form, label, table, tbody, tr, th, td, img, ul, ol, li, input, select {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:15px;
}
input, select, textarea, li {
	padding:0px;
	margin:0px;
}
a {
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
table td {
	vertical-align:top;
}
p {
	padding-bottom:10px;
}
li {
	margin-left:25px;
	margin-bottom:5px;
}


/*End Defaults*/

body {
	background-color:#ffffff;
	margin-left:0px;
	margin-top:50px;
	margin-bottom:50px;
	}


#wrap {
	position:relative;
	width:900px;
	height:1000px;
	margin:0 auto;
	
	}
	
#header {
	position:relative;
	width:884px;
	height:122px;
	background:url(../images/header.jpg) top left no-repeat;
	}
	
#header a {
	position:relative;
	width:884px;
	height:122px;
	display:block;
	text-indent:0px!important;	}

#content {	
	position:relative;
		width:900px;
	}


#left {
	
	position:relative;
	float:left;
	width:551px;
	}
	

#right {
	position:relative;
	float:right;
	width:273px;
	margin-right:46px;
	
	}
	
#footer {
	position:relative;
	clear:both;
	}
	
#includedguide {	
	position:relative;
	width:551px;
	height:49px;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6e9d41;
	text-align:center;
	line-height:34px;
	text-transform:uppercase;
	font-weight:bold;
	
}

#video-place {
	position:relative;
	background:url(../images/video.jpg) top left no-repeat;
	width:551px;
	height:275px;
	padding-top:43px;
	padding-left:14px;

	}
	

	
#guide {
	position:relative;
	width:551px;
	height:268px;
	background:url(../images/get-your-career-on.jpg) top right no-repeat;
	padding-top:25px;
	}
	
	
#guide ul {
	padding:0px;
	marging:0px;
	margin-left:0px;

	}
	
#guide ul li {
	margin:0px;
	padding:0px;
	background:url(../images/li-arrow.jpg) top left no-repeat;
	list-style:none;
	padding-left:23px;
	color:#000000;
	font-size:19px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:22px;
	}
	
	
.fill {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dd1a21;
	margin-left:20px;
	text-align:center;
	font-weight:bold;
	}
#form {
	position:relative;
	width:275px;
	background:url(../images/sidebar.jpg) #a8cd78 center top repeat-x;
	paddng-left:10px;
	padding-right:10px;
	padding-top:15px;
	}
	
form {
	padding:10px!important;
	}
	
.txtfld {
	width:231px;
	height:18px;
	border:1px solid black;
	line-height:18px;
	}
	
label, #citystatelabel {
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	line-height:12px;
	display:inline-block;
	height:12px;
	}
	
input, select {
	border:1px solid black;
	line-height:18px;
	height:18px;
	margin-bottom:5px;
	}
	
#citystatevalue span{
	border:1px solid black!important;
	line-height:18px;
	height:18px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	
	}
	
input.button {
	border:none!important;
	}
	
.small-txt {
	font-size:9px;
	padding:5px;
	line-height:11px;
	}
	
	
.table-buttons {
	margin:46px 0px;
	}
	
.noheight {	
	line-height:0px;
	border:none!important;

	}
	
.link {
	cursor:pointer;
	background:url(../images/button-off.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:19px;
	height:46px;
	line-height:46px;
	width:236px;
	display:block;
	text-align:center;
	text-transform:uppercase;
	}
	
.link:hover {
	background:url(../images/button-on.jpg) top left no-repeat;
	color:#7b9d4a;
	text-decoration:none;
	}
	
.hand {
	cursor:pointer;
	}