@charset "utf-8";
/* CSS Document */
@import url("css/menu.css");

/*
  USAGE:
  Copy and paste this one line into your site's CSS stylesheet.
  Add comma-separated CSS selectors / element names that have transparent PNGs.
  The path to the HTC is relative to the HTML file that includes it.
  See below for another method of activating the script without adding CSS here.
 */

 img, div, input, #container { behavior: url("/js/iepngfix.php") }


 /*
  Here's an example you might use in practice:
  img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }
 */
 
body{
background: white;
color: #5d5c5c;
	font-family: Verdana;
	font-size: 10px; 

	margin: 0;
}
#back{
	background-image: url(images/BGImg.gif);
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0 194;
}
a img{
	border: 0;
}
p{
	margin: 0 0 10px 0;
	font-size:12px; line-height:14px;
}
/*--------- pane style ----------*/
.toppane, .bottompane{ padding:0px; margin:0px;}
.contentpane{ padding:0px; margin:0px; }
ul{	font-size:12px;}
li{	font-size:12px;}
h1{font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#003e7d; margin-bottom:20px;}
h2{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#0054a3;}
h3{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#2969a6;}
h4{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#ed7e77;}
h5, DT{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#43494d;}
h6{font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color:#43494d;}

.column
{
	float: left;
	width: 200px;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-left:-15px;

	/*height:500px;*/
}

div#bgBodyRepx{
background: url(images/bg-body-top-repx.gif) center top repeat-x;	
}
div#container{
	background-image: url(images/bg-cnt-y.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 12px;
	text-align: left;
	width: 950px;
}

div.DNN_News_ItemLink {
	font: 11px Arial, Helvetica, sans-serif;
}
div#header{
	background: url(images/bg-header-repx.gif) left top repeat-x;
	height: 151px;
	width:950px;
	margin:0;
	padding:0;
}

div#header #logo{
	float: left;
	padding: 10px;

}
div#header #right{
	float:right;
	padding:10px;}
	
div#header div#search{
	color: #003366;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align:right;
	height: 50px;
	line-height: 50px;
	margin: 0px 10px 0 20px;
	padding: 0 4px;
	width: 320px;
}
#search a{color:#005c9c;}
div#header div#search .search{margin-top:8px; }

#search img{ margin-top:15px; margin-bottom:-5px; } 

#search a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#004594; }


div#bgCntBtm{
	background-color: transparent; }

div#nav{
	background: url(images/bg-nav-repx.gif) left top repeat-x;
	height: 43px;
	line-height: 43px;
	width:950px;
	margin:0px;
	padding:0px;
	color: #FFF;
}

div#nav a:link {
	color: #FFF;
}

div#content{
	padding-top: 20px;
	padding-bottom: 20px;
	width:950px;
	height: auto;
	min-height:560px;
	overflow: visible;
	height:auto !important;
	height:560px;

}

div#content-pages{
	padding-top: 20px;
	padding-bottom: 20px;
	width:950px;
}

#ContentPane {
	margin:0px; 
	width: 707px;
	float: left;
}
#RightPane {
	margin:0px; 
	width: 220px;
	float: left;
}

div#colLeft{
	float: left;
	width: 181px;
}
div#colLeftBottom{
height:50px; background:url(images/img-paws-col-left.jpg) center no-repeat; padding:10px 0px; }
	
div#colLeft div#colLeftTop{
	background: url(images/bg-col-left-top.gif) center top no-repeat;
	height: 26px;
	width: 181px;
}
div#colLeft div#colLeftCnt{
	background: #fffaee;
	color: #6d6d6f;
	border: 1px solid #d3dee7;
	border-top: 0;
	padding: 0 20px;
	font-size:12px;
}
div#colLeft div#colLeftCnt a{
	border-bottom: 1px solid #fffaee;
	color: #6d6d6f;
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
}
div#colLeft div#colLeftCnt a:hover{
	border-bottom: 1px solid #e8e2d4;
	color: #5c5c5f;
}
div#colLeft .colLeftTitle{
	border-bottom: 1px dashed #0054a3;
	color: #0054a3;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 0 10px 0;
}
div#colRight{
	float: left;
	margin: 0 0 0 24px;
	width: 695px;
}
div#colRightContent{
float: left;
	margin: 0 0 0 24px;
	width: 670px;
}
img#bnrHome{
	border: 5px solid #c4d5e4;
	margin: 0 0 24px 0;
}

div.footer-left {
	background-image: url(images/footer-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 4px;
	height: 27px;
	margin-left: 10px;
}

div.footer-right{
	background-image: url(images/footer-right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 5px;
	height: 27px;
}

div.footer-label {
	background-image: url(images/footer-repx.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 27px;
	font-family: Verdana;
	font-size: 10px;
	color: #5d5c5c;
	line-height: 27px;
	padding-left: 3px;
	padding-right: 3px;
}

span.footer-copyright {
	padding-top: 10px;
	line-height: 20px;
}

div.footer-copyright {
	clear: both; 
	text-align: left;
	padding-left: 16px;
}

div#footer{
	text-align: center;
	border-top: 1px dashed #d2d2d2;
	padding-top: 5px;
}

div#footer a{
	color: #5d5c5c;
	font: 10px Verdana;
	text-decoration: none;
	line-height: 27px;
}
div#footer a:hover{
	color: #5b88b2;
}

