/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
background-color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 18px;
}

/* layout */

#wrapper {
	width: 900px;
	margin: 10px auto;
	background: #fff;
	padding-left: 10px;
}

nav {
width: 900px;
margin: 0 auto;
background: #FFFFFF;
}

#header {
	width: 900px;
	background: #fff url(images/header.jpg) no-repeat;
	height: 100px;
}

#main {
width: 900px;
margin: 0 auto;
background: #FFF;
}

footer {
	width: 900px;
	clear: both;
	background: #CCCCFF;
	margin: 0 auto;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

/* basics */
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.057em;
	word-spacing: 0em;
	text-align: center;
	color: #333366;
	padding-top: 20px;
}

#header h1 a {
	text-decoration: none;
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header h1 a:hover {
	text-decoration: none;
	color: #CCCCFF;
	font-weight: bold;
}
#header h1 a:visited {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

#header h2 {
	margin: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 38px;
}

#header h2 a {
	text-decoration: none;
	color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}
#header h2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;

}
#header h2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;

}

#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000066;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	color: #999999;
	border-bottom: thin solid #333366;
	letter-spacing: 0.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
}

#main h2 {
	display: block;
	font-variant: normal;
	line-height: 1.5em;
	padding: 10px 0;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#main h3 {
	display: block;
	font-variant: normal;
	line-height: 1.1em;
	padding: 10px 0;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;

}
#main h4,h5,h6 {
	display: block;
	font-variant: normal;
	line-height: 1.1em;
	padding: 10px 0;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}

a:link, a:visited {
	color: #CC0033;
	text-decoration: none;

}

a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;

}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

#menu_container1 {
  width: 900px;
  margin: 0 auto;
}
#menu_container2 {
  width: 900px;
  margin: 0 auto;
}

#menu_content ul {
margin: 0;
padding: 5px 0 0 0px;
list-style: none;
line-height: normal;
}

#menu_content li {
display: block;
float: left;
}

#menu_content a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	background: #FF9900;
		border-radius: 10px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border: 1px solid #CCC; padding: 1px;

}
#menu_content a:hover {
	color: #333366;
	background: #CCCCFF;

}


/** ARTICLES **/

article {
margin-bottom: 10px;
}

article img {
border: none;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 5px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 5px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

#twocolumns, #threecolumns, #onecolumn, {
width: 850px;
margin-left: 40px;
margin-top: 20px;
border-bottom: 1px solid #ddd;
}

/* three columns */

.threecolumns {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-align: left;
}

.threecolumnsleftcol {
	margin-right: 40px;
}

.threecolumnsmiddlecol {
	margin-right: 40px;
}

.threecolumnsrightcol {
	margin-right: 1px;
}

.threecolumns .thumbnail {
	border: none;
}

.threecolumns .caption {
	display: block;
	font-size: 20px;
	font-variant: small-caps;
	line-height: 1.5em;
}

.threecolumns p {
margin-top: 5px;
text-align: justify;
}

.threecolumns_article {
	margin: 10px 0 0;
padding: 10px 15px;
background-color: #FFFFCC;
box-shadow: 3px 3px 7px #777;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.threecolumns_subtitle {
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.threecolumns_date {
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* main content two columns */

.twocolumns {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	text-align: left;
}

.twocolumnsleftcol {
	margin-right: 40px;
	padding-top: 10px;
}

.twocolumnsrightcol {
	margin-right: 2px;
	padding-top: 10px;
}

.twocolumns p {
text-align: justify;
}

.twocolumns ul {
	list-style: none;
}

.twocolumns li {
	list-style: none;
}

.twocolumns li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	text-transform: uppercase;
	line-height: 1.5em;
}

.twocolumns li a:hover {
color: #666699;
}

.twocolumns_article {
	margin: 10px 0 0;
padding: 10px 15px;
background-color: #FFFFCC;
box-shadow: 3px 3px 7px #777;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.twocolumns_date {
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.twocolumns_subtitle {
	padding: 0.5em 0.5em 0.5em 1.5em;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/* main content one column */

.onecolumn {
	display: inline-block;
	vertical-align: top;
	width: 800px;
	text-align: left;
	padding-left: 20px;

}

/* footer */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -5px;
}

aside li a {
	display: block;
	text-decoration: none;
	color: #333;
}

aside li a:hover {
text-decoration: none;
color: #333;
}

#footer-area {
color: #efefef;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
width: 250px;
}

.left {
margin-right: 40px;
margin-left: 30px;
}

.middle {
margin-right: 40px;
}

.right {
margin-right: 10px;
}

footer aside h3 {
color: #666;
}

footer p {
margin-top: -5px;
color: #333;
}
footer a:link, footer a:hover {
	color: #333;
	text-decoration: none;
}
.clearfloat {
	clear:both;
    height: 4px;
    font-size: 1px;
    line-height: 0px;
}
#calendar
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px 0px 0px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;

}
#calendar th
{
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #b9c9fe url(styleimg/tablehead.jpg) repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666699;

}
#calendar td
{
	padding: 4px;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url(styleimg/tableback.jpg) repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666699;

}
#calendar tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#calendar tbody tr:hover td
{
	background: #d0dafd url(styleimg/tablehover.jpg) repeat-x;
	color: #339;

}

.map {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #660033;
}

.map:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #999999;
}

.map2 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #CC0066;
}

.map2:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #999999;
}

.map3 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #666699;
}
.map4 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #3399CC;
}
.map5 {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #CC0066;
}

.map3:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #999999;
}
.map4:visited {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #999999;
}
.map5:visited {

font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #999999;
}

.mapbig {
font-family: Arial;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #BF0000;
}

a.map:hover, a.map2:hover, a.map3:hover, a.map4:hover {
 text-decoration: underline;
 color: #FF007F;
}

ul.map1{
	padding-top:5px;
	padding-bottom:10px;
	list-style-type: none;
	list-style-image: url(images/map1.gif);
}

ul.map2{
	padding-top:5px;
	padding-bottom:10px;
	list-style-type: none;
	list-style-image: url(images/map2.gif);
}

ul.map3{
	padding-top:5px;
	list-style-type: none;
	padding-bottom: 10px;
	list-style-image: url(images/map3.gif);
}
ul.map4{
	padding-top:5px;
	list-style-type: none;
	padding-bottom: 10px;
	list-style-image: url(images/map4.gif);
}
ul.map5{
	padding-top:5px;
	list-style-type: none;
	padding-bottom: 10px;
	list-style-image: url(images/map5.gif);
}

