/* GENERAL */

body {
	padding: 0;
	margin: 0;
	background: #333366;
	color: #333333;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	display: block; 
}
h1, h2, h3 {
	background-color: transparent; 
	color: #333366; 
	font-weight: bold; 
	text-align: left; 
	letter-spacing: 2px;
	clear: both;
	font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;

}
h1 {
	margin:0.3em 0;
	font-size: 160%; 
}
h2 {
	font-size: 125%; 
	margin:0; 
}
h3 {
	font-size: 100%; 
	margin: 0; 
}

h4 {
	font-size: 100%; 
	margin: 0; 
}

/*TEXT FORAMTTING */

p {
	margin:0px;
	padding-bottom: 0.75em;
	text-align: justify;
}
p.headline {
margin-top:5px;
font-weight:bold;
color:#333366;
}
p.indent {
	margin-left: 50px;	
}
p.address_head {
	font-weight:bold;
	margin:0 0 0 50px;
	padding:0;
	
}
p.address {
	margin-left: 50px;
}

p.intro {
	padding-bottom: 1em;
	font-weight: bold;	
}
	
/* Links */

a {
	background-color: Transparent; 
	font-weight: normal; 
	color: #000099;
	text-decoration:none
}
a:visited {
	color: #000099;
}
a:hover, a:active, a:focus {
	color: #0000FF;
	text-decoration: underline;
}


/* LAYOUT */
/* Content Areas */
#banner1 {
	padding: 0 30px 0px 30px;
}


#maincontent_full {
	width: 660px;
	float: left;
	clear: left;
	display:inline;
	margin: 0 0 0 30px;
	line-height: 1.6em;
	background-color: #fff;
}

#maincontent_splashbar {
	width: 440px;
	float: left;
	display:inline;
	margin: 0 0 0 30px;
	line-height: 1.6em;
	background-color: #FFF;
	padding-right:10px;
}

#right_splashbar {
	width: 195px;
	margin-right:30px;
	padding-left:10px;
	line-height: 1.6em;
	float: right;
	display:inline;
	overflow:hidden;
}
#right_splashbar p {
	text-align:left;
		line-height: 1.4em;


}


#mainnav1 {
	margin: 75px 30px 0px 17px;
	/*background-color: #fff;
	border-top: solid 1.5px #f9fbfc;
	border-bottom: solid 1.5px #f9fbfc;*/
	width: 660px;
	clear: both;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	position: relative;
}
/* Table Cells */
table.wraptable{
	width: 720px;
}

td.banner {
	background-color: #333366; 
	clear: both;
	width: 720px;
	background-image: url(../img/style1/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 147px;
}
td.mainbreadcrumb {
	padding: 0 30px 0 30px;
	clear: both;
	background: url(../img/style1/bg_body.gif) repeat-y top left;
	height: 20px;
}

td.maincontent {
	width: 720px;
	background: url(../img/style1/bg_body.gif) repeat-y top left;
}
td.footer {
	color:#8282BD;
	font-size:80%;
}
td.footer a {
	font-weight: normal; 
	color: #8282BD;
	text-decoration:none
}
td.footer a:visited {
	color: #8282BD;
}
td.footer a:hover, td.footer a:active, td.footer a:focus {
	color: #C7C7E2;
	text-decoration: underline;
}

#footerleft {
	margin:0 10px;
	float: left;
	clear: left;
	display:inline;
}
#footerright {
	margin:0 10px;
	float: right;
	clear: right;
	display:inline;
}
td.bottom {
	clear: both; 
	width: 720px;
	background: url(../img/style1/bg_footer.gif) no-repeat bottom left;
	height: 20px;
}

table.full{
	width: 100%;
}
table.fullsmltxt{
	font-size: 80%;
		line-height: 1.5em;
	width: 100%;
}

td.bluelight {
	background-color: #EAEDF4;
}

td.bluemid {
	background-color: #E3E7F0;
}

td.bluedark {
	background-color: #C4CCDF;
}


/* NEWS */
.side_item {
font-size:90%;
padding-bottom:0;
margin-bottom:5px;
border-bottom:1px dotted #88a0b5;
}

.side_item h2 {
letter-spacing:normal;


}
ul.rss{
	list-style:none;
	padding:0 0 0 2px;
	margin:0;
}

ul.rss li{
font-size:95%;
	background:url("../img/style1/feed.gif") no-repeat 0 1px;
	font-weight:bold;
	padding:0 0 5px 0;
	height:18px;
	border-bottom:1px dotted #88a0b5;

}

ul.rss li a{

	padding:0 0 0 18px;

}





/* Hidden */

.hidit, #col_contact, #col_date, .print_footer {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	border: 0;
}
input[type="hidden"] {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	border: 0;
}

