/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; margin:0;}
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #f2f2f2;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #434343;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #807f83;
	text-decoration: underline;
}
a:hover {
	color: #006c86;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #212121;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top:10px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #212121;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #006c86;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.headMain {
	color: #217394;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	color: #217394;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


.listStyle {
	list-style:disc;
	line-height: 18px;
	padding-left: 40px;
}


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); 
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity:0.5;
}

.input {
	background: #fff;
	border: 0;
	padding: 5px 15px 5px 15px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	color: #5a5a5a;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.submit {
	background: #217192;
	border: 0;
	padding: 5px 0 5px 0;
	width: 103px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.float {
	float: left;
}

.clear {
	clear: both;
}

	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 860px;
	margin: auto;
}

.slideshow {
	float: left;
}


/* DIV CONTENT =============================================== */
#header {
	width: 860px;
	float: left;
}


#contentMAIN {
	background: #e1e1e1 url('../images/call01.jpg') no-repeat 550px 20px;
	width: 800px;
	margin-top: 20px;
	padding: 17px 30px 0px 30px;
	float: left;
}

#contentTEXT {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px;
	float: left;
}

.textHome {
	width: 535px;
}

.textOther {
	width: 770px;
}


.textOther ul {
	list-style: disc;
	margin-left: 20px;
}

#sidebar {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	float:right;
}

#menu {
	margin-top: 15px;
	width: 800px;
	float: right;
}


#footer {
	background: #e1e1e1 url(../images/bg_footer.jpg) no-repeat;
/*	padding-top: 15px; */
	width: 860px;
	height: 130px;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:right;
	width:800px;
	z-index: 100;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	background: #b1be30 url('../images/bg_menu.jpg') repeat-x;
	height: 35px;
	padding: 5px 29px 5px 28px;
	border-right: 1px solid #1d6583;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #4b818d;
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-color: #4b818d;
	background-image: none;
	color: #fff;
}

/* Top Nav elements enclosed up */
/* CSS Document */


