body {
    margin:0;
    padding:0;
    background:url(../img/body-bg.gif) 0 0 repeat-x #F4F4F0;
    font-size:80%;
    font-family:Georgia, 'Times New Roman', Serif;
    line-height:1.5em;
    color:#222;
}
a img, img {
    border:none;
    vertical-align:middle;
}
a {
    text-decoration:none;
    color:#1100C3;
}
a:hover {
    text-decoration:underline;
}
h1, h2 {
    margin:14px 0 10px;
    padding:0;
    font-size:2.5em;
    font-weight:bold;
    font-style:italic;
    line-height:1em;
    color:#16316F;
}
h3 {
    margin:18px 0 10px;
    padding:0;
    font-size:1.3em;
    font-weight:bold;
    line-height:1em;
}
h3 a {
    text-decoration:none;
    color:#000;
}
h4 {
    margin:18px 0 10px;
    padding:0;
    font-size:1.1em;
    font-weight:bold;
    line-height:1em;
}
p {
    margin:12px 0 10px;
}
ul {
    list-style-type:disc;
    list-style-image:url(../img/red-bullet.gif);
    margin:10px 0;
    padding:0 0 0 20px;
}
li {
    margin:0;
    padding:0;
}
small {
    font-size:0.8em;
}
.alignRight {
    text-align:right;
}
.clear {
    clear:both;
}
.hDivider {
    margin:22px 0;
    border-bottom:dotted 1px;
}

/**** outer ****/
#outer {
    margin:0 auto;
    background:url(../img/content-bg.jpg) 0 173px no-repeat;
    width:960px;
}

/**** header ****/
#header {
    position:relative;
    height:162px;
}
#header h1 {
    position:absolute;
    top:12px;
    left:0;
    margin:0;
    padding:0;
}
#header h1 a {
    display:block;
    background:url(../img/logo.gif) no-repeat;
    text-indent:-9999px;
    width:594px;
    height:92px;
    outline:none;
}

/**** navigation ****/
#navigation {
    position:absolute;
    bottom:0;
    left:0;
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
    background:url(../img/nav-bg.gif) repeat-x;
    font-family:verdana, arial, sans-serif;
    height:37px;
    overflow:hidden;
}
#navigation li {
    float:left;
    background:url(../img/nav-bg.gif) repeat-x;
}
#navigation li span {
    float:left;
    display:block;
    padding:9px 21px 0;
    background:url(../img/nav-line.gif) 100% 0 no-repeat;
    height:28px;
}
#navigation li a {
    text-decoration:none;
    color:#FFF;
}
#navigation li a:hover {
    border-bottom:dotted 1px;
}
#navigation li.active a:hover {
    border:none;
}
#navigation li span.first {
    background:url(../img/nav-bg-first.gif) 0 0 no-repeat;
}
#navigation li span.last {
    background:url(../img/nav-bg-last.gif) 100% 0 no-repeat;
}
#navigation li.active {
    background:url(../img/nav-bg-active.gif) repeat-x;
}
#navigation li.active span.first {
    background:url(../img/nav-bg-first-active.gif) 0 0 no-repeat;
}
#navigation li.active span.last {
    background:url(../img/nav-bg-last-active.gif) 100% 0 no-repeat;
}

/**** sub navigation ****/
#sub_nav {
    position:absolute;
    top:0;
    right:0;
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
    background:url(../img/sub-nav-bg.gif) no-repeat;
    font-family:verdana, arial, sans-serif;
    font-size:0.8em;
    width:960px;
    height:39px;
}
#sub_nav li {
    float:left;
    padding:4px 10px;
}
#sub_nav li span {
    float:left;
    display:block;
    padding:0 3px 0 0;
    background:url(../img/sub-nav-tab.gif) 0 100px no-repeat;
}
#sub_nav li a {
    float:left;
    display:block;
    padding:4px 5px 0 8px;
    background:url(../img/sub-nav-tab.gif) 0 100px no-repeat;
    text-transform:uppercase;
    text-decoration:none;
    color:#FFF;
    height:24px;
}
#sub_nav li a:hover {
    text-decoration:none;
}
#sub_nav li.active span, #sub_nav li:hover span {
    background-position:100% 0;
}
#sub_nav li.active a, #sub_nav li:hover a {
    background-position:0 0;
}

/**** content ****/
#content {
    clear:both;
    position:relative;
    padding:213px 0 14px;
}

/**** main content ****/
#main_content {
    float:left;
    padding:5px 0 0;
    width:712px;
}

/**** sidebar ****/
#sidebar {
    float:right;
    width:231px;
}
#sidebar h3 {
    margin:6px 0 10px;
    font-size:1.5em;
    font-style:italic;
    color:#16316F;
}

/**** footer ****/
#footer_outer {
    clear:both;
    background:url(../img/footer-outer-bg.gif) repeat-x #CBC6B4;
}
#footer {
    margin:0 auto;
    padding:10px 0;
    background:url(../img/footer-bg.jpg) no-repeat;
    color:#636352;
    width:960px;
}
#footer a {
    text-decoration:none;
    color:#636352;
}
#footer a:hover {
    text-decoration:underline;
}
#footer .navigation {
    list-style-type:none;
    list-style-image:none;
    margin:6px 0 0;
    padding:0;
}
#footer .navigation li {
    float:left;
    padding:8px 12px;
}
#footer .copyright {
    clear:both;
    margin:8px 0 0;
}

/**** sections ****/
.section {
    margin:0 0 16px;
    padding:16px;
    border:solid 1px #E6E6E6;
    border-top:none;
    background:url(../img/section-bg.gif) repeat-x #FFF;
}
.section.first {
    padding:0;
    border-left:none;
    border-right:none;
    background:url(../img/section-bg-first.gif) repeat-y #FFF;
}
.section.first .sectionTop {
    padding:16px;
    background:url(../img/section-bg-first-top.gif) no-repeat;
}
#sidebar .section.first {
    background:url(../img/section-bg-first-sidebar.gif) repeat-y #FFF;
}
#sidebar .section.first .sectionTop {
    padding-top:60px;
    background:url(../img/section-bg-first-sidebar-top.gif) no-repeat;
}

/**** read links ****/
.readMore, .readAll {
    border-bottom:dotted 1px;
    font-style:italic;
    text-decoration:none;
    color:#B80000;
}
.readAll {
    color:#464601;
}
.readMore:hover, .readAll:hover {
    text-decoration:none;
    color:#1100C3;
}

/**** alerts ****/
.alert {
    padding-bottom:10px;
    border-bottom:solid 1px #E6E6E6;
}
.alert.last {
    border:none;
}
.alert .title {
    display:block;
    margin:8px 0;
    font-weight:bold;
}

/**** sidebar links ****/
#sidebar .links a {
    border-bottom:dotted 1px;
    text-decoration:none;
    color:#202020;
}
#sidebar .links a:hover {
    color:#B80000;
}

#gallery {
	padding: 0px 0px 10px 20px;
}
	#gallery .album {
		background-color: #EEEEEE;
		float: left;
		height: 120px;
		margin: 10px 10px 0px 0px;
		padding: 10px;
		border: 1px solid #CCCCCC;
	}
		#gallery .album a {
			color: #000000;
			text-align: center;
			display: block;
			margin: 0px 0px 5px 0px;
		}
			#gallery .album a img {
				border: 3px solid #FFFFFF;
			}