body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: normal 80%/1.5em sans-serif; /* 'Trebuchet MS', Tahoma */
	line-height: 1.5em;
	color: #555;
}

			/*CONTAINER*/
#wrapper {
	position: relative;
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background: white;
}

#right-col {
	width: 207px;
	margin: 5px 0 0 636px;
	padding: 0px;
}

			/*TOP TITLE BAR*/
#title {
	width: 843px;
	margin-left: 5px;
	margin-right: 5px;
	background: white;
	color: black;
}

#title h1 {
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 185%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 5px;
	background: inherit;
}

			/*TOP NAVIGATION*/
#container {
	width: 843px;
	height: 35px;
	margin: 20px 5px 10px 5px;
	text-align: center;
}

ul.list_level {
	text-align: center;
	margin: 0px 1px 20px 1px;
	padding: 0px;
	border-bottom: 1px solid;
}

ul.list_level a{
	padding: 0 12px 20px 12px;
	background: transparent;
	float: none;
	font-size: 1.3em;
	text-decoration: none;
}

ul.list_level li {
	display: inline;
	list-style-type: none;
	text-align: justify;
}

ul.list_level a:hover {
	color: black;
	background: url(../images/MidShipSection.png) no-repeat bottom center;
}

ul.list_level li.list_active a {
	color: black;
	background: url(../images/MidShipSection.png) no-repeat bottom center;
}

		/* FORM ELEMENTS */
form {
	margin: 4px 0px 0 0;
	padding: 0 0 0 15px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 0.95em sans-serif;
	color: #777;
}

textarea {
	width: 400px;
	padding: 2px;
	font: normal 0.95em sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: white url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #dadada;	
}

			/*MAIN CONTENT*/
#content {
	width: 572px;
	float: left;
	margin: 0;
	padding: 0 20px 0 5px;
}

#content p {
	padding: 0 20px 0 0;
}

#content h1 {
	padding: 0 20px 0 0;
   line-height: 27px;
}

.post {
	margin: 0 0 30px 0;
	padding: 10px 21px 0 21px;
	background: white url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #efeded;
	-moz-border-radius: 5px;
}

.post h1 {
	border-bottom: 1px solid #f2f2f2; 
	font: normal 1.45em Sans-serif;
}

.post .post-footer {
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	padding: 15px;
	margin-top: 20px;
	font-size: 95%;
	-moz-border-radius: 10px;
}

.post .post-footer .date {
	background: url(../images/clock.png) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .comments {
	background: url(../images/comment.png) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .readmore {
	background: url(../images/page.png) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.linkdetail {
	margin: 0 0 30px 0;
	padding: 10px 21px 0 21px;
	background: white url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #efeded;
}

.linkdetail p {
	width: 355px;
}

.linkdetail h1 {
	border-bottom: 1px solid #f2f2f2; 
	font: normal 1.25em Sans-serif;
}

.linkdetail img {
	border: 1px solid #efeded;
	width: 123px;
	padding: 8px;
	margin: 0 0 20px 0;
}


			/*SIDEBAR*/
.sidebar {
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	padding: 0 0 2px 0;
	margin: 0 0 12px 0;
	-moz-border-radius: 2px;
}

#right-col p {
	font-size: 90%;
}

			/*FOOTER*/
#footer {
	margin: 50px 5px 20px 5px;
	padding: 5px;
	font: 88% sans-serif;
	border-top: 1px solid;
}

#footer-content a:link, #footer-content a:visited {
	background: inherit;
}

#footer-content a:hover {
	background: inherit;
	text-decoration: underline;
}

#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}

#footer-content .col-left {
	width: 52%;
	float: left;
	padding: 15px 20px 20px 0;	
}

#footer-content .col-mid{
	width: 12%;
	float: right;
	padding: 15px 0 20px 0;	
}

#footer-content .col-right {
	width: 12%;
	float: right;
	padding: 15px 0 20px 0;	
}



			/*SCROLLBAR*/
