/*--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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--FOR PAGE--*/
body { background:#1c6b9c url(../images/bg.jpg) bottom center repeat-x; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#15496a; margin:0; padding:0;}

a:visited, a:link {color:#000; text-decoration:none;}

a:hover {text-decoration:underline;}

img {border:none;}

h2 {margin:0px; font-weight:bold; font-style:italic;}

.left {float:left; margin-right:15px; margin-top:7px;}

.right {float:right; margin-left:15px; margin-top:7px;}

.text {margin-left:35px; color:#444;}

.head {margin-bottom:10px; padding-bottom:5px; border-bottom:1px solid #ccc; font-size:24px; font-weight:bold; font-style:italic; color:#15496a;}

.head2 {margin-bottom:10px; font-size:17px; font-weight:bold; font-style:italic; color:#15496a;}

.headerimage {width:800px; height: 300px; background: #000 urL(../images/header.png) top center no-repeat; margin-bottom:10px;}

.headerimage2 {width:800px; height:120px; background: #000 urL(../images/header2.png) top center no-repeat; margin-bottom:10px;}

/*--WRAP--*/
#wrap { position:relative; width:850px; margin:0 auto;}


/*--BANNER--*/
#banner {height:150px; width:850px; margin:0 auto; }

/*--NAVIGATION--*/
#nav { 
	background:url(../images/nav.jpg) top center no-repeat;
	width:825px;
	padding:15px 15px 15px 10px;
	margin:0 auto;
	position:relative;
	z-index:5000;
	text-align: center;
}
#nav ul{
	
	display:inline;
}
#nav ul li {
	display:inline;
	margin-right:-4px;
}

#nav ul li a:link, #nav ul li a:visited {padding:14px 35px 14px 35px; color:#fff; font-weight: bold;}

#nav ul li a:hover {text-decoration:none; color:#3b8fc2; font-weight: bold;}


/*--CONTENT--*/
#content {text-align:justify; width:800px; margin:0 auto; padding:25px; line-height: 1.8em; background: #3b8fc2 url(../images/content.jpg) top center no-repeat; color:#f1f0d2;}

.inner {float:left; width:387px;}

.innerb {float:left; width:387px; text-align: left;}

.inner2 {float:right; width: 387px;}


/*--FOOTER--*/
#footer {text-align:right; font-size:11px; width:800px; margin:0 auto; padding:25px; padding-top:10px; border-top:1px solid #000; background: #3b8fc2;}

.footer {float:left; text-align: justify; width: 400px; padding-top:15px;}

#footer a:link, #footer a:visited {color: #333;}

#footer a:hover {}

/*--INPUT--*/
input, select {width:200px;}
  
textarea {width:200px;}

input, submit {width:200px;}

/*--CLEARFIX--*/
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
