
/* CSS RESET */

.clear{
	clear:both;
}

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* FONT / BODY */

body{
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	background-color:#262626;
	line-height:140%;
	color:#333;
}
body strong{
	font-weight:bold;
}
body #wrapper{
	width:867px;
	margin:50px auto 0 auto;
	background:#fff url(../images/wrapper_bg.png) repeat-y center top;
}

body#home #wrapper{
	background-image:none;
}

body #wrapper p#header{
	background-color:#262626;
	text-align:left;
	font-weight: normal;
	font-size:12px;
	color:#FFFFFF;
	padding:4px 0px 10px 0px;
}

	body #wrapper p#header a{
		color: #ccc;
		text-decoration: underline;
	}
	body #wrapper p#header a:hover{
		text-decoration: none;
	}


body #wrapper h2{
	font-weight:bold;
	font-size:16px;
	color:#000;
	margin-bottom: 12px;
}

body #wrapper h3{
	font-weight:bold;
	font-size:14px;
	padding:8px 0;
	color:#000;
}

body #wrapper p{
	padding:0 0 15px 0;
}

body #wrapper p b{
	color:#000;
}

body #wrapper a:link{
	color:#333;
}

body #wrapper a:visited{
	color:#333;
}

body #wrapper #left{
	float:left;
	width:151px;
	display:inline;
}

body #wrapper #right{
	margin:0 0 0 154px;
}



/*   H1 LOGO  */

	body #wrapper #left h1{
		text-indent:-9999999px;
		width:143px;
		height:245px;
		background:#fff url(../images/h1.png) no-repeat bottom center;
		margin:0 0 0 8px;
	}



/*   MAIN NAVIGATION  */

	body #wrapper  #right ul#nav{
	background-color:#990000;
	height:35px;
	display:block;
	margin:0 8px 0 0;
	border-bottom:1px solid #FFD400;
	border-top:8px solid #fff;
	}
	
		body #wrapper  #right ul#nav li{
			display:inline;
		}
		
		body #wrapper  #right ul#nav li a:link,
		body #wrapper  #right ul#nav li a:visited{
			border-left:1px solid #fff;
			color:#fff;
			display:inline;
			float:left;
			font-size:13px;
			margin:10px 0 0 0;
			padding:0 8px 0 8px;
			text-decoration:none;
			height:15px;
			line-height:16px;
		}

		body #wrapper #right ul#nav li a:hover{
			text-decoration:underline;
		}

		body #wrapper #right ul#nav li.first a{
			border-left:none!important;
			margin:10px 0px 0px 7px;!important;
		}
		
		body #wrapper #right ul#nav li.last {
			padding:0;
			background-color:blue;
		}
		
		body #wrapper #right ul#nav li.last a{
			padding:0!important;
			border-left:none!important;	
		}
		
		body #wrapper #right ul#nav li.last img{
			display:inline;
			padding:0;
			padding: 0 0 0 5px;
		}




/* HOME TOP FLASH AREA */

	body #wrapper #right #flash_1{
		width:704px;
		height:201px;
		background-color:#eee;
		margin:0 8px 0 0;
		float:right;
		display:inline;
	}



/* HOME SECONDARY NAVIGATION */

	body #wrapper #nav_2{
		display:inline;
		float:left;
		width:646px;
		height:28px;
		margin:4px 0 8px 8px;
	}

	body #wrapper #nav_2 ul li{
		display:inline;
	}
		body #wrapper #nav_2 ul li a{
			display:block;
			width:212px;
			height:27px;
			float:left;
			background-color:#000;
			text-indent:-9999999px;
			padding:0 0 0 3px;
		}

			body #wrapper #nav_2 ul li#parents a{
				background:url(../images/for_parents.png) no-repeat bottom left;
			}
			
				body #wrapper #nav_2 ul li#parents a:hover{
					background:url(../images/for_parents.png) no-repeat top left;
				}

			body #wrapper #nav_2 ul li#students a{
				background:url(../images/for_students.png) no-repeat bottom left;
			}
			
				body #wrapper #nav_2 ul li#students a:hover{
					background:url(../images/for_students.png) no-repeat top left;
				}

			body #wrapper #nav_2 ul li#tuition a{
				background:url(../images/for_tuition.png) no-repeat bottom left;
			}
			
				body #wrapper #nav_2 ul li#tuition a:hover{
					background:url(../images/for_tuition.png) no-repeat top left;
				}



