﻿* {
	margin:0;
	padding:0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
} /* hack to keep vertical scroll bar on in firefox, safari, etc */

body {
	background:#FFFFFF none repeat scroll 0 0;
	font-family:arial,helvetica,clean,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	line-height:1.22;
	text-align:center;
	color:#333333;
}

html, body {
	height: 100%;
}

a:link, a:visited {
 	color:#777777;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#upperWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#footerWrapper, #push {
 	height: 60px;
}

div#footerWrapper {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/footer_bg.jpg) repeat-x scroll left 20px;
	text-align:center;
/*	margin-top: 10px; */
}

div#footer {
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 965px;
	clear: both;
}

div#footerBody {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	text-align: left;
}

h1 {
 	margin: 0 0 0 0;
 	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
}

h2 {
 	font-size: 18px;
	line-height: 125%;
	font-weight: bold;
}

h3 {
 	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

img {
	border: none;
}

img.shadowed {
	box-shadow: 4px 4px 1em grey;
	-moz-box-shadow: 4px 4px 1em grey;
	-webkit-box-shadow: 4px 4px 1em grey;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.clear {
	clear:both; 
	display:block; 
	height:0; 
	overflow:hidden; 
}

div#page {
	margin:0 auto;
	text-align:center;
	width:100%;
}

div#headerWrapper {
	background:#515151 url(/images/headerBkg.gif) repeat-x scroll left bottom;
	text-align:center;
}

div#header {
	margin:0 auto;
	width:985px;
}

div#header a#logo {
	background:transparent url(/images/headerLogo.gif) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:70px;
	overflow:hidden;
	text-indent:-2000px;
	width:166px;
}

div#header div#navWrapper {
	float:left;
	height:70px;
	margin-left:24px;
	width:795px;
	position:relative;
	text-align:left;
	z-index:10;
}

div#header div#navWrapper div#secondaryNavContainer {
	background:transparent url(/images/seekernavdiv.gif) no-repeat scroll right bottom;
	display:inline;
	float:right;
	height:25px;
	margin-bottom:0;
	margin-right:6px;
	text-align:right;
	width:775px;
}

div#header div#navWrapper div#secondaryNavContainer ul#secGlobalNav {
	display:inline;
	float:right;
	margin-top:5px;
}

div#header div#navWrapper div#secondaryNavContainer ul#secGlobalNav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:20px;
	font-size:11px;
	white-space:nowrap;
}

div#header div#navWrapper div#secondaryNavContainer ul#secGlobalNav li a {
	text-decoration:none;
	color:#A6A6A6;
	font-size:11px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0 3px;
}

div#header div#navWrapper div#secondaryNavContainer ul#secGlobalNav li a:hover {
	color:#FFFFFF;
/*	background-color:#666666;
	text-decoration:none; */
	text-decoration: none;
}

div#header div#navWrapper div#navContainer ul#priGlobalNav {
	display:inline;
	float:left;
	margin-top:10px;
}

div#header div#navWrapper div#navContainer ul#priGlobalNav li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:20px;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}

div#header div#navWrapper div#navContainer ul#priGlobalNav li a {
	text-decoration:none;
	color:#A6A6A6;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding: 0px 3px 7px 0px;
}

div#header div#navWrapper div#navContainer ul#priGlobalNav li a:hover {
	color:#FFFFFF;
/*	background-color:#666666;
	text-decoration:none; */
	text-decoration: none;
}

div#loginhelper {
	display:inline;
	float:right;
	margin-right:2px;
	width:180px;
}

div#loginhelper div#userLinksContainer {
	color:#555555;
	font-size:12px;
	width:179px;
	display:inline;
	float:right;
	margin-right:7px;
	margin-top:0;
	padding-top:11px;
	text-align:right;
}

div#header div#loginhelper div#userLinksContainer a {
	font-size:12px;
	color:#C0C0C0;
	font-weight:bold;
	text-decoration:none;
}

div#header div#loginhelper div#userLinksContainer a:hover {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
/*	text-decoration:none; */
	text-decoration: underline;
}

div#header div#navWrapper div#navContainer {
	margin-top:0;
	position:static;
	width:600px;
}

div#edit-forgot-wrapper a {
	color: #999999 !important;
}

div#edit-forgot-wrapper a:link {
	color: #999999 !important;
}

div#edit-forgot-wrapper a:visited {
	color: #999999 !important;
}

div#edit-forgot-wrapper a:hover {
	color: #FFFFFF;
}

/*********************************** main stuff *****************************/

div#mainWrapper {
	padding:0;
	margin:0;
	text-align:center;
	width:auto;
	text-align:center;
}