div.scroll {
	height: 10em;
	width: 150px;
	padding: 1ex;
	margin: 0 0 30px 5px;
	border: 1px solid;
	background: #f3f5fc;
	color: black;
}

			/*TYPOGRAPHY*/
h1 {
        margin: 0 0 27px 0;
        text-align: center;
}

h2 {
	margin: 20px 0 0 0;
	font-size: 135%;
	letter-spacing: 3px;
	background: inherit;
	text-transform: uppercase;
	font-weight: bold;
}

h2.side {
	margin: 20px 0 5px 10px;
	letter-spacing: 5px;
	background: inherit;
	font-weight: bold;
}

h2.phpwcms_article_subheader {
	font-size: 98%;
	letter-spacing: 4px;
	background: transparent;
	margin: -2px 0 0 0;
	font-weight: bold;
	text-transform: none;
	border-top: 1px solid;
	padding: 0 55px 0 35px;
}

h3 {
    margin: 5px;
    font-size: 110%;
    letter-spacing: 4px;
    background: inherit;
}

h3.phpwcms_sub {
    font-size: 98%;
    letter-spacing: 2px;
    background: transparent;
    border-left: 25px;
    text-transform: uppercase;
    margin: -23px 5px 5px 35px;
    font-weight: 700;
}

div#content h3.title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 45px;
    margin-top: 23px;
    margin-bottom: 7px;
}

h3.filename a {
    letter-spacing: normal;
    position: relative;
    top: -15px;
}

span.style1 {
    font-size: 103%;
    font-weight: bold;
    background: inherit;
    letter-spacing: 2px;
}

p.file_description {
    font-style: oblique;
}

p.file_description span.description {
    font-size: 105%;
    font-style: normal;
}

blockquote {
    font-weight: bold;
    font-style: italic;
}

hr { width: 68%; }

ul.program {
    padding: 1px;
    margin-top: -5px;
}


			/*LINKS*/
a img { border: none; }

a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    background: inherit;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    background: inherit;
}

ul.side {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: inherit;
}

a:link.side, a:visited.side {
    text-decoration: none;
    background: inherit;
    color: #666;
}

a:hover { color: #666; }

a:hover.side {
    text-decoration: none;
    background: inherit;
    margin-left: 0.8em;
    color: #666;
}

.side li {
    padding-left: 0.2em;
    margin-left: 2em;
}

#linklist li {
    margin: 0 0 4px 0;
}


			/*CLASSES*/
.news {
    font-size: 90%;
    background: inherit;
    color: black;
}

.teaser {
    margin: 3px 0 15px 0;
    padding: 7px;
}

.teaser h4 {
    font-size: 109%;
    margin: 5px 0 5px 0;
}

.teaserspacer {
    margin: 37px 0 17px 0;
    padding: 0 50% 0 50%;
    height: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    clear: both;
}

#map div { }

/* TABLES */
table.style1 {
    border: none;
    border-spacing: 2px;
    empty-cells: hide;
    table-layout: auto;
}

table.style1 td { vertical-align: top; }

.small { font-size: 87%; }


/* --------- article pagination ----------- */
 
.article_paginate_navi {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #444;
    margin: 21px 0 0 0;
    padding: 3px 15px 0 15px;
    height: 20px;
}
    
.article_paginate_navi a {
    font-weight: bold;
    text-decoration: none;
}
 
.article_paginate_navi a:hover {
    font-weight: bold;
    text-decoration: none;
}
 
.apn_prev {
    float: left;
    color: #555;
    margin: 0;
    padding: 0 20px 0 0;
}

.apn_mid {
    float: left;
    color: #888;
    margin: 0;
    padding: 0 0px 0 30px;
}

.apn_navi {
    float: left;
    margin: 0;
    padding: 0 0 0 60px;
}

.apn_next {
    float: right;
    color: #555;
    margin: 0;
    padding: 0 0px 0 20px;
}