/* HOME RIGHT FLASH AREA */

body #wrapper #flash_2{
	width:205px;
	height:351px;
	float:right;
	margin:4px 8px 0 0;
	display:inline;
	background-color:#99D7FE;
}


/* HOME CENTER BODY COPY */

body#home #wrapper #center{
	width:375px;
	padding:20px;
	float:right;
}
	body #wrapper #center ul {
		margin: 4px 0px 13px 0px;
		padding: 0px 0px 0px 0px;
	}
	body #wrapper #center ul li{
	padding:0 0 0 15px;
	margin: 0px 0px 8px 0px;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
	body #wrapper #center a:hover{
		color:#333;
		background:#d2e593;
	}


/* HOME LEFT IMAGE AREA */

body #wrapper #image_group{
	width:213px;
	height:351px;
	float:left;
	margin:4px 8px 0 8px;
	display:inline;
	padding:0 0 0 10px;
}

body #wrapper #video_gallery{
	width:210px;
	float:left;
	margin:20px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	display:inline;
	
}
body #wrapper #video_gallery p {
	font-size: 12px;
	color:#333333;
	line-height: 16px;
}
body #wrapper #video_gallery ul {
	list-style-type:disc;
	padding: 0px;
	margin: 0px 0px 25px 15px;
	list-style-position: outside;
}
body #wrapper #video_gallery ul li {
	font-size: 12px;
	color:#333333;
	line-height: 17px;
	padding: 0px 0px 0px 0px;

}
body #wrapper #video_gallery a {
	text-decoration: underline;
	color:#333333;
}
body #wrapper #video_gallery a:hover {
	text-decoration: none;
}




body #wrapper #image_group a img#WAICU_Logo{
	margin: 0px 0px 0px 10px;
}


/* FOOTER  */


body #footer{
	background:#262626;
	text-align:center;
	padding:20px 0 50px 0;
	font-size:11px;
	color:#fff;
}

	body #footer p{
		padding:0;
	}

	body #footer ul{
		display:block;
		margin:0 auto 0 auto;
		height:20px;
	}

		body #footer ul li{
			display:inline;
		}

			body #footer ul li a{
				color:#fff;
				text-decoration:none;
				padding:0 8px;
				border-left:1px solid #fff;
				height:10px;
				line-height:10px;
			}

				body #footer ul li.first a{
					border:none;
				}

				body #footer ul li a:hover{
					text-decoration:underline;
				}



/*   INTERIOR PAGE ELEMENTS   ***********************************************/


body #wrapper #right #center{
	width:420px;
    padding:0 25px 25px 25px;
} 

body #wrapper #right h2.bluebg{
	height:51px;
	background:url(../images/int_h2_bg.png) no-repeat top left;
	padding:17px 0 0 30px;
	color:#fff;
	font-weight:bold;
	display:block;
	margin:0 215px 0 0;
	font-size:15px;
}

body #wrapper #right #sec_content{
	float:right;
	display:inline;
	padding:0 8px 0 0;
	width:205px;
	overflow:hidden;
	
}

	body #wrapper #right #sec_content h3{
		width:185px;
		height:34px;
		line-height:34px;
		background:url(../images/h3_bg.png) no-repeat top left;
		text-transform:uppercase;
		color:#fdd400;
		padding:0 0 0 20px;
		margin:0 0 10px 0;
	}

	body #wrapper #right #sec_content ul li{
		border-bottom:1px dashed #fff;
		padding:5px 0 5px 10px;
		background:url(../images/rbullets.png) no-repeat 6px 50%;
	}
	
		body #wrapper #right #sec_content ul li a{
			font-size:11px;
			color:#000;	
			margin:0 0 0 8px;
			text-decoration:none;
			padding:2px 0 2px 0;
			display:block;
		}
	
		body #wrapper #right #sec_content ul li a:hover{
			text-decoration:underline;
		}

body #wrapper #left #banners{
	margin:5px 0 0 0;
}

	body #wrapper #left #banners img{
		margin:0 0 0 12px;
	}



