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

body {
	margin:0px auto;
	width:100%;
	background-image: url(../images/gray-shade.gif);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#191a33;
	font-size:13px;
}
#page-holder{
	background-image: url(../images/floral-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px auto;
	width:100%;
	text-align:center
}
#container{
	width:970px;
	margin:0px auto;
	background-color:#ffffff;
	text-align:left;
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-panel{
	float:left;
	width:556px;
}
#right-panel{
	float:right;
	width:414px;
}
#btn-panel{
	width:156px;
	background-image:url(../images/home-header-left.jpg);
	background-repeat:no-repeat;
	height:360px;
	float:left;
	padding-left:22px;
	padding-top:14px;
	line-height:26px
}
#header-mid{
	width:378px;
	float:left;
}
#header-right{
	width:414px;
	float:left;
	background-image: url(../images/home-header-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer{
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:64px;
	margin-top:15px;
}



#logo-box-a{
	display: table; 
	height: 86px; 
	width:394px; 
	#position: relative; 
	overflow: hidden; 
	background-color:#b00c39;
	color:#FFFFFF;
	font-size:50px;
}
#logo-box-b{
	#position: absolute; 
	#top: 50%; 
	left:50%; 
	display: table-cell; 
	vertical-align: middle; 
	width:394px;
}
#logo-box-c{
	#position: relative; 
	#top: -50%; 
	left:-50%; 
	width:394px;
}



.top-navigation{
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:0px 8px
}
a.top-navigation:hover{
	font-size:14px;
	color:#cd0038;
	font-weight:bold;
	text-decoration:none;
	padding:0px 8px
}
.top-navigation-active{
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color:#cd0038;
	padding:0px 8px
}

.footer-right{
	 float:right; 
	 width:553px; 
	 color:#FFFFFF; 
	 padding-top:18px; 
	 font-size:12px;
	 text-align:right;
	 padding-right:15px;
}
.footer-right a{
	 color:#FFFFFF; 
}
.footer-right a:hover{
	 color:#cd0038; 
}


a img{
	border:none;
}
a{
	color:#cd0038;
}
a:hover{
	color:#7f7f7f;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	color:#cd0038;
	font-weight:normal;
	font-size:30px;
}
h4{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	color:#cd0038;
	font-weight:normal;
	font-size:15px;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	padding-top:10px;

}
li{
	list-style-type: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:15px;
}


.date{
	float:left; 
	margin-right:20px; 
	width:47px; 
	padding-right:2px; 
	padding-top:4px;
	height:52px; 
	background-image:url(../images/date-bg.gif); 
	background-repeat:no-repeat;
	line-height:14px;
}

.css_iframe{
	width:0px;
	height:0px;
	border:0px solid #fff; 
	background:none; 
	padding:0px; 
	margin:0px;
}
.red-bold{
	color:#ff5f5f;
	font-weight:bold;
	text-decoration:none;
}


.box{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#191a33;
	font-size:13px;
	width:200px;
	border:1px solid #7f9db9
}
.white-text-fifteen-bold{
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
}
