/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgTile.jpg);
	background-repeat: repeat-x;
}


/** BACKGROUNDS */

.bg1 { background: #274c8b url(images/bgTile.jpg) repeat-x top; }
.bg2 { background: url(bmill/images) repeat-y top; }



/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	text-align: left;
}

/** TEXTS */

body, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	}

ul, il{
  	line-height: 150%;	
	}

p, blockquote {
	margin-top: 0px;
	margin-bottom: 0px;


	color: # CCC;
	text-align: left;
	line-height: 150%;
	font-weight: bold;
	font-size: 12px;
}

.text1 {
	text-align: center;
	color: #757575;
	font-size: 11px;
}

.text2 {
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

.text4{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.text5{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}

/** LINKS */

a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: none;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: none;
}

.link3 {
	color: #606060;
	padding: 10px 0px 0px 5px;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}


/** WRAPPER */

#wrapper {
	width: 981px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#col1 {
	width: 954px;
	height: 100%;
	margin-left: 13px;
	margin-right: 12px;
	background: url(bmill/images) repeat-y center top;
}

#col2 {
	float: left;
	width: 481px;
	height: 500px;
	background: url(bmill/images) no-repeat left top;
}


/** HEADER */

#header {
	width: 981px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(bmill/images) no-repeat center top;
	text-align: center;
}

.headerMenu{
	color:#FFFFFF;
	font: "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 20px;
	margin-right: 15px;
}
	
	
#headerInside{
	width: 981px;
	height: 257px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/headerInside.png) no-repeat center ;
	text-align: center;
	}


/** MENU */

#menu {
	background:  url(bmill/images/menuInside.jpg) no-repeat left top;
	/*background: #401201;*/
	width: 935px;
	height: 40px;
	text-align: center;
	margin-top: 0px;
	margin-left: 15px;
	padding-left:10px;
	padding-right: 0px;
}


/** CONTENT */

#content {
	width: 981px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background: url(images/bgContent.png) repeat-y center top;
	
}

#contentIndex {
	width: 100%;
	height: 396px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bgIndex.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#contentIN {
	width: 100%;
	height: 100%;
	text-align: left;
	background: url(images/bgIndex.png) repeat-y center top;
	
}
.contentBrownBar {
	width: 951px;
	height: 172px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left:15px;
	text-align:left;
	background: url(bmill/images/brownBar.jpg) no-repeat center top;
	font-size: 36px;
	color: #081A35;
	font-weight: normal;
	
}

/*.content {
	padding: 10px 25px 0px 30px;
}*/

#left {
	float: left;
	width: 290px;
	padding: 5px 0px 0px 3px;
}

#right {
	float: right;
	width: 500px;
	padding: 5px 3px 0px 0px;
}

#map{
	width:470px;
	height:600px;
	color: #333;
	margin-top:20px;
	margin-right: 5px;
	padding-top:10px;
	background: #c59457;
	border:  thin solid #401201;
	float: right;
	vertical-align:middle;
}

#slideshow{
	width:500px;
	height:465px;
	margin-top:7px;
	margin-right: 5px;
	margin-left: 30px;
	padding-top: 35px;
	background:  url(images/bg_slideshow1.png);
	float: left;
	vertical-align:top;
	text-align: center;
}

#principalBlog{
	width:400px;
	height:350px;
	margin-top:20px;
	margin-right: 30px;
	margin-left: 15px;
	padding-top: 25px;
	/*background:  url(images/bg_principalBlog.png) top left no-repeat;*/
	float: right;
	vertical-align:top;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}

.principalContent{
	margin-top: 125px;
	margin-left: 10px;
	margin-right: 0px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: #CCC;
}

#news{
	width:450px;
	height:225px;
	margin-top:10px;
	margin-right: 10px;
	margin-left: 50px;
	padding-top: 0px;
	float: left;
}

#calendar{
	width:800px;
	height:600px;
	margin-top:130px;
	margin-right: 10px;
	margin-left: 90px;
	padding-top: 0px;
	background: url(images/);
	text-align: center;
}

