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

body {
	background: #033566;
	font: 14px/21px Georgia,"Times New Roman",Times,serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* CSS Document */

#topMask {
	background: #961B1E;
	height: 2px;
}
#headerMask {
	background-color: #E8E8E8;
	background-image: url(../images/headerMask-bg.png);

}

#header {
	height: 148px;
	width: 768px;
	margin: 0 auto;
	overflow: hidden;
}
#header h1 {
	line-height: 46px;
	margin: 5px 0 0;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	font-size: 44px;
}
#header h1 a {
	color: #961B1E;
}
#header h1 a:hover {
	text-decoration: none;

}
#header h1 a span{
	color: #033566;
	font-size: 30px;
}

#header #contactBox {
	float: right;
	margin-top: 10px;
	color: #961B1E;
	text-shadow: 1px 1px 1px #999;
	position: relative;
	top: -9px;
	right: 0px;
}
#header #contactBox #phone {
	font-size: 20px;
	margin-bottom: 3px;
	border-bottom: 2px solid #961B1E;
	text-align: left;
	line-height: 52px;
}
#header #contactBox #paypal {
	position: absolute;
	top: 0px;
	right: 0px;

}

#header #contactBox #mediation {
	font-size: 15px;
}
#header #contactBox #since {
	font-size: 16px;
	text-align: right;
	color: #033566;
}





.headerShadow {
	position: relative;
	bottom: 0px;
	background-image: url(../images/header-shadow.png);
	height: 5px;
}



#navMask {
	background-image: url(../images/nav-bg.png);
	height: 42px;
	background-repeat: repeat-x;

}
#nav {
	width: 768px;
	margin: 0 auto;
}
#nav ul {
	margin: 0;
	float: left;
	padding-left: 20px;
}
#nav ul li {
	display: inline;
	margin: 0;
	float: left;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 10px 0;
	float: left;
	font-weight: bold;
	border-left: 1px solid #540F10;
	border-right: 1px solid #9E1C1E;
	text-align: center;
	width: 144px;
}
#nav ul li a:hover , #nav ul li a.current{
	box-shadow: 0 0 5px #000;
	position: relative;
	background-color: #033566;
	background-image: url(../images/nav-bg-hover.png);
	border-left-color: #054582;
	border-right-color: #011930;
}
#nav ul li a.first {
	border-left: none;
}
#nav ul li a.last {
	border-right: none;
}
#contentMask {
	margin-top: -34px;
	background-image: url(../images/content-mask-bg.png);
	background-repeat: repeat-x;
}

#content {
	width: 768px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/paper.png);
}

#content #innerContent {
	margin: 0 10px;
}

#content #rightBar {
	width: 182px;
	float: right;
	margin: -10px 0 10px 10px;
	padding: 0 10px 0 0;
	box-shadow: 0px 0px 4px;
	position: relative;
	background-color: #961B1E;
	background-image: url(../images/red.png);
	behavior: url(scripts/PIE.php);
}

#content #contentFooter {
	background: #961B1E;
	float: left;
	width: 768px;
}
#content #contentFooter ul {
	float: left;
	margin: 0;
}
#content #contentFooter ul li {
	display: inline-block;
	float: left;
	margin: 0;
}
#content #contentFooter ul li a {
	float: left;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 12px;
}

#content #contentFooter ul li a:hover, #content #contentFooter ul li a.current {
	text-decoration: underline;
}

#contentFooter #copy {
	color: #fff;
	float: right;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 12px;
}
#footer {
	width: 768px;
	margin: 0 auto;
	color: #fff;
}
#footer #credit {
	text-align: center;
	margin: 10px 0;
}
#footer #credit a {

}

#footer #disclaimer {
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
	color: #ccc;
}
