/* skyhighcamera css */

body {
	background: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #003366;
}

#container {
	width: 781px;
	text-align: left;
	background: #FFFFFF url(images/bg.gif) top left repeat-y;
	margin: 0px auto;
}


/* Header stuff */


#header h1 {
	margin: 0px;
	padding: 0px;
	width: 133px;
	height: 244px;
	float: left;
	background: #F48A21 url(images/logo.gif) top center no-repeat;
	border-bottom: #FFFFFF 2px solid;
}
#header h1 span {
	display: none;
}
#header h2 {
	margin: 0px;
	padding: 0px;
	width: 646px;
	height: 244px;
	float: right;
	background: #FFFFFF url(images/high_level.jpg) top right no-repeat;
	border-bottom: #FFFFFF 2px solid;
	display:inline;
}
#header h2 span {
	display: none;
}


/* main body stuff */


#mainbody {
	clear: both;
}
#nav {
	width: 125px;
	margin-right: 5px;
	margin-top: 15px;
	font-weight: bold;
	font-variant: small-caps;
	float: left;
}
#signup {
	margin-top: 10px;
	font-weight: normal;
	float: left;
	overflow:auto;
}
#signup input{border:1px solid #0868a5;margin-top:3px;}
table.signup{border:1px solid #f48a21;margin-bottom:15px;}
#nav ul {
	list-style-type: none;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#nav li {
	padding: 3px 0px;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #C8E0ED;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#littlepicture {
/*	display: inline;
	width: 130px;
	height: 98px;
	background: #FFFFFF url(images/ground_level.jpg) top left no-repeat;
	float: right;
	border-bottom: #FFFFFF 2px solid;
*/
}

#content {
	margin: 0px 100px 40px 150px;
	padding-top: 10px;
	overflow:auto;
}

#content h1 {
	font-size: 1.3em;
}

#content p {
	text-align: justify;
}
#content p.emphasis {
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}

#content ul {
	padding-left: 15px;
	margin-left: 0px;
}

#content a:link {
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
#content a:hover {
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
#content img {
	border: 0px;
	margin-left: 12px;
	margin-bottom:12px;
}

/* footer stuff */

#footer {
	clear: both;
	height: 40px;
	padding: 20px;
	text-align: center;
	background-color: #0868A5;
	border-top: #FFFFFF 2px solid;
	color: #FFFFFF;
	
}
#footer a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-weight: bold;
	color: #C8E0ED;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
