
/************/
/*  GLOBAL  */
/************/

*{
	padding:0;
	margin:0;
}
html,body{
	height:100%;
}
body{
	font-size:13px;
	color:black;
	font-family:verdana,arial,sans-serif;
	height:100%;
} /*Font-size:1.0em = 10px when browser default size is 16px*/

#container{
	width:882px;
	margin:0;
	padding:0 0 60px 0;
	min-height:100%;
	height:auto !important;
	height:100%;
}

img { 
	border: none;
	}

/******************/
/*     HEADER     */
/******************/
ul li#bypass {
	display:none;
}

#header{
	width:882px;
	margin-bottom: 30px;
}

#header-top{
	width:100%;
	height:130px;
	text-align:left;
} /* for use with text or title */

#header-top h1{
	padding:20px 0 5px 23px;
	font:bold 18px 'Trebuchet MS',verdana,sans-serif;
	color:blue;
}
#header-top h2{
	padding-left:23px;
	font:bold 14px 'Trebuchet MS',verdana,sans-serif;
	color:#777;
}
#header-top a{
	text-decoration:none;
	color:#43a242;
}

#header-middle{
	width:882px;
	height:25px;
	background:white;
	background-image:url(menugraphic.jpg);
	background-repeat:no-repeat;
	padding-top: 81px;
	/*white-space:nowrap;*/
}
#header-middle ul{
	list-style-type:none;
	background:#445993;
	height:25px;
}
#header-middle li{
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right:1px solid white;
	border-bottom: 1px solid white;
	position:relative;
}
#header-middle ul li a{
	display:block;
	height:25px;
	line-height:25px;
	text-decoration:none;
	font-weight:bold;
	color:white;
	background:#445993;
	padding:0;
	width: 125px;
	text-align:center;
	font-stretch: narrower; 
	text-transform: uppercase;
}
* html #header-middle a {
	/*width:1%;*/
}
#header-middle .selected,#header-middle a:hover{
	background:white;
	text-decoration:none;
	padding:0;
}
#header-middle li ul {
	display:none;
	left:0;
	position:absolute;
	height:auto;
}
#header-middle li li {
	width:125px;
	border:0;
}
#header-middle li li a{
	display:block;
	width:150px;
	height:auto;
	line-height:15px;
	border:solid 1px #445993;
	border-top:none;
	border-left: solid 10px #445993;
	font-weight:normal;
	color:#445993;
	padding:5px 10px;
	text-align: left;
	text-transform:none;
	background-color: white;
	
}
#header-middle a:hover,#header-middle a:focus,#header-middle a:active{
	background-color:#445993;
	color:white;
}
#header-middle .sel a {
	background-color:#445993;
	color:white;
}

#header-middle li li a:hover{
	display:block;
	width:150px;
	height:auto;
	line-height:15px;
	border:solid 1px #445993;
	border-top:none;
	border-left: solid 10px #445993;
	font-weight:normal;
	color:#445993;
	padding:5px 10px;
	text-align: left;
	text-transform:none;
	background-color: white;
}

#header-middle .sel li a {
	display:block;
	width:150px;
	height:auto;
	line-height:15px;
	border:solid 1px #445993;
	border-top:none;
	border-left: solid 10px #445993;
	font-weight:normal;
	color:#445993;
	padding:5px 10px;
	text-align: left;
	text-transform:none;
	background-color: white;
}

/************************/
/*     RIGHT COLUMN     */
/************************/

#right {
	float: right;
	width: 215px;
	}

#right hr {
	margin: 1em 0;
	border: 0; 
	color: #c7cdde;
	background-color: #c7cdde;
	height: 3px;
}
.sidebarevent {
	margin-bottom: 20px;
}

.sidebarevent a {
	color: #445993;
	font-style:italic;
	}
.sidebarevent h2 {
	font-style: normal;
}
#right h2 {
	font-size: 1.2em;
	padding: 0;
	padding-left: 45px;
	background-image:url(pawicon.png);
	background-repeat:no-repeat;
	background-position:inherit;
	font-weight: bold;
	height: 40px;
}
#right a h2  {
	text-decoration:none;
	font-style: normal;
}

	
/************************/
/*     CONTENT AREA     */
/************************/

