/* BEGIN PALETTE 
dk blue: #003D7E
med blue: #BCCBDB
lt blue: #E0E6EE
bright red: #C41029
lt red: #CF3C4A
yellow: #FFF9D0
grey: #333333;
 END PALETTE */


/* body and html */
html, body{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans; /*whatever fonts here*/
	font-size: 12px;  /* standard size for normal fonts */
	color: #333333;    /*standard color for all text */
	background: #ffffff url('../images/bg.jpg') 0 0 repeat-x;
    text-align: center;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #003D7E;
	text-decoration: none;
}


#thePolice {
    position: absolute;
    left: 50%;
    margin-left: -475px;
    height: 280px;
    width: 170px;
}

#theContainer { 
    width: 1000px;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
}

#theContainer_top {
    background: transparent url('../images/top.png') no-repeat;
    padding: 9px 0 0 0;
}

#theContainer_body, #theBodyContainer {
    background: url('../images/body_bkgd.jpg') no-repeat; 
}

#theHeader {
    width: 1000px;
    height: 174px;
    background: url('../images/header_bkgd.jpg') no-repeat;
}

#theHeaderInside {
    margin: 0 41px 0 40px;
}

.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 2px solid #C41029;
}

.tabHelperCaption {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: right;
}


/*theNavigation is sometimes inside theHeader, sometimes not, but either way, needs its own styles. */
#theNavigation {
    width: 919px;
    margin: 0 41px 0 40px;
    background: url('../images/nav_bg.jpg') 0 0 repeat-x;
    text-align: center;
    height: 37px;

    vertical-align: middle;
}


/* navigation is very important. especially the a tags. sometimes use blocks, sometimes something else
* see upcoming style templates for more info... */

#theNavigation a { 
    color: #003d7e; 
    text-decoration: none;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    font-size: 16px;
	font-weight: bold;

    padding: 0 10px;
}
#theNavigation a:hover { color: #000000; }

#theNavigation img {
    height: 37px;
    width: 3px;
    line-height: 37px;
    vertical-align: middle;
}
    

#theBody {
    /* width: 869px; */
    margin: 0 41px 0 40px;
    background: #ffffff url('../images/body_bg.jpg') 0 0 repeat-x;
    padding: 25px;
    text-align: left;		
}

#theBody h1 {
    color: #c41029;
    border-bottom: 2px dotted #4b769f;
    font-size: 18px;
}

#theFooter {
    width: 919px;
    height: 40px;
    background: #CF3C4A;
    text-align: center;
    margin: 0 41px 0 40px;
    color: #ffffff;
}

#theFooter .footer-text {
	font-family: arial, helvetica, sans; /*whatever fonts here*/
	font-size: 12px;  /* standard size for normal fonts */
	color: #FFFFFF;
}

#theFooter a { color: #ffffff; text-decoration: none; }

#theFooter a:hover { color: #000000; text-decoration: none; }

#theBottom {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    background: url('../images/bottom.png') 0 0 no-repeat;
}

/* End Containers */

/*fixes floating div problems*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*contact us */
.contact-table {
	font-family: arial, helvetica, sans; /*whatever fonts here*/
	font-size: 13px;  /* standard size for normal fonts */
	color: #333333;    /*standard color for all text */
}
/* end contact us */

/* Announcements Area on Index Page */
.announce_title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003D7E;
}

.announce_body {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.announce_jump {
    color: #c41029;    
    font-size: 11px;
}

.announce_jump:hover {
    color: #000000;    
    font-size: 11px;
}

.announce_linediv {
    color: #c41029;
    border-bottom: thin #4b769f;
}

.sport_announce_header {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: #003D7E;
	color: #FFFFFF;
}

.sport_announce_body {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* End Announcements Area on Index Page */

/* Photos Page */

.imageSection {
	margin: 10px 0 20px;
	padding: 0 10px;
}

.imageSection .imageDisplay {
	float: left;
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0.5em;
	text-align: center;
}

.imageSection .moveImageRight {
	display: block;	
	padding-left: 165px;
}

.imageSection .moveImageCenter {
	display: block;
	padding-left: 7.5em;
}

.imageSection .imageDisplay img {
	margin: 0 auto;
	display: block;
}	

.imageSection .imageDisplay p {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;	
	background: #eee;
	margin: 0; 
	padding: 0.5em; 
	border-top: 1px solid #ccc; 		
	border-bottom: 1px solid #ccc; 
	color: #333;	
}	

.imageSection .imageText {
	clear: left;
	list-style-type: none;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc; 	
}

/* End Photos Page */
