@charset "utf-8";

/* ------------------  page styles  ----------------------------------------------------- */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #a9b7fb url(images/bgstripes.jpg) repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* ------------------  general styles  ----------------------------------------------------- */
ul a {
	font: 17px Cambria, Helvetica, sans-serif;
	font-weight:bold;
}
a {
	color:#000066;
	text-decoration: none;
	font-weight:bold;
	background:none;
}
a:hover {
	color:#3366ff;
	background:none;
}

img {
	border:0;
	text-align: center;
}
table tr td {
	text-align: left;
	vertical-align: top;
	width: 50%;
	border-spacing: 0;
	padding:0px 20px;
}
table tr td h4 {
	text-align: left;
}
table.homeTable tr td {
	padding:0px;
	font-size: 16px;
}
table.iconTable tr td {
	text-align: center;
	padding:0px;
	width: 33%;
}
table.rushTable tr td {
	text-align: center;
	width: 50%;
}
table.rushTable tr p {
	text-align: left;
}
table.griddedTable tr td {
	text-align: left;
	width: 50%;
	padding:0px;
	border-width: 1px;
	border-spacing:0;
	border-style: dotted;
	border-color: #999;
}
.alertText {
	color:#F00;
	margin-top:0;
}
.alertDiv {
	border:4px double #F00; 
	padding:0;
	padding-top:0;
	margin:0;
	text-align:left;
}
.inlineList {
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
}
.inlineList li{
	display: inline;
	list-style-type: square;
	padding-right: 20px;
}
.calendars {
	width:100%;
	text-align:center;
}
.calendars h3 {
	text-align:left;
}

/* ------------------  header content  ----------------------------------------------------- */

#header {
	height: 108px;
	background: url(images/header_bg.jpg) bottom repeat-x; 
	margin:0 10px;
	padding:0;
}
#header #title {
	background: url(images/header_title.jpg) center no-repeat;
	float:right;
	width:327px;
	height:67px;
	margin:10px 10px 0 0;
	cursor:pointer;
}
#header #crest {
	float:left;
	width:63px;
	height:97px;
	background: url(images/header_crest.png) center no-repeat;
	cursor:pointer;
	margin-left: 10px;
}
#header #links {
	float:left;
	margin:15px 10px 0;
	padding:0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 


/* ------------------  main content  ----------------------------------------------------- */

#container {
	background:url(images/body.png) repeat-y center;
	left:1px;
	top:0px;
	width:100%;
	min-height:100%;
	position:absolute;
}
#centerPicture {
	text-align:center;
}
#content {
	text-align:center;
	width: 958px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding:0 0 60px;
}
#mainContent {
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 10px 0;
	position:absolute;
	bottom: 0;
	width:100%
	background:#DDDDDD;
	left:40%;
	text-align: center;
	height:20px;
	vertical-align:bottom;
}


/* ------------------  footer content  ----------------------------------------------------- */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
