@charset "UTF-8";
/* CSS Document */


h1 {
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
color: #F20017;
margin: 0;
padding-top: 20px;
line-height: 1.25em;
}

h2 {
font-size: 1.25em;
font-family: Arial, Helvetica, sans-serif;
color: #cccccc;
margin: 0;
}

h3 {
font-size: 8em;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
margin: 0;
}

/* this was p, not body but changed it so cascase would work with adding color to the staff class tag in column 2 div*/
body {
font-size: .8em;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
line-height: 125%;
}


#linefat {
border-bottom: solid 15px #B4B4B4;
padding-top: 0px;

}

#lineslim_top {
border-bottom: solid 1px #666666;
padding-top: 10px;
}

#lineslim_btm {
border-bottom: solid 1px #666666;
}

#logo {
padding-left: 225px;
padding-top: 20px;
}

ul.mainnav {
list-style-type: none;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
padding-left: 0;
padding-top: 0px;
padding-left: 225px;

}

ul.mainnav li {
display: inline;
}


ul.mainnav a {
margin-right: 8px;
text-decoration: none;
color: #666666;

}

ul.subnav {
list-style-type: none;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
padding-left: 0;
padding-top: 0px;
}

/* IE fix indent in UL lists */
ul {
margin-left: 0;
}


ul.subnav a {
text-decoration: none;
color: #666666;

}

ul.subnav a:hover {
text-decoration: underline;
color: #333333;

}

ul.presslst {
list-style-type: none;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
padding-left: 0;
padding-top: 0px;
}


ul.presslst a {
text-decoration: none;
color: #333333;

}

ul.presslst a:hover {
text-decoration: underline;
color: #333333;

}


#navbar a:hover {
color: #ED1C24;
}


#column2_body_content {
margin-left: 225px;
width: 450px;
}



#main_content_wrapper {
padding-left: 0px;
padding-top: 5px;
width: 1150px;

}

#main_content_inner_wrapper {
}


/* adjust for 1 image on left only layout */
#main_content_inner_wrapper.expand {
width: 925px ;
}


/* stuff for staff page */

#main_content_inner_wrapper.staff {
background-color: #666666;
}

#subnav_menu.staff {
background-color: #ffffff;
border-width: 5px;
}

#column2_body_content.staff {
color: #ffffff;
width: 700px;
}





#left_image {
float:left;
width: 200px;
padding-right: 25px;
}

#right_image {
	float:right;
	width: 200px;
	padding-left: 25px;
}

#subnav_menu {
	
	float:right;
	width: 220px;
	margin-left: 0;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
a:link { color: #f20017; }
a:visited { color: #990000; }
a:hover { color: #f20017; text-decoration: underline; }
a:active { color: #f20017; }
