@charset "utf-8";
/*==========RESET============*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
ul{
	padding-left:10px;
}
li{
	margin-bottom:5px;
}
@font-face{
	font-family: "Monotype Corsiva";
	src: url('MTCORSVA.TTF');
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:85%;
	margin:0%;
	background:#ffffff;
}
.img {
	border:0;
}
header {
	padding:0%;
}
div.container {
	margin:auto;
	max-width:1280px;
	box-shadow: 0 5px 15px #999999;
	padding-top:40px;
}
div.header_text{
	float:left;
	width:35%;
	text-align:center;
	margin-top:5%;
	margin-left:150px;
}
div.header_text h2 {
	font-size:1.4em;
	font-style:italic;
	color:#3DBFEE;
}
div.header_text h3 {
	font-size:1.2em;
	font-style:italic;
	color:#3DBFEE;
}
img.logo {
	padding:2%;
	float:left;
	width:15%;
}
img.slide {
	width:100%;
}
div.slogan {
	width:100%;
	background-color:#000000;
	color:#3DBFEE;
	text-align:center;
	margin-top:-3px;
}
#box_left {
	border:1px solid #cccccc;
	float:left;
	width:25%;
	clear:both;
	padding:1%;
	margin:3% 0% 3% 4%;
}
#box_left ul {
	list-style-image:url(images/bullet.gif);
}
#box_centre {
	border:1px solid #cccccc;
	float:left;
	padding:1%;
	width:25%;
	margin:3% 0% 3% 4%;
}
#box_centre {
	list-style-image:url(images/bullet.gif);
}
#box_right {
	border:1px solid #cccccc;
	float:left;
	padding:1%;
	width:25%;
	margin:3% 0% 3% 4%;
}
address {
	float:right;
	text-align:right;
	font-weight:bold;
	font-style:normal;
	padding:2%;
}
address p {
	color:#3DBFEE;
	margin:0;
	font-size:24px;
}
address a:link, address a:visited {
	text-decoration: none;
	color:#000000;
}
nav#stdnav {
	background-color:#333333;
	width:99%;
	padding:0.7%;
	box-shadow: 0 0 5px #999999;
	position:fixed;
	z-index:99;
}
nav#stdnav ul {
	list-style-type:none;
	margin:0;
	text-align:center;
}
nav#stdnav ul li {
	display:inline;
}
nav#stdnav a:link, nav#stdnav a:visited {
	color:#ffffff;
	background-color:#333333;
	text-align:center;
	text-decoration:none;
	padding:0.7% 0.9%;
}
nav#stdnav a:hover {
	background-color:#3DBFEE;
}
a.affl:link, a.affl:visited {
	text-decoration:none;
	display:block;
	color:#ffffff;
	padding:2%;
	font-weight:bold;
	background-color:#3DBFEE;
}
a.affl:hover {
	background-color:#000000;
}
a.affl_eweb:link, a.affl_eweb:visited {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:2%;
	font-weight:bold;
	background-color:#093;
}
a.affl_eweb:hover {
	background-color:#000;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size: 0.8em;
}
span.error {
	color:#ff0000;
}
span.sent {
	color:#060;
}
input:focus, textarea:focus {
	background-color:#F5FADA;
}
footer {
	clear:both;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	background-color:#333333;
}
a.ewebsite:link, a.ewebsite:hover, a.ewebsite:visited {
	text-decoration:none;
	margin-right:5px;
	color:#fff;
	float:right;
}