/* ====================================
/* STANDARD HTML ELEMENTS
*/
body {
	font: 76% sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background: #252525;
	background:url(../_img/bkg-page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link, a:active, a:visited, a:current {
	color: #bb0800;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
p {
	margin: 1em 0;
	line-height: 15px;
}
strong, b {
    font-weight: bold;
    font-style: normal;
}
em, i {
    font-weight: normal;
    font-style: italic;
}
h1 {
	font-size: 1.15em;
	margin: 0 0 0 1.25em;
}
ul, li {
	list-style: disc inside;
}
ul {
	margin-left: 1.5em;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
td {
	text-align: left;
/*	padding: 4px 0;*/
}
tr.alt td {
	background-color: #eee;
}
dt {
	font-size: 1.15em;
}
dd {
	margin: 0 0 0.75em 0;
}
img {
	border-width: 0;
}
code {
	font-size: 1.25em;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 15px;
	background-color: #FEF3CB;
}
* html code {
	font-size: 1em;
}

/* ====================================
/* CONTENTS - COPY STYLINGS
/* TOP - RIGHT - BOTTOM - LEFT
*/ 
h1 {
	font-size: 1.35em;
	font-weight:bold;
	margin: 1.5em 0 1em 1.75em;
}
.intro {
	margin: .5em 0 .25em 2.25em;
	line-height: 15px;
	color:#fff;
	width:725px;
}


/* ============================
/* HEADER - TOP PORTION OF PAGE
*/
.header_primary {
	width:775px;
	height: 250px;
	background:url(../_img/bkg-header.jpg);
	background-repeat:no-repeat;
	margin-left:1px;
	margin-top:-4px;
}
.menu {	position: relative;	top: 225px; left: 265px }
.menu li {
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
	font-weight:bold;
	font-size:1em;
	margin-right:1.2em;
}
.menu a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}
.menu a:hover {
	color: black;
	text-decoration: none;
}

/* ===============================
/* CONTENTS - STANDARD CONTENT DIV
*/
.content_primary {	height:auto;
	/*overflow:auto;*/	
	margin: 0 2em 1em 2em;	
	padding: 1em 2em 1em 2em;	
	/*background: #1b1b1b ;	
	border:1px solid #464646;	*/
	scrollbar-3dlight-color:#333;	
	scrollbar-arrow-color:#fff;	
	scrollbar-base-color:#111;	
	scrollbar-darkshadow-color:#111;	
	scrollbar-face-color:#111;	
	scrollbar-highlight-color:#111;	
	scrollbar-shadow-color:#111;	
	scrollbar-track-color:#222;}
	
.content_secondary {	
	height: 240px; 
	/*	overflow:auto;*/	
	width:48%;	
	background: #1b1b1b;	
	border:1px solid #464646;	
	scrollbar-3dlight-color:#333;	
	scrollbar-arrow-color:#fff;	
	scrollbar-base-color:#111;	
	scrollbar-darkshadow-color:#111;	
	scrollbar-face-color:#111;	
	scrollbar-highlight-color:#111;	
	scrollbar-shadow-color:#111;	
	scrollbar-track-color:#222;
}
.content_alternate {	
	/*height: 100%;
	overflow:auto;*/
	background: #1b1b1b;	
	border:1px solid #464646;	
	scrollbar-3dlight-color:#333;	
	scrollbar-arrow-color:#fff;	
	scrollbar-base-color:#111;	
	scrollbar-darkshadow-color:#111;	
	scrollbar-face-color:#111;	
	scrollbar-highlight-color:#111;	
	scrollbar-shadow-color:#111;	
	scrollbar-track-color:#222;
}

.content_primary_alternate {	
	/*height: 100%;
	overflow:auto;
	background: #1b1b1b;	
	border:1px solid #464646;*/	
	scrollbar-3dlight-color:#333;	
	scrollbar-arrow-color:#fff;	
	scrollbar-base-color:#111;	
	scrollbar-darkshadow-color:#111;	
	scrollbar-face-color:#111;	
	scrollbar-highlight-color:#111;	
	scrollbar-shadow-color:#111;	
	scrollbar-track-color:#222;
}


/*.content_primary {
	/*height: 350px;
	overflow:auto;*//*
	margin: 1em 2em 1em 2em;
	padding: 1em 2em 1em 2em;
	background: #1b1b1b;
	border:1px solid #464646;
	scrollbar-3dlight-color:#333;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#111;
	scrollbar-darkshadow-color:#111;
	scrollbar-face-color:#111;
	scrollbar-highlight-color:#111;
	scrollbar-shadow-color:#111;
	scrollbar-track-color:#222;
}
*/
.content_primary h1 {
	font-size: .95em;
	margin: 1em 0 0 0;
	color: #cccccc;
}
.content_primary p {
	font-size: .9em;
	color: #999999;
}

.schedule_hdr {
	font: 90% sans-serif;
	margin: 0;
	padding: 0;
	background:#e7e7e7;
	color:#000;
}
.schedule_txt {
	font: 85% sans-serif;
	margin: 0;
	padding: 0;
}
.schedule_key {
	font: 75% sans-serif;
	margin: .5em 0 0 0;
	padding: 0;
}

.stats_hdr {
	font: 90% sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
	background:#e7e7e7;
	color:#000;
}
.stats_txt {
	font: 85% sans-serif;
	margin: 0;
	padding: 0;
}


/* ====================================
/* CONTENTS - FOOTER
*/
.footer {
	text-align:center;
	margin-top:25px;
	padding-top:25px;
/*	border-top:1px solid #464646;*/
}
.footer p {
	font-size: .85em;
	color:#e7e7e7;
}

/* ====================================
/* NAV ELEMENTS
*/
#nav {
	margin: 0;
	padding: 0px;
	background-color: #000;
	overflow: hidden;
	height: 30px;
}
ul#nav,
#nav li {
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#nav a {
    text-transform: uppercase;
    font-weight: bold;
	margin-right:2px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
    float: left;
    display: block;
}
#nav a:link, #nav a:visited {
	border: 1px solid #333;
	background-color:#333;
	text-decoration: none;
	color: #ffffff;
}
#nav a:link.current, #nav a:visited.current, #nav a:hover {
	border: 1px solid #ff8500;
	background-color: #e7e7e7;
	text-decoration: none;
	color: black;
}

/* ====================================
/* FORM ELEMENTS
*/
.txtInputGlobal1 {
	font-family:tahoma,sans-serif;
	font-size:11px;
	color:#333333;
	width:275px;
}
.txtAreaGlobal1 {
	font-family:tahoma,sans-serif;
	font-size:11px;
	color:#333333;
	height:100px;
	width:275px;
}
.submitGlobal {
	margin-top:10px;
	font-family:tahoma,sans-serif;
	font-size:11px;
	color:#333333;
	height:20px;
	background-color:#e8e8e8;
	border-style:1px;
}
.myphotos {
	width: 665px;
	padding:5px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	text-align:center;
}
.myphotos img {
	border: solid 1px #333;
}
