/* CSS Document */
#outer{
	width:600px!important;
	max-width:600px;
	min-width:600px;
	height:auto;
	min-height:0;
}

#contactInfo{
	width:600px!important;
	max-width:600px;
	min-width:600px;
}

#contactInfo p{
	text-align:center;
	color:#000000;
	font-size:0.85em;
}

#contactInfo a{
	color:#000000;
}

/*-------------------------------------------------top banner styles*/

#topBanner{
	position:relative;
	border-bottom:1px solid #C4B98C;
	width:600px;
}

#topBanner h1{
	color:#000000;
	font-size:1.8em;
}

#topBanner h2{
	color:#000000;
	font-size:1.7em;
}

#logo{
	position:relative;
}

* html #logo{
	height:1%; 
}

/*----------------------------------------------------------------navigation styles*/

#nav{
	display:none;
}

/*---------------------------------------------------------function box styles */
#functions{
	display:none;
}


/*-----------------------------------------------------styles for the columns*/



#columnContainer{
	width:600px;
}

#leftCol{
	display:none;
}

#rightCol{
	display:none;
}

#middleCol{
	margin:0 20px 0 0;
	width:400px!important;
}

#middleCol.large{
	margin:0;
	width:600px!important;

}

#contentContainer{
	width:400px;
	padding:10px;
}

* html #contentContainer{
	width:370px;
}

#contentContainer.large{
	float:none;
	width:570px;
}


/*--------------------------------------------------------------submenus*/


/*--------------------------------------------------breadcrumb styles*/

#breadcrumb{
	display:none;
}

/*----------------------------------------------------styles for text*/

#rightCol h1{
	background-image:none;
	border-bottom:1px solid #C4B98C;
	border-top:1px solid #C4B98C;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	font-size:1.2em;
	color:#000000;
	clear:both;
}

#rightCol hr{
	clear:both;
	height:1px;
}

#middleCol h1{
	padding:5px;
	font-size:1.2em;
}

#middleCol.large h1{
	padding-left:5px;
}

#middleCol h2{
	color:#000000;
	font-size:1.1em;

}

#middleCol h3{

}


#rightCol h2{
	color:#000000;
}

#middleCol a, #rightCol a{
	color:#000000;
}

hr{
	border:1px solid #C4B98C;
}

/*---------------------------------------------------------footer styles*/
#footer{
	
	display:none;
}



