/* 
-------------------------------------------
	CSS MAP
-------------------------------------------
A. GLOBAL RESET
B. INDEX PAGE
C. WORDPRESS

-------------------------------------------
*/

/*##########################################################################*/

/*
-------------------------------------------
	GLOBAL RESET
-------------------------------------------
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,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{ padding:0; margin:0;}

body{
	background:#00a1c4 url(../images/bg.jpg) 0 0 repeat-x;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#2c5871;
	}
img{
	display:block;
	border:none;
	}
a{ text-decoration:none;
	outline:none;
	}
ul, ol, dl{
	list-style-type:none;
	}
input, select, textarea{
	outline:none;
	}
textarea{
	resize:none;
	}
.clear{
	font-size:0;
	line-height:0;
	clear:both;
	}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}	
.fltLft{ float:left;}
.fltRht{ float:right;}

@font-face {
    font-family: 'chunkfiveregular';
    src: url('../fonts/chunkfive-webfont.eot');
    src: url('../fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chunkfive-webfont.woff') format('woff'),
         url('../fonts/chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/chunkfive-webfont.svg#chunkfiveregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------Misc---------------------------------------------*/	
.nobg{ background-image:none!important;}
.noborder{ border:none!important;}
.noborderright{ border-right:none!important;}
.nobottomborder{ border-bottom:none!important;}
.nomargin{ margin:0!important;}
.norightmargin{ margin-right:0!important;}
.noleftmargin{ margin-left:0!important;}
.nopadding{ padding:0!important;}
.noleftpadding{ padding-left:0!important;}
.norightpadding{ padding-right:0!important;}

/*
-------------------------------------------
	INDEX PAGE
-------------------------------------------
*/
.wrapper{
	width:960px;
	margin:0 auto;
	border-left:1px solid #b4f2ff;
	border-right:1px solid #b4f2ff;
	padding:0 3px;
}
.mainbody{
	background:#fff;
	
}
.toppanel{
	height:131px;
	overflow:hidden;
	padding:0 20px;
}
.logo{
	padding:14px 0 0 12px;
	float:left;
}
p.topcontactdetails{
	font-family: 'chunkfiveregular';
	font-size:16px;
	line-height:26px;
	color:#2c5871;
	float:right;
	padding-top:28px;
}
p.topcontactdetails a{
	color:#c4b476;
	text-decoration:underline;
}
p.topcontactdetails a:hover{
	color:#c4b476;
	text-decoration:none;
}
.navigation{
	padding:0 20px;
}
.menuglow{
	background:url(../images/menu1-bg.jpg) 0 1px repeat-x;
	padding-top:1px;
}
ul.menu1{
	background:url(../images/nav-glow.png) 0 0 no-repeat;
	height:42px;
	padding:2px 0 0 0;
	border-left:1px solid #2c6f95;
	border-right:1px solid #2c6f95;
}
ul.menu1 li{
	background:url(../images/menu1-divider.jpg) 100% 100% no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:42px;
	float:left;
	margin:0 3px;
	display:block;
	text-align:center;
	padding:0 6px 0 0;
}
ul.menu1 li.last{
	background:none !important;
	padding:0 0 0 0 !important;
}
ul.menu1 li a{
	color:#fff;
	text-decoration:none;
	padding:0 7px;
	
}
ul.menu1 li a:hover{
	color:#fff;
	text-decoration:none;
	background:url(../images/menu1-hover.jpg) 0 50% repeat-x;
	display:block;
}

