@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}

a img {border:none !important;}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
	overflow:hidden;
}

a {
	color:#916226;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* main container */

#wrapper {
	margin:0 auto;
	width:1010px;
	background:url(../images/backgrounds/shadow-main.png) repeat-y left top;
}

#container-top {
	background:url(../images/backgrounds/grey-bg.jpg) no-repeat left top;
 }

#container-bottom {
	background:url(../images/backgrounds/shadow-bottom.png) no-repeat left top;
	height:51px;
}


/* header */

#header {
	height:154px;
	margin:0 44px 0 53px;
	text-align:left;
	position:relative;
	width:913px;
}

#tab-box {
	position:relative;
	margin:0 auto;
	z-index:1;
}

#tab-box-top {
	background:url(../images/backgrounds/tab-box-top3.png) no-repeat center top;
}

#tab-box-bottom {
	background:url(../images/backgrounds/tab-box-bottom.jpg) no-repeat center bottom;
	text-align:left;
	padding:72px 54px 72px;
	min-height:400px;
	position:relative;
}

body#prequalify #tab-box-bottom {
	padding-bottom:15px;
}

body#about #tab-box-bottom {
	padding:72px 54px 11px 54px;
}

body#welcome #tab-box-bottom {
	padding-bottom:102px;
}

#about-bg {
	background:url(../images/backgrounds/about.jpg) no-repeat 27px bottom;
	padding-bottom:61px;
}

a#logo {
	display:block;
	width:124px;
	height:85px;
	position:absolute;
	left:0;
	top:36px;
}

p#tagline {
	padding:0;
	margin:0;
	color:#ffffff;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	right:0;
	top:52px;
	width:720px;
	text-align:right;
}

h1 {
	padding:0;
	margin:0 0 22px 0;
	color:#505050;
	font-size:36px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body#welcome h1 {
	float:left;
	width:385px;
}

h2 {
	color:#d3ae7e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

#c2 h2 {
	color:#916226;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h3 {
	font-size:36px;
	color:#d3ae7e;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#c2 h3 {
	color:#505050;
	font-size:19px;
	text-transform:none;
}

#c2 h3 a {
	color:#505050;;
	text-decoration:none;
}

p {
	color:#505050;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 12px 0;
}

p.signature {
	margin-top:30px;
}

p.leadin {
	font-size:16px;
}

#c2 p {
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body#prequalify #c1,
body#attend #c1 {
	width:422px;
}

body#prequalify #c2,
body#attend #c2 {
	width:446px;
	padding:0;
	border-left:none;
	
}

#c1 {
	width:590px;
	float:left;
	position:relative;
	z-index:10;
}

#c2 {
	width:270px;
	border-left:1px solid #c3c2c3;
	padding-left:20px;
	float:right;
	position:relative;
	z-index:10;
	
}

body#get-more-info #c2 {
	min-height:338px;
}

body#prequalification #c2 {
	background:url(../images/backgrounds/arrow.png) no-repeat right top;
}
/* Prequalification Form */

#screen1 {padding-bottom:30px;}

.step-indicators {
	margin:0 40px 10px 0;
	padding:0;
	list-style:none;
	float:right;
}

.step-indicators li {
	background:url(../images/step-indicators/sprite.gif) no-repeat left top;
	width:30px;
	height:30px;
	float:left;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-left:6.5px;
}

.step-indicators li.active {
	background:url(../images/step-indicators/sprite.gif) no-repeat left -30px;
}

.step-indicators li.done {
	background:url(../images/step-indicators/sprite.gif) no-repeat left bottom;
}

.form ul {
	margin:0;
	padding:0;
	list-style:none;
}

.form ul li {
	clear:both;
	padding:8px 0;
	border-bottom:1px solid #d3ae7e;
	padding-right:40px;
	z-index:1;
}

.form ul li.double-line {
	border-bottom:double #d3ae7e;
}

.form ul li.last {
	border:none;
}

.form span.label {
	color:#505050;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	clear:both;
	width:237px;
	display:block;
	float:left;
}


