@charset "utf-8";

@import url("navigation.css");

/* ***********************************************************************
 * Resets
 * *********************************************************************** */

* {
    margin: 0;
    padding: 0;
}

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

BODY {
    background-color: #CCCCCC;
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
	line-height:18px;
    color: #333333;
/*    overflow: -moz-scrollbars-vertical; */
}

TABLE, IMG {
    border: 0;
}

STRONG {
	color:#af302a;
}

H1 {
	color:#165993;
    font-size: 18px;
	line-height:22px;
    font-weight: bold;
}

H2 {
	color:#af302a;
    font-size: 16px;
	line-height:20px;
    font-weight: bold;
}

H3 {
	color:#165993;
    font-size: 14px;
	line-height:18px;
}

H4 {
	color:#165993;
    font-size: 13px;
	line-height:18px;
    font-weight: normal;
}


A:link, A:visited, A:active {
    color:#185893;
    text-decoration: none;
}

A:hover {
	text-decoration:underline;
}

TABLE TR TD,
TABLE TR TH {
    border: 0px solid black;
}

TABLE TR.odd {
	background-color:#eeeeee;
}

DIV#bodyWrapper {
	background-image:url(/images/borderedges.gif);
}

DIV#bodyFooter {
	color:#2b6398;
	height:40px;
	font-size:11px;
}

DIV#bodyFooter A:link, DIV#bodyFooter A:active, DIV#bodyFooter A:visited {
	color:#2b6398;
	font-weight:bold;
}

DIV#bodyFooter A:hover {
	text-decoration:underline;
}

/* ***********************************************************************
 * Layout
 * *********************************************************************** */

H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, LABEL, UL, OL, DL, FIELDSET, ADDRESS, HR {
    margin-bottom: 12px;
}

DIV#bodyWrapper {
    width: 822px;
    margin-left: auto;
    margin-right: auto;
}

DIV#bodyNavigation {
	width:800px;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #3f5873;
	border-top:none;
	border-bottom:none;
}

DIV#bodyContent {
	width:770px;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #3f5873;
	border-top:none;
	padding:15px;
}

DIV#bodyFooter {
	width:770px;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #3f5873;
	border-top:none;
	padding:10px 15px;
}

DIV#bodyFooter IMG {
	float:left;
	padding:0 10px 0 0;
}

UL LI {
    margin-left: 1.5em;
}

TABLE {
    border-collapse: collapse;
}

TABLE TR TD,
TABLE TR TH {
    padding: 0.5em;
}

.photo {
	border:1px solid #165993;
}

.left {
	float:left;
	margin:0px 10px 10px 0px;
}

.right {
	float:right;
	margin:0px 0 10px 10px;
}

BLOCKQUOTE {
	margin:0 15px 10px;
}

DIV#programLeftCol {
	float:left;
	width:460px;
	padding:0 20px 25px 0;
}

DIV#programRightCol {
	float:left;
	width:270px;
	padding:9px;
	border:1px solid #ccc;
	background-color:#eeeeee;
}

.homepageBox {
	background-color:#eeeeee;
	padding:5px;
	border:1px solid #868686;
	width:200px;
	color:#b32c2c;
	font-size:13px;
	text-align:center;
	margin-bottom:10px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.homepageBox P { margin:5px 0 0; }

.homepageBox A { color:#b32c2c; }

#tweets {
	margin:0;
	padding:0;
}

#tweets P {
	border-bottom:1px solid #aaa;
	padding:0 0 4px 0;
	margin:0 0 4px 0;
}

.css3button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5.5px 11px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 13px !important;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif !important;
   text-decoration: none;
   vertical-align: middle;
   }
.css3button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.css3button:active {
   border-top-color: #1b435e;
   background: #1b435e;
 }
 
.css3button2 {
   background: #b3b3b3;
   background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#b3b3b3));
   background: -webkit-linear-gradient(top, #454545, #b3b3b3);
   background: -moz-linear-gradient(top, #454545, #b3b3b3);
   background: -ms-linear-gradient(top, #454545, #b3b3b3);
   background: -o-linear-gradient(top, #454545, #b3b3b3);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.css3button2:hover {
   border-top-color: #4a4a4a;
   background: #4a4a4a;
   color: #ffffff;
   }
.css3button2:active {
   border-top-color: #808080;
   background: #808080;
   }
