@charset "UTF-8";

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 140px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -140px; /* negative value of footer height */
	height: 140px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
	
	
/* CSS Document */

body {
	margin: 0 auto;
}

#wrap {
}

.bgi {
	background: url(../images/letters.gif) no-repeat;
}

#main {
	width: 800px;
	clear: both;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
}


#header {
	text-align: center;
	background: #191919;
	padding: 0px 0px 15px 0px;
	height: 185px;
	background: url(../images/osohead.gif) no-repeat top center;
}

#header h1 { 
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
	white-space: nowrap;
}

#header span { 
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #E8E8E8;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 8px;
	letter-spacing: 2px;
	border-left: 1px solid #FFF;
}

#nav {
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px;
	background: #CCC;
}

#nav ul {
	list-style: none;
	display: inline;
	margin: 0px;
	white-space: nowrap;

}

.home {
	background:  #9f7cbf;
	color: #FFF;
}

#nav li {
	list-style: none;
	display: inline;
	letter-spacing: 3px;
	padding: 5px 10px;
	white-space: nowrap;
}

#nav li a {
	text-decoration: none;
	color: #191919;
	margin: 0px;
	padding: 5px 10px;
}

#nav li a:hover {	
	text-decoration: none;
	background:  #9f7cbf;
	color: #FFF;
	margin: 0px;
	padding: 5px 10px;
}

#homecon {
	width: 700px;
	margin: 0px;
	padding: 30px 40px;
}

#homecon h1 {
	font: 20px bold "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	border-bottom: solid 1px #CCC;
	color: #9f7cbf;
}

#homecon p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 8px 4px 8px 8px;
}

#homecon a {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-bottom: 1px;
	color: #FC3;
	border-bottom: solid 2px #FC3;
	text-decoration: none;
}

#homecon a:hover {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 10px;
	color: #9f7cbf;
	border-bottom: none;
	text-decoration: none;
}

#homecon ul {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	list-style: disc;
}

#homecon img {
	border: none;
	float: right;
	padding: 12px;
}



#left {
	width: 500px;
	padding: 30px 0px 25px ;
	background-color: #FFF;
	float: left;
}

#left h1 {
	font: 20px bold "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	border-bottom: solid 1px #CCC;
	color: #9f7cbf;
}

#left p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 8px 4px 8px 8px;
}

#left ul {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	list-style: square;
	padding-left: 0px;
}

.bul {
 	font-weight: bold;
	text-decoration: underline;
}

#interior {
	margin: 0px auto;
}

#left img {
	border: none;
	background: #FFF;
	padding: 3px;
	margin: 0px;
	clear: both;
}

#formcol1 {
	width: 180px;
	
}

#formcol2 {
	width: 315px;
	float: right;
}

#right {
	float: right;
	padding: 30px 5px 25px 10px;
}

.dashed {
	background: #FFF;
	border: 2px dashed #E8E8E8;
	padding: 5px 10px;

}

#right h1 {
	font: 20px bold "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	border-bottom: solid 1px #CCC;
	color: #9f7cbf;
}

#right p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 8px 4px 8px 8px;
}

#footer {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
} 

#foot {
	width: 800px;
	height: 140px;
	padding: 0px 10px;
	margin: 0px auto;
}

#footlink {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: right;
	line-height: 12px;
}
#footlink p {
	padding: 12px 0px 0px 0px;
	letter-spacing: 4px;
}

#footlink ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 2px;
}

#footlink li {
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0px 5px 0px 0px;
	height: 64px;
}

#footlink li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#footlink li a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	display: inline;	
}

.foothome {
	color:  #9f7cbf;
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
}

.red { 
	color:  #9f7cbf;
}

.subhead {
	font-weight: bold;
	color: #9f7cbf;
	font-size: 14px;
}

.topbor {
		border-top:  #9f7cbf solid 2px;
}

#thumb {
	width: 176px;
	height: auto;
	margin: 0px;
	padding: 30px 0px 0px 20px;
	text-align: center;
	float: right;
}

#thumb p {
	font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	padding: 15px 0px 0px 15px;
	margin: 0px 3px;
	text-align: right;
	clear: both;
	border-bottom:  #9f7cbf solid 2px;

}	

#thumb p a {
	color: #999;
	text-decoration: underline;
}

#thumb p a:hover {
	color: #999;
	text-decoration: underline;
	
}

#thumb a {
	color: #999;
	text-decoration: none;
}

#thumb a:hover {
	color: #999;
	text-decoration: none;
}

.thumb {
	width: 26px;
	height: 26px;
	margin: 0px;
	float: left;
	padding: 3px;
	/*background-color:#FFF;*/
	
}

.thumb img {
	border: 1px solid #000;
}

#piece {
	width: 602px;
	margin: 0px;
	padding: 30px 0px;
	text-align: center;
}

#piece p {
	font: 11pt/14pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #151515;
	text-align: center;
	margin: 0px;
	padding: 5px;
	
}

#piece img {
	border: solid 1px #333;
}

.form p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 8px 4px 8px 8px;
}

.form ul {
	list-style: none;
	display: block;
	margin: 0px;
}

.form li {
	list-style: none;
	display: block;
	padding: 0px;
}

#error-message {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

#capt {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif 10px/12px;
	color:#000;
	width: 375px;
	float: right;
	background-color: #F4F4F4;
	margin-left: 10px;
	padding: 3px 10px;
}

#captcha {
	text-align: right;
	float: right;
}

#captcha img {
	float: right;
}