#content {
	margin-right: 215px;
	padding: 0 30px 0 40px;
}

#content table {
	margin: 20px 0;
	border: 2px solid #445993;
	padding: 5px;
	border-spacing: 0;
	width: 100%;
}
#content th {
	color: #445993;
	text-align:left;
	font-style:italic;
	font-weight: bold;
	font-size:1.05em;
	padding: .3em .5em;
}
#content tr {
	padding: .3em 0;
	margin: 0;
}

#content .tr1 {
	background-color: #ECEEF4;
}

#content td {
	margin: 10px;
	padding: .3em .5em;
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
	color: #445993;
	text-decoration:none;
	padding: 0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #445993;
	text-decoration:none;
	padding: 10px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #445993;
	text-decoration:none;
	padding: 10px 0 10px 0;
}
.homenews {
	padding: 0 0 0.2em 0;
	margin: 0;
}

.homenews h3 {
	text-align: left;
}

.newspost {
	margin-bottom: 20px;
}
.newspost hr {
	width: 80%;
	margin: 1em 0;
	border: 0; 
	color: #c7cdde;
	background-color: #c7cdde;
	height: 3px;
}

.homereadmore {
	color: black;
	font-weight: bold;
	text-align: right;
	text-decoration:none;
}

p {
	padding: 0.5em 0;
	}

#content ul {
	margin: .5em 20px .5em 40px;
	}

.rightalignedimage {
	margin: 10px 0 10px 10px;
}

.leftalignedimage {
	margin: 10px 10px 10px 0;
}

a {
	color: black;
	font-weight: bold;
	text-decoration:none;
}

#content ul li{
	padding: 5px 0;
}

.contactform table {
	border-color: white;
}

/********************/
/*  FOOTER SECTION  */
/********************/
#footer{
	clear:both;
	/*position:fixed;
	bottom:0;*/
	width:882px;
	margin:0;
	border-bottom: 30px solid white;
}


#company_info{
	padding: 10px 30px 10px 40px;
	background:#445993;
	font-size:11px;
	color: white;
}

#company_info p{
	margin: 0;
	padding: 0;
}



/********************/
/*  FORM ELEMENTS   */
/********************/
/*form{
	margin:10px 0;
	padding:0;
	border:1px solid #eee;
	background-color:#FAFAFA;
}

label{
}

input{
	padding:2px;
	border:1px solid #eee;
	font:normal 1em 'Trebuchet MS',verdana,sans-serif;
	color:#777;
}

textarea{
	width:400px;
	padding:2px;
	font:normal 1em 'Trebuchet MS', verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button{
	width:60px;
	margin:1px 0;
	height:28px;
	cursor:pointer;
}

.searchform{
	background-color:transparent;
	border:none;
	margin:0;
	padding:0;
}

.searchform p{
	margin:10px;
	padding:0;
}

.searchform input.textbox{
	width:100px;
	color:#333;
	height:20px;
	padding:3px;
	border:1px solid #ccc;
}

.searchform input.button{
	width:60px;
	margin:1px 0;
	height:28px;
	cursor:pointer;
}*/

/******************/
/*  CLEAR FLOATS  */
/******************/
/*#container:after, #header:after, #header-bottom:after, #header-breadcrumbs:after, #main:after, #main-navigation:after, #left:after, #left div:after, #right:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}*/

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print{
.header-top{
	width:900px;
	height:80px;
	background:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}}

@media print{
.header-breadcrumbs{
	width:900px;
	background:transparent;
}}

@media print{
.nav2{
	float:left;
	width:900px;
	border:none;
	background:rgb(240,240,240);
	color:rgb(75,75,75);
	font-size:1.0em;
	font-size:130%;
}} /*Color navigation bar normal mode*/

@media print{
.main{
	clear:both;
	width:900px;
	padding-bottom:30px;
	background:transparent;
}}
@media print{

.main-navigation{
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:199px;
	border-right:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}}

@media print{
.footer{
	clear:both;
	width:900px;
	height:3.7em;
	padding:1.1em 0 0;
	background:rgb(240,240,240);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}}

/*---------------------------------------*/
