body {
	background-color: #000;
	font-family: verdana,georgia, times, "times new roman", serif;
/*	font-style: italic;*/
	font-weight: normal;
	font-size:90%;
	}

#container
{
	margin: 0 auto;
	width: 960px;
	vertical-align: top;
	background-color: #484848;
	color: gray;
	line-height: 130%;
}

a {
color:#888;
text-decoration:none;
}

a:hover {
color:#f2dc91
}

form a {
	text-decoration:none
}

form a:hover {
	color:#f2dc91;
	text-decoration:none;
}

#top
{
	margin-left:15px;
	margin-right:15px;
	height:80px;
	background-color: #484848;
	border-bottom: 1px solid gray;
	background-image:url('site-concept-home.jpg'); background-repeat:no-repeat; background-position: left center; 
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float:left;
	width:218px;
	margin: 0;
	padding: 1em;
	background-color: #484848;
	border-right: 1px;
	border-right-style: solid;
	border-right-color:gray;
	height:700px;
}

.nav {
	border-top-width: : 2px;
	border-top-style: double;
	border-top-color:#gray;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color:#gray;
	margin-top:0px;
	border-top-width: medium;
}

#maincontent
{
	margin-left:250px;
	padding: 1em;
	background-color: #484848;
}
IMG.image-large {
display:block;
margin-left: auto;
margin-right: auto;
padding-top:15px;
padding-right:15px;
padding-bottom:15px;
padding-left:15px;
background-color:#3c3c3c;
text-align:center;
border-right: 1px solid #f2dc91;
}

#footer
{
clear: both;
height:20px;
margin: 5px 0 0 0;
padding: .5em;
color: #333;
background-color: #777;
border-top: 1px solid gray;
/*text-align:right;*/
}

.social {
	float:left;
	}

.name {
	float:right;
	}
	
#leftnav p {
	margin: 0.75em 0 1em 0;
}

.img-right {
	float:right;
	margin:3px 0px 3px 2px;
	display:block;
	border: 1px gray solid;	
	}
	
.img-left {
	float:left;
	margin:3px 5px 3px 2px;
	display:block;
	border: 1px gray solid;
	}	

#maincontent h2 { margin: 0 0 .5em 0; }

#maincontent h3 {
	margin: 0 0 .5em 0;
	font-size:14px;
}
.nav ul {
	list-style-type: square;
	list-style-position: outside;
	left: -20px;
	text-align: left;
	position: relative;
	background-position: left;

}

#search {
	clear:both;
	float:right;
	margin-top:10px;
	
}

.searchtext-bkground {
background-color: #ddd;
border: 1px solid;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 210px; /*width of menu*/
}

.glossymenu a.menuitem{
	color: gray;
	display: block;
	position: relative;
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menuitem:hover{
color: #00f;
}

.glossymenu a.menuitem:visited{
color: gray;
}
glossymenu a.menuitem:active{
color: #0f0;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #484848;
color:#f2dc91;
}

.glossymenu a.menuitem:active{
background: #484848;
color:#f2dc91;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #484848;
margin-left:35px;
}

.glossymenu div.submenu ul li a{
display: block;
color: gray;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
color: #f2dc91;
}

.glossymenu div.submenu ul li a:active{
color: #f2dc91 ;
}

.more-tabs {
/*display:block;*/
text-align:center;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid;
background-color:#3c3c3c;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 140px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 11px; /*margin around each panel*/
width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.txt {
color:f2dc91;
text-align:center;
}

