body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	
	font-size:0.825em;
	background-color: #ffffff;
	 /*background: url("/images/body_bg.gif") repeat-x scroll center top #FFFFFF;*/
	font-family:Arial, Helvetica, sans-serif;
}

.expand_all {padding: 5px;}
.expand {        padding-top: 2px;padding-right: 10px;
    padding-left: 10px;margin-right: 10px;}
#contentHolder{
	background-color:#ffffff;
	border:2px solid #FFFFFF;
	
	margin:20px;
	
	color:#444444;
	padding:15px;
}

#tabContent{
	background-color:SlateGrey;
	border:1px solid #444;
	margin-top:-15px;
	
	
}

#tabContent, .tabContainer li a,#contentHolder{
	-webkit-box-shadow:0 0 2px black;
	-moz-box-shadow:0 0 2px black;
	box-shadow:0 0 2px black;
}




#main{
	margin:0 auto;
	position:relative;
	width:880px;
	background-color:window;
	
}


#ttop{
 background-image:url(/images/ttop.png); 

	
	/*border-bottom:1px solid black;*/
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0px;
	padding:15px;
	text-align:left;color: #CCCCCC;
}


h1{
	/* background:#121b21; */

	/*border-bottom:1px solid black;*/
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:15px;
	/* padding:15px; */
	padding-bottom:15px;
	text-align:left;
	color: #CCCCCC;
	
}

h2 {
	font-size:0.9em;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

.tabContainer{
	/* The UL */
	float:right;
	padding-right:13px;
}

.tabContainer{
	/* The UL */
	float:right;
	padding-right:13px;
}

.tabContainer li{
	/* This will arrange the LI-s next to each other */
	display:inline;
}

.tabContainer li a,.tabContainer li a:visited{
	/* Styling the hyperlinks of the tabs as colorful buttons */
	
	float:left;
	font-size:18px;
	
	/* display:block allows for additinal CSS rules to take effect, such as paddings: */
	display:block;
	
	padding:7px 16px 1px;
	margin:4px 5px;
	height:29px;
	
	/* Giving positioning */
	position:relative;
	
	/* CSS3 text-shadow */
	text-shadow:1px 1px 1px #CCCCCC;
}

ul a.green{	background:url(/images/green_mid.png) repeat-x top center;	color:#24570f;}
ul a.green span.left{ background:url(/images/green_left.png) no-repeat left top;}
ul a.green span.right{ background:url(/images/green_right.png) no-repeat right top;}


ul a.blue{	background:url(/images/blue_mid.png) repeat-x top center;	color:#03426e;}
ul a.blue span.left{ background:url(/images/blue_left.png) no-repeat left top;}
ul a.blue span.right{ background:url(/images/blue_right.png) no-repeat right top;}


ul a.orange{	background:url(/images/orange_mid.png) repeat-x top center;	color:#724104;}
ul a.orange span.left{ background:url(/images/orange_left.png) no-repeat left top;}
ul a.orange span.right{ background:url(/images/orange_right.png) no-repeat right top;}


ul a.red{	background:url(/images/red_mid.png) repeat-x top center;	color:#6f0100;}
ul a.red span.left{ background:url(/images/red_left.png) no-repeat left top;}
ul a.red span.right{ background:url(/images/red_right.png) no-repeat right top;}


/* The hover states: */
ul a:hover{	background-position:bottom center; text-decoration:none;}
ul a:hover span.left{ background-position:left bottom;}
ul a:hover span.right{ background-position:right bottom;}


.colmenuclear{
	/* Old-school clear fix hack to clear the floats: */
	clear:both;
	height:1px;
	overflow:hidden;
}

#menuoverLine{
	/* The line above the active button. */
	position:absolute;

	height:1px;
	background-color:white;
	width:90px;
	
	float:left;
	left:1px;
	top:-5px;
	overflow:hidden;
}

