/* 
Orca-sa.com Main stylesheet 
$Id $
*/

body {
	font-size: 76%;
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	text-align: center; 
	min-width: 760px;
	border-bottom: 1em solid #FFF;
	margin: 0;
	padding: 0;
}

#page {
	width: 760px;
	text-align: left;
	margin: 0 auto; 
}

#header img {
	border: 0 none;
	padding-top: 1em;
}

#nav {
	font-size: 97%;
	padding-bottom: 3em;
	padding-top: 1em;
}

#nav ul, #nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav a {
	padding: 0.2em 0.5em;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	color: #666;
	float: left;
	border-left: 1px solid #EEE;
	font-weight: normal;
}

#nav a:hover {
	border-bottom: 3px solid #016;
	color: #016;
}

#nav a.last {
	border-right: 1px solid #EEE;
}

/*sub item seleced color */
#nav a.selected {
	border-bottom: 3px solid #016;
	color: #016;
}


#content {
	background: url(../images/content-back.png) top center no-repeat;
}

#footer {
	font-size: 90%;
	border-top: 1px solid #EEE;
	margin-top: 3em;
	padding-top: 1em;
	color: #999;
}

#footer a {
	color: #999;
}

/* Links */

a {
	font-weight: bold;
	color: #01B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Headings */

#content_pre h1 {
	font-size: 250%;
	margin-bottom: 1em;
}

h1 {
	color: #016;
	font-size: 200%;
}

h2 {
	color: #016;
	font-size: 150%;
}

h3 {
	color: #016;
	font-size: 110%;
}

h4 {
	font-size: 100%;
	color: #016;
}

/* Other */

blockquote {
	font-weight: bold;
}

/* Forms */

input {
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#contact input {
	border: 1px solid #BBB;
	padding: 3px;
	width: 400px;
}

#contact textarea {
	font-family: "Lucida Grande", Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #BBB;
	padding: 3px;
	width: 400px;
}

#contact input.button {
	font-weight: bold;
}

#contact .list label {
	display: block;
}

#contact .list input {
	margin-bottom: 1em;
}

#contact input.imagesubmit {
	width: 101px;
	height: 31px;
	border: 0;
	padding: 0;
	margin-top: 1em;
	margin-left: 300px;
}

input.imagesubmit:hover {
	background: #EEE;
}
