/* ======================================================================================================
 GENERAL TYPOGRAPHY 
=======================================================================================================*/

/* ================= 1. CSS Reset ================= */
html, body, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: Arial, Helvetica, sans-serif;
}
strong, b {
	font-weight:bold;
}
em, dfn, i {
	font-style:italic;
}

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


/* ================= General tags ================= */


.image {
      display: block;
    }
	
	
body {
	font: 12px/1.7 Helvetica, Arial, Tahoma, sans-serif;
	color:#666666;
	-webkit-font-smoothing: antialiased;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: underlined;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: underlined;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: underlined;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: underlined;
}

pre {
	white-space:pre;
	overflow:auto;
	padding:20px;
}
code {
	white-space:pre;
	overflow:auto;
	padding:14px;
	color:#595959;
	background:#f6f6f6;
	display:block;
	border:1px solid #ddd;
	font-size:11px;
	line-height:15px;
}
code strong {
	color:#000;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: left;
}
p.form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

dl, hr, h1, h2, h3, ol, ul, pre, table, address, fieldset, blockquote, article {
	margin-bottom: 10px;
}
::selection {
	background:#2e2823;
	color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}





/* ================= List Styles ================= */
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	color: #474747;
	list-style: none;
	padding: 0;
	line-height: 15px;
	margin-left: 30px;
	margin-bottom: 15px;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	list-style: disc;
	line-height: 18px;
	margin-bottom: 5px;
}


ol {
	margin-bottom:0;
	margin-top:0;
}
ol, ol li {
	list-style:decimal outside;
}


li.key {
	list-style: none;
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:22px;
	background: url(../images/key.jpg) no-repeat left top;
	padding-left: 24px;
	padding-top: 0;
	margin-left: 10px;
}


/* ================= Images ================= */
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cccccc;
}


#imgLeftBox {
	float: left; 
	clear: none;
	display: inline; /* fixes IE align problem */
	float:left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#imgRightBox {
	float: right; 
	clear: none;
	display: inline; /* fixes IE align problem */
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}


#mediaBox {
	float: left;
	clear: none;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

.center {
	text-align: center;	
	margin-bottom: 20px;
	margin-top: 20px;
}


/* ================= Tables ================= */
table {
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	padding:0;
}
table thead td {
	background:#dddddd;
	height:30px;
	color:#262626;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
table td {
	vertical-align:middle;
	padding:0;
	height:29px;
	color:#4d4d4d;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
table tr.grey {
	background:#f2f2f2;
}


/* ================= Deviders ================= */
.clear {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.padding5 {
	padding-top:5px;
	font-size:0;
	line-height:0;
}
.padding10 {
	padding-top:10px;
	font-size:0;
	line-height:0;
}
.padding15 {
	padding-top:15px;
	font-size:0;
	line-height:0;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.padding25 {
	padding-top:25px;
	font-size:0;
	line-height:0;
}
.padding30 {
	padding-top:30px;
	font-size:0;
	line-height:0;
}
.padding40 {
	padding-top:40px;
	font-size:0;
	line-height:0;
}
.padding50 {
	padding-top:50px;
	font-size:0;
	line-height:0;
}
.none {
	display:none;
}
.line {
	font-size:0px;
	border-top:1px solid #d9d9d9;
}
hr {
	background:transparent;
	border:0;
	clear:both;
	color:transparent;
	height:1px;
	margin:0;
	padding:0
}
hr {
	background: #d9d9d9;
	color: #d9d9d9;
	margin:5px 0 25px 0;
}
hr.dotted {
	border-style: dotted;
}
p + hr {
	margin:25px 0 20px 0;
}



/* ======================================================================================================
 GENERAL STRUCTURE
=======================================================================================================*/

/* =================  Banner ================= */

.bannerbg {
	background-color: #2c526a; 
	height: 222px;
	width: auto;
	padding: 0;
}
.MT0 {
	margin-top:0px !important;
}


/* ================= Header back of butts ================= */
.container {
	width:940px;
	margin:0 auto;
}
.header_bg {
	min-height:45px;
	background-color: #2c526a; 
}


/* ================= Header Menu ================= */
.main-menu {
	margin:0px 0 0 0;
	float:left;
}
.main-menu ul {
	margin:0;
}
.main-menu li ul {
	padding-top:2px;
	left:-2px;
}
.main-menu li ul li {
	box-shadow:2px 2px 2px 0px rgba(0,0,0,0.1);
}
.main-menu li {
	white-space:nowrap;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	z-index:100;
}
.main-menu a {
    color: #ffffff;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 0.3vw 0.7vw;
    position: relative;
    text-decoration: none;
	margin-right: 0;
}
.main-menu a:hover {
	text-decoration: underline;
	color: #ff9900;
}
.main-menu > ul > li {
	float:left;
	margin-right: 10px;
	margin-left: 10px;
}
.main-menu > ul > li:last-child {
	margin-right:0;
}
.main-menu li ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:100;
}
.main-menu li:hover > ul {
	display:block;
}
.main-menu li ul li {
	border-bottom:1px solid #534a42;
	background:#FFF;
}
.main-menu li ul li a:hover {
	background:#cabfa4;
	color:#e3f029;
}
.main-menu li ul li:last-child {
	border-bottom:1px solid #2e2823;
}
.main-menu li ul li a {
	padding:0 25px 0 12px;
	background:#CC3333;
}
.main-menu li ul li ul {
	top:-1px !important;
	left:100% !important;
	padding:0 !important;
}
#content_menu {
    background: #2a526c none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.navbar-toggle > img {
    float: right;
    width: 18%;
}
.menu {
    float: left;
    margin: 0;
    width: 100%;
}

/* ================= Footer ================= */
  .footer_bg {
	border-top:10px solid #d93e39;
	margin-top:40px;
}
.footer_bg.no_margin {
	margin-top:0;
}
.footer {
	margin-top:30px;
}
.footer_bg .footer p {
	color:#ffffff;
	line-height:22px;
}
.footer_bg_bottom {
	border-top:1px solid #453c34;
	background-color: #2a526c; 
	text-align: center;
}
.footer .col_1_3 {
	width:280px;
	margin:20px 40px 0 0;
}
.footer .col_1_3.last {
	width:280px;
	margin:20px 0 0 0;
}
.footer_bottom .menu ul {
	list-style: none;
	padding:20px 0 0 0;
}
.footer_bottom .menu ul li {
	position:relative;
	display:block;
	margin:0 40px 0 0;
	padding:0;
	list-style:none;
	z-index: 9999;
}
.footer_bottom .menu ul li a {
	color:#ffffff;
	font-weight: normal;
	display:block;
	text-decoration:none;
	float:left;
	font-size:12px;
}
.footer_bottom .menu ul li a.selected {
	color:#ffffff;
}
.footer_bottom .menu ul li a:hover {
	color:#ff9900;
	text-decoration: none;
}
.footer_bottom p, .footer_bottom p a {
	color:#ffffff;
	line-height:22px;
	font-size:12px;
}
.footer_bottom .keep_in {
	padding:20px 0 0 0;
	font-size:14px;
	color:#ffffff;
	font-weight:600;
}


p.footerLinks {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.footerLinks {
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: underlined;
}
a.footerLinks:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: underlined;
}
a.footerLinks:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#ffffff;
	text-decoration: underlined;
}
a.footerLinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #ff9900;
	text-decoration: underlined;
}
a.footerLinks:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: underlined;
}



