﻿body {
	background:#fff url('images/bg.jpg') repeat-y center;
	text-align: center;
	font-family:sans-serif;
	margin: auto 0; 
	background-color: #424242;
}

a:link{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color:#009999;
}


div {}

#container {
	width: 762px;
	text-align: center;
	margin:auto;
	background-color: #002724;
}

#topbar {
	width:762px;
	Height:123px;
	background-image:url('images/menubg.jpg');
	color:teal;
	border:0px;
	font-size:16px;
	text-align: center;
	font-family: Calibri
}

#header{
	width: 352px;
	height: 120px
} 

#leftbox{
	float: left;
	background:#002724 url('images/leftbarbg.jpg') repeat-x ;
	height: 475px;
	width: 150px;
	font-size:12px;
	color:#000;
	text-align: left;
}

#content {
	float: left;
	font-size: 15px;
	padding:8px;
	width:586px;
	height:475px;
	text-align: left;
	overflow: auto;
	background:#fff url('Images/white.jpg') repeat-x top left;
}
#content a{
	color:#33CCFF;
}
#content a:hover{
	color:#006699;
}
#content h2 {
	border-bottom:1px solid #ccc;
	color: #669999;
}
#contentContainer {
	background-color:#002724;
	height: auto;
	width: auto;
	float:left;
}
#othercontent {
	float: left;
	font-size: 15px;
	padding:8px;
	width:586px;
	min-height:500px;
	text-align: left;
	overflow: auto;
	background:#fff url('Images/white.jpg') repeat-x top left;
}

	
/*used on pages other than main page*/

#othercontent {
	float: left;
	font-size: 15px;
	padding:8px;
	width:585px;
	min-height:500px;
	text-align: left;
	border-left: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff url('Images/white.jpg') repeat-x top left;
}

#othercontent a:visited{
	color:#006699;
}
#othercontent a:link{
	color: #006699;
}
#othercontent a:hover{
	color:#33CCFF;
}
#othercontent h2 {
	border-bottom:1px solid #ccc ;
	color: #669999;
}
#othercontent h3 {
	border-bottom:1px solid #ccc ;
	color: #006699;
	font-size: 16pt;
}
#othercontent h9 {
	color: #006699;
	font-size: 15pt;
	font-weight:bold;
}

#centerdiv {
	text-align: center;
	margin:0 auto;
	margin-left: 110px;
	margin-top:10px;
	margin-bottom:30px;
	float: left ;
	height: 188px;
	width: 298px;
}

#rightbox{
	float:left;
	width:150px;
	height:300px;
	font-weight:bold;
}

#copy	{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 732px;
	height:auto;
	font-size:12px;
	clear:both;
	padding-left:30px;
	background-color:#002724;
	color:#C7D3D3;
}

.contacts {
	float:left;
	clear: left;
	width:550px;
	padding:5px;
}

.box {
	padding:0px;
	margin-left: 4px;
	font-size:10px; 
	text-align: left;
}

.smallbox {
	background-color: #000;
	width: 129px;
	height: auto;
	float: left;
	margin-left:3px;
	margin-bottom:5px;
	color: white;
	font-size:12px;
	border:1px #fff ridge;
	padding:5px;
}

.white {
	color:#FFFFFF;
}

.bold {
	font-weight: bold;
}

input.format{
	margin: 8px;
	background-image:url('images/menubg.jpg');
	color:#fff;
	border:1px solid teal;
	width: 105px;
}
#map_canvas {
	width: 550px;
	height: 500px;
}
#college_title {
	font-size: 18pt;
}
#college_address {
	font-style: italic;
}
#show_hide {
	width: 550px;
	font-size: 8pt;
	padding-bottom: 5px;
}
#show_hide img {
	cursor: pointer;
}
#google_directions {
	width: 550px;	
}
#directions_box {
	min-width: 300px;
}
#directions_box img {
	cursor: pointer;
}
.direction_link {
	font-size: 12pt;
	text-decoration: underline;
	color: #FF0000;
	cursor: pointer;
}