/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body {
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
	color:#303b3c;
}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */

	.container_24 {
		font-size:.8125em;
	}
	/* Header */
	header{
		height:287px;
		margin-left:-3600px;
		padding-left:3600px;
		overflow:hidden;
		border-bottom:1px solid #656767;
		background:url(../images/header-bg.jpg) 50% 0 repeat-x;
	}

	/* Content */
	#content {

	}
		#content .row-1 {
			background:#e3e3e3;
			width:100%;
			padding:20px 0 45px 0;
		}
		#content .row-2 {
			background:#272e2f;
			width:100%;
			padding:34px 0;
			color:#fff;
		}


	/* Footer */
	footer{
		color:#6e787f;
		padding:30px 0 30px 0;
	}
		footer .container_24 {
			font-size:12px;
		}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper {
	width:100%;
	overflow:hidden;
}

/*----- form defaults -----*/
input, select, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
	.img-box img {
		float:left;
		margin:0 20px 0 0;
	}

.extra-wrap {
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#43a1d7;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {margin-bottom:.5em;}

h1 {
	font-size:45px;
	line-height:1em;
	color:#353535;
	letter-spacing:-2px;
}
h2 {
	font-size:37px;
	line-height:1em;
	color:#3c9ed6;
}
	h2 span {
		display:block;
		font-size:25px;
		color:#779395;
		line-height:1.2em;
		margin-top:-8px;
	}
h3 {
	font-size:24px;
	line-height:1em;
	color:#779395;
	margin-bottom:1em;
}
h4 {
	font-size:20px;
	line-height:1em;
	margin-bottom:1em;
}
h5 {
	font-size:1em;
	color:#43a1d7;
	margin-bottom:.3em;
}
h6 {
	font-size:1em;
	color:#202323;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	position:relative;
	background:url(../images/button-bg.gif) 0 0 repeat-x #3b3d3e;
	border:1px solid #3b3d3e;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:1px 9px;
	margin-right:7px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(js/PIE.htc);
	cursor: pointer;
}
.button:hover {
	background:#43a1d7;
	border-color:#3da2e0;
}
	.button span {
		background:url(../images/arrow1.gif) no-repeat 100% 4px;
		padding-right:8px;
	}

/*--- more buttons ---*/
.button.style1 {
	background:url(../images/button-bg1.gif) 0 0 repeat-x #42181e;
	border-color:#b14050;
}
.button.style1:hover {background:#b14050;}
.button.style2 {
	background:url(../images/button-bg2.gif) 0 0 repeat-x #18425b;
	border-color:#3da2e0;
}
.button.style2:hover {background:#43a1d7;}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .content {
		position:relative;
		z-index:3;
		padding:30px 114px 34px 20px;
		background:url(../images/box-bg.gif) 0 0 repeat-x #272e2f;
		font-size:12px;
		line-height:15px;
		color:#bdc6ca;
		border-top:1px solid #3c4348;
	}
		.box .content .icon {
			position:absolute;
			right:8px;
			top:17px;
		}
	.box .footer {
		background:#313c3d;
		padding:13px 20px 7px 20px;
		position:relative;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		behavior:url(js/PIE.htc);
		top:-4px;
	}
		.box h3 {
			background:url(../images/title-bg1.gif) 0 0 repeat-x #1787af;
			padding:14px 0 14px 20px;
			font-size:22px;
			color:#fff;
			text-transform:uppercase;
			margin-bottom:0;
			position:relative;
			z-index:1;
			border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			bottom:-4px;
			behavior:url(js/PIE.htc);
			margin-bottom:0;
		}
		.box h3 span {
			display:block;
			font-size:12px;
			font-weight:normal;
			text-transform:none;
			margin-top:-4px;
		}

		/*--- styling for different colors ---*/
		.box.color1 h3 {
			background:url(../images/title-bg1.gif) 0 0 repeat-x #1787af;
		}
		.box.color2 h3 {
			background:url(../images/title-bg2.gif) 0 0 repeat-x #6bac12;
		}
		.box.color3 h3 {
			background:url(../images/title-bg3.gif) 0 0 repeat-x #d9580f;
		}


.address dt {
	margin-bottom:16px;
	padding:0;
	background:none;
	font-weight:normal;
	color:#303b3c;
	margin:0;
	line-height:18px;
	margin-bottom:1em;
}
.address dd {
	padding:0;
	line-height:20px;
	margin:0;
}



/*===== header =====*/
header .logo {

	position:absolute;
	left:10px;
	top:40px;
}

/*--- extra navigation ---*/
.extra-navigation {
	position:absolute;
	right:10px;
	top:93px;
}
	.extra-navigation li {
		float:left;
		padding-left:2px;
	}
		.extra-navigation li a {
			float:left;
			width:30px;
			height:30px;
			overflow:hidden;
			text-decoration:none;
		}
		.extra-navigation li a:hover, .extra-navigation li a.current {
			background-position:0 -30px !important;
		}
		.extra-navigation li a.home {background-image:url(../images/icon-home.png);}
		.extra-navigation li a.map {background-image:url(../images/icon-map.png);}
		.extra-navigation li a.mail {background-image:url(../images/icon-mail.png);}

/*--- main navigation ---*/
nav {
	position:absolute;
	left:10px;
	top:213px;
	height:1%;
}
	nav ul {
		margin:0 -32px 0 -24px;
		height:1%;
	}
		nav ul li {
			float:left;
		}
			nav ul li a {
				float:left;
				background:;
				color:#31373b;
				text-decoration:none;
				width:229px;
				height:67px;
				line-height:37px;
				font-weight:bold;
				text-shadow:0 1px 0 #fff;
				text-align:center;
				background:url(../images/nav-button-bg1.png) no-repeat 0 0;
				margin:0 -42px 0 -32px;
			}
			nav ul li a:hover, nav ul li a.current {
				background:url(../images/nav-button-bg2.png) no-repeat 0 0;
				color:#fff;
				text-shadow:0 1px 0 #28699d;
			}
		nav ul li.last a {
			margin-right:-82px;
		}


/*===== content =====*/

	dl {padding:.5em 0 0 0;}
	dl dt {
		background:url(../images/marker1.gif) no-repeat 0 0;
		padding:0 0 0 40px;
		line-height:16px;
		color:#43a1d7;
		margin-bottom:.5em;
		font-weight:bold;
		height:1%;
	}
	dl dd {
		padding:0 0 0 40px;
		margin-bottom:1em;
	}

	.news-list li {
		width:100%;
		overflow:hidden;
		padding-bottom:2em;
	}


	.list1 {
		margin-bottom:1em;
		position:relative;
	}
		.list1 li {
			background:url(../images/arrow2.gif) no-repeat 0 6px;
			padding:0 0 6px 14px;
		}

	.row-2 .list1 li {background-image:url(../images/arrow1.gif);}



	table.downloads {
		width:100%;
	}
		table.downloads td { padding:0 30px 18px 40px;}
		table.downloads td.cell-1 {background:url(../images/marker1.gif) no-repeat 0 0;}
		table.downloads td.cell-3, table.downloads td.cell-2 {width:110px; text-align:center;}

			table.downloads td a {font-weight:bold;}



/*===== footer =====*/
footer a {
	text-decoration:none;
	color:#6e787f;
}
footer a:hover {
	text-decoration:underline;
}
footer a.rss {
	background:url(../images/rss.jpg) no-repeat 0 0;
	padding:0 0 2px 28px;
	display:inline-block;
	color:#389ed9;
	text-decoration:none;
	text-transform:uppercase;
}
footer a.rss:hover {
	color:#fff;
	text-decoration:underline;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	#contacts-form label {
		display:block;
		height:32px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#fff;
			border:1px solid #b1b1b1;
			background:none;
			padding:1px 0 1px 5px;
			width:160px;
		}
		#contacts-form textarea {
			color:#fff;
			border:1px solid #b1b1b1;
			background:none;
			padding:1px 0 1px 5px;
			width:230px;
			overflow:auto;
			height:81px;
			margin-bottom:18px;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:11px;
		}


/*==========================================*/

/*====Login Box=============================*/
 #login_box {
	display: inline;
	float: right;
}

 #login_box fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
}
	 #login_box label {
		display:block;
		height:32px;
		overflow:hidden;
	}
		 #login_box input[type="text"],   #login_box input[type="password"], #login_box input[type="checkbox"]{
			color:#fff;
			border:1px solid #b1b1b1;
			background:none;
			padding:1px 0 1px 5px;
			width:100px;
		}
		 #login_box textarea {
			color:#fff;
			border:1px solid #b1b1b1;
			background:none;
			padding:1px 0 1px 5px;
			width:230px;
			overflow:auto;
			height:81px;
			margin-bottom:18px;
		}
		 #login_box .link1 {
			float:right;
			margin-left:11px;
		}

