/* begin layout styles */
html {
	height:100%
}
#bodyID {
	margin:0; 
	padding:0;
	height:100%;
	background:#000 url(../images/layout/bg.jpg) repeat-x 760px 0px;
	color:#e5e5e5;
	font-family:Trebuchet MS, sans-serif;
	font-size:12px;
	line-height:1.5em;
}

/* style for control panel body include */
#cpBodyID {
	margin:0; 
	padding:0;
	background:#FFFFC0; 
	font-family:Trebuchet MS, sans-serif;
	font-size:12px;
	line-height:1.5em;
}
#cpBodyID a {
	color:#00AAFF;
	font-weight:bold;
	text-decoration:underline;
}
#cpBodyID a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline; 
	background-color:#00AAFF;
	/*border:0px;*/
}
#outerShell {
	height:_100%;
	min-height:99%;
}

#innerShell { 
	padding-bottom:5em;
	position:relative;
}

/* styles for top bar */
#userinfo {
	margin:0; 
	background:#202020;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:11px;
}
#userinfo a {
	color:#00AAFF;
	font-size:11px;
	font:bold 'helvetica neue',sans-serif;
	text-decoration:underline;
}
#userinfo a:hover {
	color:#000;
	font:bold 'helvetica neue',sans-serif;
	text-decoration:underline; 
	background-color:#00AAFF;
	/*border:0px;*/
}

/* styles for divs */
#header{
	height:105px;
	margin:0;
	padding:0;
	background:url(../images/layout/scrc_banner.jpg) no-repeat; 
	color:white;
	font-size:0px;
	line-height:0em;
}

#leftNavShell {
	float:left;
	background:url(../images/layout/lowerShell_bg.jpg) no-repeat 0px -15px;
	width:180px;
	height:_100%;
	margin:0;
	margin-bottom:20px;
	padding:0;
	padding-bottom:100px;
	min-height:480px;
	display:block;
	position:relative;
}
#middleShell {
	/*float:left;*/
	vertical-align:top;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:14px;
	left:180px;
	margin:10px 10px 10px 0;
	padding:0 10px 30px 180px;
}	
#rightNavShell {
	float:right;
	width:180px;
	margin:0;
	margin-left:10px;
	margin:10px 10px 10px 10px;
}

/* footer styles */
#footer {
	position:relative;
	bottom:90px;
	height:	90px; 
	text-align:center;
	border-top:1px solid #666;
}
#footer ul {
	padding:0;
}
#footer ul li {
	font-weight:normal;
	white-space:nowrap;
	display:inline;
	margin:0;
}
#footer ul li a {
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
	text-decoration:none;
}
#footer ul li a:hover {
	margin:0 -1px 0 -1px;
	color:#fff;
	border:1px dashed #ccc;
	background:url(../images/layout/333dither.gif);
}
/* end footer styles */
/* END LAYOUT STYLES */

#imageShell  {
	padding:20px 20px 10px 20px; 
	float:left;
}
#galleryBlock {
	background-color:#888;
	margin-bottom:15px;
	padding-bottom:1px;
	width:900px;
	position:relative;
	float:left;
}
#safetyTip  {
	/*margin:0;*/
	float:left;
	background: #FFFFC0;
	color: black;
	font-weight:bolder;
	height:100%;
	width:100%;
}
#safetyTip p {
	margin:0;
	margin-right:20px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}
#safetyTip li {
	list-style-position: outside;
	padding:0;
	margin-right:20px;
}
#safetyTip a  {
	font-weight:bolder;
}
#galleryCategory{
	padding:1px 3px 1px 3px;
	margin:0;
	width:33%;
	vertical-align:top;
	text-align:center;
	font:8px 'helvetica neue';
	background-color:#333;
}
#albumHeader a {
	height:26px;
	color:black;
	display:block;
	background-color:#FFFFa0;	
	text-align:center;
	font:bold 'helvetica neue',sans-serif;
	font-size:11px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration:none;
}
#albumHeader a:hover{
	color:black;
	border:2px solid #B00000;
	margin:-2px -0px -2px -0px;
}
#thumbImage {
	margin:5px;
	height:70px;
	width:auto;
	overflow:hidden;
}
#cpNotification {
	display:inline-block;
	margin-left:20px;
	margin-bottom:0;
	padding:2px 5px 2px 5px;
	border:1px solid red;
	background:#FFF;
}
#cpNotification a {
	color:red;
	font-weight:bold;
	margin:0;
}

