ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

.clear{
	clear:both;
}
body{
	position:relative;
	background:#CCCCCC url(images/body-bg.jpg) left top repeat-x;
/*	font:62.5% "dejarip",sans-serif;
*/
	font-family: 'Open Sans', sans-serif;
}

#container{
	position:relative;
	background:url(images/container-bg.jpg) top center no-repeat;
}

#leftarrow{
	top:439px;
	left:-37px;
	width:24px;
	height:24px;
	position:absolute;
	background:url(images/main-left-arrow.jpg) no-repeat;
}

#rightarrow{
	top:439px;
	right:-37px;
	width:24px;
	height:24px;
	position:absolute;
	background:url(images/main-right-arrow.jpg) no-repeat;
}

#header{
	position: relative;
	width:1084px;
	height:110px;
}

#logo{
	left:-8px;
	top:13px;
	z-index: 3000;
	position:absolute;
}

#navigation{
	font-family: "calluna-sans",sans-serif;
	height:33px;
	padding:16px 0px 0px 0px;
}

#navigation ul{
	float:right;
}

#navigation ul li{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	text-transform:uppercase;
	margin: 2px 0px 0px 0px;
	padding:0px 22px 0px 17px;
	background:url(images/nav-bg.jpg) right top no-repeat;
}

#navigation ul li a{
	color:#fff;
}

#navigation ul li a:hover{
	color: #cc6600;
}

#navigation .number{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	float: right;
	text-transform: uppercase;
	background:none;
	padding:0px 0px 0px 17px;
}

#sub-nav{
	font-family: "calluna-sans",sans-serif;
	height:61px;
	padding:0px 0px 0px 137px;
}

#sub-nav ul li{
	position: relative;
	float:left;
	height:42px;
	font-size:13px;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	padding:19px 30px 0px 30px;
	border-right:1px #CCCCCC solid;
	background:url(images/down-arrow.jpg) bottom center no-repeat;
}

#sub-nav ul li a{
	color:#2C39AD;
}

#sub-nav ul li a:hover{
	text-decoration:none;
}

#sub-nav ul ul{
	left:0;
	top:40px;
	width:269px;
	display:none;
	position:absolute;
	padding:20px 0px 0px 0px;
}

#sub-nav ul li:hover ul{
	display:block;
	z-index: 2000;
}

#sub-nav ul li ul li{
	float:none;
	height:auto;
	background:#fff;
	border-right:none;
	font-weight:normal;
	text-transform:none;
	padding:10px 0px 10px 12px;
	border-bottom:1px #FFE5D4 solid
}

#sub-nav ul li ul li a{
	color:#666666;
}

a.blue-button{
	right:0px;
	top:67px;
	color:#fff;
	height:23px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	border:1px #0202FF solid;
	padding:3px 28px 0px 19px;
	background:url(images/blue-button-bg.jpg) repeat-x;
}

a:hover.blue-button{
	text-decoration:none;
}

#banner{
	width:1084px;
	height:482px;
	position:relative;
}

#slideshow{
	height: 412px;
	overflow: hidden !important;
}

.small-text{
	top:240px;
	width:390px;
	padding: 10px;
	background: url(images/bantext.png);
	position:absolute;
}

.small-text p{
	color:#333333;
	font-size:20px;
}

.image-container{
	width:1084px;
	height:412px;
}

.ban-text{
	height:70px;
	width:1084px;
}

.testimonial{
	padding:15px 0px 0px 10px;
}

.ban-text p{
	color:#fff;
	font-size:15px;
	line-height:150%;
}

#content{
	width:987px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:15px 52px 10px 45px;
}

#content h2{
	color:#2C39B0;
	font-size:14px;
	padding:10px 0px 10px 0px;
	border-bottom:1px #CCCCCC solid;
}

#leftcolumn{
	float:left;
	width:670px;
}

.alignleft{
	float:left;
	margin:10px 21px 5px 0px;
}

.alignright{
	float:left;
	margin:10px 0px 5px 21px;
}

#leftcolumn p{
	color:##252626;
	font-size:13px;
	line-height:1.3em;
	padding:8px 0px 5px 0px;
}

.details{
	display:inline-block;
	padding:0px 0px 16px 0px;
	border-top:1px #CCCCCC solid;
}

.details ul li{
	float:left;
	width:193px;
	line-height:170%;
	text-align:center;
	padding:15px 30px 0px 0px;
}

.details ul li a{
	color:#2E3AB0;
	font-size:12px;
}

.entry{
	background:#F7F7F7;
	display:inline-block;
	padding:12px 14px 12px 17px;
}

.thumbnail{
	float:left;
	width:180px;
}

.text{
	float:left;
	width:422px;
	padding:10px 0px 0px 0px;
}

.post h3{
	color:#2D39B0;
	font-size:14px;
	padding:8px 0px 0px 0px;
	text-transform:uppercase;
}

