@charset "utf-8";
/* CSS Document */

/* ###################### */
/* General HTML Tag Rules */
/* ###################### */
body {
	background-image:url(Images/bg_body.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top;
}

h1, h2, h3, h4, h5, h6 {
	
}

p {
	
}

a {
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-family:"Arial Black", Gadget, sans-serif
}

a:hover {
	text-decoration:underline;
	color:#582300;
}

a:visited {
	color:#FF3300;
	text-decoration:none;
} /* visited link */

a:focus {
	color:#582300;
	border-style:double;
	border-color:#d6b300;
} /* focused on link */

a:active {
	color:#F00;
} /* selected link */

hr {
	
}


/* ############################ */
/* General Template Class Rules */
/* ############################ */

.wrapOverall {
	width:1290px;
	margin:0px auto;
	
}

.bodytext {
	text-align:center;
	
}

.semester {
	text-align:center;
}

.endphotos {
	text-align:center;
}


.wrapLinks {

}
.wrapBuckets {
	
	
}
.header {
	background-image:url(Images/bg_header+full.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:100px;
}
.navMain {
	margin:6px;
	padding:0px 10px;
	background-image:url(Images/bg_mainNav.png);
		
}

.content {
	background-image:url(Images/bg_middle.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:423px;
	width:1290px;

}
.bucket {
	width:315px;
	
}
.bucketLeft {
	width:315px;
	float:left;
	
}
.bucketRight {
	width:315px;
	float:right;
	margin:0px 0px 0px 10px;
	
}
.wrapBucketInnerLeft{
	width:640px;
	float:left;
}
.wrapBucketInnerRight{
	width:640px;
	float:right;
}

/* ######################## */
/* General Navigation Rules */
/* ######################## */

.navMain ul {
	margin:0px;
	padding:0px;
	
}
.navMain ul li{
	margin:0px;
	padding:5px 75px;
	list-style:none;
	display:inline;
	
}
.navMain ul li a{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans serif;
	text-transform:uppercase;
	 	
}
.navMain ul li a:hover{
	text-decoration:underline;
}
.wrapLinks ul {
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.wrapLinks ul li{
	margin: 0px;
	padding:0px;
	background-image:url(Images/bg_button_middle.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:308px;
	height:130px;
	list-style:none;
	
}
.wrapLinks ul li a{
	color:#7b2301;
	text-align:center;
	text-decoration:none;
	padding:10px 0px 0px 100px;
}
.wrapLinks ul li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
h2.title {
	margin:10px;
	padding:10px 0px 0px 10px;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#582300;
	
}
/* ############ */
/* Bucket Rules */
/* ############ */

.bucketHeader {
	background-image:url(Images/bg_bucket_head.png);
	background-position:center;
	height:77px;
	margin:0px 0px 0px 0px;
	padding:opx
	
}

.bucketDetails {
	background-image:url(Images/bg_bucket_body.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:378px
	margin:0px 0px 0px 0px;
	padding:20px
	
}

.bucketDetails ul {
	margin:0px 24px
	padding:5px
}
.bucketDetails ul li{
	margin:0px 0px
	padding:5px 0px
}

.bucketDetails p.cost {
	text-align:center;
	font-size: 19px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
}

.bucketBottom {
	text-align:center;
	margin:0px 0px 0px 0px
}

a img.button {
	border:none;
}