.screen2 .form span.label {
	font-size:18px;
}

.form span.input {
	width:100px;
	float:right;
}

.form select {
	font-size:16px;
	width:104px;
	color:#505050;
}

body#attend .form select {
	font-size:12px;
}

div.error p span {
	color:#ff0000;
}

.form .button {
	width:48px;
}

.form .text-input,
.form textarea {
	width:104px;
	color:#505050;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:transparent !important;
}


.form .text-input.error {
	background-image:url(../images/error-star.gif);
	background-repeat:no-repeat;
	background-position: right 10px;
}

body#attend .text-input.error {
	background-position: right 5px;
}


body#get-more-info .form span.label,
body#attend .form span.label {
	font-size:12px;
	width:90px;
	padding-right:10px;
}

body#get-more-info .form span.input,
body#attend .form span.input {
	width:300px;
	float:left;
}

body#get-more-info .form .text-input,
body#attend .form .text-input {
	font-size:12px;
}

body#attend .form select,
body#get-more-info .form select {
	width:250px;
}

body#attend .form textarea {
	width:250px;
}

body#get-more-info .form .jqTransformCheckbox,
body#attend .form .jqTransformCheckbox {
	clear:both;
	margin-right:10px;
	position:relative;
	top:-3px;
}

body#get-more-info .form li p,
body#attend .form li p {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	vertical-align:middle;
	margin:0;
	padding:0;
}

body#get-more-info .form li.submit-button,
body#attend .form li.submit-button {
	float:right;
	border:none;
}

.form li.check-boxes {
	padding-bottom:15px;
}



.form li.check-boxes div.check-bottom {
	clear:both;
	margin-top:10px;
}

.form li.check-boxes .checkbox {
	float:left;
	clear:both;
}

.form li.check-boxes p {
	float:left;
	width:350px;
	font-size:12px !important;
}

p.interest-note {
	display:block;
	clear:both;
	padding-top:8px;
	font-size:12px !important;
}


/* tabs */

#tabs {
	text-align:left;
	height:8px;
	position:relative;
	z-index:9;
}

#tabs ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	padding-right:44px;
	
}

#tabs ul li {
	float:right;
	background:url(../images/tabs/tab-grey.png) no-repeat left top;
	width:148px;
	height:38px;
	
}


#tabs ul li#last {
	float:right;
	background:url(../images/tabs/tab-grey-last.png) no-repeat left top;
	width:155px;
	height:38px;
}

#tabs ul li#about-tab {
	float:right;
	background:url(../images/tabs/tab-grey-last.png) no-repeat left top;
	width:155px;
	height:38px;
}

#tabs ul li#about-tab.active {
	float:right;
	background:url(../images/tabs/tab-brown-last.png) no-repeat left top;
	width:155px;
	height:38px;
}

#tabs ul li#welcome-tab {
	background:url(../images/tabs/tab-dkgrey-first.png) no-repeat left top;
	width:155px;
}

#tabs ul li#welcome-tab a {
	width:155px;
}

#tabs ul li#welcome-tab.active {
	background:url(../images/tabs/tab-brown-first.png) no-repeat left top;
}

#tabs ul li#welcome-tab a {
	color:#ffffff;
}

#tabs ul li#prequalify-tab {
	background:url(../images/tabs/tab-red.png) no-repeat left top;
}

#tabs ul li#prequalify-tab.active {
	background:url(../images/tabs/tab-brown.png) no-repeat left top;
}

#tabs ul li#prequalify-tab a  {
	color:#ffffff;
}

#tabs ul li#nextsteps-tab {
	background:url(../images/tabs/tab-dkgrey.png) no-repeat left top;
}

#tabs ul li#nextsteps-tab a  {
	color:#ffffff;
}

#tabs ul li#first {
	float:right;
	background:url(../images/tabs/tab-grey-first.png) no-repeat left top;
	width:155px;
	height:38px;
}

