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

html, body {
	width: 100%;
	height: 100%;
	background-image:url(../image_in_use/png_images/background3.png);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	background-color: #14377e;
}


/*id*/

#wrapper {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 450px;
	height: 84px;
	margin-top: 30px;
	margin-left: 50px;
}

#brochureimg {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: 300px;
	background-image: url(../image_in_use/png_images/donwloadicon.png);
}

#brochuretext {
	width: 250px;
	height: auto;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: 330px;
	font-size: 10px;
	color: #CCC;
}


#flyerimg {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 300px;
	background-image: url(../image_in_use/png_images/donwloadicon.png);
}

#flyertext {
	width: 250px;
	height: auto;
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: 330px;
	font-size: 10px;
	color: #CCC;
}


#navigation {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	margin-top: 30px;
}

#body {
	width: 1024px;
	height: auto;
}

#boxtop {
	width: 1024px;
	height: 50px;
	background-image: url(../image_in_use/png_images/box_top.png);
	background-repeat: no-repeat;
}

#boxmid {
	width: 1024px;
	height: 800px;
	background-image: url(../image_in_use/png_images/box_mid.png);
	background-repeat: repeat-y;
}

#dykbox {
	width: 200px;
	height: 220px;
	background-image: url(../image_in_use/png_images/dyk_box.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: 270px;
	top: 250px;
}

#dyktitle {
	width: 140px;
	height: auto;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 11px;
	color: #14377e;
	margin-top: 35px;
}

#dyktext {
	width: 140px;
	height: auto;
	margin: 0 auto;
	font-size: 10px;
	color: #333;
	margin-top: 15px;
}

#maintext {
	width: 700px;
	height: auto;
	font-size: 13px;
	padding-top: 10px;
	margin: 0 auto;
}

#boxbtm {
	width: 1024px;
	height: 50px;
	background-image: url(../image_in_use/png_images/box_btm.png);
	background-repeat: no-repeat;
}

#footer {
	width: 1024px;
	height: auto;
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	color: #CCC;
}
	

/*header tags*/

h1 {
	color: #14377e;
	font: Verdana;
	font-size: 14px;
	margin: 0;
}

/*<ul>*/

ul, li {
	margin: 8px;
	padding: 0px;
}

/*links*/

.footlink a:link {color: #CCC;}
.footlink a:visited {color: #CCC;}
.footlink a:hover {color: #F60;}
.footlink a:focus {color: #CCC;}
.footlink a:active {color: #F60;}	

.dyklink a:link {color: #666;}
.dyklink a:visited {color: #666;}
.dyklink a:hover {color: #F60;}
.dyklink a:focus {color: #666;}
.dyklink a:active {color: #F60;}
