@charset "utf-8";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#970f00 url(../images/bg_body_10.jpg) no-repeat top left;
	margin:0; 
	padding:0;
	color:#454545;
}
img {
	border:0;
}
form#hear {
	margin-top:15px;
}
label {
	font-size:85%;
	font-weight:bold;
	text-align:right;
	display:block;
	padding-right:10px;
}
form#hear label {
	font-weight:normal;
	text-align:left;
	padding-right:0;
}
input, select {
	font-size:85%;
}
a:link, a:visited {
	color:#970f00;
	text-decoration:none;
}
a:hover {
	color:#970f00;
	text-decoration:underline;
}
table.form tr td {
	vertical-align:middle;
}
.twoColFixRtHdr #container { 
	width:870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/bg_container.png) no-repeat top left;
	margin:0; /* the auto margins (in conjunction with a width) center the page */
	text-align:left; /* this overrides the text-align:center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:280px;
	text-align:right;
} 
.twoColFixRtHdr #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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float:right; /* since this element is floated, a width must be given */
	width:200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 10px;
	margin:22px 45px 0 0;
	background: #fff;
}
.twoColFixRtHdr #sidebar1 .box {
	background:url(../images/bg_sidebar_box.jpg) repeat-x top left;
	margin:0 0 25px 0;
	padding:10px 4px;
}
.twoColFixRtHdr #sidebar1 .box h3 {
	font-size:90%;
	font-weight:bold;
	text-transform:lowercase;
	line-height:100%;
}
.twoColFixRtHdr #sidebar1 .box h3 a:link, .twoColFixRtHdr #sidebar1 .box h3 a:visited {
	color:#454545;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar1 .box h3 a:hover {
	color:#970f00;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar1 .box h4 {
	font-size:85%;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
}
.twoColFixRtHdr #sidebar1 .box p {
	font-size:85%;
	text-align:left;
	margin:10px 0;
}
.twoColFixRtHdr #sidebar1 .box p.nopad {
	margin:3px 0;
}
.twoColFixRtHdr #sidebar1 .box ul {
	font-size:85%;
	margin:10px 0 0 0;
	padding:0 20px;
}
.twoColFixRtHdr #sidebar1 .box ul li {
	margin:0 0 10px 0;
}
.twoColFixRtHdr #sidebar1 .box ul li a:link, .twoColFixRtHdr #sidebar1 .box ul li a:visited  {
	color:#970f00;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar1 .box ul li a:hover {
	color:#970f00;
	text-decoration:underline;
}
.box#poll h3 {
	min-height:35px;
	padding:0 0 0 38px;
	margin:0 26px;
	background:url(../images/bg_poll.gif) no-repeat;
}
.box#facebook, .box#twitter {
	padding:40px 4px;
}
.box#facebook h3, .box#twitter h3 {
	min-height:32px;
	padding:4px 0 0 34px;
	margin:0 26px;
}
.box#facebook h3 {
	background:url(../images/bg_facebook.gif) no-repeat;
}
.box#twitter h3 {
	background:url(../images/bg_twitter.gif) no-repeat;
}
.box#countdown h3 {
	min-height:39px;
	padding:4px 0 0 51px;
	margin:0 15px;
	background:url(../images/bg_commencement.gif) no-repeat;
}
#sub_container {
	background:url(../images/bg_main_content.png) repeat-y;;
	float:left;
}
.twoColFixRtHdr #mainContent { 
	margin:0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
} 
.twoColFixRtHdr #mainContent h1{ 
	margin:0 0 15px 0;
	font-size:140%;
	font-weight:normal;
	text-transform:lowercase;
} 
.twoColFixRtHdr #mainContent h2 { 
	margin:0 0 15px 0;
	font-size:110%;
	font-weight:normal;
	text-transform:lowercase;
} 
.twoColFixRtHdr #mainContent p {
	margin:0 0 15px 25px;
	line-height:150%;
	font-size:85%;
} 
.twoColFixRtHdr #mainContent ul, .twoColFixRtHdr #mainContent ol {
	margin:0 0 15px 0;
	padding:0 0 0 25px;
	font-size:85%;
} 
.twoColFixRtHdr #mainContent ul li, .twoColFixRtHdr #mainContent ol li {
	line-height:150%;
	margin:0 0 10px 25px;
} 
.twoColFixRtHdr #footer { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 text-align:center;
	 color:#fff;
	 font-size:85%;
	 margin-bottom:20px;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size:1px;
    line-height:0px;
}
#util_nav {
	font-size:85%;
}
#util_nav ul {
	list-style-type:none;
	margin:10px 10px 0 0;
}
#util_nav ul li {
	display:inline;
	padding:0 10px;
	border-right:1px solid #fff;
}
#util_nav ul li.last {
	border:none;
}
#util_nav ul li a:link, #util_nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#util_nav ul li a:hover {
	text-decoration:underline;
}
#main_nav {	
	margin:145px 100px 0 0;
	text-transform:lowercase;
	font-weight:bold;
}
#main_nav ul {
	list-style-type:none;
}
#main_nav ul li {
	padding:10px 0 0 0;
}
#main_nav ul li a {
	font-size:90%;
	color:#454545;
	text-decoration:none;
}
#main_nav ul li a:hover {
	color:#970f00;
}
#main_nav ul li a em {
	font-size:115%;
	color:#970f00;
	font-style:normal;
}
#main_nav ul li a:hover em {
	font-size:115%;
	color:#454545;
	font-style:normal;
}
#more_info {
	width:827px;
	clear:both;
	background:url(../images/bg_more_info.jpg) repeat-x #3c3c3c;
	padding:8px 15px 30px 8px;
	color:#acacac;
	font-size:85%;
	float:left;
	margin-top:15px;
}
#more_info ul.info {
	width:125px;
	float:left;
	margin:20px 0 0 45px;
	list-style-type:none;
	padding-left:10px;
}
#more_info ul.info li a:link, #more_info ul.info li a:visited {
	color:#acacac;
	text-decoration:none;
}
#more_info ul.info li a:hover, #more_info ul.info li a:focus {
	color:#fff;
	text-decoration:none;
}
div.numbered {
	margin-left:0px;
	padding:0 0 0 75px;
	min-height:60px;
}
.subset {
	margin:0 0 20px 0;
	padding:12px 0 0 30px;
}
.toggle {
	width:485px;
	line-height:150%;
}
.twoColFixRtHdr #mainContent div.subset h2.trigger {
	margin:0;
	padding:0;
	color:#970f00;
	font-weight:bold;
	cursor:pointer;
}
.twoColFixRtHdr #mainContent div.numbered p {
	margin:0 0 15px 0;
	padding:0;
}

.wall_post {
	background:url(../images/icon_wall_post.gif) no-repeat 32px 0px;
	padding-left:52px;
	min-height:16px;
}
.mobile {
	display:none;
}
.hide {
	display:none;
}
.tooltip {
	padding:0;
	cursor:help;
	color:#970f00;
}
