/* Start of CMSMS style sheet 'all' */
html{
	height:100%;
}
body {
	margin: 0;
	font:14px Verdana, Geneva, sans-serif;
	background:url(images/bg-body.gif) repeat;
	color:#5c5c5c;
	height:100%;
}
img{border-style:none;}
a{
	color:#2a4bc8;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

#wrapper{
	margin:0 auto;
	width:920px;
	background:url(images/bg-wrapper.gif) repeat-y 10px 0;
	min-height:100%;
	position:relative;
}
.wrapper-holder{
	padding-bottom:98px;
	width:920px;
}
#wrapper .b{
	background:url(images/bg-wrapper-b.gif) no-repeat;
	width:920px;
	height:161px;
	overflow:hidden;
	position:absolute;
	bottom:68px;
	left:0;
}
* html #wrapper .b{bottom:67px;}

* html #wrapper{
	overflow:visible;
	height:100%;
}
#header{
	background:url(images/bg-header.gif) no-repeat 0 100%;
	height:201px;
	position:relative;
	z-index:3;
	padding:0 19px;
}
#header:after,
#nav:after,
.wrapp:after{
	clear: both;
	content:"";
	display: block;
}
.wrapp{width:100%;}
.logo{
	float:left;
	width:440px;
	height:143px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 0px;
	position:relative;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
	cursor:pointer;
	background:url(images/logo.png) no-repeat;
}
.slogan{
	text-align:right;
	display:block;
	color:#383838;
	font:italic 30px/38px Georgia, "Times New Roman", Times, serif;
	padding:104px 15px 0 0;
	overflow:visible;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#nav li{
	float:left;
	position:relative;
	font-size:12px;
	line-height:15px;
}
#nav li a{
	float:left;
	color:#fff;
	padding:15px 0;
	text-align:center;
	text-decoration:none;
}
#nav li ul{
	margin:0;
	padding:3px 0 0;
	list-style:none;
	width:276px;
	background:#000;
}
#nav li li{
	float:none;
	padding:7px 5px 7px 17px;
	position:static;
}
#nav li li a{
	float:none;
	color:#acacac;
	padding:0;
}
#nav .drop{
	position:absolute;
	top:100%;
	left:0;
	display:none;
}
#nav .drop .b{
	background:url(images/bg-drop-b.png) no-repeat;
	width:276px;
	height:7px;
	overflow:hidden;
	position:static;
}
#nav li a:hover,
#nav li:hover a,
#nav li.hover a, #nav .active{background:url(images/bg-nav-hover.gif) repeat-x;}
#nav li:hover .drop,
#nav li.hover .drop{display:block;}
#nav li:hover li a,
#nav li.hover li a{
	background:none !important;
	color:#acacac;
}
#nav li li a:hover{color:#fff;}
#main{
	overflow:hidden;
	background:url(images/bg-main.gif) no-repeat;
	width:860px;
	padding:20px 30px 0px;
	z-index:2;
	position:relative;
}
.img-holder{margin:0 0 17px;}
.img-holder img{display:block;}
#main h1{
	margin:0 0 16px;
	color:#040404;
	font:30px/33px Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
}
#main h2{
	color:#ed1c24;
	font:24px/26px Georgia, "Times New Roman", Times, serif;
	margin:-4px 0 10px;
	letter-spacing:1px;
}
#content ul li{
line-height: 24px;
}
#content{
	float:left;
	width:590px;
}
#content p{
	line-height:25px;
	margin:0 0 25px;
}
#content .mark{
	color:#474747;
	font-size:16px;
}
.list{
	margin:0;
	padding:0 0 0 11px;
	list-style:none;
	font-size:12px;
	line-height:15px;
}
.list li{
	background:url(images/bullet.gif) no-repeat 0 14px;
	padding:7px 0 7px 15px;
}
.list li a{text-decoration:none;}
.list li a:hover{text-decoration:underline;}
#sidebar{
	float:right;
	width:250px;
	font-size:12px;
	color:#000;
	overflow:hidden;
}
.block{
	background:url(images/bg-block.png) no-repeat;
	padding:14px 19px 18px;
	margin:0 0 19px;
}
.block .text{
	display:block;
	color:#232323;
	font:22px/32px Georgia, "Times New Roman", Times, serif;
	margin:0 0 18px;
}
.subnav{
	margin:0 -18px;
	padding:0;
	list-style:none;
	width:248px;
	position:relative;
}
.subnav li{
	height:1%;
	vertical-align:top;
	margin:0 0 3px;
}
.subnav li a{
	display:block;
	background:url(images/bg-sub-nav.png) no-repeat;
	width:212px;
	padding:0 18px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:34px;
	text-decoration:none;
}
.subnav li a:hover{
	background:url(images/bg-sub-nav-hover.png) no-repeat;
	text-decoration:none;
}
.heading{
	background:url(images/bg-heading.gif) no-repeat;
	margin:0 0 14px;
	padding:16px 20px;
}
#sidebar .heading h3{
	margin:0;
	color:#fff;
	font-size:14px;
	line-height:18px;
}
#sidebar p{
	line-height:18px;
	margin:0 0 18px;
}
.section{padding:0 20px 17px;}
.section dl{
	margin:0 0 17px;
	overflow:hidden;
	width:100%;
	line-height:18px;
}
.section dl strong{font-size:14px;}
.section dl dt{
	float:left;
	padding:0 3px 0 0;
}
* html .section dl dt{padding-right:0;}
.section dl dd{
	margin:0;
}
.ad{
	margin:0;
	padding:23px 0 0;
	list-style:none;
	width:103%;
	overflow:hidden;
}
.ad li{
	float:left;
	margin:0 3px 0 0;
}
.ad li img{display:block;}
#footer{
	background:url(images/bg-footer-1.gif) no-repeat;
	width:920px;
	height:48px;
	padding:10px 30px;
	margin:-68px auto 0;
	width:860px;
	position:relative;
	color:#fff;
	font-size:10px;
	line-height:14px;
	z-index:5;
}
#footer p{
	margin:0;
	z-index:3;
}
#footer p a{color:#fff;}

.image {
margin: 5px 15px 10px 15px;
padding: 1px;
border: 1px solid #9c9c9c;
}
.row {
margin-bottom: 30px;
border-bottom: 1px dashed #cecece;
}

#content .icon {
position: relative;
top: 2px;
}
#content .label {
	font-style: italic; 
	color: #aaaaaa;
}

/* End of 'all' */

