/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {font:0.8em/1.5 "arial",sans-serif; text-align:center;}

h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0; font-family:"arial",sans-serif; color: #002955;}

h5 {margin-top: 5px; margin-bottom: -.5em; font-size:14px; font-family:"arial",sans-serif; color: #880101;}


p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:5px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:list-item;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.table_text {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.clear {clear:both;}

.box-clear {clear: both; margin-bottom: 10px; }

.f-left {float:left !important;} img.f-left {float:left; margin-right:10px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:10px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

    .bigger {font-size:110%;}
    .smaller {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */

ul.ul-style01 {margin:15px 0 15px 20px; list-style:none;}
ul.ul-style01 li {padding-left:12px; background:url("../images/ul-style01.gif") 0 5px no-repeat;}
ul.ul-style01 ul {margin:0; list-style:none;}
ul.ul-style01 ul li {padding-left:12px; background:url("../images/ul-style01.gif") 0 5px no-repeat;}

/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

.main {position:relative; width:960px; margin:0 auto; text-align:left; /*background-image:url(../images/body_bg.jpg); background-repeat:repeat-y*/}

	#header {height: 140px; padding:0; overflow:hidden}
    #nav {clear:both; background:url("../images/nav.gif") 0 0 repeat-x}
    #nav ul {margin:0; padding:0; list-style:none;}
    #nav li {display:inline; margin:0; padding:0;}
    #nav li a {display:block; float:left; padding:10px 20px; text-decoration:underline; font-weight:bold;}
    #nav li#nav-active a {font-weight:bold; text-decoration:none;}
	   
    #cols .main {padding-bottom:15px;background-image:url(../images/body_bg.jpg); background-repeat:repeat-y}

    	#content {float:right; margin: 0px 0px 0px 10px; width:745px;}
    	#content p {text-align:left; margin-right: 10px;}
    	
    	#content-in {padding-right:15px;}

            #content h1 {margin:0; margin-bottom:10px; font-size:160%; letter-spacing:-1px;}
            #content h2, #content h3, #content h4 {margin-bottom:0; margin-bottom:10px; font-size:140%; letter-spacing:-1px;}
            #content h3 {letter-spacing:0; font-size:120%;}
            #content h4 {letter-spacing:0; font-size:110%;}
			#content h5 {letter-spacing:0; font-size:150%; color:#2E6B20;}
                            
    	#aside {float:left; width:180px; padding-left:10px; overflow:hidden;}
    	
    	   #aside h3 {padding-right:15px; background:url("../images/arrow.gif") 100% 50% no-repeat; font-size:135%;}
    	   #aside ul {margin:3px 0 10px 0; padding:0; list-style:none;}
    	   #aside ul li {margin:0; padding:2px 10px 2px 0;}

	#footer {clear:both; padding:15px 0;}
    #footer p { text-align: center; margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {margin-bottom:15px; padding:15px;}
#perex p {margin:15px 0px; text-align:left;}                

.section {float:left; width:240px; height: 215px; overflow:hidden;}
.section.margin {margin:0 5px;}
.section h3 {margin:0; padding:5px 15px; border:0 !important; background:url("../images/section.gif") 0 0 repeat-x; font-size:120%;}
.section table {padding: 0; margin: 0}
.section th, td {padding: 3px; }

.section2 {float:left; width:260px; height: 215px; overflow:hidden;}
.section2.margin {margin:0 5px;}
.section2 h3 {margin:0; padding:5px 15px; border:0 !important; background:url("../images/section2.gif") 0 0 repeat-x; font-size:120%;}
.section2 table {padding: 0; margin: 0}
.section2 th, td {padding: 3px; }

.section3 {float:left; width:230px; height: 215px; overflow:hidden;}
.section3.margin {margin:0 5px;}
.section3 h3 {margin:0; padding:5px 15px; border:0 !important; background:url("../images/section.gif") 0 0 repeat-x; font-size:120%;}
.section3 table {padding: 0; margin: 0}
.section3 th, td {padding: 3px; }

#Search2 {width: 200px;}

/* ----------------------------------------------------------------------------------------------------------
6) Page: News
---------------------------------------------------------------------------------------------------------- */

.news-container {
	border-bottom: 1px solid #002955;
	padding: 15px 0px;
}

.news-container-no-border {
	padding: 15px 0px;
}

.center-container {
	padding: 30px 0 0 0;
	font-size: 12px;
}

.center-title {
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
 	font-size: 18px; 
 	color: #990000; 
 	background: inherit;
}

.center-body {
	margin-top: 10px;
}

.view-all {
	text-align: left;
	font-weight: bold;
}

.photo {
}

.credits {
	float: left;
	margin-top: -5px;
	padding: 0px;
	color: #999999;
	font-size: 70%;
}

.caption {
	float: left;
	color: #333333;
	font-weight: bold;
	font-size: 70%;
	margin-bottom: 15px;
}

.article-title {
	color: #294B7B;
	font: normal 2.1em Arial, Sans-Serif; 
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
}

.article-subtitle {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
}

.article-subtitle-static {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

.photo-main {
	margin-right: 10px;
	float: left;
}

.photo-main img {
	border: 0;
}

.gallery-desc {
	padding-left: 10px;
	font-size: 120%;
}

.author-area {
	float: left;
	margin-top: 15px;
}

.author-photo {
	float: left;
	margin-right: 5px;
}

.author-date {
	float: left;
	color: #666666;
	font-size: 85%;
	margin: 5px 0px 10px 0px;
}
	
.main-article {
	color: #000000;
	font-size: 100%;
	margin-top: 20px;
}

.title-header {
	clear: both;
	background: #294B7B url(images/corner.gif) no-repeat right top;
	color: #FFF;
	padding: 7px 5px 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 5px 0;
}

.date-header {
	float: right;
	font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------------
7) Page: General
---------------------------------------------------------------------------------------------------------- */

.next {
	float: right;
	padding: 5px;
	margin-top: 15px;
	margin-right: 10px;
}

.next a, .next a:hover {
	font-size: 14px;
	font-weight: bold;
}

.previous {
	float: left;
	padding: 5px;
	margin-top: 15px;
}

.previous a, .previous a:hover {
	font-size: 14px;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------
8) Page: Menu
---------------------------------------------------------------------------------------------------------- */
.maincat {
	border-bottom:1px solid #D8D8CC; 
	padding:2px 10px 2px 0;
}

.maincat .sub {
	text-indent: 10px;
}

.view-subject {
	font-weight: bold;
	padding-top: 8px;
	text-align: right;	
}

.hidden {
	display: none;
}

.sub-option {
	text-indent: 2px;
}

/* ----------------------------------------------------------------------------------------------------------
9) Page: Contact
---------------------------------------------------------------------------------------------------------- */
.map {
	margin-left: 50px;
	margin-top: 20px; 
	border: 1px solid #000; 
	height: 500px;
	width: 250px;
}

/* ----------------------------------------------------------------------------------------------------------
9) Page: About Us
---------------------------------------------------------------------------------------------------------- */
.about-thumb-container {
	margin: 10px 0px;
}

.about-thumb {
	float: left;
	margin: 0px 8px 8px 0px;
	max-height: 73px;
	overflow: hidden;
}

.about-thumb img {
	border: none;
}