/*   SECOND INTERIOR PAGE ELEMENTS   ***********************************************/

body#int_2 #wrapper{
	background:#fff url(../images/int_2/wrapper_bg2.png) repeat-y center top;
}

body#int_2 #wrapper #top_nav ul{
	
}

body#int_2 #wrapper #left2{
	float:left;
	display:inline;
}

body#int_2 #wrapper #right2{
	margin:0 0 0 213px;
}

/*   MAIN NAVIGATION  */

	body#int_2 #wrapper ul#nav{
	background-color:#990000;
	width:851px;
	height:35px;
	display:block;
	border-bottom:1px solid #FFD400;
	border-top:8px solid #fff;
	margin:0 0 0 8px;
	}
	
		body#int_2 #wrapper ul#nav li{
			display:inline;
		}
		
		body#int_2 #wrapper  ul#nav li a:link,
		body#int_2 #wrapper  ul#nav li a:visited{
			border-left:1px solid #fff;
			color:#fff;
			display:inline;
			float:left;
			font-size:14px;
			margin:10px 0 0 0;
			padding:0 8px 0 8px;
			text-decoration:none;
			height:15px;
			line-height:15px;
		}

		body#int_2 #wrapper ul#nav li a:hover{
			text-decoration:underline;
		}

		body#int_2 #wrapper ul#nav li.first a{
			border-left:none!important;
			margin:10px 0px 0px 7px!important;
		}
		
		body#int_2 #wrapper ul#nav li.last a{
			padding:0 2px;
			border-left:none!important;
		}
		
		
/*   H1 LOGO  */

	body#int_2 #wrapper #left2 h1{
		text-indent:-9999999px;
		width:205px;
		height:117px;
		background:#fff url(../images/collegeweek.png) no-repeat bottom center;
		margin:0 0 4px 8px;
		border-top:4px solid #fff;
	}

		
body#int_2 #wrapper h2{
	color:#004677;
}

body#int_2 #wrapper #right2 #center{
    padding:25px;
	background:#fff url(../images/int_2/gradbg.png) no-repeat top center;
	margin:0 166px 0 4px;
	border-top:4px solid #fff;
} 
body#int_2 #wrapper #right2 #center h2{
    margin:0px 0px 18px 0px;
	font-size:18px;
	line-height: 23px;
} 
body#int_2 #wrapper #right2 #center h4{
    margin:0px 0px 0px 0px;
	font-size:15px;
} 
body#int_2 #wrapper #right2 #center ol {
	margin:0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	list-style-type: decimal;
} 
body#int_2 #wrapper #right2 #center ol li{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
} 
body#int_2 #wrapper #right2 #center hr{
    margin:5px 0px 22px 0px;
	padding: 0px 0px 0px 0px;
} 
body#int_2 #wrapper #right2 #center .legal{
	margin:10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
} 
body#int_2 #wrapper #right2 #center .college_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	line-height: 25px;
} 
body#int_2 #wrapper #right2 #center p strong{
	font-weight: bold;

} 

body#int_2 #wrapper #left2 #sec_content{
	float:left;
	display:inline;
	padding:0 0 0 8px;
	width:205px;
	overflow:hidden;	
}

	body#int_2 #wrapper #left2 #sec_content h3{
		width:205px;
		height:34px;
		line-height:34px;
		background:url(../images/h3_bg.png) no-repeat top left;
		text-transform:uppercase;
		color:#fdd400;
		padding:0 0 0 20px;
		margin:0 0 10px 0;

	}

	body#int_2 #wrapper #left2 #sec_content ul li{
		border-bottom:1px dashed #fff;
		padding:5px 0 5px 10px;
		background:url(../images/rbullets.png) no-repeat 6px 50%;
	}
	
		body#int_2 #wrapper #left2 #sec_content ul li a{
			font-size:12px;
			color:#000;	
			margin:0 0 0 8px;
			text-decoration:none;
			padding:2px 0 2px 0;
			display:block;
		}
	
		body#int_2 #wrapper #left2 #sec_content ul li a:hover{
			text-decoration:underline;
		}


