/*
		Blue - 0066B3
		Yellow - F8E414
*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #0066B3;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 15px;
margin-bottom: 1.5em;
margin-top: 0.5em;
}
img.floatTR
{
float: right;
margin-left: 15px;
margin-bottom: 1.5em;
margin-top: 0.5em;
margin-right: 10px;
}
img.floatTC
{
display: block;
margin-left: auto;
margin-right: auto;
border: 0px;
padding: 5px;
border: solid 1px #e1e1e1;
}
a
{
text-decoration: underline;
color: #000;
}

a:hover
{
text-decoration: none;
}

ul.links
{
font-size: 10pt;
list-style: square;
margin-left: 85px;
}

ul.links li
{
line-height: 1.5em;
}

ul.address
{
list-style: none;
}

ul.address li
{
line-height: 1.4em;
}
ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #0066B3 url(images/top.jpg) repeat-x top; 
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo img
{
border: 0px;
}



/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff;
border: solid 1px #fff;
color: #0066B3;
font-weight: bold;
font-size: 1.0em;
text-decoration: none;
}
#menu li a:hover {
background: #F8E414;
color: #000;
border: solid 1px #F8E414;
}
#menu li a.active
{
background: #F8E414;
color: #000;
border: solid 1px #F8E414;
}
#menu #current
{
background: #F8E414;
color: #000;
border: solid 1px #F8E414;
}
/* Main */
/*
		Blue - 0066B3
		Yellow - F8E414
*/
#main
{
background: #fff url('images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
font-size: 10pt; 
text-align: justify;
margin-bottom: 2.0em;
margin-right: 10px;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: solid 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .borchure
{
background-color: #E1E1E1;
color: #0066B3;
position: relative;
margin-right: 10px;
}

#main_inner .borchure h3
{
color: #0066B3;
margin-left: 15px;
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}
#main_inner .borchure ul.borchure_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .borchure ul.borchure_info li a 
{
background: url('images/pdficon_small.gif') left center no-repeat;  
padding: 0px 80px 1px 80px;
display: inline;
padding-left: 25px;
color: #0066B3;
font-size: 12px;

}

#main_inner .borchure ul.borchure_info li.date
{
background-image: url('images_red/n5.gif');
}

#main_inner .borchure ul.borchure_info li.comments
{
background-image: url('images_red/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: solid 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}



	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: solid 1px #E1E1E1;
	}


/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 50em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 27.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: solid 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: solid 1px #E1E1E1;
	}
	
table {
	border-collapse: collapse;
	font: normal 120% "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	background: #fff;
	margin-left: auto;
    margin-right: auto
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background: transparent;
}
td, th {
		/*border: 1px solid #0066B3;*/
		padding: 0.5em;
}
thead th {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #F8E414;
	background: #0066B3;
}
tfoot th, tfoot td {
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: center;
	color: #0066B3;
}
form table {
	background-color: #0066B3;
	text-align: left;
}
form thead th {
	background-color: #0066B3;
	text-align: left;
}
form tbody td {
	vertical-align: top;
	text-align: left;
	color: #F8E414;
	font-weight: bold;
}

a.more {
	display:block;
	text-align:right;
}


#events {

/*margin-right: 150px;*/
}
#events p {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;

}
#events h2 {
  padding-right: 5px;
  padding-left: 5px;

}
#events h3 {
font-weight: normal;
letter-spacing: -1px;

  border-bottom: solid 1px #E1E1E1;
position: relative;
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

/*
		Blue - 0066B3
		Yellow - F8E414
*/