#login_box button {
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	position:relative;
	background:url(../images/button-bg.gif) 0 0 repeat-x #3b3d3e;
	border:1px solid #3b3d3e;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:1px 9px;
	margin-right:7px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior:url(js/PIE.htc);
	cursor: pointer;
}
#login_box button:hover {
	background:#43a1d7;
	border-color:#3da2e0;
}
	#login_box span {
		background:url(../images/arrow1.gif) no-repeat 100% 4px;
		padding-right:8px;
	}


 #login_box label {
	display: inline;
	float: left;
	padding: 0 10px;
}
 #login_box input[type="text"], #login_box input[type="password"], #login_box input[type="checkbox"] {
	display: inline;
	float: left;
}
#login_box_password {
	clear: right;
}
#login_box_remember_label {
	clear: left;
	float: left;

}
#login_box_submit {
	float: right;
}

/*======== Edit Content =================*/
#edit_content_section_div {
	width: 600px;
	margin: auto;
	display: block;
		color: #fff;
	}

	#edit_content_section_div h1 {
		font-size: 20px;
		color: #fff;
	}
		#edit_content_section_div input[type="text"],  #edit_content_section_div select {
			color:#fff;
			border:1px solid #b1b1b1;
			background:none;
			padding:1px 0 1px 5px;
		}
		#edit_content_section_div textarea {
			color:#fff;
			border:1px solid #b1b1b1;
			background:none;
			padding:1px 0 1px 5px;
			width:550px;
			overflow:auto;
			height:600px;
			margin-bottom:18px;
		}