a.learn-more, a.read-more{
	color:#fff;
	height:26px;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	margin:8px 0px 0px 0px;
	padding:0px 10px 0px 7px;
	background:url(images/blue-button-bg.jpg) repeat-x;
}

#rightcolumn{
	float:right;
	width:278px;
}

.blue-text{
	color:#fff;
	width:240px;
	display:inline-block;
	-moz-border-radius: 13px;
	border-radius: 13px;
	margin:8px 0px 0px 4px;
	padding:0px 10px 0px 24px;
	background:#2D3AAE url(images/blue-text-bg.jpg) left top repeat-x;
}

.blue-text img{
	float:left;
}

.blue-text p{
	font-size:14px;
	padding:4px 0px 2px 0px;
	text-transform:uppercase;
}

.blue-text h3{
	font-size:29px;
	line-height:80%;
	font-weight:normal;
}

.blue-text h3 span{
	font-size:19px;
}

.blue-left{
	float:left;
	width:61px;
}

.blue-right{
	float:left;
	width:179px;
	padding:10px 0px 0px 0px;
}

#right-menu{
	background:#F7F7F7;
	margin:12px 0px 12px 0px;
	padding:0px 10px 0px 15px;
}

#right-menu h4{
	color:#666666;
	font-size:13px;
	padding:10px 0px 7px 0px;
}

#right-menu ul{
	padding:0px 0px 8px 0px;
}

#right-menu ul li{
	font-size:13px;
	padding:0px 0px 6px 0px;
}

#right-menu ul li a{
	color:#666666;
	padding:0px 0px 0px 11px;
	background:url(images/right-arrow.jpg) left top no-repeat;
}

.textwidget p{
	font-size: 13px;
}

#video{
	width:278px;
	display:inline-block;
	padding:6px 0px 10px 0px;
	-moz-box-shadow: 5px 5px 5px #ECECEC;
	-webkit-box-shadow: 5px 5px 5px #ECECEC;
	box-shadow: 5px 5px 5px #ECECEC;
}

#video-top{
	width:278px;
	background:#CCCCCC;
	display:inline-block;
	margin:0px 0px 12px 0px;
}

#video-top span{
	float:left;
	height:20px;
	line-height: 20px;
	color:#fff;
	font-size:13px;
	padding:0px 14px 0px 7px;
	text-transform:uppercase;
	background:#EA6004 url(images/orange-right-arrow.jpg) right no-repeat;
}

#video-top h4{
	float:left;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	padding:2px 0px 0px 8px;
}

#video-block{
	width: 256px;
	margin:0 auto;
}

#sidebar h2{
	margin-bottom: 10px;
}

#sidebar-btm{
	padding:17px 0px 0px 14px;
}

#sidebar-btm img{
	float:left;
	margin:0px 12px 0px 0px;
}

#sidebar-btm p{
	color:#333333;
	font-size:10px;
}

/*-------------------------inner-page------------------------------*/

.inner{
	background:#CCCCCC url(images/inner-body-bg.jpg) top center no-repeat;
}

.inner #container{
	background:url(images/inner-container-bg.jpg) top center no-repeat;
}

.inner #banner{
	height:139px;
}

#banner h2{
	color:#333399;
	font-size:3em;
	padding:40px 0px 0px 165px;
	letter-spacing:-.05em;
	font-weight:700;
}

.inner #leftcolumn h2{
	color:#3F3F3F;
	font-size:17px;
	border-bottom:1px #CCCCCC solid;
}

.inner .post{
	padding:0px 0px 30px 0px;
}

.inner #rightcolumn h2{
	border:none;
	padding:10px 0px 10px 28px;
	background:url(images/h2-bg.jpg) 0px 9px no-repeat;
}

.right-text{
	width:252px;
	background:#F7F7F7;
	margin:10px 0px 0px 0px;
	padding:10px 10px 20px 13px;
}

.right-text p{
	color:#666666;
	font-size:13px;
	padding:0px 0px 15px 0px;
}




#footer{
	width:1026px;
	padding:10px 47px 20px 11px;
}

#footer-left{
	float:left;
	padding:0px 0px 10px 0px;
}

#footer-left p{
	color:#333333;
	font-size:12px;
	padding:0px 0px 14px 0px;
}

#footer-left ul li{
	color:#333333;
	font-size:12px;
}

.foot-coll-1{
	float:left;
	width:212px;
}

.foot-coll-2{
	float:left;
	width:170px;
}

#footer-right{
	float:right;
	padding:0px 0px 10px 0px;
}

#footer-right ul li{
	float:left;
	padding:0px 6px 0px 0px;
}

#footer-right ul li span{
	color:#666666;
	font-size:12px;
	display:inline-block;
	padding:8px 2px 0px 0px;
}

#foot-btm{
	clear:both;
	padding:10px 0px 10px 0px;
}

#foot-btm p{
	color:#666666;
	font-size:10px;
}

#foot-btm a{
	color:#333399;
}






/**/
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width:1084px;
	margin:0 auto;
}