@charset "utf-8";

.redText { color: #711310; display: inline-block; }

a:link    { color: #41464c; text-decoration: underline; }
a:visited { color: #41464c; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

.titlebarWrapper {
	width: 1004px;
	height: 205px;
	margin: 0;
	padding: 0;
	background-image: url(/templates/assets/images/form-wood-top.png);
	background-repeat: no-repeat;
	background-position: 18px 112px;
}

.formWrapper {
	width: 894px;
	padding: 0;
	margin: 0;
	background-image: url(/templates/assets/images/form-bg.jpg);
	background-repeat: repeat-y;
	float: left;
	clear: both;	
}

.formTopOwl {
	width: 894px;
	padding: 0px 0 0 75px;
	margin: 0;
	background-image: url(/templates/assets/images/form-top-owl.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

.formTopOwl a:link    { color: #711310; text-decoration: underline; }
.formTopOwl a:visited { color: #711310; text-decoration: underline; }
.formTopOwl a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }

.formTopOwl ol{
	margin: 0 0 0 20px;
}

.formTopOwl li{
	margin: 0 0 10px 0;
}

.formTopOwl h1 {
	font-family: DroidSansBold;
	font-size: 30px;
	color: #333;
	text-align: right;
	width: 310px;
	padding: 0;
	margin: 0 0 2px 0;
}

.formTopOwl h2 {
	font-family: DroidSansRegular;
	font-size: 24px;
	color: #FFF;
	text-align: right;
	width: 790px;
	text-shadow: 3px 3px 0px #000;
	padding: 0;
	margin: 0 0 50px 0;
}

.formTopOwl h3 {
	font-size: 18px;
	color: #666;
	text-align: left;
	width: 750px;
	padding: 0 0 0 15px;
	margin: 20px 0 20px 0;
	float: left;
	background-image: url(/templates/assets/images/linebreak-bg.gif);
	background-position: 10px 2px;
	background-repeat: no-repeat;
}

.formTopOwl h4 {
	font-size: 18px;
	color: #666;
	text-align: left;
	width: 750px;
	padding: 0 0 0 10px;
	margin: 0 0 20px 0;
	float: left;
}

.formTopOwl h5 {
	font-size: 15px;
	color: #474747;
	text-align: left;
	width: 750px;
	padding: 0;
	margin: 0;
}

.formTopOwl h6 {
	font-size: 13px;
	color: #666;
	text-align: right;
	width: 750px;
	padding: 0 0 0 10px;
	margin: 0 0 47px 0;
	float: left;
}

.contentText {
	width: 775px;
	font-size: 15px;
	color: #474747;
	text-align: left;
	margin: 0 0 10px 0;
	float: left;
	clear: both;	
}

.contentText ul {
	width: 700px;
	margin: 0 0 20px 50px;
}

.contentText ol {
	width: 700px;
	margin: 0 0 20px 50px;
}

.content li {
	margin: 0 0  /* 10px */ 2px  0;
}

.listHolder {
	width: 730px;
	font-size: 15px;
	color: #474747;
	text-align: left;
	margin: 0 0 10px 0;
	float: left;	
}

.listHolder-indent {
	width: 680px;
	font-size: 15px;
	color: #474747;
	text-align: left;
	margin: 0 0 10px 0;
	float: left;	
}

.lineBreak {
	width: 600px;
	height: 2px;
	background-color: #666;
	float: left;
}

.buttonFacebook {
	width: 287px;
	height: 58px;
	margin: 15px 0 0 0;
	padding: 0px;
	letter-spacing: 0.02px;
	background-image: url(/templates/assets/images/button-Facebook.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.buttonLoginAdmin {
	width: 755px;
	height: 58px;
	margin: 0 0 10px 0;
	padding: 0;
}

.adminButtonHolder {
	width: 440px;
	height: 55px;
	margin: 0 0 0 345px;
	background-color: #FFFFFF;
}

input.adminbutton {
	border: 0;
	width: 440px;
	height: 65px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

input.adminbuttonSelect {
	background-image: url(/templates/assets/images/button-LoginAdmin.jpg);
	background-repeat: no-repeat;
	background-color: #234283;
}

.adminbuttonSelect:hover {
    background-image: url(/templates/assets/images/button-LoginAdmin-on.jpg);
	background-repeat: no-repeat;
	background-color: #234283;
}

.adminbuttonSelect:active {
	background-image: url(/templates/assets/images/button-LoginAdmin-on.jpg);
	background-repeat: no-repeat;
	background-color: #234283;
}

.stepButtonHolder {
	width: 227px;
	height: 60px;
	margin: 0 0 0 550px;
}

input.stepbutton {
	border: 0;
	width: 227px;
	height: 60px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

input.stepbuttonSelect {
	background-image: url(/templates/assets/images/button-nextstep.jpg);
	background-repeat: no-repeat;
}

.stepbuttonSelect:hover {
    background-image: url(/templates/assets/images/button-nextstep-on.jpg);
	background-repeat: no-repeat;
}

.stepbuttonSelect:active {
	background-image: url(/templates/assets/images/button-nextstep-on.jpg);
	background-repeat: no-repeat;
}

input.previewbutton {
	border: 0;
	width: 227px;
	height: 60px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

input.previewbuttonSelect {
	background-image: url(/templates/assets/images/preview-site.jpg);
	background-repeat: no-repeat;
}

.previewbuttonSelect:hover {
    background-image: url(/templates/assets/images/preview-site-on.jpg);
	background-repeat: no-repeat;
}

.previewbuttonSelect:active {
	background-image: url(/templates/assets/images/preview-site-on.jpg);
	background-repeat: no-repeat;
}

.browsebutton {
	cursor: pointer;
}

input.browsebutton {
	border: 0;
	width: 100px;
	height: 55px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
}

input.browsebuttonSelect {
	background-image: url(/templates/assets/images/button-browse.jpg);
	background-repeat: no-repeat;
}

.browsebuttonSelect:hover {
    background-image: url(/templates/assets/images/button-browse-on.jpg);
	background-repeat: no-repeat;
}

.browsebuttonSelect:active {
	background-image: url(/templates/assets/images/button-browse-on.jpg);
	background-repeat: no-repeat;
}

input.uploadbuttonSelect {
	background-image: url(/templates/assets/images/button-upload.jpg);
	background-repeat: no-repeat;
}

.uploadbuttonSelect:hover {
    background-image: url(/templates/assets/images/button-upload-on.jpg);
	background-repeat: no-repeat;
}

.uploadbuttonSelect:active {
	background-image: url(/templates/assets/images/button-upload-on.jpg);
	background-repeat: no-repeat;
}

.formName {
	width: 775px;
	height: 48px;
	margin: 0 0 15px 0;
	background-image: url(/templates/assets/images/test.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;	
}

.formName p {
	width: 160px;
	font-family: DroidSansBold;
	font-size: 15px;
	margin: 15px 0 0 40px;
	float: left;
	color: #626568;
}

.form {
	width: 545px;
	height: 43px;
	font-family: DroidSansBold;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 0;
	padding: 3px 0 0 20px;
	background: #e9eaea;
	border: 1px solid #c0c0c0;
	float: right;
	display: inline-block;
	line-height: 46px;
}

.formName2 {
	width: 663px;
	height: 48px;
	margin: 0 0 15px 0;
	background-image: url(/templates/assets/images/test.jpg);
	background-repeat: no-repeat;
	float: left;	
}

.formName2 p {
	width: 160px;
	font-family: DroidSansBold;
	font-size: 15px;
	margin: 15px 0 0 30px;
	float: left;
	color: #626568;
}

.form2 {
	width: 433px;
	height: 43px;
	font-family: DroidSansBold;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 0;
	padding: 3px 0 0 20px;
	background: #e9eaea;
	border: 1px solid #c0c0c0;
	float: right;
	display: inline-block;
	line-height: 46px;
}

.form2directionsText {
	width: 630px;
	margin: 0 0 30px 20px;
}

.highlight {
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.highlight:focus {
	background-color: #fcbe88 /*fbd7b8*/;
	-moz-outline-width: thick;
	outline-width: thick;
	border: 1px solid #7c0303;
}
.highlight:active {
	-moz-outline-color: #3D0802;
	outline-color: #3D0802;
	outline-width: 3px;
}

.checkbox {
	float: left;
	margin: 4px 10px 0 0;
}

.designTitles {
	font-family: DroidSansBold;
	font-size: 23px;
	color: #333;
	text-align: leftt;
	padding: 0;
	margin: 0 0 2px 0;
}

.indent {
	margin: 4px 10px 0 50px;
}

.formFooter {
	width: 881px;
	height: 21px;
	margin: 0 0 0 21px;
	background-image: url(/templates/assets/images/form-footer2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentLine2px {
	width: 775px;
	height: 2px;
	margin: 0px 0px 0px 0px;
	background-color: #41464c;
}


/* Quick Find */
.formName {
	position: relative;
}
.school_list_holder {
	width: 500px;
}
.school_list {
	top: 0;
	left: 70px;
	width: 500px;
}
.school_list_scroller {
	max-height: 200px;
}


/* wizard01.cfm */
#SchoolList {
	z-index: 8;
}
#country_id_dd {
	z-index: 7;
}
#state_id_dd {
	z-index: 6;
}
#city_id_dd {
	z-index: 5;
}
#school_id_dd {
	z-index: 4;
}
#year_id_dd {
	z-index: 3;
}
#year_start_dd {
	z-index: 2;
}
#year_end_dd {
	z-index: 1;
}

/* wizard02.cfm */
#state_1_dd {
	z-index: 3;
}
#country_1_dd {
	z-index: 2;
}
#year_id_dd {
	z-index: 1;
}


/* general dropdown styling */
dl {
	padding: 0;
	margin: 0;
}
.dropdown {
	width: 567px;
	height: 43px;
	margin: 0;
	float: right;
	display: inline-block;
	position: relative;
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0;
	padding: 0;
}
.dropdown dd {
	display: block;
	position: relative;
}
.dropdown a, .dropdown a:visited {
	display: block;
	padding: 2px 10px;
	color: #333;
	font-size: 13px;
	text-decoration: none !important;
	outline: none;
}
.dropdown dd a:hover {
	background-color: #ccc;
}
.dropdown dt {
	width: 545px;
	height: 43px;
	line-height: 46px;
	font-family: DroidSansBold;
	font-size: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 3px 0 0 20px;
	border: 1px solid #c0c0c0;
	float: right;
	display: inline-block;
	background: #e9eaea url("/templates/assets/images/form-arrow.png") no-repeat right 1px;
	position: relative;
}
.dropdown dt a {
	width: 545px;
	height: 34px;
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: normal !important;
	text-decoration: none !important;
	font-size: 15px;
	text-decoration: none;
}
.dropdown dt a span {
	display: none;
	margin: 0 !important;
}
.dropdown dd ul {
	width: 565px;
	max-height: 270px;
	padding: 0;
	display: none;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	background: #ddd;
	border: 1px solid #aaa;
	border-top: 0;
	top: 47px;
	left: 0;
	color: #000;
	position: absolute;
	list-style: none;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding: 2px 20px;
	color: #333;
	font-size: 13px;
	font-weight: normal !important;
	display: block;
}
.dropdown dd ul li a:hover {
	background-color: #ccc;
}