#directions{
	width: 400px;
	height: 100%;
	margin-top:20px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:10px;
	border:  thin solid #401201;
	float: left;
	vertical-align:middle;
	text-align: left;
	background-color: #F5EEE7;
	color: #7E592C;
}

#admissions1{
	width: 280px;
	height: 100%;
	margin-top:20px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top:10px;
	border:  thin solid #401201;
	float: left;
	vertical-align:middle;
	text-align: left;
	background-color: #F5EEE7;
	color: #7E592C;
	display:inline;
}

#admissions2{
	width: 890px;
	height: 100%;
	margin-top:20px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top:10px;
	border:  thin solid #401201;
	float: left;
	vertical-align:middle;
	text-align: left;
	background-color: #F5EEE7;
	color: #7E592C;
	display:inline;
}

/** FOOTER */


#footerTOP {
	width: 981px;
	height: 59px;
	padding-top: 0px;
	background: url(images/footer.png) no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}


#footer {
	width: 981px;
	color: #FFFFFF;
	font-size: 10px;
	padding-top:10px;
	background-color: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.footer {
}

.footer p {
	margin: 0px;
	background: url(bmill/images) no-repeat left top;
	line-height: 100%;
}

.footer a {
	display: block;
	height: 24px;
	padding: 10px 25px 0px 0px;
	background: url(bmill/images) no-repeat right bottom;
}

.footer strong {
	display: block;
	padding: 0px 10px 0px 0px;
	background: no-repeat right top;
	text-align: right;
}


/** BOX1 */

#box1index {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgIndex.jpg) no-repeat center ;
}

#box1calendar {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgCalendar.jpg) no-repeat center ;
}

#box1fees {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgFees.jpg) no-repeat center ;
}

#box1about {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgAbout.jpg) no-repeat center ;
}

#box1faculty {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgFaculty.jpg) no-repeat center ;
}

#box1testimonials {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgTestimonies.jpg) no-repeat center ;
}

#box1contact {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgContact.jpg) no-repeat center ;
}

#box1bios {
	width: 100%;
	height: 770px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left:0px;
	padding-right: 0px;
	background: #FFF url(images/bgFacultyBIOS.jpg) no-repeat center ;
}

#box2In {
	width:800px;
	height:600px;
	margin-top:130px;
	margin-right: 10px;
	margin-left: 90px;
	padding-top: 0px;
	background: url(images/);
	text-align: left;
	border: #FFFFFF solid thin;
	font-size: 14px;
}

#box3index {
	width: 260px;
	height: 339px;
	text-align: right;
	margin-left: 20px;
	margin-right: 40px;
	padding-left:0px;
	padding-right: 0px;
	float: right;
}

#box4index {
	width: 260px;
	height: 339px;
	text-align: right;
	margin-left: 25px;
	margin-right: 40px;
	padding-left:0px;
	padding-right: 0px;
	float: right;
}

#box1 {
	width: 920px;
	height: 100%;
	text-align: center;
	margin-left: 15px;
	padding-left:15px;
	padding-right: 15px;
	background: url(bmill/images);
}


#box1ftr {
	width: 500px;
	float: right;
	
}

/** BOX2 */

#box2 {
	width: 220px;
	height: 100%;
	margin-left: 210px;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-weight: normal;
}

#box3 {
	width: 260px;
	height: 100%;
	margin-left: 190px;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-weight: normal;
}

#box4 {
	width: 500px;
	height: 100%;
	margin-left: 60px;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-weight: normal;
}

.bg1 div #wrapper #content #box1 #directions table tr td ul li {
	color: #333;
	line-height: 150%;
	font-size: 12px;
}
.here {
	font-weight: normal;
}
.here2 {
	font-size: 11px;
}
.bg1 #wrapper #box1about #box2In table tr .text5 .text5 {
	font-weight: normal;
}

.img1 {
	float: left;
	margin: 0px 20px 0px 0px;
}
.bg1 #wrapper #box1index #principalBlog p {
	text-align: center;
}
