/* CMS Reset */ #article h1{font-size:138.5%}#article h2{font-size:123.1%}#article h3{font-size:108%}#article h1,#article h2,#article h3{margin:1em 0}#article h1,#article h2,#article h3,#article h4,#article h5,#article h6,#article strong,#article dt{font-weight:700}#article optgroup{font-weight:400}#article abbr,#article acronym{border-bottom:1px dotted #000;cursor:help}#article em{font-style:italic}#article del{text-decoration:line-through}#article blockquote,#article ul,#article ol,#article dl{margin:1em}#article ol,#article ul,#article dl{margin-left:2em}#article ol li{list-style:decimal outside}#article ul li{list-style:disc outside}#article dl dd{margin-left:1em}#article th,#article td{border:1px solid #000;padding:.5em}#article th{font-weight:700;text-align:center}#article caption{margin-bottom:.5em;text-align:center}#article sup{vertical-align:super}#article sub{vertical-align:sub}#article p,#article fieldset,#article table,#article pre{margin-bottom:1em}#article button,#article input[type=checkbox],#article input[type=radio],#article input[type=reset],#article input[type=submit]{padding:1px}

html {
    background: #0052A3 url('../images/bg_page.jpg') repeat-y;
	background-position: top;
}

body {
    font-family: tahoma, arial, sans-serif;
    margin: 0px 0 10px;
    text-align: center; /* To center the container in IE */
}

a {
	color: #003366;
	font-weight: bold;
}

div#container { /* To give shape to the site, we like a nice clean fixed width, centred */
    background: #FFF;
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 950px; /* remember that padding and borders add to this */
}

/* -- Footer Styles -- */
div#footer {
	height: 2.5em;
    font-size: .65em;
    font-weight: bold;
}

div#footer div {
    margin: .3em 1em;
    padding: .2em 1em;
}

div#footer .author {
    float: right;
}

div#footer .author a {
    color: #003366;
}

div#footer .copy {
    color: #003366;
    float: left;
}
/* -- End footer -- */

/* -- Header Styles -- */
div#header {
    background: #FFF url('../images/header.jpg') no-repeat center;
    height: 200px;
}

div#header p { /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}
/* -- End header -- */

/* -- Common Content Styles -- */
/* These may be overridden be a particular module but should handle most common styling */

.site_content_top {
	background: url('../images/content_top_bg.jpg') no-repeat;
	height: 10px;
    margin-top: 15px;
}

.site_content {
    background: url('../images/content_middle_bg.jpg') repeat-y;
	padding: 10px;
	margin: 0;
}

.site_content h1 {
    border-bottom: 1px solid #003366;
    color: #003366;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    padding: 3px 10px;
}

.site_content h2 {
    border-bottom: 1px solid #003366;
    color: #003366;
    font-size: 105%;
    font-weight: bold;
    margin: 0px;
    padding: 3px 10px;
}

.site_content p {
    margin: 0px;
    padding: 10px 10px;
}

.site_content_bottom {
	background: url('../images/content_bottom_bg.jpg') no-repeat;
	height: 10px;
    margin-bottom: 5px;
}

/* Shouldn't this only be brought in if we are showing a photo gallery? */
.mod_photo_gallery_image {
    margin: 5px 10px;
    text-align: center;
}

.mod_photo_gallery_image img {
    border: 1px solid #000000;
}

.mod_photo_gallery_listings {
    margin: 5px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.mod_photo_gallery_listings td {
    border-bottom: 1px solid #DBDBDB;
    height: 220px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
	font-size: 12px;
}

.mod_photo_gallery_listings img {
    border: 1px solid #DBDBDB;
}