ul.menu2{
	background:url(../images/menu2-bg.jpg) 0 0 repeat-x;
	height:32px;
	padding:1px 0;
	border-left:1px solid #2c6f95;
	border-right:1px solid #2c6f95;
}
ul.menu2 li{
	background:url(../images/menu2-divider.jpg) 100% 100% no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:32px;
	float:left;
	margin:0 3px;
	display:block;
	text-align:center;
	padding:0 7px 0 0;
}
ul.menu2 li.last{
	background:none !important;
	padding:0 0 0 0 !important;
}
ul.menu2 li a{
	color:#fff;
	text-decoration:none;
	padding:0 7px;
	
}
ul.menu2 li a:hover{
	color:#113f53;
	text-decoration:none;
	background:url(../images/menu2-hover.jpg) 0 50% repeat-x;
	display:block;
}
.banner{
	background:url(../images/banner-bg.jpg) 0 0 no-repeat;
	width:895px;
	height:326px;
	padding:31px 0 0 25px;
	margin:5px 20px 0 20px;
}
.tagbg{
	background:#fff url(../images/text-bg.jpg) 50% 100% no-repeat;
	font-family: 'chunkfiveregular';
}
p.tag1{
	color:#2c5871;
	padding:13px 0 14px 0;
	text-align:center;
	font-size:16px;
}
p.tag2{
	color:#b29e57;
	padding:0 0 31px 0;
	text-align:center;
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
}
.bodycontent{
	height:100%;
	overflow:hidden;
	padding:24px 20px;
}
.leftpanel{
	width:584px;
	float:left;
}
.leftpanel p{
	color:#17140b;
	font-size:14px;
	line-height:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:18px;
}
.leftpanel p a{
	color:#b29e57;
	text-decoration:underline;
}
.leftpanel p a:hover{
	color:#b29e57;
	text-decoration:none;
}
p.contentbold{
	color:#2c5871;
	font-size:16px;
	line-height:26px;
	font-family: 'chunkfiveregular';
	padding-bottom:14px;
	font-weight:normal;
	padding-top:20px;
}
p.contentbold a{
	color:#c4b476;
	text-decoration:none;
}
p.contentbold a:hover{
	color:#c4b476;
	text-decoration:underline;
}
.rightpanel{
	width:310px;
	float:right;
}
.imageshadow{
	background:url(../images/img-shadow.jpg) 0 100% no-repeat;
	padding:0 0 7px 0;
	width:309px;
	margin-bottom:10px;
}
.imageback{
	background:#fff;
	border:1px solid #e8e8e8;
	padding:6px;
	width:297px;
}
h2.rightheader1{
	color:#2c5871;
	font-size:20px;
	line-height:46px;
	font-family: 'chunkfiveregular';
	background:url(../images/right-box2-title.jpg) 0 0 repeat-x;
	text-align:center;
	font-weight:normal;
}
.rightbox2content{
	background:#edece8;
	height:100%;
	overflow:hidden;
	padding:15px;
}
.rightbox2content img{
	float:left;
}
.rightbox2content p{
	float:right;
	width:122px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b82b13;
	font-size:12px;
	line-height:18px;
}
.rightbox2content p a{
	color:#b82b13;
	text-decoration:underline;
}
.rightbox2content p a:hover{
	color:#000;
	text-decoration:underline;
}
.rightboc3bgborder{
	/*border:#9d6d3f 1px solid;*/
}
.rightboc3bg{
	background:url(../images/right-box3-bg.jpg) 0 0 repeat-x;
	height:69px;
	border-left:1px solid #d9ce96;
	border-right:1px solid #cbbb77;
}
.rightboc3bg h2{
	color:#4b4223;
	font-size:22px;
	line-height:33px;
	font-family: 'chunkfiveregular';
	text-align:center;
	font-weight:normal;
}
.rightboc3bg p{
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
}

