@charset "utf-8";
/* CSS Document */
/* 
	AUTHOR: Brad Zickafoose
			Viziworx Creative Studio
			info@viziworx.com
			http://www.viziworx.com
*/

a:link 		{ color: #99CCFF; text-decoration: none; }
a:visited 	{ color: #99CCFF; text-decoration: none; }
a:hover 	{ color: #FFFFFF; text-decoration: underline; }
a:active 	{ color: #99CCFF; text-decoration: none; }

body 		{ background: #3399ff ; font-family: 'Lucida Grande',Verdana,Helvetica,Arial,sans-serif; font-size: 86%; }

p 			{ color: #FFFFFF; line-height: 200%; padding: 0 0 20px 0; }
h1 			{ color: #FFFF99; font-size: 1.8em; font-weight: bold; margin-bottom: 0.25em; }
h2 			{ color: #FFFF99; font-size: 1.5em; font-weight: bold; margin-bottom: 0.25em; }
h3 			{ color: #FFFF99; font-size: 1.2em; font-weight: bold; margin-bottom: 0.25em; }
h4 			{ color: #FFFF99; font-weight: bold; margin-bottom: 0.25em; }

/* Set IE 6 message */
#ie6Msg 	{ background: #fffbbc; padding: 4px; text-align: center; font-size:90%; color: #3a434a; border-bottom: solid 3px #e7df68; }

.page_wrap	{ width: 100%; height: 100%; }
iframe 		{ margin: 0 0 0 20px; }

dl 			{ width: 590px; }
dl,dd 		{ margin: 0 0 0 20px; }
dt 			{ background: #3399FF; font-size: 13px; padding: 5px; margin: 2px; border: 1px dotted #3399FF;}
dt a 		{ color: #FFF; }
dd a 		{ color: #000; }

/*TABLES*/
table {
	border-collapse: collapse;
	}
#tlist {
	-moz-box-shadow: 1px 1px 6px #174C7F;
	-webkit-box-shadow: 1px 1px 6px #174C7F;
	border: 8px solid #BEE5FF;
	box-shadow: 1px 1px 6px #174C74;
	margin: 16px 0 0 19px;
	width: 572px;	
}
.stripeMe th {
	background: #336699;
	color: #fff;
	font-weight: bold;
	padding: 10px 11px;
	text-align: left;
	line-height: 1;
}
.stripeMe td {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 1px solid #95bce2;
	padding: 6px 11px;
	vertical-align: middle;
}
.stripeMe tr.alt td {
	background: #ecf6fc;
}
.stripeMe tr.over td {
	background: #FFFF99;
}

/* HEADER */

.header {
	background: url(../_images/header_background.png) top repeat-x ;
	height: 220px;
	position: relative;
	width: 100%;
	}
.header-box {
	margin: 0 auto;
	position: relative;
	width: 950px;
	}
.logo {
	position: absolute;
	height: 166px;
	width: 557px;
	top: 7px;
}
.call-now {
	height: 50px;
	width: 365px;
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
	}
.call-now h3 {
	color: #4FA8FF;
	font-size: 21.75px;
	text-shadow: 1px 1px 1px #9FCFFF;
	-webkit
}
.call-now p {
	color: #336699;
	font-size: 10.8px;
	line-height: 0px;
}
.colored-pencils {
	background: url(../_images/colored_pencils.png) no-repeat;
	height: 95px;
	width: 327px;
	position: absolute;
	top: 83px;
	right: 0px;
	}

/* MAIN CONTENT */

.content {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.main-content {
	float: left;
	padding: 0 0 0 20px;
	width: 630px; 
	}
.main-content p {
	}
#column_left {
	float:left;
	padding-bottom:100px;
	width:160px;
}
#column_right {
	float:right;
	padding-bottom:100px;
	width:450px;
}
#column_left div, #column_right div {
	padding-top:10px;
}


/* SIDEBAR */

.sidebar {
	float: left;
	width: 296px;
}
	
/* MENU*/

ul#nav 		{ height: 370px ; width: 294px ; margin: 3px 0 20px; }
ul#nav li 	{ list-style-type: none; }
ul#nav li a { background: url("../_images/menu/menu.png") no-repeat; display: block; text-indent: -9999px ; }

	ul#nav li.home a 			{ height: 36px ; background-position: 0 -370px ; }
	ul#nav li.home a:hover 		{ background-position: 0 0; }		
	ul#nav li.about a 			{ height: 33px ; background-position: 0 -403px ; }
	ul#nav li.about a:hover 	{ background-position: 0 -33px; }
	ul#nav li.curriculum a 		{ height: 33px ; background-position: 0 -436px; }
	ul#nav li.curriculum a:hover { background-position: 0 -66px; }
	ul#nav li.policies a 		{ height: 33px ; background-position: 0 -469px; }
	ul#nav li.policies a:hover 	{ background-position: 0 -99px; }
	ul#nav li.preenrollment a 	{ height: 33px ; background-position: 0 -502px ; }
	ul#nav li.preenrollment a:hover { background-position: 0 -132px; }
	ul#nav li.tuition a 		{ height: 33px ; background-position: 0 -535px; }
	ul#nav li.tuition a:hover 	{ background-position: 0 -165px; }
	ul#nav li.usdamenu a 		{ height: 33px ; background-position: 0 -568px; }
	ul#nav li.usdamenu a:hover 	{ background-position: 0 -198px; }
	ul#nav li.news a 			{ height: 33px ; background-position: 0 -601px; }
	ul#nav li.news a:hover 		{ background-position: 0 -231px; }
	ul#nav li.careers a 		{ height: 33px ; background-position: 0 -634px; }
	ul#nav li.careers a:hover 	{ background-position: 0 -264px; }
	ul#nav li.links a 			{ height: 33px ; background-position: 0 -668px; }
	ul#nav li.links a:hover 	{ background-position: 0 -298px; }
	ul#nav li.contact a 		{ height: 37px ; background-position: 0 -700px; }
	ul#nav li.contact a:hover 	{ background-position: 0 -330px; }

/* FLICKR IMPORT */

.flickr {
	clear:both;
	list-style:none outside none;
	margin:0;
	padding:0;
}
.flickr.photosets.getList {
	padding-top:15px;
	width:160px;
}

.flickr.photosets.getList li {
	background:url("http://l.yimg.com/g/images/set_case.gif") no-repeat scroll center top transparent;
	float:left;
	font:12px "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin:0 20px 10px 0;
	padding:7px 0 10px 1px;
	text-align:center;
	width:150px;
}
.flickr li.start {
	clear:both;
}
.flickr.interestingness li, .flickr.getPublicList li, .flickr.getPhotos li, .flickr.getPublicPhotos li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
.flickr.interestingness li img, .flickr.getPhotos li img, .flickr.getPublicList li img, .flickr.getPublicPhotos li img {
	background:none repeat scroll 0 0 #FFF;
	border:1px solid #6F6F6F;
	padding:4px;
}
.flickr img {
	border:medium none;
}
#mmlcPhotosets p {
	padding: 10px 0 0 0;
}

/* COMMERCIAL*/

/* SNEAK-A-PEAK*/
			
#sneakapeak-sidebar {
	background: url(../_images/sneakapeak.png) no-repeat;
	height: 186px;
	width: 296px;
	margin: 0 0 20px;
}
#sneakapeak-sidebar h2 {
	text-indent: -9999px;
	}
#sneakapeak-sidebar p {
	color: #000;
	margin: 30px 50px 0 25px;
}
#sneakapeak-sidebar a {
	font-weight: bold;
}
#sneakapeak-sidebar a:hover {
	color: #336699;
	}
	
/* MIRACLE-OF-THE-MONTH*/

#miracleofmonth-sidebar {
	background: url(../_images/miracleofmonth.png) no-repeat ;
	height: 209px;
	width: 296px;
	margin: 0 0 20px;
}
#miracleofmonth-sidebar h2 {
	text-indent: -9999px;
	}
#miracleofmonth-sidebar p {
	color: #000;
	margin: 30px 25px 0 130px;
	text-align: right;
}
#miracleofmonth-sidebar a {
	font-weight: bold;
}
#miracleofmonth-sidebar a:hover {
	color: #336699;
	}
	
