/* 
================================
Skin styles for DotNetNuke
================================
*/   
Body
{
	background-color:#256699;
}

.pagemaster
{	width:100%;
	text-align:center;
}
.divbg
{
	margin:10px auto;
	background-color:#000000;
}
.branded
{
	width:900px;
}
.non-branded
{	
	width:720px;
}
.clears
{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.tourcopy, a.tourcopy
{
	color:#ffffff;
	font-size:9pt;
	font-family:verdana;
	white-space:nowrap;
	text-align:center;
	clear:both;
}
.one-column 
{
	border:1px solid;
}
.left-float 
{
	width:720px;
	display:inline;
	float:left;	
}
.right-float
{
	width:180px;
	display:inline;
	float:left;	
}
.toppane
{	
	color:#ffffff;
	margin:10px;
	width:700px;
	height:90px;
}
.contentpane
{
	margin:10px;
	text-align:center;
	background-color:#000;	
	color:#ffffff;
	width:700px;
}
.textpane
{
	background-color:#fff;
	text-align:center;
	margin:10px;
	width:700px;
}
.leftpane
{
	width:170px;
	margin:10px 10px 10px 0px; 
}
.head
{
	color:red;
}
.subhead
{
	color:red;
}
.btnmap
{
	height:37px;
	width:119px;	
	background-image: url(map.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:inline;
}
.btnschools
{
	height:37px;
	width:119px;	
	background-image: url(Schools.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:inline;
}
.btnagentifo
{
	height:37px;
	width:119px;	
	background-image: url(agentinfo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display:inline;
	align-vertical:middle;
}
.btnbrochure
{
	width:128px;	
	background-image: url(Brochure.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	margin: 5px auto;
	padding:10px 0;
	
}
a:link.btnbrochure, a:visited.btnbrochure, a:active.btnbrochure
{
	font-weight:bold;
	font-size:10pt;
	color:white;
}
a:hover.btnbrochure
{
	color:black;
}