/********************************* credit *************************************/

.thenet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
a.thenet:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a.thenet:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a.thenet:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #e9dcb8;
}
a.thenet:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}



/* ================= Page title  ================= */
.page_info {
	margin:10px 0 17px 0;
}
.page_info .text {
	float:left;
}



/* ================= Columns ================= */
.content {
	width:670px;
	margin:25px 40px 0 0;
	float:left;
}
.sidebar {
	width:205px;
	margin:10px 0 0 0;
	float:left;
}

/* ======================================================================================================
 SPECIFIC PAGE STYLES
=======================================================================================================*/

/* === Clearfix === */
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
* html .clearfix, :first-child+html .clearfix {
	zoom:1
}

/* ================= Blockquote ================= */
blockquote.right {
	float: right;
	margin: 10px 0px 0px 20px;
	width: 220px;
}
blockquote.left {
	margin: 10px 20px 0px 0px;
	width: 220px;
	float:left;
}
blockquote p {
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	font-size:11px !important;
	color:#666666;
	line-height:22px;
	padding:0;
	margin-bottom:20px;
}
blockquote {
	quotes: none;
	padding: 0 10px 0 22px !important;
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	font-size:11px !important;
	color:#666666;
	line-height:22px;
}




/* ================= Blog ================= */
.blog_post {
	margin: 0 0 20px 0;
}
.blog_post.no_margin {
	margin:0;
}
.blog_post .left_side {
	width:68px;
	float:left;
}
.blog_post .left_side .comment_nr {
	padding:10px 0 0 0;
}

.blog_post .right_side {
	float:left;
}
.blog_post .right_side .block_post {
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 670px;
}




#left1 {
	float: left;
	width: 200px;
	clear:none;	
	margin-right: 40px;
}

#right1 {
	float: left;
	width: 200px;
	clear:none;	
}



/* ================= SLIDER ================= */

.flexslider {
      margin-bottom: 0;
    }
	
	.flexslider ul li {
     list-style-type: none;
	 list-style: none;
    }

    .flex-control-nav {
      position: relative;
      bottom: auto;
	  display: none;
    }

    
	
	
	/* ================= Headers ================= */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #40bee7;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #40bee7;
	text-decoration: none;
	font-weight: normal;
}