/* PAGE HEADERS */
h1#welcome {
	background: url(../_images/title-welcome.png) no-repeat ;
	width: 250px;
	height: 50px;
	margin: 15px 0 15px 15px;
	text-indent: -9999px;
	}
h1#about-us {
	background: url(../_images/title-about.png) no-repeat ;
	width: 250px;
	height: 50px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#careers {
	background: url(../_images/title-careers.png) no-repeat ;
	width: 473px;
	height: 59px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#contact-us {
	background: url(../_images/title-contact.png) no-repeat ;
	width: 268px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#curriculum {
	background: url(../_images/title-curriculum.png) no-repeat ;
	width: 261px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#links {
	background: url(../_images/title-links.png) no-repeat ;
	width: 146px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#miracleofmonth {
	background: url(../_images/title-miracle.png) no-repeat ;
	width: 467px;
	height: 50px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#news {
	background: url(../_images/title-newsevents.png) no-repeat;
	width: 354px;
	height: 51px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}
h1#policies {
	background: url(../_images/title-policies.png) no-repeat ;
	width: 197px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#preenrollment {
	background: url(../_images/title-preenrollment.png) no-repeat ;
	width: 332px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#sneakapeek {
	background: url(../_images/title-sneakapeak.png) no-repeat ;
	width: 315px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
	}
