@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#444 url(../images/back.jpg) center top repeat-y;
}

#container{
	position:relative;
	width:900px;
	margin:auto;

}

ul#nav{
	margin:10px;
	padding:5px;
	padding-bottom:35px;
}

#nav li{
	list-style:none;
	width:100%;
	font-size:1.3em;
	padding:0;	
	margin:0;	
	border-bottom:1px solid #666;
	/*background:url(../images/menu_separator.jpg) bottom repeat-x;*/

	
}

#leftContainer{
	position:absolute;
	top: 10px;
	width:600px;
	left: 23px;
}

#info{
	position:absolute;
	background:#343434 /*url(../images/info.jpg) left repeat-y*/;
	left: 654px;
	top: 17px;
	width:210px;
	padding:5px;
	padding-left:30px;
	color:#ccc;
	text-align:left
}

#rightContainer{
	position:absolute;
	width:230px;
	left: 663px;
	top: 81px;
	color:#ccc;
}

#header{
	position:relative;
	width:100%;
	height:307px;
	background:url(../images/header.jpg) center no-repeat;
}

#tagline{
	position:absolute;
	left: 280px;
	top: 34px;
	color:#ccc;
	width:300px;
}

#homeBox{
	background:url(../images/home_box.jpg) center top repeat-y;
}

#homeBoxTop{
	background:url(../images/home_box_top.jpg) center bottom no-repeat;
	height:11px;
}

#homeBoxBottom{
	background:url(../images/home_box_bottom.jpg) center top no-repeat;
	height:11px;
}


#requestContainer{
	background:#343434;
	width:215px;
	margin:auto;
}

#request{
	padding:15px;
}



#footer{
	position:relative;
	clear:both;
	text-align:center;
	padding:35px;
	background:url(../images/flower.gif) top right no-repeat;
	color:#323232;
}




/*CLASSES*/


.border1{
	border:1px solid #999;
}

.clear{
	clear:both;
}

.floatRight{
	float:right;


}

.floatLeft{
	float:left;


}
.height157{
	height:157px;
}

.padding5{
	padding:5px;
}

.margin5{
	margin:5px;
}

.logoPadding{
	padding:5px;
	padding-right:25px;
}
.paddingTop20{
	padding-top:25px;
}

.boxBeige{
	background:#cccccc;/*url(../images/box.jpg)*/;
	border:1px solid #aeaeae;
	padding:8px;
	position:relative;
	overflow:hidden;
}

.boxBeige ul li{
	list-style:url(../images/leaf.jpg);
}

.width45{
	width:46%;
	
}

.width44{
	width:44%;
	
}


.width50{
	width:55%;
	
}

.width90{
	width:95%;
}

.separator{
	background:url(../images/flower.gif) no-repeat right center;
	height:50px;
	width:99%;
	margin:auto;
	position:relative;
	bottom:-20px;
	margin-top:-20px;
	clear:both;

}

*html .separator{
	bottom:-25px;
	margin-top:-15px;
}
