@charset "UTF-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}



/*** Begin Content Styles ***/

.content_contain {
	padding:25px 0 0 25px;
}

.content {
	width:100%;
}

.content span {
	color:#ff0000;
}

.phone {
	color:#ffffff;
	font-weight:bold;
}

/*** End Content Styles ***/




/*** Begin Nav Styles ***/

.nav {
	padding-top:5px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*** End Nav Styles ***/




/*** Begin Border Styles ***/

.border_right {
	border-right:2px solid #323366;
}

.border_btm {
	border-bottom:2px solid #000;
}

.border_main {
	border:2px solid #000;
	height:600px;
}

/*** End Border Styles ***/




/*** Begin Sub Nav ***/

.subnav {
	margin-top:25px;
}

.subnav a {
	color:#fff;
	background:#0f315b;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	padding:5px 0 5px 0;
	margin-bottom:7px;
}

.subnav a:hover {
	background:#0f5079;
}

.subnav_on {
	background:#0f5079;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	padding:5px 0 5px 0;
	margin-bottom:7px;
}
/*** End Sub Nav ***/
