@charset "UTF-8";
/* CSS Document */
/* Global Defaults */

html,body{
	height: 100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}
#adminControls{
	background:#000;
	border-bottom:solid 2px #669900;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 10px 0 10px;
}
#adminControls a{
	text-decoration:none;
	padding:5px;
	color: #669900;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
body{
	font-size: .7em;
	letter-spacing: .025em;
	color: #666;
}
h1{
	color: #c5b699;
}
h3{
	font-weight: bold;
	color: #999;
}
h2{
	font-size: 1.3em;
	color: #669b67;
	margin-bottom: 0px;
	border-top: 2px dotted #c5b699;
	padding-top: 10px;
}
a{
	color: #669b67;
}
#center{
	margin: 0 auto;
	width: 850px;
}
#nav ul{
	text-decoration: none;
	padding: 10px;
	text-align: center;
	padding-bottom: 50px;
	background: url(/media/images/frame_top.jpg) #fff no-repeat bottom center;
}
#nav ul li{
	display: inline;
	background: url(/media/images/bullet.gif) no-repeat left center;
}
#nav ul li:first-child{
	background: none;
}
#nav ul li a{
	padding: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #650000;
	font-size: .9em;
}
#nav .ui-tabs-panel{
	padding: 100px;
	padding-top: 58px;
	padding-bottom: 50px;
}
#nav .ui-tabs-panel p{
	line-height: 2em;
	color: #666;
}
#nav .ui-tabs-hide { display: none; }
#nav .ui-tabs-nav .ui-tabs-selected a {
    color: #000;
	font-weight: bold;
}
#frame{
	background: url(/media/images/frame_bg.jpg) repeat-y top center;
	margin-bottom: 40px;
	padding-bottom: 0px;
}
#frame_bottom{
	background: url(/media/images/frame_bottom.jpg) no-repeat bottom center;
	height: 40px;
}
#logo{
	clear: left;
	float: left;
	margin-right: 20px;
	width: 200px;
	text-align: right;
}
#content2{
	float: right;
	width: 620px;
	position: relative;
	z-index: 10;
	font-size: .95em;
	line-height: 1.1em;
}
#content2 h2{
	border-top: none;
	padding-top: none;
}
#content ul{
	padding-left: 20px;
}
#footer{
	float: left;
	margin-top: -50px;
	margin-bottom: 20px;
}
label{
	text-transform: uppercase;
	font-weight: bold;
}
input{
	width: 180px;
	border: 2px solid #bdac90;
	margin-right: 20px;
}
input:focus{
	border-color: #999;
}
input.submit{
	width: 50px;
	background: #bdac90;
	color: #fff;
}
input.submit:hover{
	background-color: #999;
	border-color: #999;
}

#ssp{
	background-color: #333;
	padding:0px; 
	margin:-58px; 
	margin-bottom:-50px;
	color:#fff;
}
