﻿/* ------------  global definitions -------------------  */

* {
 padding:0px;
 margin:0px;
}
a {
 text-decoration:none;
 color:#000000;
}
.maxwidth {
 position:relative;
 top:0px;
 left:0px;
 clear:both;
 width:100%;
 text-align:left;
}
.centerwrapper {
 position:relative;
 width:850px;
 margin-right: auto;
 margin-left: auto; 
}
div,p,form,textarea,input,a {
 font-family:arial;
 font-size:12px;
} 

/* -----------------------  per site definitions ------------------------  */

body {
 background-color:#FFFFFF; /* this is actually background of content area */
}
.headerstyle {
 background-image:url(../images/bg.gif);
}
.headerheight {
 height:320px;   /* height of narrow header bg strip */
}

#banner {        /* manualy set to vertical center of visible area outside menu */
 position:relative;
 top:85px;
 text-align:center;
}
#pagetext {      /* set specific page content style */
 margin-left:40px;
 margin-right:40px;
 line-height:20px;
}
#pagetext h1{
 margin-top:15px;
 margin-bottom:10px;
}
#pagetext p{
 margin-top:10px;
}

div#menu {  /* menu elements container position */
 position:absolute;
 top:34px;
 left:0px;
}
ul.tabs {
 list-style-type: none;
} 
ul.tabs li { 
 float: left;  /* if vertical menu, remove this */
 margin-right:2px;
 padding-top: 5px;
} 
ul.tabs li a { 
 font-size:14px;
 font-weight: bold;
 color: #000;
 display: block; 
 padding:2px 15px 2px 15px; 
 text-decoration: none; 
 border:1px solid transparent;
} 
ul.tabs li a:hover {
 border:1px solid #CCCCCC;
} 
.footerstyle {
 margin-top:20px;
 background-color:#CCCCCC;
 border-top:2px solid darkblue;
} 
.footerheight { /* height of narrow footer bg strip */
 height:30px;
 line-height:30px;
 text-align:center;
}        
#footertext {
 font-size:12px;
 color:darkblue;
}
.leftmenu {
	list-style-type: none;
	width:217px;
	height:100%;
	padding-top: 1px;
	color:#ffffff;
}
.leftmenu li {
	line-height:30px;
}
.leftmenu a, .leftmenu a:hover {
	font-family:arial narrow;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#leftmenu {
	float: left;
	margin:0;
	width:217px;
	height:100%;
	text-align:left;
	background:#666666;
	padding-left: 10px;
	margin-right: 20px;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	color: orange;
}
h1 {
	padding: 5px 5px 4px 2px;
	text-align: center;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
}
h2 {
	padding: 5px 0 5px 0;
	text-align: center;
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
	color:#a02321;
}
.center {
	text-align: center;
}