body#int_2 #wrapper #right2 #banners{
	margin:0 8px 0 0;
	float:right;
	display:inline;
	width:155px;
	border-top:4px solid #fff;
}

	body#int_2 #wrapper #right2 #banners img.little{
		margin:0 0 0 6px;
		display:inline;
	}
body #wrapper #black{
	width:851px;
	height:21px;
	margin:0 0 0 8px;
	border-bottom:8px solid #fff;
	background:#000;
	clear:both;
}

/* CONTACT FORM  */


body #wrapper #center #form{
	color:#000;
	font-size:12px;
}

body #wrapper #center #form b{
	margin:4px 0 10px 0;
	padding:0 0 4px 0;
	display:block;
	font-size:14px;
	width:100%;
	border-bottom:1px solid #999999;
	color:#004677;
}


body #wrapper #center #form input{
	width:200px;
	/*padding:2px;*/
	display:inline;
}

body #wrapper #center #form form ul li.buttons input{
	border:1px solid #999999;
	padding:10px;
	cursor:pointer;
	float:left;
	margin:0 0 30px 0;
	width:100px;
}

body #wrapper #center #form label{
	font-weight:bold;
}

body #wrapper #center #form .medium150{
	width:150px;
}

body #wrapper #center #form .short50{
	width:50px;
}

body #wrapper #center #form .short45{
	width:45px;
}

body #wrapper #center #form .short25{
	width:25px;
}

body #wrapper #center #form ul li.space{
	/*padding:20px 0 20px 0!important;
	width:410px!important;*/
}

body #wrapper #center #form ul li{
	background:none;
	display:block;
}

body #wrapper #center #form ul#visit_dates li{
	text-align:left;
	padding:4px;
	line-height:140%;
}

body #wrapper #center #form ul#visit_dates li input{
	width:20px;
}

body #wrapper #center #form ul#personal_info li input.radio,
body #wrapper #center #form ul#education_info li input.radio{
	margin:0 5px 0 0;
	float:left;
	width:15px;
}

body #wrapper #center #form ul#personal_info label,
body #wrapper #center #form ul#education_info label{
	display:block;
}

body #wrapper #center #form ul#personal_info li.space div.f_left label.r_inline,
body #wrapper #center #form ul#education_info li.space div.f_left label.r_inline {
	display:inline;
}
	
body #wrapper #center #form ul#visit_dates li select{
	margin:0 0 0 10px;
}

body #wrapper #center #form ul#personal_info li,
body #wrapper #center #form ul#education_info li{
	padding:0px 0 7px 0;
	overflow: hidden;
}

body #wrapper #center #form ul#personal_info li p,
body #wrapper #center #form ul#education_info li p {
	display:block;
	margin:0;
	padding:0;
}

body #wrapper #center #form ul#personal_info li p.flt_l,
body #wrapper #center #form ul#education_info li p.flt_l {
	display:block;
	width:60px;
	margin:0;
	padding:0;
	float: left;
}

body #wrapper #center #form ul#personal_info li.err, 
body #wrapper #center #form ul#education_info li.err {
	padding: 5px;
	border: 2px solid #FF0000;
	background-color: #FFCCCC;
}

body #wrapper #center #form ul#personal_info li p.err,
body #wrapper #center #form ul#education_info li p.err {
	float: none;
	color: #FF0000;
    width:auto;
}

body #wrapper #center #form li.checkboxes label{
	margin-bottom: 10px;
}

body #wrapper #center #form li.checkboxes div {
	clear: both;
}

body #wrapper #center #form li.checkboxes div label {
	display: inline !important;
	width: 150px;
	margin-bottom: 0;
	font-weight: normal;
}

body #wrapper #center #form li.checkboxes div input {
	float: left;
	margin-right: 5px;
	width: auto !important;
}

body #wrapper #center #form li p.rules {
	font-size: 10px;
	color: #333;
	line-height: 1.2;
}

body #wrapper #center #form #form_errors {
	padding: 5px;
	border: 2px solid #FF0000;
	background-color: #FFCCCC;
	color: #FF0000;
}

body #wrapper #center .required {
	color: #FF0000;
	font-weight: bold;
}

.f_left{
	float:left;
	margin:0 15px 0 0;
	min-width:50px;
}

body #wrapper #center #form ul#education_info li textarea{
	width:350px;
	height:75px;
}