div.home-banner {
	background-image: url(images/img-home-main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 707px;
	height: 286px;
}

div.home-banner-title {
	font-family: Georgia;
	padding-top: 210px;
	padding-left: 10px;
	font-size: 26px;
	color: white;
}

div.home-banner-details, 
div.home-banner-details a:link, 
div.home-banner-details a:visited, 
div.home-banner-details a:hover {
	font-family: Georgia;
	margin-top: -15px;
	margin-left: 5px;
	font-size: 20px;
	color: white;
}

div.home-landing-title {
	width: 180px;
	font-family: Georgia;
	font-size: 18px;
	color: #436da7;
	padding-bottom: 3px;
	padding-top: 20px;
}

div.home-landing-view, 
div.home-landing-view a:link,
div.home-landing-view a:visited,
div.home-landing-view a:hover {
	width: 40px;
	font-family: Tahoma;
	font-size: 11px;
	color: #0082cd;
	padding-top: 10px;
}
div.home-landing-spacer {
	width: 23px;
	
}
div.home-landing-image1 {
	width: 220px;
	height: 104px;
	background-image: url(images/img-landing-1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.home-landing-image2 {
	width: 220px;
	height: 104px;
	background-image: url(images/img-landing-2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.home-landing-image3 {
	width: 220px;
	height: 104px;
	background-image: url(images/img-landing-3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.home-landing-details {
	width: 220px;
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	padding-top: 3px;
}

div.home-news {
}

div.home-news-top {
	width: 220px;
	height: 28px;
	background-image: url(images/img-home-news-top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.home-news-item {
	background-image: url(images/img-home-news-repy.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	width: 220px;
}

div.home-news-seperator {
	height: 7px;
	width: 200px;
	font-size: 2px;
	line-height: 2px;
	margin-left: 10px;
	border-bottom: 1px dashed #aed3f6;
}

div.home-news-item-image {
	background-image: url(images/img-home-arrow.png);
	background-position: 0 7;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 17px;
	width: 200px;
	padding-top: 7px;
}

div.home-news-item-image  {
	font-size: 11px;
	font-family: Tahoma;
	color: #585858;
}

div.home-news-more,
div.home-news-more a:link, 
div.home-news-more a:hover,
div.home-news-more a:visited {
	font-size: 11px;
	font-family: Tahoma;
	color: #0082cd;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
}

div.home-news-bottom {
	width: 220px;
	height: 8px;
	background-image: url(images/img-home-news-bot.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div.home-findus-title {
	width: 220px;
	font-family: Georgia;
	font-size: 18px;
	color: #436da7;
	padding-bottom: 3px;
	padding-top: 10px;
	border-bottom: 1px dashed #aed3f6;
}

div.home-findus-content {
padding-top: 10px;
}

div.homeBoxBlue{
	background: #527ca3;
	border: 1px solid #c4d5e4;
	color: #FFF;
	float: left;
	height: 210px;
	line-height: 12px;
	width: 215px;
}
div.homeBoxBlue a{
	color: #FFFFFF;
}
div.homeBoxBlue a:hover{
	text-decoration: none;
}
div.homeBoxBlue span.title{
	border-bottom: 1px dashed #FFF;
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 0 10px 0;
}
div.homeBoxWhite{
	background: #FFF;
	border: 1px solid #c4d5e4;
	color: #527ca3;
	float: left;
	height: 210px;
	line-height: 12px;
	width: 215px;
}
div.homeBoxWhite a{
	color: #ed7e77;
}
div.homeBoxWhite a:hover{
	text-decoration: none;
}
div.homeBoxBlue div.pad, .homeBoxWhite div.pad{
	display: block;
	padding: 10px;
	height: 230px;
}
div.homeBoxWhite span.title{
	border-bottom: 1px dashed #2164a3;
	color: #2164a3;
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0 0 10px 0;
}
div.marginBtmRight{
	margin: 0 21px 21px 0;
}
div.homeBoxWhite img#contact{
	margin: 20px 0 0 0;
}

.clearFix{
	clear: both;
}


.padding {margin:8px;}


.forms{font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; width:200px; line-height:20px; }


.btn{background:#0065b6; border:#008eff 1px solid; color:#fff;}

#dnn_ctr411_Default_Form_First_Name {
	width: 200px;
}

#dnn_ctr411_Default_Form_Last_Name {
	width: 200px;
}

#dnn_ctr411_Default_Form_Email {
	width: 300px;
	margin-bottom: 15px;
}

#dnn_ctr411_Default_Form_Name {
	width: 200px;
}

#dnn_ctr411_Default_Form_Expiry {
	width: 80px;
	margin-bottom: 10px;
}

#dnn_ctr411_Default_Form_Credit_Card {
	width: 300px;
}

