@charset "UTF-8";
body {
	text-align: center;
	min-width: 1000px;
}
a:hover {
	text-decoration:none;
}

/*  DIV layers to center page */
#wideout {
	text-align: center;
	height: 100%;
	width: 100%;
}
#wrapper {
	margin:0 auto;
	width:1000px;
	text-align: left;
}
/* print only header */
#printheader {
	visibility: hidden;
	display: none;
	}
	
/* DIV which defines page width and holds all other DIV layers inside */
#container {
	text-align: left;
	width: 1000px;
}
#container #logo {
    width:250px;
    height:110px;
    float:left;
    background-image: url('http://bristolcc.edu/images/index/logos/logo1.gif');
}

/* Header which contains all navigation elements and page title */
#container #header #nav {
	float: right;
	height: 110px;
	width: 750px;
	background-image: url("../images/backgrounds/bg_global_nav3.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
/* global navigation */
#container #header #nav #mainnav {
	float: left;
	height: 55px;
	width: 500px;
}
#container #header #nav #mainnav #navMain {
	line-height: 35px;
	padding: 10px;
	float: left;
	height: 35px;
	width: 480px;
	text-align: center;
}

/* search menu */
#container #header #nav #searchnav {
	text-align: center;
	float: right;
	height: 35px;
	width: 250px;
	padding: 10px 0 0 !important;
	padding: 20px 0 0; 
}

	
/* page title */
#container #header #nav #pagetitle {
	float: left;
	height: 55px;
	width: 750px;
}
#container #header #nav #pagetitle #title {
	width: 725px;
	padding: 10px;
	height: 35px;
	line-height: 35px;
	float: right;
}

/* Main body of page */
#container #middle {
	float: left;
	height: 100%;
	width: 1000px;
}
#container #middle #topbuffer {
	background-image: url("../images/backgrounds/bg_top_buffer2.gif");
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
	width: 1000px;
	margin-bottom: 0px !important;
	margin-bottom: -7px; 
}
#container #middle #middlecontent {
	background-image: url("../images/backgrounds/bg_content_no_menu.gif");
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	height: 100%;
	width: 1000px;
}

/* dynamic page menu */
#container #middle #middlecontent #menu {
	padding: 20px;
	float: left;
	width: 210px;
}
/* actual page content */
#container #middle #middlecontent #content {
	float: left;
	width: 980px;
}
#container #middle #middlecontent #content #pagecontent #floatright {
	float: right;
	height: 16px;
	width: 100px;
	text-align: right;
}
#container #middle #middlecontent #content #pagecontent #floatright a {
	text-decoration: none;
}
#container #middle #middlecontent #content #pagecontent {
	float: left;
	width: 960px;
	padding: 10px 20px 20px;
}
/* print only footer */
#printfooter {
	visibility: hidden;
	display: none;
	}
/* footer */
#container #footer {
	background-image: url("../images/backgrounds/bg_footer_1000.gif");
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 55px;
	width: 1000px;
}
#container #footer #footman {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 35px;
	width: 980px;
	float: left;
}
.searchBox { 
font-family: Arial, Geneva, Verdana, Helvetica, sans-serif; 
font-size: 13px; 
color: #000;
background-color: #FFF; 
border-color: #999999; 
border-style: solid; 
border-width: 0px; 
padding:0; 
margin:0; 
margin-bottom:0px; 
height:15px; 
}

.submitLink {
font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
font-size: 13px; 
color: #fff;
background-color: transparent;
text-decoration: none;
padding:0; 
margin:0; 
margin-bottom:0px; 
height:15px; 
border: none;
cursor: pointer;
cursor: hand;
 }
 
/* link classes for downloadable files */
	.pdf {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/pdficon.gif"); 
		padding-left: 14px;
	}
	.doc {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/wordicon.gif"); 
		padding-left: 14px;
	}
	.zip {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/pdficon.gif"); 
		padding-left: 14px;
	}
	.htm {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/htmlicon.gif"); 
		padding-left: 14px;
	}
	.mp3 {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/audioicon.gif"); 
		padding-left: 14px;
	}
	.down {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/downloadicon.gif"); 
		padding-left: 14px;
	}
 	.sound {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/headphoneicon.gif"); 
		padding-left: 14px;
	}
	.email {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/emailicon.gif"); 
		padding-left: 14px;
	}
	.swf {
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url("http://bristolcc.edu/images/docicons/swficon.gif"); 
		padding-left: 14px;
	}
 
 /* floats for images */
	.right {
		float:right;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.left {
		float:left;
		padding-right: 10px;
		padding-bottom: 10px;
	}