/* CSS Document */
div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/body-top-bg.jpg') repeat-x top left;
	font-family: Arial,Verdana,sans-serifl;
	font-size: 90%
}

h2, h4 {
	color: #014DA2;
}
h2, h4 {
	color: #000000;
}

h1 {
	font-size: 18px;
	margin-top:10px;
	Color:#EC1C24;

}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}

a {
	color: #014DA2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #EC1C24;
}

#bread {
	font-size:11px;
}

#bread a {
	font-size: 9px;
	margin: 0 3px;
}

#container {
	position:relative;
	width: 925px;
	margin: 0 auto;
	background: url('images/dropshadow.png') repeat-y top center;
	min-height:500px; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0
}

#header {
	height: 120px;
	width: 100%;
	background: #FFFFFF url('images/masthead-bg.jpg') repeat-x top left;
	position:relative
}

#header #mast {
	position:absolute;
	top:0;
	right:0;
}
	#callToday {
	position: absolute;
	top: 10px;
	right: 0;
	width: 375px;
	font-size:20px;
	color: #333;
	text-align:center;
	}
	#topNav {
	position: absolute;
	bottom: 5px;
	right: 0;
	}
	
#main {
	padding: 10px;
	min-height: 700px;
}

/* Columns */

#left {
	float:left;
	width: 215px;
}

#middle {
	margin-left: 230px;
	width: 430px;
	padding: 5px;
	font-size: 14px;
}

#right {
	float:right;
	width: 215px;
}

/* Box Styles */

.box {
	width: 195px;
	background: url('images/box-bg.jpg') no-repeat bottom center;
	margin-bottom: 15px; padding-left:7px; padding-right:7px; padding-top:0; padding-bottom:40px
}

.box2 {
	width: 312px;
	background: url('images/box-bg2.jpg') no-repeat bottom center;
	margin-bottom: 15px; padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:32px
}

.box h4, .box2 h4 {
background:url('images/box-top.jpg') repeat-x;
margin:0;
height: 36px;
line-height:36px;
font-size: 16px;
color: #333; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0

}

.box p, .box2 p {
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.box2 p {
margin:0;
padding: 10px 10px;
}
.box2 #borderS, .box2 h4 {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

.box ul, .box2 ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style:none;
	font-size: 80%;
}

.box ul li, .box2 ul li {
	margin:0;
	padding:0;

}

.box ul li a, .box2 ul li a {
	font-weight:bold;
	display:block;
	padding: 5px 5px;
	text-decoration:none;
	color: #014DA2;
}
.box ul li a:hover, .box2 ul li a:hover {
	background: #A6BEF7;
	color: #FFFFFF;
}

#footer {
	background:url('images/footer-body-bg.jpg') repeat-x top left;
}

#footer #fcontainer {
	width: 925px;
	margin: 0 auto;
	background: url('images/dropshadow.png') repeat-y top center;; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:10px
}

#footer #fcontainer #fmain {
	background:url('images/footer-bg.jpg') repeat-x top left;
	min-height:300px;
	padding: 10px;
	font-size:70%
}

#home {
}

#home #middle {
	margin-left: 0;
	width: 665px;
	font-size: 12px;
}

#home #left {
display:none;
}

#home .largeBox {
	background: url('images/wide-box-bottom.gif') no-repeat bottom center;
	width: 635px;
	padding-bottom:20px;
	margin-bottom:10px; margin-left:auto; margin-right:auto; margin-top:0
}

#home .largeBox h3 {
background:#A6BEF7;
padding: 5px 10px;
margin:0 26px 5px 26px;
}

.noBottomBorder {
	border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:0px none; padding:5px; 
}

.larger10 {
	font-size: 110%;
}

.larger25 {
	font-size: 125%;
}
.larger50 {
	font-size: 150%;
}
#overFlash {
	position:absolute;
	right:14px;
	top: 126px;
	width: 236px;
	height: 166px;
}

.small {font-size:smaller;}

