/* CSS Document */
body {
	margin:0;
	padding:0 0 20px;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	background-color:#333;

}
p, img, a, ul, h2, h3 {
	margin:0;
	padding:0;
	
}
ul {
	/*list-style:none;*/
}

ul li{
		margin-left:10px;	
}

img {
	display:block;
	border:none;
}

/* Header */
.header {
	height:158px;
/*	background:url(images/header-topbg.gif) 100% 100% no-repeat;
*/}
.header img.logo {
	margin:11px 0 0 14px;
}
.header a.email {
	font-size:13px;
	font-weight:bold;
	color:#c30;
}
.header a.email:hover {
	text-decoration:none;
}

.menu {
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	font-size:11px;
}
.menu a {
	color:#000;
}
.menu a:hover {
	text-decoration:none;
}
.slogan {
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding-right:8px;
}


.navigation {
	padding-top:25px;
}

.navigation a {
	width:200px;
	height:41px;
	display:block;
    background:url(images/button.jpg) 0 0 no-repeat;
	line-height:40px;
	padding-left:13px;
	font-weight:bold;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.navigation a:hover {
	color:#666;
}

/* Body portion */
.bodyPan {
	color:#000;
/*	background:url(images/body-pan-bg.gif) 0 0 repeat-y;
*/}
.bodyPan h2 {
	font-size:16px;
	color:#c30;
}
.bodyPan h3 {
	font-size:11px;
	color:#c30;
	text-decoration:underline;
	padding-bottom:5px;
	text-transform:uppercase;
}
.leftpad23 {
	padding-left:23px;
}

/* Middle block */
.midBlock {
/*	background:url(images/midblock-bg-repeat.gif) 0 0 repeat-y;*/
}

.midBlock table.content {
	margin-left:3px;
/*	background:#fff url(images/midblock-bg-repeat-inner.gif) 0 0 repeat-x; */
}
.midBlock table.content td {
	padding:0 6px 0 9px;
}
.midBlock table.content p {
	padding-bottom:10px;
}
.midBlock table.content ul {
	padding-left:20px;
}
.midBlock table.content ul li.bullet {
	padding:0 0 8px 13px;
	background:url(images/bullet.gif) 0 6px no-repeat;
}

/* Bottom block */
.bottomBlock table.content {
/*	background:#282828 url(images/bottom-block-repeat-bg.jpg) 0 0 repeat-x;
*/	border-left:#4C7FB2 2px solid;
	border-right:#4C7FB2 2px solid;
	color:#333;
}
.bottomBlock h3 {
	color:#CCC;
}
.bottomBlock strong {
	color:#336699;
}
.bottomBlock table.text td {
	padding:1px 0;
}
.noPad {
	padding:0 !important;
}

.copyright {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
	color:#fff;
	text-align:center;
}

.img-box img { float:right; margin:0 0 0 15px; padding:10px 0 0 0px;}

.img-box img.img2{ float:right; margin:0px 35px 0 15px; padding:0 0 0 0px;}

.midBlock table.content td ul.square {
	list-style:square;
}

.links{
	text-decoration:none;
	color:#c30;
}

.linksbtm{
	text-decoration:none;
	color:#333;
}

