body {
	background: #fff url(../images/bg.gif) no-repeat;
	margin: 0;
	padding: 0 0 11px 0;
	text-align: left;
}

div, td, p, a, input, select, textarea
{
    font-family: verdana, arial, sans-serif;
	color: #121212;
	padding: 0;
	font-size: 11px;
}

div, td, p, a {
	margin: 0;
}

input, textarea, select {
	margin-bottom: 5px;
}

p {
	line-height: 135%;
	padding: 0;
	margin: 0 0 8px 0;
}

img{
	border: 0;
}

.imageButton 
{
    margin: 0;
}

a, a:visited {
    font-weight: bold;
}

a:hover 
{
    color: #9B0938;
} 

label {
		padding: 0 8px 0 3px;
	}

h1 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 16px;
	font-weight: bold;
	color: #9B0938;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #9B0938;
	margin: 8px 0 8px 0;
	padding: 0;
}

h3, #Sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	color: #121212;
	margin: 3px 0 3px 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 3px 0 3px 0;
	padding: 0;
}

ul 
{
    padding: 0 0 0 15px;
}

li 
{
    margin: 3px 0;

}

/*GLOBAL #9B0938 */

.hide{
	display: none;
}

.note{
    font-style:italic;
}

.sidenote, .sidenote a, #Sidebar p, #Sidebar a 
{
    font-size: 10px;
}

.description 
{
    font-size: 10px;
    margin: 5px 5px 5px 20px;
    color: #222;
}

.emphasis 
{
    font-weight: bold;
}

.message 
{
    font-weight: bold;
    margin: 5px 0;
}

.formlabel {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.alert 
{
    color: #ff0000;
}

.button 
{
    font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin: 5px 0;
	color: #333333;
}

.linkbutton 
{
    margin: 5px;
}

.inlineImage 
{
    padding: 0 0 5px 5px;
    float: right;
}

#Sidebar .inlineImage 
{
    float:none;
    padding: 0 0 5px 0;
}

.galleryImage 
{
    padding: 0 0 5px 0;
}

a.anchorButton, a:visited.anchorButton
{
    color: #fff;
    font-size: 12px;
    background-color: #9B0938;
    border: 1px solid #9B0938;
    text-decoration: none;
    padding: 4px 8px;
}

a:hover.anchorButton 
{
    background-color: #72C2E1;
    border: 1px solid #72C2E1;
    text-decoration: none;
    padding: 4px 8px;
}
 


/*HEADER*/
#header {
    margin: 10px 0;
}

#header p {
	line-height: 115%;
	margin: 0;
	padding: 0;
}

#header a {
	margin-bottom: 4px;
}



#logo{
	padding: 0 20px;
}

#addresses 
{
    padding-right: 10px;
}

/*MAIN CONTAINER*/
#main {	
	padding: 20px 15px;
}

#main_nophoto {
	padding: 0 0 0 15px;
}

/*BODY*/

#body 
{

}
    
.body_brdr{
	background-color: #ddd;
}

.datatable td {
	padding: 2px 3px;
	line-height: 135%;
}

.notice {
    border: 1px solid #FCD998;
    background-color: #FDE9C4;
    padding: 5px;
}

.callout 
{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 0 0 0;
}

/*PRIMARY NAV  */

.nav_container {
    background-color: #9B0938;
    width: 110px;
    height: 325px;
    padding: 5px;
}



#nav_body 
{
    
    
}

#nav_body a, #nav_body a:visited, #nav_body a:hover {
    font-weight: normal;
    color: #fff;
}  
 
.nav_cell{
	background: url(../images/pointer.gif) no-repeat;
	background-position: bottom left;
}

.subnav_cell{
	background: url(../images/subnav_pointer.gif) no-repeat;
	background-position: bottom left;
}

.nav_cell_selected{
	background: url(../images/pointer.gif) no-repeat;
	background-position: top left;
}

.subnav_cell_selected{
	background: url(../images/subnav_pointer.gif) no-repeat;
	background-position: top left;
}

.nav {
	font-size: 11px;
	text-decoration: none;
	padding: 3px 3px 3px 12px;
	line-height: 16px;
	color: #fff;
}

.subnav {
	font-size: 11px;
	text-decoration: none;
	padding: 3px 3px 3px 24px;
	line-height: 14px;
	color: #fff;
}

/*BUTTON SUBNAV */

#nav_secondary, #nav_tertiary {
	padding: 10px 0;
}

#nav_secondary .btn_container {
	padding: 0 4px 4px 0px;
	width: 100px;
	text-align: center;
}

#nav_secondary .btn_container_large {
	padding: 0 4px 4px 0px;
	width: 100px;
	text-align: center;
}

#nav_secondary .btn_unselected_r{
	background: url(../images/btn_nav_r.gif) no-repeat;
	height: 18px;
	z-index: 2;
	width: 100%;
	background-position: bottom right;
}

#nav_secondary .btn_unselected_l{
	background: url(../images/btn_nav_l.gif) no-repeat;
	height: 18px;
	background-position: bottom left;
}

#nav_secondary .btn_selected_r{
	background: url(../images/btn_nav_r.gif) no-repeat;
	height: 18px;
	z-index: 2;
	width: 100%;
	background-position: top right;
}

#nav_secondary .btn_selected_l{
	background: url(../images/btn_nav_l.gif) no-repeat;
	height: 18px;
	background-position: top left;
}

#nav_secondary .btn_text {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	padding: 0 4px;
}

#nav_secondary .btn_unselected_text, #nav_secondary a, #nav_secondary a:visited  {
	color: #9B0938;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	padding: 0 4px;
}



#nav_secondary a:hover {
    color: #ffffff;
} 

#nav_tertiary .btn_selected {
	background-color: #FDE9C4;
	padding: 4px;
	border: 1px solid #000000;
	text-align: center;
	height: 30px;
}

#nav_tertiary .btn_unselected 
{
    padding: 4px;
	background-color: #eee;
	border: 1px solid #000000;
	text-align: center;
	height: 30px;
}

#nav_tertiary .btn_text {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 3px;
	color: #333333;
}

#nav_tertiary a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	color: #333333;
}

#nav_tertiary a:hover {
	font-size: 10px;
	color: #9B0938;
}

/*FOOTER */

#footer_content {
	background: url(../images/footer_fill.jpg) repeat-y;
	
}

#footer_top {
	background: url(../images/footer_top.jpg) no-repeat;
	padding: 20px;
}

#footer_bottom {
	background: url(../images/footer_bottom.jpg) no-repeat;
	height: 20px;
}

#SidebarFooter 
{
    padding-top: 5px;
}

#SidebarFooter img {
    padding-right: 0;
 }
 
#PhotoGalleryContainer {
    width:500px;
    overflow:hidden;
}

#PhotoGallery li 
{
    list-style-type: none;
    margin: 0;
}

.photoGalleryControls 
{
        padding: 5px 10px;
}