div#mainHeader {
	margin:0 auto;
	width:985px;
}

div#mainTitleContainer {
 	position: relative;
	margin:0;
	width:auto;
	height: 103px;
}

div#mainTitleContainer div#mainTitleBkg {
	opacity:0.2;
	filter:alpha(opacity=20);
	height: 103px;
}

div#mainTitleContainer div#mainTitle {
	margin: 4px 0px 4px 0px;
	text-align:left;
	width:auto;
	font-size:46px;
	line-height: 110%;
	font-weight:bold;
	color: white;
	bottom: 0px;
	left: 0px;
	position: absolute;
}

/*********************************** form stuff *****************************/

#user-signin-form div {
 	float: left;
}

.form-item {
 	margin-top: 3px;
 	margin-bottom: 0;
 	margin-right: 10px;
}

/*** group tags *********************************************************/

div.groupLeader {
 	padding-left: 8px;
}

div.groupDetails {
	color: #333333;
}

div.groupDetailLabel {
	display: inline;
	color: #333333;
}


/*** FotoFlip tags *********************************************************/

div#groupPhotoFrame {
 	border: none;
 	background: #000000;
 	overflow: hidden;
 	width: 985px;
 	height: 302px;
	position: relative;
	box-shadow: 4px 4px 1em grey;
	-moz-box-shadow: 4px 4px 1em grey;
	-webkit-box-shadow: 4px 4px 1em grey;
}

div#groupPhotoBox {
 	margin: 0 auto;
	display: block;
 	border: none;
 	background: #000000;
 	overflow: hidden;
 	width: 985px;
 	height: 302px;
	position: relative;
}

div#groupPhotoBox img {
 	position: absolute;
 	top: 0;
 	left: 0;
 	display: none;
}

div#groupPhotoBox div#groupPhotoBoxBorder {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 983px;
 	height: 300px;
	border: 1px solid #323232;
	z-index: 0;
}

div#groupPhotoIndicators td {
 	padding: 5px 15px 5px 15px;
}

div#FotoFlipFrame 
{
 	border: none;
 	background: #000000;
 	overflow: hidden;
 	width: 985px;
 	height: 302px;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	box-shadow: black 0px 0px 5px;
	-moz-box-shadow: black 0px 0px 5px;
	-webkit-box-shadow: black 0px 0px 5px;
}

div#FotoFlipPhoto 
{
 	margin: 0 auto;
	display: block;
 	border: none;
 	background: #000000;
 	overflow: hidden;
 	width: 985px;
 	height: 302px;
	position: relative;
}

div#FotoFlipPhoto img 
{
 	position: absolute;
 	top: 0;
 	left: 0;
 	display: none;
}

div#FotoFlipBorder
{
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 983px;
 	height: 300px;
	border: 1px solid #323232;
	z-index: 0;
}

p {
 	padding-bottom: 10px;
}

/* TABS */

div#groupTabWrapper {
	text-align: center;
}

div#groupTabWrapper div#groupTabContent {
	margin:0 auto;
	width:985px;
}

div#showNav {
	padding-top: 0px;
}

.gap10 {
 	padding-top: 10px;
}

div#showNav ul#nav li {
	float:left;
	margin-right:4px;
	white-space:nowrap;
}

div#showNav ul#nav a, div#showNav ul#nav a span {
	display:block;
	float:none;
}

div#showNav ul#nav a {
	color:#6f624f;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:700;
	line-height:31px;
	padding-left:12px;
	padding-right:12px;
	text-decoration:none;
	white-space:nowrap;
}

div#showNav ul#nav a:hover {
	background:#a19788;
	color:#FFFFFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
/*	text-decoration: underline; */
}

div#showNav ul#nav a.on {
	background:#6f624f;
	color:#FFFFFF;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

div#tabWrapper {
	text-align: center;
}

div#tabWrapper div#tabContent {
	margin: 0 0 0 0;
	width: 985px;
}

div#tabContent div#well {
 	padding-top: 10px;
}

div#well {
	overflow:hidden;
	width: 985px;
	min-height: 400px;
}

div#well div#left {
	margin: 0px 0px 10px 10px;
	display: inline;
	float: left;
	text-align: left;
	width: 640px;
	background:#FFFFFF;
	border: thin solid #6f624f;
	position: relative; 
	overflow:hidden;
	overflow-x: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#well div#outterleft {
	display: inline;
	float: left;
	text-align: left;
	width: 640px;
}

div#left div#body {
	padding: 10px 10px 10px 10px;
}

div#right div#body {
	padding: 10px 10px 10px 10px;
}