/* MAIN REDEFINED ELEMENTS */
table, td {
	font-family:Tahoma, Geneva, sans-serif;
	/*font-size:14px;*/
	padding:0;
	margin:0;
	vertical-align:middle;
}
table a{
	color:#00AAFF;
	font-weight:bold;
	text-decoration:underline;
}
table a:hover{color:#000;
	font-weight:bold;
	text-decoration:underline;
	background-color:#00AAFF;
	border:0px;
}
table img{
	border:0px;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
/* style for archived feature members */
.featMemberArchive table {
	margin:5px 5px 5px 5px;
	padding-bottom:10px; 
	height:0%;
	/*The below created problems in IE6*/
	/*height:95%*/
}
.featMemberArchive td {
	background-color:#222;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#555; 
	margin:0; 
	padding:0;
}
.featMemberArchive td a {
	text-decoration:none;
}
.featMemberArchive p {
	padding: 2px;
	margin: 2px;
}

/* end style for featured members */
.contentTable {
	width:100%;
	height:100%;
}

/* FONT-RELATED STYLES */
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#F02020;
	font-weight:bold;
	border-bottom:1px solid #808080;
	margin:10px 0 10px 0;
	padding-bottom:6px;
	text-shadow: 5px 5px 10px black;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#F02020;
	font-weight:bold;
	border-bottom:1px solid #808080;
	margin:20px 0 10px 0;
	text-shadow: 5px 5px 10px black;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#F02020;
	font-weight:bold;
	border:1px solid #999;
	cursor:pointer;
	padding:2px 2px 2px 2px;
	margin:0;
	display:block;
	background-color:#333;
	text-shadow: 5px 5px 10px black;
}
h4 {font-family:Tahoma, Geneva, sans-serif;
	font-size:14px; 
	color:#F02020;
	font-weight:bold;
}

p {
	margin:1.5em;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif; 	
}
p a  {
	color:#00AAFF;
	font-weight:bold;
	text-decoration:underline;
	border:0px;
}
p a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline; 
	background-color:#00AAFF;
}
li a {
	color:#00AAFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	border:0px;
}
li a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline; 
	background-color:#00AAFF;
}
a {
	color:#00AAFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	border:0px;
}
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline; 
	background-color:#00AAFF;
}
.headerText {
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:30px; 
	color:#006633; 
	margin:0; 
}
.bodyText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:1.5em;
	margin:20px 0 50px 0;
}
.redHeading {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#F02020;
	font-weight:bold;
	line-height:1.5em;
	padding:0;
	margin:0;
}
.darkBold{
	font-weight:bold;
	color:#F02020;
}
.smallMargin {
	margin:0.75em 0 0 0;
	position:relative;
	display:inline;
}

form {
	position:relative;
	margin:10px;
	margin-left:20px;
	font-weight:bold;
}
input, select, textarea, radio  p{
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#000;
	border:1px groove #000;
	margin:2px;
	padding:3px;
	margin-left:10px;
	height:auto;
	vertical-align:baseline;
	position:relative;
}
[disabled] {
	background:#999;
	border:1px groove #ccc;
}
select {
	padding:2px;
}
input[type=text] {
	width:200px;
}
input[type=submit] {
	margin-left:0px;
	width:auto;
}
input[type=submit]:hover {
	background:#999;
}
textarea {
	margin-left:0;
	padding-left:0;
	height:300px;
}
input[type=button]:hover{
	background:#999;
}
form p {
	margin:2px;
	margin-left:10px;
	padding:0;
}
.pictureTable{
	margin:1em;
	border-color:#999;
	border-width:0px;
	border-style:none;
	border-collapse:collapse;
}
.pictureTable td {
	text-align:center;
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	padding:6px;
}
.imageTable{
	padding:0;
	margin:0;
	border-style:none;
}
.imageTable td{
	border-style:none;
	vertical-align:middle;
	padding:0;
	margin:0;
	text-align:center;
	height:20px;
	line-height:20px;
	font-size:11px;
}
.scrollForm{
	position:static;
}
.jsvalidation { 
	margin-left:10px;
	padding-left:3px;
	padding-right:3px;
	font-size:10px;
	color:white;
	background-color:#aa0000;
	font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
	display:inline-block;
}
.good { 
	color:#33CC00;
}
.bad { 
	color:white;
	background-color:#FF0000;
}
hr {
	background-color:#000;
	height:1px;
	color:#000;
}


/* end layout styles */

/* begin left sidebar navigation styles */
.faceBookBlock {
	margin:5px 0 0 5px;
	padding:10px 0px 10px 5px;
	width:140px;
	font-size:10px;
	display:block;
	border-top:1px solid #666;
}
.faceBookBlock  a {
	font-size:10px;
	color:#00AAFF;
	font-weight:bold;
	text-decoration:none;
	vertical-align:top;
}
.faceBookBlock  a:hover {
	color:black;
	background-color:#00AAFF;
}
.faceBookBlock  img {
	vertical-align:bottom;
	border:0;
}

