<!--
body {
	background:#eee;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center; /*centers the main in IE5/win */
	color: #333;
	}

/* Center Vertically */
div.full{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:1px;
}

div.fifty{
	position:relative;
	top:50%;
}

/*\*/
html>body*div.fifty {top:320px;left:0px;}
/**/

div.repos{
	height:580px;
	position:relative;
	bottom:290px;
}

td {
text-align:left;
}
	
p, input, div, td, textarea {
	font-size:12px;
	color: #09144f;
	line-height:1.2em;
	}


label {
 cursor: pointer;
 cursor: hand;
}

h1 {
	font-size:15px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:1px;
	font-weight:normal;
	letter-spacing:1px;
	color:#a02031;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	font-size:14px;
	margin-top:5px;
	margin-bottom:4px;
	font-weight:normal;
	display:block;
	color: #333;
	}

h3 {
	margin-bottom:5px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

hr {
	height:1px;
	background:white;
	border:none;
	border-bottom:1px dotted #DEDEDE;
	width:auto;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}

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

a:hover {
	color:#333;
	}

a.white:link, a.white:visited, a.white:active {
	color:#fff; }

a.white:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#container {
	width: 950px;
	/*min-height:500px;
	_height:500px;*/
	margin: auto;  /*centers the whole container */
	text-align: left;
	padding:0;
	border:1px solid #595959;
	/*-moz-border-radius:8px; */
	background: white url(../images/gradient.gif) repeat-x bottom;
}

#container div.upper_border{
	background: white url(../images/upper_border.gif) no-repeat top center;	
	position:relative;
	bottom:5px;
	height:6px;
}

#container div.lower_border{
	clear:both;
	background: white url(../images/lower_border.gif) no-repeat bottom center;	
	position:relative;
	top:5px;
	height:6px;
	padding:0;/*IE 6 Fix*/
	line-height:1px;/*IE 6 Fix*/
	font-size:1px;/*IE 6 Fix*/
}

#popup {
	margin: auto; /* centers the whole container */
	margin-top: 10px;
	text-align: center;
	font-size:12px;
	padding:0px;
	border:0px solid #C70E11;
}


/* main===== */

#eyecatcher {
	border-top:1px solid #7f7f7f;
	border-bottom:1px solid #7f7f7f;
	margin-top:5px;
	height:175px;
	background:#eee;
}

#eyecatcher img {
	position:absolute;
}

#main {
	clear: both;
	padding:0;
	margin:6px 2px 0px 10px;
}

#main u {
color:#a02031;
}

#main a:link,
#main a:visited,
#main a:active {
	color:#a02031;
	text-decoration:none;
	background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	}

#main a:hover {
	color:#000;
	background-color:#EEE;
	background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

#main a.pure,
#main a.pure:link,
#main a.pure:visited,
#main a.pure:hover,
#main a.pure:active{
	background:none;
	padding:0px;
}

#sec_nav{
	float:left;
	width:240px;
}

#sec_nav .nav{
	height:120px;
}

#contact {
	width:950px;
	text-align:left;
	margin:auto;
	position:relative;
	bottom:75px;
	left:10px;
	color:#666;
	font-size:9px;
	font-family:Lucida Sans,Arial;
}

#content {
	float:left;
	margin-left:10px;
	width:675px;
	font-family: Verdana, Arial;
	font-size:12px;
	line-height:18px;
	overflow:auto;
	height:280px;
	/*_height:250px;*/
	background:url(../images/logo_mini.gif) no-repeat 98% bottom;
	padding-right:10px;
}

#content input, 
#content textarea{
	border:1px solid #CCC;
	background:#EEE;
}

#content input:focus,
#content textarea:focus{
	border:1px solid #000;
	background:#EEE;
}

#content div.gallery a,
#content div.gallery a:link,
#content div.gallery a:visited,
#content div.gallery a:active {
  background:none;
	color:#069;
	text-decoration:none;
	border:none;
	padding:0;
	}

#content div.gallery a:hover {
	background:none;
	color:#333;
	border:none;
	padding:0;
	}

#content div.gallery img {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}



/* GOOGLE HEADER ===== */

#googleheader {
display:none;
}

/* NAVIGATION ===== */



#header {
	height:80px;
	background:url(../images/logo.gif) no-repeat 10px 10px;
}

#header ul#primary {
	margin: 60px 10px 0 0;
	padding: 0;
	/*position: absolute;*/
	width: auto; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	float:right;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: auto;
	display: block;
	float: left;
	padding: 4px 12px;
	margin: 0px 0px 0 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #09144f;
}

#header ul#primary a.on, #header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	background: #eee;
	margin-top: 0;
	color:#09144f;
	font-weight:bold;
}

#header ul#primary a {

}

#header ul#primary a:hover {
	margin-top: 0;
	background: #8e1524;
	color:white;
}

#main ul#secondary {
	/*position: absolute;*/
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:20px;
	padding-top:20px;
	width: 200px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#main ul#secondary li {
	text-align:right;
	margin-top:10px;
	padding-right:14px;
	background-image:url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main ul#secondary li a,
#main ul#secondary li span {
	background: transparent;
}

ul#secondary li a:active {
	color: #000;
	background: transparent;
}

ul#secondary li a.chosen{
	/*color:#2c4f61;*/
	font-style:normal;
	font-weight:bold;
	background-color:#e7f0f4;
}


/* FOOTER ===== */

#footer{
	margin:auto;
	margin-top: 2px;
	color:#bbb;
	font-size: 9px;
	width:930px;
	text-align:right;
	position:relative;
	bottom:53px;
}

/*\*/
html>body*#footer {bottom:45px;}
/**/

#footer a,
#footer a:link, a.footera:visited, a.footera:active {
	text-decoration:none;
	color:#bbb;
}

#footer a:hover {
	color:#000;
	text-decoration:none;
}

.box {
	float:right;
	width:16em;
	background:#EEE;
	border:1px solid #86A1B6;
	padding:7px;
	margin:15px 0px 0px 5px;
}

.box h1,.box h2 {
	border:none;
	color:#000;
	font-size:14px;

}


#main .box input, #main .box textarea{
	border:1px solid #999;
	background:#FFF;
	padding-left:3px;
}

#main .box input:focus,#main .box textarea:focus{
	border:1px solid #666;
	background:#FFF;
	padding-left:3px;
}

.gradient {
	background-image:url(../images/menu_gradient.gif);
	border-bottom:1px solid #96B0C1;
	border-top:1px solid #96B0C1;
	clear:both;
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
}

div.gallery {
  margin-top: 10px;
}

/* HACKS (hide from) */

/* Mac IE */

@media screen, projection {
.search-box { color:white }
}
/* end Mac IE */


-->