#tabs ul li.active {
	position:relative;
	background:url(../images/tabs/tab-brown.png) no-repeat left top;
	z-index:9;
}

#tabs ul li.active a {
	color:#505050 !important;
}


#tabs ul li#last.active {
	position:relative;
	background:url(../images/tabs/tab-brown-last.png) no-repeat left top;
	z-index:9;
}

#tabs ul li#first.active {
	position:relative;
	background:url(../images/tabs/tab-brown-first.png) no-repeat left top;
	z-index:9;
}

#tabs ul li.disabled {
	background:url(../images/tabs/tab-grey.png) no-repeat left top;
}

#tabs ul li a {	
	width:148px;
	height:23px;
	display:block;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#505050;
	text-decoration:none;
	font-size:11px;
	padding-top:15px;
	position:relative;
	z-index:7;
	
}

#soldier {
	position:absolute;
	bottom:11px;
	left:270px;
}

#disclaimer {
	position:absolute;
	left:0px;
	bottom:68px;
	font-size:10px;
	left:509px;
	width:450px;
}

#c2 #disclaimer1 {
	left:0px;
	bottom:0px;
	font-size:10px;
	left:509px;
	width:450px;
	float:right;
}

#c2 #disclaimer1 p {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Interested */

div#interested-box h2 {
	font-size:24px;
	color:#d3ae7e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:12px;
	margin-top:25px;
}

ul.interested-buttons {
	margin:0;
	padding:0;
	list-style:none;
}

ul.interested-buttons li {
	float:left;
	margin-right:8px;
	color:#505050;
	line-height:27px;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

ul.interested-buttons li.interested-number {
	clear:both; 
	margin-top:20px;
	width:300px;
}

ul.interested-buttons li a {
	display:block;
	background:url(../images/buttons/button-right.gif) no-repeat right top;
	height:27px;
	padding-right:7px;
	display:inline-block;
	text-decoration:none;
}

ul.interested-buttons li a span {
	display:block;
	background:url(../images/buttons/button-left.gif) no-repeat left top;
	height:27px;
	padding-left:7px;
	line-height:27px;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
/*	display:inline-block;
*/}

ul.interested-buttons li a:hover {
	text-decoration:none;
}



/* Footer */

#footer {
	text-align:left;
	margin:0 44px 0 53px;
}

#footer p {
	font-size:9px;
}

#footer p.footer-info {
	float:left;
	line-height:53px;
	vertical-align:middle;
	margin-left:22px;
}

#footer p.copyright {
	float:right;
	line-height:53px;
	vertical-align:middle;
}

#footer .logo-odu-footer {
	float:left;
}