.mainNav {
	margin:0;
	margin-top:15px;
	margin-bottom:10px;
	margin-bottom:20px;
	padding:0;
}
.mainNav li {
	list-style:none;
	list-style-type:none;
	margin:0;
	margin-bottom:0.5em;
}
.mainNav li a {
	display:block;
	padding-left:30px;	
	width:120px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-shadow:rgb(128, 128, 128) 0px 1px 0px;
	color:#e5e5e5;
	text-decoration:none;
}
.mainNav li a:hover {
	margin:-4px 0 -6px 0; /* negative margin offsets border! */
	padding:3px 0px 5px 30px;
	border:1px dashed #ccc;
	border-right:none;border-left:none;
	color:#fff;
	text-decoration:none;
	background:url(../images/logo/scrc_logo_bullet.jpg) no-repeat 4px 5px black;
}
.mainNav3 {
	padding:0;
	margin:0.6em 0 0.6em 0;	
}
.mainNav3 li a {
	width:105px;
	padding-left:45px;	
}
.mainNav3 li a:hover {
	padding-left:45px;
}	
/* End sidebar styles */

/* Styles used for upcoming events box */
.rightBox_shell {
	width:180px;
}
.rightBox_head {
	background:url(../images/layout/rightSide_head.jpg) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FF1010;
	font-size:18px;
	text-align:center;
	text-decoration:underline;
	padding:6px;
	margin:0;
	text-shadow: 5px 5px 10px black;	
}
.rightBox_body {
	padding:0 6px 0 6px;
	margin:0;
	background:url(../images/layout/rightSide_tile.jpg) repeat-y;
	text-align:center;
}
.rightBox_body li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	text-align:left;
	font-size:10px;
	font-weight:normal;
}
.rightBox_body li a {
	border:none;
	display:block;
	width:160px;
	color:#e5e5e5;
	text-decoration:none;
	font-size:12px;
	letter-spacing:-1px;		
	line-height:1.25em;
	padding:3px 3px 3px 3px;
	margin:0;
	font-weight:normal;
}
.rightBox_body li a:hover {
	background:url(../images/layout/rightSide_horzTile.jpg) repeat-x;
	color:#fff;	
	font-weight:normal;
}
.rightBox_foot {
	background:url(../images/layout/rightSide_foot.jpg) no-repeat;
	width:100%;
	height:40px;
	padding-bottom:100px;	
	margin-bottom:1px;	
}
/* end rightSide box styles */

/* tabbed interface styles */
#tabiframe{
	text-align:center;
	position:relative;
	display:block;
	margin:0px 0px 10px 20px;
}
#tabdiv{
	padding:0;
	margin-top:0x;
	margin-left:10px;
	margin-right:20px;
	border:1px solid #778;
	width:auto;
	overflow:auto;
}
#tablist{
	padding:3px 0;
	margin-left:20px;
	margin-bottom:0px;
	font:bold 12px Verdana;
	width:976px;
	position:relative;
}
#tablist li{
	list-style:none;
	display:inline;
	white-space:nowrap;
}
#tablist li a{
	text-decoration:none;
	font-size:10px;
	padding:3px 0.5em;
	border:1px solid #778;
	border-bottom:none;
	background:#707070;
}
#tablist li a:link, #tablist li a:visited{
	color:white;
}

#tablist li a:hover{
	color:darkred;
	background: #FFFF40;
	text-decoration:none;
	/*border-color:#222;*/
}

#tablist li a.current{
	background:#FFFFC0;
	color:#300000;
	color:darkred;
}
/* end tabbed interface styles */

/* Officer Control Panel Specifics */
.memberTable {
	position:relative;
	/*height:525px;*/
	overflow:auto;
	padding:0;
	margin:5px 5px 0px 1px;
	border-bottom:1px solid black;
}
.memberTable table{
	border:1px solid #778;
	border-collapse:collapse;
	margin:0;
	padding:0;
	margin:0px;
	font-size:12px;
}
.memberTable thead th {
	background: #333;
	color: white;
	padding:2px;
	line-height:1.22em;
	border: 1px solid #000;
}
.memberTable thead a {
	background: #333;
	color: white;
	font-size:11px;	
}
.memberTable tbody tr:hover { 
	background: #cfc;
	height:auto;
}
.memberTable tbody td {
	font-size:11px;
	padding:2px;
	/*border-collapse:collapse;*/
	border:1px groove #778;
	overflow:hidden;
	font-weight:normal;
}
.memberTable a{
	font-size:11px;
}
.emailForm {
	padding:0px;
	margin:20px;
}
.emailForm p {
	padding:0;
	margin:0;
	margin-bottom:1em;
}
.emailForm input {
	display:block;
	width:100%;
	position:relative;
	margin:0px;
	padding:0;
	padding-top:3px;
	padding-bottom:3px;
}
.emailForm input[type=radio]{
	display:inline;
	width:auto;
	margin-right:1em;
	margin-bottom:1.5em;
}
.emailForm  textarea {
	position:relative;
	width:100%;
	margin:0px;
}

.uploadErrorTable {
	margin:2em;
	margin-left:10px;
	width:632px;
	border-color:red;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;"
}

.breadCrumb{
	display:block;
	margin-left:0px;
	margin-top:2em;
	width:100%;
}
.breadCrumbDivider{
	display:block;
	margin-left:0px;
	margin-top:2em;
	width:100%;
}
