@charset "utf-8";
/*						*/
/* Structural elements  */
/*						*/

body {
	background: #00afd8 url(../images/bg.png) repeat-x top;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 0; 
	
}

#main {
	width: 940px;
	background: none;
	margin: 30px auto;
	border: none;
}

#navigation {
	width: 920px;
	height: 254px;
	background: none;
	margin: 0 10px;
	padding: 0;
	border: none;
	overflow: hidden;
}

#content {
	width: 920px;
	background: url(../images/sig-bg.png) no-repeat bottom;
	margin: -2px 10px 0 10px;
	padding: 0 0 10px;
	border: none;
	overflow: hidden;
}

#shadow {
	width: 940px;
	height: 93px;
	background: url(../images/shadow.png) no-repeat top;
}


#text {
	margin: 20px 20px 20px 20px;
	float:left;
	width: 500px;
}

#textwide {
	margin: 20px 20px 20px 20px;
	float:left;
	width: 520px;
}

#sidebar {
	width: 312px;
	float: right;
	margin: 20px;
}

#email {
	color:	#005c7c;
	text-decoration:underline;
	cursor:pointer;
}

#flythrough {
	float: left;
	width: 480px;
	height: 320px;
	margin: 30px 30px;

}

/*					     */
/* Type/conent elements  */
/*						 */

h1 { 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size: 32px;
	color: #005c7c;
	font-weight: normal;
	line-height: 40px;
	margin: 0 4px 20px;
}

p {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 8px;
	
}

 ul {
	margin: 5px 8px 5px 20px;
	padding: 0;
}

li {
	
	padding:  2px;
	color:#000;
	list-style: square;
	margin: 4px 0;
}



a {
	color:	#005c7c;
	text-decoration:underline;
	
}

a:hover {
	color:	#005c7c;
	text-decoration: none;
	
}
td	{
	padding-right:8px;
}

td em {
	font-weight: bold;
	color:#C30;
	font-style:normal;
	
}
em.required {
	color:#C30;
	font-style:normal;
}

input {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #005c7c;
	height: 18px;
	width: 191px;
	padding-left: 4px;
}


select  {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #005c7c;
	height: 18px;
	width: 191px;
	padding-left: 4px;
}


input[type='button'] {
	border: none;
	height: 25px;
	width: 55px;
	color: #FFF;
	background: #069 url(../images/button.png);
}

input.small {
	width: 56px;
	margin: 0 10px 0 0;
	padding-left: 4px;
}
table {
	margin:5px;
}
textarea {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #005c7c;
	height: 76px;
	width: 191px;
	padding-left: 4px;
}

#flashLinks {
	width: 200px;
	height: 320px;
	margin: 30px 24px;
	float: left;
}
