@charset "utf-8";
/* CSS Document */

body {
	 /* for IE */
	margin-top: 0px;
	background-image: url(../images/tile_background.bmp);
	background-color: #2e2e2e;
	background-repeat: repeat-x;
	text-align: center;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
}

/*=====================================================*/
/*------------------- MAIN ELEMENTS -------------------*/
/*=====================================================*/

#container{
	width: 982px;
	height: 1038px;
	margin: auto;
	text-align: center;
	padding: auto;
	background-color: #dedede;
}

#shadow-left{
	width: 10px;
	height: 1038px;
	background-image:url(../images/shadow-left.jpg);
	background-repeat:repeat-y;
	float: left;
}

#shadow-right{
	width: 10px;
	height: 1038px;
	background-image:url(../images/shadow-right.jpg);
	background-repeat:repeat-y;
	float: right;
	
}

#black-strip{
	width: 962px;
	height: 30px;
	background-color: #000000;
	border-bottom: solid 1px #00CCFF;
	float: left;
	text-align:center;
	background-image: url(../images/fade-top.png);
	background-position: center;
	background-repeat: no-repeat;
}

#header {
    width: 962px;
	height: auto;
	background-color: #2297bd;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	float: left;
	background-image: url(../images/fade-bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#logo{
	width: 260px;
	height: 57px;
	margin-left: 27px;
	margin-top: 23px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#content{
	width: 908px;
	height: 87px;
	margin: 0 27px;
	text-align: center;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/content-top_background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#content2{
	width: 908px;
	height: auto;
	margin: 0 27px;
	text-align: center;
	float: left;
	background-color: #ffffff;
}

#slideshow{
	width: 962px;
	height: 500px;
	float: left;
	background-image: url(../images/slideshow_background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#contact{
	height: 87px;
	vertical-align: middle;
}

#contact ul{
	margin-top: 20px;
	text-align: right;
	padding:0; 
	list-style:none; 
}

#contact li {
	display: inline;
	padding-right: 20px;
}

#content-bottom{
	width: 451px;
	margin-top: 30px;
	height: auto;
	text-align: left;
	float: left;
}

#content-bottom ul{
	text-align: left;
	padding:0; 
	list-style:none; 
	margin-bottom:  30px;
}

#content-bottom li {
	display: inline;
}
#content-bottom img {
	margin-left: 60px;
	display: inline;
	margin-bottom: -15px;
}

/*=====================================================*/
/*------------------------ NAV ------------------------*/
/*=====================================================*/

#nav{
	float: right;
	margin-top: 23px;
	height: 57px;
	width: 648px;
	margin-right: 27px;
}

#nav ul {
	text-align: left;
	margin-top: 20px;
	padding:0; 
	list-style: none; 
} 
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	display:inline; 
	margin:0; 
	padding-left: 20px;
} 

/*=====================================================*/
/*-------------------- FONT STYLES --------------------*/
/*=====================================================*/

	h1 { font-family: Arial, Helvetica, sans-serif; font-size:large; font-weight:400; color:#0099CC; margin-left: 10px; margin-right: 2px; margin-bottom: 20px; display: inline;}
	h2 { font-family: Arial, Helvetica, sans-serif; font-size:medium; font-weight:400; color: #333333; display: inline; letter-spacing:3px;}
	h3 { font-family: Arial, Helvetica, sans-serif; font-size:13px; font-weight:800; color: #0099CC; margin-left: 60px; margin-bottom: 30px; display: inline; letter-spacing:1px;}

p { font-family: Arial, sans-serif; font-size:11px; margin: 20px 60px 20px 60px; color: #333333; }

ul li { list-style-type: none; line-height:24px;}

a.nav:link, a.nav:visited { color: #ffffff; text-decoration:none; }
a.nav:hover, a.nav:focus { color: #ffffff; text-decoration: underline; }

a:link, a:visited { color: #0099CC; text-decoration:none; }
a:hover, a:focus { color: #0099CC; text-decoration: underline; }

/*=====================================================*/
/*----------------------- FOOTER ----------------------*/
/*=====================================================*/

#footer {
	width: 962px;
	height: 30px;
	background-color: #111111;
	border-top: solid 1px #00CCFF;
	float: left;
	background-image: url(../images/fade-top.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#footer-nav{
	text-align: center;
	margin-top: 0px;
	height: 30px;
	width: 400px;
	margin: 0 281px;
}

#footer-nav ul {
	margin-top: 3px;
	padding:0; 
	list-style:none; 
}

#footer-nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	display:inline; 
	margin:0; 
	padding-left: 20px;
}
