/* common elements */
body {
	background: url('/images/layout/bg.gif') repeat-x top left;
	color: #404040;
	font-family: Trebuchet MS, Tahoma, Arial;
	margin-top: 54px;
}
a:link, a:visited {
	color: #3175B5;
	text-decoration: none;
}
a:hover, a:active {
	color: #3175B5;
	text-decoration: underline;
}
form {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	margin: 0px;
}
input, textarea {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
}
label {
	display: block;
	font-weight: bold;
}
h1 {
	color: #3175B5;
	font-family: Georgia, Trebuchet MS, Tahoma, Arial;
	font-size: 1.12em;
	margin: 0px 0px 10px 0px;
	text-transform : capitalize;
}
h2 {
	color: #3175B5;
	font-family: Georgia, Trebuchet MS, Tahoma, Arial;
	font-size: 0.87em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-transform : capitalize;
}
h3 {
	background-image: url('/images/layout/sidebar_header_bg.gif');
	color: #808080;
	font-family: Georgia, Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 10px;	
	width: 155px;	
}
p {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 0.81em;
	text-align: justify;
	margin: 0px 0px 5px 0px;
}
/* using a div tag around the hr to ensure cross browser support */
.hr {
 	background:	#ffffff url('/images/layout/hr.gif') repeat-x;
	border: 0px;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hr hr {
  display: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
.break {	
	background:	url('/images/layout/line_hor.gif') repeat-x bottom left;
	clear: both;
	height: 2px;
	margin: 0;
	width: 750px;
}

/* header elements */
#navigation {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	text-align: center;
}
#navigation li { 
	display: inline;
	margin-right: 20px;
}
#logo {
	float: left;
	margin: 30px 0px 10px 0px;
	text-align: center;
	width: 300px;
}
#slogan {
	color: #808080;
	float: left;	
	font-family: Georgia, Trebuchet MS, Tahoma, Arial;
	font-size: 16px;
	font-style: italic;
	margin: 30px 0px 10px 0px;
	width: 450px;
}

/* content elements */
#main {
	background-image: url('/images/layout/bg_main.gif');
	background-repeat: no-repeat;
	float: left;
	padding: 5px;
	width: 565px;
}

#sidebar {
	background-image: url('/images/layout/line_ver.gif');
	background-repeat: repeat-y;
	float: left;
	
	padding: 5px;
	width: 165px;
}
#sidebar p {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
}
#footer {
	clear: both;
	color: #C0C0C0;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;	
}

/* navcalendar elements */
#navcalendar {
	color: #C0C0C0;
	display: block; 
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	width: 156px;
}
#navcalendar h1 {
	color: #808080;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
}

/* full calendar elements */
#calendar {
	color: #C0C0C0;
	display: block; 
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	width: 400px;
}
#calendar h1 {
	color: #808080;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
}

/* shared calendar elements */
.week {
	background-color: #C0C0C0;
	color: #ffffff;
	float: left;
	font-weight: bold;
	margin: 1px;
	padding: 0px;
	text-align: center;
	width: 13%;	
}
.day {
	color: #C0C0C0;
	float: left;
	height: 13%;
	margin: 1px;
	padding: 0px;
	text-align: center;
	vertical-align: 50%;
	width: 13%;
}
.jump {
	clear: both;
}

/* image floating */
.left {
	float: left;
	padding: 5px;
}
.right {
	float: right;
	padding: 5px;
}
.center {
	display: block; 
	margin: 0 auto;
}

/* Navigation drop down menus */
#dropmenudiv {
	position: absolute;
	border: 1px solid #E6E6E6;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #E6E6E6;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover {
	background-color: #EAF0F6;
}


/* Google Maps IDs */
#clarkmap {
	border: 2px solid #C0C0C0;
	margin-bottom: 20px;
}
#airportmap {
	border: 2px solid #C0C0C0;
	margin-bottom: 20px;
}
#monroemap {
	border: 2px solid #C0C0C0;
}
