div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0;}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0 auto;
	background:url(../images/bodyBg.jpg) repeat-x;
	}
	
img{
	margin:0;
	padding:0;
	border:none;
	}
	
ul, li{margin:0; padding:0;}

a { text-decoration:none; color:blue; }

.fr {
	float:right;
}
	
#wrapper {
	width:960px; 
	margin:0 auto;
	clear: left;
}
	
#header{
	padding:5px 0 0 0;
	height:122px;
	}
	
.logo{
	margin:5px 0 0 0;
	float:left;
	}
	
.left{float:left;}
.right{float:right;}
.dbg{border:1px solid red;}
.clr{clear:both;}

.top_menu{
	width: 408px;
	height:28px;
	line-height:28px;
	}
	
	.top_menu div{
		display: inline-block;
		float: left;
	}
	
.top_menu_left{
	background:url(../images/top_menu_left.jpg) no-repeat;
	width:7px;
	height:28px;
}

.top_menu_center{
	background:url(../images/top_menu.jpg) repeat-x;
}

.top_menu_right{
	background:url(../images/top_menu_right.jpg) no-repeat;
	width:7px;
	height:28px;
}
	
.top_menu ul {
	margin:0;
	padding:0;
	text-align:center;
}
	
.top_menu ul li {
	float: left;
	padding:0 6px;
	list-style: none;
}
	
.top_menu ul li a {
	text-decoration:none;
	color:#0b4f8c;
	font-weight:bold;
	font-size: 10px;
}

.top_menu ul li a:hover { color:#1e72bd; }
	
#mainInfo { height:256px; }

.infoLeft {
	width:500px;
	height:255px;
	background:url(../images/verticalLine.jpg) no-repeat right;
}

.infoRight {
	width:460px;
	height:255px;
}

.infoContainer {
	width:480px;
	padding:5px 0 5px 0;
}

.infoContainer h1 {
	font-size:14px;
	color:#c2ebf1;
}

.infoContainer p {
	color:#ffffff;
}

.infoContainer img {
	margin:0  20px 0 0;
}
	
a.more{
	background:url(../images/more.png) no-repeat;
	width:70px;
	height:25px;
	display:block;
	padding:4px 0 0 10px;
	color:#ffffff;
	margin:5px 0;
	}
	
a.more:hover{
	background:url(../images/moreHover.png) no-repeat;
	}
	
img.mainImage{
	margin:-44px 0 0 0;
	position:relative;
	overflow:hidden;
	}

* html img.mainImage{
	margin:-46px 0 0 0;
	position:relative;
	overflow:hidden;
	}

.menu ul{
	margin:0;
	padding:0;
	}
	
.menu ul li{
	display:inline;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	}

.menu ul li a{
	height:40px;
	display:block;
	float:left;
	padding:0 10px;
	color:#ffffff;
	}

.menu ul li a:hover{
	background:url(../images/menuHover.jpg) repeat-x;
	}
	
.current{
	background:url(../images/menuHover.jpg) repeat-x;
	}

#page{
	padding:10px 0 0 0;
	}
	
.paddingReset{
	padding:0;
}

.sidebox{
	width:260px;
	float:left;
	}
	
.notepadGeneral {
	width:260px;
	background:url(../images/notepadRep.jpg) repeat-y;
}
	
.notepadTop {
	background:url(../images/notepadTop.jpg) no-repeat;
	width:250px;
	/*height:41px;*/
	padding:50px 0 0 10px;
	/*z-index:1!important;*/
}
	
.new {
	background:url(../images/new.jpg) no-repeat;
	width:60px;
	height:60px;
	/*z-index:1!important;*/
}

p.new {
	padding:0 0 0 70px;
	font-size:18px;
	color:#333333;
	z-index: 0 !important;
	/*overflow:inherit;*/
	/*position:relative;*/

	width: 170px;
	margin-bottom: 10px;
}

.notepadBottom {
	background:url(../images/notepadBottom.jpg) no-repeat;
	width:260px;
	height:22px;
}
	
.sidebox ul {
	padding:22px 0 0 30px;
}

.sidebox ul li
{
/*
	line-height:22px;
	height:22px;
*/
	margin-bottom: 8px;
}
	
.content
{
	float:left;
}

.mainContent {
	float:left;
	margin:0 5px;
}
	
.mainInfo{
	background:url(../images/infoTitle.jpg) no-repeat;
	width:310px;
	height:45px;
	padding:10px;
	font-size:18px;
	color:#0b4f8c;
	}

.mainContentText {
	border-left:1px solid #e9e7d5;
	border-right:1px solid #e9e7d5;
	border-bottom:1px solid #e9e7d5;
	width:307px;
	padding:10px;
	height: 220px;
}
	
a.banner img{
	border:1px solid #e9e7d5
	}
	
.contentText{
	margin:10px 0;
	}

.contentText h1{
	font-size:18px;
	color:#0b4f8c;
	margin:0;
	padding:0;
	}
	
.contentText{
	margin:10px 0;
	padding:5px;
	}
	
.leftText{
	width:308px;
	margin:5px 0;
	padding:10px;
	}
	
.rightText{
	width:308px;
	margin:5px 0;
	padding:10px;
	}

.contentText ul{
	padding:0 0 0 15px;
	}

.contentText ul li{
	padding:5px 0;
	}
	
#footer
{
	background:url(../images/footerBg.jpg) repeat-x;
	height:180px;
}

.footerWrapper{
	background:url(../images/footerWrapper.jpg) no-repeat left;
	width:950px;
	/*width:997px;*/
	display:block;
	height:180px;
	margin:0 auto;
	padding:0 0 0 0;
	clear: left;
	/*border: 1px solid red;*/
}

.footerWrapper ul{
	margin:23px 150px 0 0;
}

