/************************************************************************************
RESET
*************************************************************************************/
.topheader h1 {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0;
	text-align:center;
	color: #000000;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottomheader h6 {
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0;
	text-align:center;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
	
}

.footerlinks h3 {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	color: #333 !important;
	font-size: 11px;
	margin-left: 95px;
	margin-right: -80px;
	text-align:justify;
}

.footerlinks a:link {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	color: #111 !important;
	font-size: 11px;
}

.footerlinks a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	color: #333 !important;
	font-size: 11px;
}


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #ffffff  url(images/bg04.jpg) no-repeat center bottom;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h2, h3, h4, h5 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}

h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {

	width: 850px;
	margin: 0 auto;
	
}

/************************************************************************************
TOP HEADER H1
*************************************************************************************/
h1 {
	height:25px;
	background:none;
	text-align:center;
	width:850px;
	margin:0 auto;
	font:normal 0.917em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2.083em;
	color:#ffffff;
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	/* gradient */
	background: #027cc3 url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#28aaee), to(#027cc3));
	background: -moz-linear-gradient(top,  #28aaee,  #027cc3);
	background: linear-gradient(-90deg, #28aaee, #027cc3);
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	height: 155px;
	
}

/* site logo */
#site-logo {
	position: absolute;
	bottom: -24px;
	width: 250px;
	height: 176px;
	
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* contact details */
#contact-details {
	font: italic 100%/130% "Arial", Times, serif;
	color: #ffffff;
	position: absolute;
	bottom: -7px;
	left: 608px;
	height: 78px;
	width: 236px;
	margin-right: 10px;
}



/************************************************************************************
NAV LINE
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 50px 0px 0px 0px;
	padding: 0;
	position: absolute;
	left: -1px;
	bottom: -49px;
	z-index: 100;
	/* gradient */
	background: #027cc3 url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#28aaee), to(#027cc3));
	background: -moz-linear-gradient(top,  #28aaee,  #027cc3);
	background: linear-gradient(-90deg, #28aaee, #027cc3);
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fecf07;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	font-size:14px;

}
#main-nav a:hover {
	color: #fff;
	
}


/************************************************************************************
SLIDESHOW
*************************************************************************************/
#slideshow {
	background: #fff;
	margin: 55px 0 10px;
	width: 850px;
	height: 220px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #0274b5;
	font-size:14px;
	margin: 0px 0 5px;
	padding: 20px 35px;
	width: 550px;
	height: 520px;
	float: left;
	overflow:auto;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}



/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 20px/120% Arial, Helvetica, sans-serif;
	color: #fecf07;
	border-bottom: solid 1px #ffffff;
}



/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 220px;
	float: right;
	font-size:13px;
	margin: 0px 0 0px;
}
.widget {
	background: #0274b5;
	margin: 0 0 10px;
	padding: 10px 20px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font: bold 14px/120% Arial, Helvetica, sans-serif;
	color: #fecf07;
	border-bottom: solid 1px #eee;
	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}



/************************************************************************************
DETAILS
*************************************************************************************/
#details {
	background: #0274b5;
	font-size:14px;
	margin: 0px 0 5px;
	width: 100%;
	float: left;
	
}

#img {
	background: #0274b5;
	font-size:14px;
	margin: 0px 0 5px;
	width: 100%;
	float: left;
	
}

#text {
	background: #0274b5;
	font-size:14px;
	margin: 0px 0 5px;
	width: 100%;
	float: right;
	
}

/************************************************************************************
DETAILS
*************************************************************************************/

.map{border:thick #FFFFFF;}


/************************************************************************************
BOTTOM HEADER H6
*************************************************************************************/
h6 {
	height:25px;
	background:none;
	text-align:center;
	width:850px;
	margin:0 auto;
	font:normal 0.917em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2.083em;
	color:#ffffff;
}





/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #ccc;
	background-color: #0174b4;
	font-size: 90%;
	height: 80px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
#footer a {
	color: #fecf07;
}

.footer_text{

 
 color:#fecf07;



}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