div#center div#body {
	padding: 10px 10px 10px 10px;
}

div#well div#right {
 	clear: right;
	display: inline;
	float: right;
	margin: 0px 10px 10px 0px;
	text-align: left;
	width: 310px;
	background:#FFFFFF;
	border: thin solid #6f624f;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#well div#rightnoframe {
 	clear: right;
	display: inline;
	float: right;
	margin: 5px 10px 10px 0px;
	text-align: center;
	width: 310px;
}

div#well div#sidebarimg {
	border: thin solid #6f624f;
	display: inline;
	float: right;
	margin: 0px 10px 10px 0px;
	text-align: left;
}

div#well div#profileimg {
	display: inline;
	float: right;
	margin: 0px 35px 10px 0px;
	text-align: left;
}

div#well div#right p {
	line-height:18px;
}

div#well div#outtercenter {
	display: inline;
	float: left;
	text-align: left;
	width: 963px;
}

div#well div#center {
	margin: 0px 0px 0px 10px;
	text-align: left;
	width: 963px;
	background:#FFFFFF;
	border: thin solid #6f624f;
	position: relative; 
	overflow: hidden;
	overflow-x: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#formleft {
	margin: 0px 0px 0px 10px;
	display: inline;
	float: left;
	text-align: left;
	width: 640px;
	background:#FFFFFF;
	position: relative; 
	overflow-x: hidden;
}

div#formright {
	display: inline;
	float: right;
	margin: 0px 10px 10px 0px;
	text-align: left;
	width: 310px;
	background:#FFFFFF;
}

img.bio {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 0px; 
	border:1px solid #000000;
}

div.smallerbold {
 	font-size: .9em;
 	font-weight: bold;
}

a.btn:hover {
	color: #000000 !important;
/*	text-decoration: none;	*/
	text-decoration: underline;
}

a.btn {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/btnbkgleft.gif) no-repeat scroll left top;
	cursor: pointer;
	display: table;
	font-size: 11px;
	height: 21px;
	padding-left: 11px;
	text-align: center;
	text-decoration: none;
	margin-left: 414px;
}

a.btn span {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/btnbkgright.gif) no-repeat scroll right top;
	color: #444444;
	display: table;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding-right: 11px;
	text-decoration: none;
}

a.btn290 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/btn290.gif) no-repeat scroll left top;
	display: block;
	font-size: 11px;
	height: 21px;
	width: 290px;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}

a.btn290 span {
	color: #444444;
	display: inline;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-decoration: none;
}

a.btn290:hover span {
	color: #000000;
	text-decoration: underline;
}

.administrative {
/*	font-style: italic;  */
	color: red !important;
}

div.form-center table.formlayout {
	display: block;
	width: 940px;
	text-align: left;
}

div.form-center td.form-label {
 	width: 170px;
 	text-align: right;
	font-weight: bold;
 	vertical-align: top;
}

div.form-center td.form-field {
 	padding-left: 10px;
 	padding-bottom: 10px;
 	text-align: left;
}

div.form-center td.form-field a {
 	margin-left: 325px;
}

div.form-center .input-text {
	border: 1px solid #666666;
	color: #666666;
	width: 750px;
}

div.formbox .input-text {
	border: 1px solid #3b6e22;
	color: #666666;
	width: 750px;
}

div.formbox label {
	display: block;
	margin-bottom: 10px;
	color: #555555;
	clear: both;
}

div.formbox label span {
	display: block;
	float: left;
	padding-right: 6px;
	width: 150px;
	text-align: right;
	font-weight: bold;
}

div.formbox table {
	display: block;
	width: 450px;
	text-align: right;
	font-weight: bold;
}

div.formbox table td {
	color: #555555;
	padding-left: 40px;
	padding-right: 35px;
	text-align: center;
	font-weight: bold;
}

td.by4form {
	color: #555555;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: bold;
}

td.by4form input {
	margin-left: 5px;;
}

td.by7form {
	color: #555555;
	padding-left: 40px;
	padding-right: 35px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

#swfcontainer {
	box-shadow: 4px 4px 1em grey;
	-moz-box-shadow: 4px 4px 1em grey;
	-webkit-box-shadow: 4px 4px 1em grey;
	background: #000000;
}

div.markdown h1 {
 	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

div.markdown h2 {
 	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

div.markdown h3 {
 	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

div.markdown ul {
	display: block;
	margin: 1.12em 0;
	margin-left: 15px;
	margin-top: 0; margin-bottom: 1.12em;
}

div.markdown li {
	display: list-item;
	list-style-type: disc; 
}