/****** Logo ****************/
.logo h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 150px;
  line-height: 150px;
  text-shadow: -3px 0 4px #ddd;
  color: #888;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}

.logo h1 a:link,
.logo h1 a:visited,
.logo h1 a:hover,
.logo h1 a:active {

}

.clear_both {
    clear: both;
}

.padding_5px {
    padding: 5px;
}

.margin_15px_bottom {
    margin-bottom: 15px;
}

.margin_30px_left {
    margin-left: 30px;
}

.margin_15px_left {
    margin-left: 15px;
}

.margin_10px_left {
    margin-left: 10px;
}

.margin_5px_bottom {
    margin-bottom: 5px;
}

.margin_2px_bottom {
    margin-bottom: 2px;
}

.margin_15px_right {
    margin-right: 15px;
}

.float_left{
    float: left;
}

.float_right{
    float: right;
}

.width_50 {
    width: 50%;
}
.width_45 {
    width: 45%;
}
.width_100 {
    width: 100%;
}

.height_100 {
    height: 100%;
}

.display_inline {
    display: inline;
}

.width_100 {
    width: 100%;
}
.width_600px {
    width: 600px;
}

.width_50px {
    width: 50px;
}
.width_100px {
    width: 100px;
}
.width_200px {
    width: 200px;
}
.cursor_pointer {
    cursor: pointer;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.font_size_20px {
  font-size: 20px;
}

.overflow_hidden {
  overflow: hidden;
}

.news_article_container {
  background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
  padding-left: 40px;
}
.news_article_time {
  color: #000;
  font-size: .9em;
  margin-bottom: 0.3em;
    font-weight: 700;
}

.news_article_title {
    color: #202323;
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.news_article_article {
  margin-bottom: 18px;
}

#edit_page_data {
  padding: 10px;
  background-color: #000;

}

#edit_page_data label {
  width: 100px;
}

.italic {
  font-style: italic;
}

.error {
  border: 1px solid #800;
  background-color: #fcc;
  padding: 10px;
}

.success {
  border: 1px solid #080;
  background-color: #cfc;
  padding: 10px;
}

      #contact-email-div pre {
        margin: 0;
        padding: 0;
      }
      #contact-form-div label {
        float: left;
        width: 100px;
      }
      #contact-form-div {
        border: 1px dashed #43A1D7;
        padding: 5px;
      }
      #contact-email-div {
        border: 1px dashed #43A1D7;
        padding: 5px;
      }
      #contact-form-div input {
        float: left;
      }
      .hr_div {
        border-bottom: 1px dashed #43A1D7;
        height: 10px;
        width: 100%;
      }

      #select_all {
          width: 75px;
          text-align: center;
      }

#child_pages, #breadcrumbs {
    display: inline;
}
#child_pages li span, #breadcrumbs li span {
    display: inline;
    float: left;
}

#child_pages li, #breadcrumbs li {
    display: inline;
    float: left;
}

#site_map ul li {
    margin-left: 20px;
    background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

#site_map ul ul li{
    margin-left: 40px;
    background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
    padding-bottom: 20px;
}
#site_map ul ul ul li{
    margin-left: 60px;
    background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
    padding-bottom: 20px;
}

#site_map ul ul ul ul li{
    margin-left: 80px;
    background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
    padding-bottom: 20px;
}

#site_map ul ul ul ul li{
    margin-left: 100px;
    background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
    padding-bottom: 20px;
}

#site_map ul ul ul ul ul li{
    margin-left: 120px;
    background: url("../images/marker1.gif") no-repeat scroll 0 0 transparent;
    padding-left: 40px;
    padding-bottom: 20px;
}

input[type="checkbox"] {
	border: 0 !important;
}

.portfolio_img {
  display: inline;
  float: left;
  margin: 12px;
}

.portfolio_img img {
  border: 1px solid #000;
}

.register-login-form label[for]:after { content: ":"; }
.register-login-form label {
  display: block;
  float: left;
  width: 150px;
}

#coded_origin_contact_form_19 label[for]:after { content: ":"; }

#coded_origin_contact_form_19 label {
  display: block;
  float: left;
  width: 150px;
}

#news_stats label {
  display: block;
  float: left;
  width: 130px;
  font-weight: bold;
}

#news_stats {
  padding-bottom: 20px;
  text-align: right;
}
#news_stats h3 {
  text-align: center;
}