/* Site Layout
=====================================================================*/
body {
	text-align: center;
}
.content {
	text-align: left;
}
#container {
	border: #ffffff solid 2px;
	background-image: url(../../themes/main/images/bg.jpg);
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 984px;
	text-align: left;
}
#header {
	background-image: url(../../themes/main/images/bg_hR.jpg);
	background-repeat: repeat;
	height: 113px;
	*height:100px;
	width: 984px;
	border-bottom: #ffffff solid 2px;
}
#headerL {
	float: left;
	width: 214px;
}
#headerR {
	color:#FFFFFF;
	float: right;
	width: 770px;
	text-align: right;
}
.navText {
	position: relative;
	top: 85px;
	right: 5px;
}
#spacer {
	clear: both;
	width: 984px;
	height: 2px;
	background-color: white;
}
#banner {
	height: 200px;
	background-color: #cccccc;
	width: 984px;
	border-bottom: #ffffff solid 2px;
}
#bannerInt {
	height: 50px;
	background-color: #cccccc;
	width: 984px;
	border-bottom: #ffffff solid 2px;
}

#contentContainer {
	width: 984px;
}
#cc1 {
	width: 215px;
	float: left;
	text-align: right;
}
#cc1_pad {
	padding-top: 20px;
	/*padding-right: 10px;*/
	line-height: 2.0em;
}
#cc2_pad {
	padding: 0px 10px 10px 0px;
}
#cc2 {
	width: 534px;
	float:left;
	margin-left: 10px;
}
#cc3 {
	width: 215px;
	float:right;
	text-align: center;
}
#footer {
	width: 984px;
	color:#FFFFFF;
	background-color: #00529b;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: #ffffff solid 2px;
	clear: both;
}
#copyright {
	font-size: 10px;
	width: 984px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}
#copyrightL {
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	float: left;
	width: 50%;
}
#copyrightR {
	color: white;
	font-size: 10px;
	text-align: right;
	float: right;
	width: 50%;
}

#di_home {
width: 90%;
margin: 0 auto;
}
/* Navigation Styles
=====================================================================*/
a.navigation_primary:link, a.navigation_primary:active, a.navigation_primary:visited {
	text-decoration: none;
	color: #ffffff;
}
a.navigation_primary:hover {
	text-decoration: none;
	color: #cccccc;
}
a.navigation_secondary:link, a.navigation_secondary:active, a.navigation_secondary:visited {
	text-decoration: none;
	color: #ffffff;
}
a.navigation_secondary:hover {
	text-decoration: none;
	color: #cccccc;
}
a.sephone_footer, a.sephone_footer:active, a.sephone_footer:visited {
	text-decoration: none;
	color: #ffffff;
}
a.sephone_footer:hover {
	text-decoration: none;
	color: #cccccc;
}

a.donate_button {
	background: url(../../themes/main/images/donate-button.png) no-repeat 0 0;
	width: 153px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
a.donate_button:hover { background-position: 0 -48px; }
a.donate_button:active { background-position: 0 -96px; }