/* Lists */
#maincontent_splashbar ul {
	list-style-type: square;
	margin-bottom: 1em;
	}

#maincontent_splashbar ol {
	margin-bottom: 1em;
}

#maincontent_splashbar li {
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 0.5em;
	list-style-position: outside;
	text-align:justify;
}

#maincontent_full ul {
	list-style-type: square;
	margin-bottom: 1em;
}

#maincontent_full ol {
	margin-bottom: 1em;
}

#maincontent_full li {
	margin-left: 3em;
	padding-left: 10px;
	margin-bottom: 0.5em;
	list-style-position: outside;
	text-align:justify;
}

#splash_menu ul {
	margin:0px 0.4em 0px 0.4em;
	padding:0;
	
}

#splash_menu li {
	padding:2px 0px 2px 0px;
	display:inline;

}

#splash_menu li a {
	padding:2px 5px 2px 5px;
	margin:0px 0px 2px 0px;
	display:block;
	font-weight:normal;
	text-decoration: none;
	background-color: #DEE6EB;
	color: #2e4957;
}
#splash_menu li.submen a {
	padding:2px 5px 2px 15px;
	margin:0px 0px 2px 0px;
	display:block;
	font-weight:normal;
	text-decoration: none;
	background-color: #DEE6EB;
	color: #2e4957;
	font-size: 90%;
}
#splash_menu li a:hover{
	display:block;
	background-color: #C8D6DD;
	text-decoration: underline;
}



/* Forms */
.form_wrap {
display:block;
width:100%;
border:0;
margin:0.5em auto 0;
}

form#contactForm {
width:80%;
margin:0.5em auto;
padding:0;
}

form#contactForm fieldset {
	background-color:#ecf0f3;
	color: #333366;
border:1px solid #CBD6DE;
display:block;
font-size:10px;
line-height:1.2em;
margin:0.5em 0 1.5em;
padding:10px;
}

label.contact {
clear:left;
display:block;
float:left;
width:100px;
text-align:right;
padding-right:10px;
	color: #333366;
margin-top:0.3em;
}

label.contact_above {
clear:left;
display:block;
text-align:left;
	color: #333366;
margin:0;
padding:0;
}

form#contactForm input#name {
width:385px;
border:1px solid #4e6664;
margin-bottom:0.3em;
padding:2px;
}

input#company {
width:385px;
border:1px solid #4e6664;
margin-bottom:0.3em;
padding:2px;
}

input#email {
width:385px;
border:1px solid #4e6664;
margin-bottom:0.3em;
padding:2px;
}

input#phone {
width:385px;
border:1px solid #4e6664;
margin-bottom:0.3em;
padding:2px;
}

form#contactForm select {
width:385px;
border:1px solid #4e6664;
margin-left:0.5em;
}

form#contactForm textarea {
width:485px;
height:auto;
border:1px solid #4e6664;
overflow:auto;
padding:0.5em;
}

form#contactForm option {
background:#fafafa;
color:#000;
}

form#contactForm optgroup {
background-color:#e9edec;
color:#333;
font-style:normal;
}

form#contactForm optgroup option {
background:#fafafa;
color:#000;
padding-bottom:2px;
}

form#contactForm #submit_button {
width:90px;
height:30px;

}

form#contactForm #button1:hover {
color:#7f9592;
}

form#contactForm #button2:hover {
color:#7f9592;
}

/* A-Z */
.breadcrumb {
	margin: 0 30px;
	padding:5px;
	font-size:0.8em;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#333366;
	height:1.5em;
	line-height:1.5em;
	vertical-align:middle;
	background:#ecf0f3 url("../../img/col_head_bg.jpg") repeat-x;
	border:1px solid #88a0b5;
	display:block;
	overflow:hidden;
}
.breadcrumb a {
	color: #88a0b5; 
	text-decoration:none;
		font-weight: bold;

	}
.breadcrumb a:visited {
	color: #88a0b5;
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
	color: #333366;
	text-decoration: underline;
		font-weight: bold;

}

.error {
	padding: 0.5em;
	margin-bottom: 1.5em;
	border: dashed 1px #fff;
	color: #fff;
	background-color: red;
}

hr {
	height: 1px;
	width: 100%;
	background-color: #999999; /*#999;*/
	margin-bottom: 1em;
}

img.embed {
	float: left;
	margin: 0 1em 0.5em 0;
	width: 250px;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


/************* Main Menu links (no Javascript) ****************/

a.mainnavlink, a.mainnavlink:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.mainnavlink:hover{
	text-decoration: underline;
		color: #666666;
}
/************* Plugins ****************/

#map {
line-height:1.2em;

}
