*{
	margin:0;
	border:0;
	padding:0;
	color:#000;
	font:1em/1.5em 'Helvetica Neue', Arial, Verdana, serif;
	}  
  
body{
	font-size:85%;
	position:relative;
	padding: 0;
	margin: 0;
	background: #73ADD7 url(../images/gradient.gif) repeat-x;
	color: #666;
	}


.alignright{
	float:right;
	border:3px solid #fff;
	margin:0 0 10px 10px;
	}
.alignleft{
	float:right;
	margin:0 0 10px 10px;
	}
	

	
	
#page {
	background: url(../images/sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#content {
	background: #fff url(../images/content_bg.jpg) no-repeat left top;
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#container{
	width:930px;
	margin:0 auto;
	position:relative;
	}	
	
	
	
strong{
	font-weight:bold;
	}
	
	h1 { font-size: 4em;
	letter-spacing: -.06em;
	text-shadow:#fff 0 0 3px;
	color: #451A07;
	}


h2{
	font-size:1.5em;
	opacity:0.9;
	margin:0 0 10px;
	}
h3{
	font-size:1.3em;
	}
p{
	opacity:.9;
	margin:0 0 20px;
	}
	
	.pwimages{border: 0px none; padding: 0px;}

	

.important{
	z-index:90 !important;
	}

#footer{
	position:fixed;
	bottom:0; 
	left:0;
	width:100%; 
	height:25%; 
	background:url(../images/footer_bg.png) repeat-x 40% 0;
	/* background: #9A8C56 repeat-x 40% 0; */
	z-index:30;
	}
	
	#footerwrap{
		width:930px; 
		height:100%;
		margin:0 auto;
		position:relative;
		}


	#baselinks{
		position:absolute;
		top:100px;
		right:20px;
		height:50px;
		}
		#baselinks p{
			margin:0;
			font-size:.8em;
			float:right;
			opacity:1;
			clear:both;
			color:#666;
			}
		#baselinks ul{
			float:right;
			}
			#baselinks li{
				float:left;
				display:block;
				font-size:.9em;
				}
				#baselinks li a{
					text-decoration:none;
					text-transform:uppercase;
					display:block;
					float:left;
					padding:0 0 0 10px;
					color:#fff;
					text-shadow:#333 0 0 3px;
					
					}
					#baselinks li a:hover{
						color:#999;
						}
						
						
						/* HIGHSLIDE */


.highslide-container div {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
}
.highslide {
	cursor: url(../scripts/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    padding: 5px;
    background-color: white;
}


.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(../scripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../scripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-dimming {
	background: black;
}

/* NAV */

#homelink {
position: absolute;
height:100px;
margin-top:50px;
width:400px;
}

#homelink a {
float:left;
height:0;
overflow:hidden;
padding-top:100px;
width:400px;
	}


#hnav {
	margin: 133px 18px 0 0;
	padding-right: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: -1px;
}

#hnav > ul a { width:auto; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hnav a { float:none; }
/* End IE5-Mac hack */

#hnav ul{
	padding: 0;
	margin: 0;
	list-style:none;
}

#hnav li{
	padding: 0 0 0 9px;
	margin: 0 0 0 3px;
	background-image: url(../images/left_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	color: 
}

#hnav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 9px 9px 0;
	width: .1em;
	background-image: url(../images/right_tab.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	display: block;
	float: left;
	white-space:nowrap;
}
#hnav li:hover {
	background-position:left bottom;
	color: #ffffff;
}
#hnav li:hover a {
	background-position:right bottom;
	color: #ffffff;
}
#hnav li a:hover {
	color:#ffffff;
	text-decoration: none;
}

	#hnav li.on a {
	color: #ffffff; 
	background-position:right bottom;
	text-decoration:none;
	}
	
		#hnav li.on a:hover {
		color: #ffffff; 
		}
	
	#hnav li.on {
	background-position:left bottom;
	}
	
	/* FORM  */
	
	
	#contactform{		}
		#contactform p,
		#contactform label,
		#contactform input,
		#contactform textarea,
		#contactform legend{
			display:block;
			float:left;
			margin:0;
			clear:none;
			}
		#contactform legend{
			padding:10px 0 10px 6px; 	
			}
		#contactform p{
			clear:left !important;
			opacity:1 !important;
			/* background:url(../images/bg-white.png); */
			padding:6px 6px 0;
			width: 360px;
			}
			#contactform p.secondtolast{
				padding:6px;
				}
			#contactform p.last{
				padding:0 6px 6px;
				}
		#contactform label{
			opacity:.9;
			width:100px;
			padding-top:2px;
			margin-left:5px;
			}
		input,
		textarea{
			padding:2px;
			border:1px solid #333;
			background:url(../images/bg-black.png);
			color:#333;
			font:1.1em/1.6em 'Helvetica Neue', Arial, Verdana, serif;
			}
		input:hover,
		textarea:hover,
		input:focus,
		textarea:focus{
			background:url(../graphics/bg-whiter.png);
			color:#000;
			}
		input#submit{
			cursor:pointer;
			padding:2px 10px;
			background:url(../graphics/bg-whiter.png);
			color:#000;
			}
			input#submit:hover{
			background:#fff;
				}




	.container { 		 /*  used in various places to clear floating especially when two columns are of different heights	*/
	overflow: hidden; 
	width: 100%;
	margin: 0px;
	padding: 0px; }
