/*--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:#e3e3e3; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#444; margin:0; padding:0;}

a:visited, a:link {color:#111; text-decoration:none; font-weight:bold; font-style:italic; outline: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;}


/*--WRAP--*/
#wrap { position:relative; margin:0 auto; background:url(../images/bg.jpg) top center no-repeat;}


/*--BANNER--*/
#banner {background:#3a6e8f; height:130px; margin:0 auto; border-bottom:1px solid #444;}

#border {height:20px; background:#555 url(../images/border.jpg) top center no-repeat; border-bottom:1px solid #555;}

.container {width:850px; height:130px; margin:0 auto; }

.logo {float:left; height:130px; background: url(../images/logo.png) top center no-repeat; width:400px;} 

/*--NAVIGATION--*/
#nav { 
	background:#3a6e8f url(../images/top.png) top right no-repeat;
	width:547px;
	padding:5px;
	padding-left:8px;
	float:right;
	position:relative;
	z-index:5000;
	text-align:center;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
#nav ul{
	
	display:inline;
}
#nav ul li {
	display:inline;
	margin-left:8px;
}

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

#nav ul li a:hover {text-decoration:none; color:#036;}


/*--CONTENT--*/
#content {text-align:justify; width:850px; margin:0 auto; line-height: 1.8em; background:url(../images/top.png) top center no-repeat;}

.inner {text-align:left; float:left; width:230px; padding:25px; padding-top:12px; background:#3a6e8f url(../images/top.png) top left no-repeat; color:#fff;}

.inner2 {float:right; width:510px; padding:25px; background:#888 url(../images/content.png) top center no-repeat; padding-bottom:0px; color:#222;}

.inner2a {float:right; width:510px; padding:25px; background:#888 url(../images/content.png) top center no-repeat; padding-bottom:0px; color:#222;}

.inner2a img {margin:10px; padding:10px; border:1px solid #036;}

.inbottom {float:right; height:30px; width:560px; background:url(../images/bottom.jpg) top center no-repeat;}

.pic {float:right; width:560px; height:200px; background:#888;}

#logos {float:right; margin-top:10px; width:560px;}

#login {float:right; width:250px; padding-top:20px; }

/*--FOOTER--*/
#footer {text-align:right; font-size:11px; width:800px; margin:0 auto; padding:25px; padding-top:10px;}

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

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

#footer a:hover {}

/*--INPUT--*/
input, select {}
  
textarea {}

input, submit {}

/*--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 */