ul.social-icons {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

ul.social-icons li {
	float:left;
	margin-left:10px;
}

/* Sidebars */

.sidebar-prequalify {
	padding-right:98px;
	background:url(../images/sidebar-icons/sidebar-dollar.png) no-repeat 180px 18px;
	position:relative;
}

.sidebar-about-program {
	padding-right:98px;
	background:url(../images/sidebar-icons/sidebar-patriot-logo.gif) no-repeat 180px 18px;
	margin-top:40px;
	position:relative;
}

.sidebar-attend {
	padding-right:88px;
	background:url(../images/sidebar-icons/sidebar-map.gif) no-repeat 180px 5px;
	margin-top:40px;
	position:relative;
}

.sidebar-brochure {
	padding-right:88px;
	background:url(../images/sidebar-icons/brochure.png) no-repeat 180px top;
	height:138px;
	position:relative;
}

.sidebar-contact {
	padding-right:88px;
	background:url(../images/sidebar-icons/liason-flip.png) no-repeat right top;
	height:210px;
	position:relative;
}

.image-link {
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	top:0;
	right:0;
}

.sidebar-prequalify .image-link {
	width:65px;
	height:90px;
	right:22px;
	top:15px;
}

.sidebar-about-program .image-link {
	width:100px;
	height:70px;
	right:5px;
	top:10px;
}

.sidebar-attend .image-link {
	width:90px;
	height:90px;
	right:0;
	top:0;
}

.round-button {
	background:url(../images/buttons/button-right.gif) no-repeat right top;
	display:block;
	color:#ffffff;
	text-decoration:none;
	float:left;
	padding-right:7px;
	text-align:center;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.round-button-red {
	background:url(../images/buttons/button-right-red.gif) no-repeat right top;
	display:block;
	color:#ffffff;
	text-decoration:none;
	float:left;
	padding-right:7px;
	text-align:center;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body#welcome .round-button-red {
	float:right;
	margin-top:10px;
}

body#prequalify .round-button,
body#prequalify .round-button-red {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.round-button:hover,
.round-button-red:hover {
	text-decoration:none;
}

.round-button span {
	background:url(../images/buttons/button-left.gif) no-repeat left top;
	line-height:27px;
	vertical-align:middle;
	display:block;
	padding-left:30px;
	padding-right:23px;
}

.round-button-red span {
	background:url(../images/buttons/button-left-red.gif) no-repeat left top;
	line-height:27px;
	vertical-align:middle;
	display:block;
	padding-left:30px;
	padding-right:23px;
}

label.error {
	display:none !important;
}

/* PATRIOTS Program Icons */

#program-icons {
	list-style:none;
	margin:20px 0 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#835d2d;
	font-weight:bold;
	text-transform:uppercase;
}

#program-icons li {
	width:70px;
	height:45px;
	border-right:1px solid #cfcfcf;
	float:left;
	padding-top:15px;
	padding-left:70px;
	margin-bottom:27px;
}

#program-icons li#tuition-icon {
	background:url(../images/icons/money.gif) no-repeat 8px top;
}

#program-icons li#books-icon {
	background:url(../images/icons/textbooks.gif) no-repeat 8px top;
}

#program-icons li#living-expenses-icon {
	background:url(../images/icons/house.gif) no-repeat 8px top;
}

#program-icons li#relocation-icon {
	background:url(../images/icons/truck.gif) no-repeat 8px top;
	border:none;
}

/* popup */

#no-qualify {
	background:url(../images/backgrounds/popup-bg.png) no-repeat left top;
	width:523px;
	height:312px;
	position:absolute;
	top:90px;
	left:30px;
	z-index:9999;
	left:50%;
	margin-left:-260px;
	display:none;
	cursor:pointer;
}

#no-qualify p {
	padding:40px;
	font-size:18px;
	color:#505050;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.liason-contact {
	position:absolute;
	bottom:11px;
	left:265px;
	width:400px;
	height:232px;
}

.liason-contact img.photo {
	float:right;
}

.liason-contact p {
	 position:absolute; 
	 bottom:0; 
	 left:60px; 
	 text-align:right;
}

/* Download Link */

a.download-link {
	display:block;
	background:url(../images/brochure-download-img.png) no-repeat left top;
	width:192px;
	padding-top:146px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	float:right;
	margin-left:10px;
}

a.download-link .head1 {
	font-size:14px;
	color:#916226;
	display:block;
	text-align:center;
	text-decoration:none;
}

a.download-link .head2 {
	font-size:18px;
	color:#4f4f4f;
	display:block;
	text-decoration:none;
	text-align:center;
}

a.download-link .download-text {
	color:#916226;
	font-size:11px;
	text-transform:uppercase;
	display:block;
	margin-top:17px;
	background:url(../images/download-arrow.gif) no-repeat right top;
	line-height:16px;
	vertical-align:middle;
	text-align:left;
	width:10.5em;
	margin:17px auto 0 auto;
}
	
.congratulations {
	/* padding-left:87px; */
	/* background:url(../images/calendar-icon.gif) no-repeat left top; */
	margin-bottom:20px;
	padding-top:10px;
	min-height:80px;
	height: auto !important;
	height:80px;
}

.congratulations h4 {
	font-size:20px;
	color:#b43e23;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#c2 .congratulations p {
	margin:0;
}

.congratulations p .highlight {
	color:#b43e23;
}