/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */
html, body {width:100%; height:100%; overflow:hidden;}

body {
	background-color: #000;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 100%;
	line-height:1.125em;
}

p {
	padding-bottom: 1em;}


td {padding: 5px;}

h1 {
	font-size: 120%;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 10px;
}

#container {
	width: 745px;
	margin: auto;
	margin-top: 10%;
	background-color: #FFF;
	padding: 12px 12px 50px 12px;
	z-index: 10;
	position: relative;
}

#wide-container {
	width: 100%;
	height: 400px;
	margin: auto;
	margin-top: 20%;

	z-index: 20;
	position: relative;
}

#wide-container-trans {
	width: 100%;
	height: 300px;	
	margin: auto;
	margin-top: 20%;
	background-color: #a69833;
	z-index: 10;
	position: absolute;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}

#content {
	padding: 10px;
	border: thin solid #927e51;
}

#content2 {
	padding-top: 30px;
	margin-left: 20px;
	width: 300px;
	float: left;
}

#secondary-content {
	margin: auto;
	width: 650px;
}

img.bg-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#ss-logo {
	float: left;
	display: block;
	position:relative;
}

#sslogo-block{
	display: block;
	height: 100%;
	margin-right: 30px;
	float: left;
	background-color: #a69833;
}

#formarea {
	padding: 10px;
	background-color: #edead5;
	font-size: 80%;
	height: 100px;
}

#bottomnav {
	padding: 10px;
}

#masthead {
	text-align: center;
}

a:link img, a:visited img
{
	opacity:0.75;
}
a:active img, a:hover img, a:focus img
{
	opacity:0.999;
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=99);
}

a.email-link:link{
	font-size: 70%;
	color: #000;
	text-decoration: none;
	background: #FFF;
	padding: 2px;
}

a.email-link:visited {
	font-size: 70%;
	color: #000;
	text-decoration: none;
	background: #FFF;
	padding: 2px;
}

a.email-link:active {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
		background: #000;
	padding: 2px;
}

a.email-link:hover {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	background: #000;
	padding: 2px;
}

a.email-link:focus {
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	background: #000;
	padding: 2px;
}

.btm-nav-btn {
	padding-right: 10px;
	padding-left: 10px;
}

#bottom-container {
	margin: auto;
	width: 100%;
	text-align: center;
}

.bottom-box {
	width: 230px;
	padding-top: 8px;
	float: left;
	font-size: .7em;
}

.bodytxt {
	font-size: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000;
}
.icon {

}

.bodytxt-wht {
	font-size: 70%;
	padding-top: 10px;
	line-height: 1.2em;
	color: #FFF;
}

.plain_content {
	font-size: 1em;
	color: #999;
	line-height: 16px;
}