.footer{
	background:#262223 url(../images/footer-bg.jpg) 0 0 repeat-x;
	padding-bottom:25px;
}
.newsletterform{
	background:url(../images/footer-form-bg.jpg) 0 0 repeat-y;
	width:695px;
	margin:0 auto;
}
.newsletterformtop{
	background:url(../images/footer-form-bg-top.jpg) 0 0 no-repeat;
}
.newsletterformbottom{
	background:url(../images/footer-form-bg-bottom.jpg) 0 100% no-repeat;
	padding:19px 22px 47px;
	overflow:hidden;
}
.formleft{
	width:373px;
	float:left;
}
h2.formheading{
	color:#262223;
	font-size:20px;
	line-height:28px;
	font-family: 'chunkfiveregular';
	font-weight:normal;
	padding-bottom:15px;
}
.inputstyle{
	border-left:3px solid #c2c2c2;
	border-top:3px solid #c2c2c2;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	height:30px;
	width:171px;
	margin-right:10px;
	margin-top:5px;
	color:#898989;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.formright{
	width:278px;
	float:right;
}
.formright p{
	color:#898989;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	padding-bottom:3px;
}
.formright img{
	padding:0 0 0 60px;
}
.submitstyle{
	background:url(../images/submitbtn.jpg) 0 0 repeat-x;
	border-left:1px solid #327ea8;
	border-right:1px solid #2d7097;
	height:30px;
	color:#262223;
	font-size:15px;
	line-height:30px;
	font-family: 'chunkfiveregular';
	font-weight:normal;
	padding: 0 7px;
	color:#fff;
	border-top:none;
	border-bottom:none;
	cursor:pointer;
}
.footerlogo{
	height:100%;
	overflow:hidden;
	width:695px;
	margin:0 auto;
	
}
.footerlogo img{
	float:right;
	padding:0 0 0 74px;
}
.footerbottom{
	height:51px;
	border-top:1px solid #4f494b;
	background:#352f31;
}
ul.footerlink{
	width:821px;
	margin:0 auto;
	text-align:center;
	padding:4px 0 0 0;
}
ul.footerlink li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
	background:url(../images/footer-divider.jpg) 100% 50% no-repeat;
	text-align:center;
	padding:0 12px;
	display:inline-block;
}
ul.footerlink li a{
	color:#fff;
	text-decoration:none;
}
ul.footerlink li a:hover{
	color:#e1e1e1;
	text-decoration:none;
}

/*
-------------------------------------------
	WORDPRESS
-------------------------------------------
*/
h1.entry-title{
	color:#2C5871;
	padding-bottom:15px;
	font-family: 'chunkfiveregular';
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}
h2.entry-title{
	color:#2C5871;
	padding-bottom:15px;
	font-family: 'chunkfiveregular';
	font-size:24px;
	line-height:26px;
	font-weight:normal;
}

h2.entry-title a{
	color:#2C5871;
	text-decoration:none;
}
h2.entry-title a:hover{
	color:#2C5871;
	text-decoration:underline;
}
.entry-meta, .entry-utility{
	color:#17140b;
	font-size:14px;
	line-height:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:18px;
}
.entry-meta a, .entry-utility a{
	color:#b29e57;
	text-decoration:underline;
}
.entry-meta a:hover, .entry-utility a:hover{
	color:#b29e57;
	text-decoration:none;
}
.widget-container{
	padding:10px;
	list-style-type:none;
	/*border-bottom:1px dotted #e8e8e8;*/
}
.widget-container h3{
	font-family: 'chunkfiveregular';
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	color:#2C5871;
}
.widget-container a{
	color:#B29E57;
	text-decoration:underline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
}
.widget-container a:hover{
	color:#2C5871;
	text-decoration:none;
}
h1.page-title{
	color:#242021;
	padding-bottom:15px;
	font-family: 'chunkfiveregular';
	font-size:26px;
	line-height:28px;
	font-weight:normal;
}
h1.page-title a{
	color:#07b1e4;
}
h1.page-title a:{
	color:#07b1e4;
}
#comments{
	height:100%;
	overflow:hidden;
}
#comments h3{
	color:#11b2de;
	padding-bottom:15px;
	font-family: 'chunkfiveregular';
	font-size:20px;
	line-height:28px;
	font-weight:normal;
}
p.capchapadding{
	padding-bottom:1px !important;
}
div.wpcf7-mail-sent-ng{
	border:1px solid #fff !important;
}
.comment-author a{
	color: #B29E57;
    text-decoration: underline;
}
.comment-meta a{
	color: #B29E57;
    text-decoration: underline;
}
.reply a{
	color: #B29E57;
    text-decoration: underline;
}
textarea#comment{
	background:#f7f5ef;
	border:1px solid #e5e0d1;
	color:#7c7458;
	margin:0 0 0 10px;
}
.form-submit #submit{
	background: url("../images/submitbtn.jpg") repeat-x 0 0;
	color: #FFFFFF;
	 font-family: 'chunkfiveregular';
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
	cursor: pointer;
	border:none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignleft {
	float:left;
	padding:2px 0 0 10px;
	}
.alignright {
	float:right;
	padding:2px 10px 0 5px;
	}