.footerWrapper ul li
{
	padding: 3px 3px 5px;
	list-style:none;
}
	
.footerWrapper ul li a{
	color:#333333;
	}
	
.footerWrapper ul li a:hover{
	text-decoration:underline;
	}

.breadcrumb {
	width: 680px;		/* testimonials changes */
}
	
.breadcrumb ul li{
	display:inline;
	}
	
.breadcrumb ul li a{
	font-size:11px;
	color:#999;
	padding:0 0 0 5px;
	}
.breadcrumb ul li a span{
	font-size:8px;
	padding:0 5px 0 0;
}
	
.breadcrumb ul li a:hover{
	color:#b8142b;
	}
	
.contentInfo{
	padding:10px;
	width:654px;
	margin:0 0 10px 0;
	}
	
.contentInfo h1{
	color:#0b4f8c;
	font-size:18px;
	}

.contentInfo p{
	padding:5px 0;
	line-height:18px;
	}
	
.gray{
	color:#808080;
	}

.contentInfo span{
/*	color:#b8142b;*/
	font-size:14px;
	font-weight:bold;
	}
	
.contentInfo ul{
	padding:0 0 0 40px;
	}

.contentInfo ul li a {
	color:#0b4f8c;
	line-height:18px;
}
	
.contentInfo img {
	margin:10px;
}
	
ul.fLogo {
	float:right;
	margin:30px 120px 0 0;
}

* html ul.fLogo {
	float:right;
	margin:30px 90px 0 0;
}

ul.fLogo li {
	display:block!important;
	float:left;
	height:43px;
	line-height:43px;
}

.marginReset {
	margin:30px 0 0 0!important;
}

.red {
	color:#ed1d24;
	text-align:right;
	font-size:18px;
}

.sidebox a 
{
	text-decoration: none;
	color: #000000;
}

ul.notepad li.last
{
	height: 90px;
	list-style-type: none;
}

/*	TESTIMONIALS */

.hdn {
	/*visibility: hidden;*/
	display: none;
}

.testimonials{
	margin-bottom: 15px;
}

.last_testimonials .top_separator{
	background: url(../images/bgr_testimonials_top.jpg) no-repeat;
	padding-top: 70px;
	width: 680px;
	height: 105px;
}

.last_testimonials .container{
	background: url(../images/bgr_testimonials.jpg) repeat-y;
}

.last_testimonials .bottom_separator{
	background: url(../images/bgr_testimonials_bottom.jpg) no-repeat;
	width: 680px;
	height: 47px;
}

.all_testimonials,
.add_testimonial{
	position: relative;
	display: block;
	margin-left: 496px;
	width: 135px;
	height: 21px;
}

	.all_testimonials{
		background: url(../images/btn_all_testimonials.jpg) no-repeat;
	}
	
		.all_testimonials:hover{
			background: url(../images/btn_all_testimonials_hover.jpg) no-repeat;
		}
		
	.add_testimonial{
		background: url(../images/btn_add_testimonial.jpg) no-repeat;
		margin-top: 9px;
	}
	
		.add_testimonial:hover{
			background: url(../images/btn_add_testimonial_hover.jpg) no-repeat;
		}
		
.testimonials_listing{
	list-style: none outside none;
    width: 644px;
	padding: 0 !important;
	border-top: 1px solid #CCCCCC;
}

	.last_testimonials .testimonials_listing{
		padding-left: 30px !important;
		width: 640px;
		border-top: none;
	}

.last_testimonials .testimonials_listing li{
	float: left;
	padding: 4px 20px 10px 0;
	width: 300px;
	height: 135px;
	border-bottom: none;
	overflow: hidden;
}
	
	.last_testimonials .testimonials_listing li.right_box{
		clear: right;
	}

.testimonials_listing li {
	display: block;
	color: #000000 !important;
	padding: 4px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

	.last_testimonials .testimonials_listing a {
		border-bottom: none;
	}
	
		
.testimonials_listing h2 {
	margin: 0;
	font-size: 13px;
	color: #0033cc;
}

.testimonials_listing .name,
.testimonials .name{
	display: block;
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
}

.testimonials_listing .date,
.testimonials_listing .hour,
.testimonials .date,
.testimonials .hour{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

.testimonials a,
.testimonials p{
	line-height: 15px !important;
}

	.testimonials_listing p {
		padding: 0 !important;
	}

a.add,
a.back {
	display: block;
	padding: 4px 0 0 8px;
	background: url(../images/bgr_btn.jpg) no-repeat;
	width: 180px;
	height: 25px;
	color: #ffffff;
}

	a.back{
		padding: 4px 0 0 18px;
	}

	a.add:hover,
	a.back:hover{
		background: url(../images/bgr_btn_hover.jpg) no-repeat;
	}
	
.pagination{
	margin: 10px 0 0 70px;
}
	
.pager{
	margin-top: 7px;
	font-weight: bold;
}

.pager li{
	display: inline;
}

	.pager li a{
		padding: 3px;
		width: 16px;
		height: 15px;
		background: #3B7EBF;
		color: #ffffff !important;
		text-align: center;
		border: 1px solid #cc3333;
	}

		.pager li.current,
		.pager li a:hover{
			padding: 3px;
			width: 16px;
			height: 15px;
			background: #cc3333;
			color: #ffffff;
			border: 1px solid #3366cc;
		}
	
	.pager li.dot,
	.pager li a#prev,
	.pager li a#next{
		background: none;
		color: #000000;
		border: none;
	}
	
		.pager li a#prev,
		.pager li a#next {
			color: #0033CC !important;
		}
		
			.pager li a#prev:hover,
			.pager li a#next:hover{
				color: #cc0000 !important;
			}
	
		.pager li.dot span {
			font-weight: normal;
		}

