* {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: arial, sans-serif;
	/*color: #333333;*/
}
body {
	margin: 0px;
	padding: 0px;
	overflow: auto;
	background-color: #E3EAE1;
	background-image: url(/img/bckgrnd.png);
	background-repeat: repeat-x;
	height: 100%;
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
}
p, div, span, input{
	color: #5C645C;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	height:auto;
	display:block;	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* --------- top -------- */
#top{
	width:100%;
	height:100px;
	display:none;
}
.topBar {
	width:250px;
	height:5px;
	display:block;
	float:left;
	margin:1px;
	position:relative;
	left:212px;
}
#topBar1{
	clear: both; 
}
#logo{
	display:none;
}
#cat1IMG, #cat2IMG, #cat3IMG{ float:left;margin-top:50px;}
#cat2IMG{ margin-left:162px }
#cat3IMG{margin-left:212px }
#cat0IMG{
	display:none;
}
/* ------ LINKS -------- */
a:link {
	color: #F1923E;
	text-decoration: none;
}
a:visited {
	color: #F1923E;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F1923E;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F1923E;
}

/* ------correct some links -------- */
.right a:hover, .alignL a:hover, .botBar a:hover, .alignR a:hover, .noBg{
	background:none;
	text-decoration: none;
	color: #5C645C;
}

/* ------ MENUS -------- */
#menu{display:none;}
#menu ul, #menu0 ul {
   list-style:none;
}

#menu ul li, #menu0 ul li {
	height: 13px;
	margin-top:1px;
	margin-left:0px;
	line-height:13px;
	font-size:7px;
}
	
#menu0, #menu1, #menu2, #menu3 {
	float:left;
	line-height:normal;
	margin-left: 2px;
	width: 250px;
	height: auto;
}
#menu0{
	display:none;
}

#menu0 li, #botBar0 {
	background-color: #005257;
}
#menu1 li, #topBar1, #botBar1{
	background-color: #007E80;
}
#menu2 li, #topBar2, #botBar2{
	background-color: #00A8AA;
}
#menu3 li, #topBar3, #botBar3{
	background-color: #00C8C0;
}
a.menu{
	color:#FFF;
	padding:0 0 0 23px;
	text-decoration:none;
}
a.menu:hover{
	background:none;
	color:#ffcc33;
	padding:0 0 0 23px;
	text-decoration:none;
}
/* ------ footer -------- */
#footer{
	display:none;
}
.botBar {
	width:225px;
	height:13px;
	display:block;
	float:left;
	margin:1px;
	padding-left:25px;
	color:#FFF;
}
#botBar0{
	margin-left:30px;
	width: 170px;
}

.botBar a, .botBar a:hover{
	color:#FFF;
}

/* ------ content -------- */
#content{
	clear:both;
	background-color:#fff;
	width:100%;
}
#centerCol{
	float:left;
	width:464px;
	margin: 27px 20px 0 23px;
}
#rightCol{
	float:left;
	width:252px;
	margin-top:27px;
}

/* ------ general -------- */
.left{
	clear:both;
	width:70%;
	float:left;
}

.right{
	width:30%;
	text-align:right;	
	float:left;
}
.alignL{
	/*clear:both;*/
	float:left;
	display: inline;
	position: relative;
}
.alignR{
	clear:both;	
	width:100%;
	float:left;
	text-align:right;
}
strong, h1, h2, b{
	color:#F1923E;
}
h1{
	font-size: 19px;
}
h2{
	font-size: 11px;
}
li{
	margin-left:20px;
}



/* ------ FORM -------- */
.col1{
	clear:both;
	float:left;
}
.col2{
	float:left;
}

.formL{
	clear:both;
	width:100px;
	float:left;
	margin: 2px 0 2px 0;
}

.formR{
	width:130px;
	text-align:left;	
	float:left;
	margin: 2px 0 2px 0;
}

.formR input{
	width:100px;
	border:1px solid #F1923E;
	padding: 0 0 0 10px;
}
.required {
	background-image:  url(imgs/icon_add.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.thumb{
	width:70px;
	height:70px;
	border:0;
	padding-right: 7px;
	text-align:left;
}
.break{
	clear:both;
	width:461px;
	height:1px;
	padding:12px 0 12px 0;
	display:block;
}
h2.list{
	margin-bottom:10px;
}
div.imgBig{
	width:51px;
	text-align:right;
}
div.docs{
	margin-bottom:10px;
}