h1#tuition {
	background: url(../_images/title-tuition.png) no-repeat ;
	width: 293px;
	height: 49px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}
h1#usdamenu {
	background: url(../_images/title-usdamenu.png) no-repeat ;
	width: 389px;
	height: 50px;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}	


/* FOOTER */

.footer {
	color: #FFFFFF ;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	padding-top: 15px;
	text-shadow: 1px 1px 2px #174C7F;
	}
.footer p{
	margin: 5px;
	line-height: 130%;
	padding: 0;
	}
.footer-nav {
	text-align: center;
	padding-bottom: 10px;
	}
.footer-nav a {
	color: #FFFFFF;
	}
.footer-nav a:hover {
	color: #FFFF99;
	text-decoration: underline;
	}
.footer-nav a:visited {
	color: #FFFFFF;
	}
#viziworx {
	color: #99CCFF;
	font-size: .8em;
	padding: 0 0 10px 0;
	}


/* PAGE CONTENT */
#flash-box {
	width: 603px;
	}
	
/* CAREERS */

#jobDescription li {
	list-style: disc inside;
	padding: 5px 0px;
}

/* CONTACT US */

#map {
	background: url(../_images/box-map.png) no-repeat ;
	width: 572px;
	height: 383px;
	margin: 0 0 20px 20px;
	}
#map iframe {
	margin: 22px 0 0 20px ;
	}


/* CURRICULUM */

#photoRight {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid;
	box-shadow: 1px 1px 5px #1A558F;
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	-moz-box-shadow:1px 1px 5px #1A558F;
	-webkit-box-shadow: 1px 1px 5px #1A558F;
	}
#photoLeft {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid;
	box-shadow: 1px 1px 5px #1A558F;
	float:left;
	margin:10px 0 10px 10px;
	padding:5px;
	-moz-box-shadow:1px 1px 5px #1A558F;
	-webkit-box-shadow: 1px 1px 5px #1A558F;
	}
ul#curriculum_list {
	width: 590px;
	}
ul#curriculum_list li {
	line-height: 200% ;
	margin-left: 75px ;
	padding-bottom: 30px ;
	color: white;
	}
	
/* LINKS */	

ul#links_list li {
	line-height: 1.525em  ;
	margin-left: 25px ;
	padding-bottom: 30px ;
	color: white;
	}

/* NEWS */
#calendar {
	background: url(../_images/box-calendar.png) no-repeat ;
	width: 608px;
	height: 620px;
	margin: 0 0 20px 20px;
	}
#calendar iframe {
	margin: 23px 0 0 20px;
}

/* POLICIES */

ul#documents_list {
	margin: 0 0 0 25px;
	}
ul#documents_list li {
	list-style-image: url(../_images/adocrobat_icon.gif);
	line-height: 1.525em  ;
	margin-left: 25px ;
	}

/* TUITION */

ul#tuition-includes li {
	list-style-image: url(../_images/bullet.png);
	padding-top: 3px ;
	font-size: 1em;
	line-height: 1.45em  ;
	margin-left: 57px ;
	color: white ;
		}
#tuition-box {
	background: url(../_images/box-tuition.png) ;
	margin: 20px 0 20px 0;
	padding: 0px;
	width: 572px;
	height: 268px;
}


/* USDA MENU */

ul#documents_list {
	margin: 0 0 0 25px;
	}
ul#documents_list li {
	list-style-image: url(../_images/adocrobat_icon.gif);
	line-height: 1.525em  ;
	margin-left: 25px ;
	}

/* JOB DESCRIPTION */

#job-description-box {
	position: absolute;
	background:#95BCE2 none repeat scroll 0 0;
	width: 544px;
	height: 1005px;
	top: 75px;
	left: 20px;
}
#job-description-box table {
	position:absolute;
	top: 6px;
	left: 5px;
	border-collapse: collapse;
	width: 534px;
	height:223px;
}
#job-description-box th {
	background: #336699;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 2;
}

#job-description-box td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: text-top;
	background: #FFFFFF none repeat scroll 0 0;
	line-height:1.2em;
}

#job-description-box td * {
	padding: 6px 0px;
}

#job-description-box tr.alt td {
	background: #ecf6fc;
}

#job-description-box tr.over td {
	background: #99ccff;
}
#job-description-box ul {
	list-style-type: disc;
	margin-left: 30px;
	}


