/* Import the style sheet that resets all browsers. */
@import url("reset.css");

/* @group Defaults */

p {
	margin: 0.5em 0 1.33em;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 1.25em 0 0.25em; 
	font-size: 1.5em;
}

a:hover, a:active {
	background: transparent;
	color: purple
}

td {
	padding: 0px;
}

img, td {
	vertical-align: top;
}

ul {
	list-style: none;
}

ul li {
//	margin: 10px 0px;
	font-size: 13px;
}

ul ul {
	margin: 0px;
}

ul ul li {
	font-weight: bold;
}

/* @end */

body {
	text-align: center;
	/*
	background: #c8c8c8; 
	*/
	font: 12px Arial, Helvetica, Geneva, sans-serif;
//	font: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/bg_gradient.blue-green.jpg) repeat-x left top; /* from 1b266d to 104224 */
	background-color: #104224; /* bfbfbf */
	background-repeat: repeat-x; 
	color:black;
	overflow: auto;
}



div#wrap {
	margin: 3em auto;
	width: 810px;
	text-align: left;
}

div#header {
	height: 130px;
	background-color:#9c8130;
	/*
	margin-bottom:1em;
	*/
	position: relative;
}

.header_lt_border {
    position: absolute;
    top: 5px;
    left: 0px;
	/*
	float:right;
	width: 175px;
	height: 125px;                                                        
	*/
}

.header_rt_border {
    position: absolute;
    top: 5px;
    left: 805px;
	float:right;
	/*
	width: 175px;
	height: 125px;                                                        
	*/
}

.header_lt {
	/*
	background: url(../images/logo/ats_logo_medium.png) no-repeat left top;
	z-index: -1;

    left: 40em;
	width: 175px;
	height: 125px;                                                        
	*/
    position: absolute;
    top:1em;
	left:1.25em; 
}

.header_rt {
    position: absolute;
    left: 31em;
    top: 5px;
	/*
	height: 125px;                                                        
	width: 175px;
	padding: 0px 0px 0px 635px;
	position: relative;
	background: url(../images/logo.shadow.b.jpg) no-repeat right top;
	z-index: -1;
	*/
}

div#header log_links {
	font-size: 2em;
	padding: 0px 0px 0px .2em ;
}


.hdr_login {
    position: absolute;
    top: 7em;
    left: 50em;
    /*
    top: 6.75em;
    */
    width: 20%;
    color: black;
    font-weight: normal;
	font-size: 1.25em;
}

.hdr_welcome {
    position: absolute;
    top: .5em;
    left: 44em;
    width: 100%;
    color: #005d85; /* 3196c2, 005d85 */
    font-weight: bold;
	font-size: 1.25em;
}

div#main {
	background: url(../images/content_bg_e9c569.jpg) repeat-y left top;
	/* background-color:#e9c569; */
	padding: 0px;
}

div#menu {

	/*
	float:left;
	background: url(../images/menu_shadow_right.jpg) no-repeat right top;
	*/
	color:yellow;
	padding-left: 5px;
//	padding-right: 5px;
//	margin-left: 30px;
}

div#menu div {
	background: url(../images/menu_shadow_left.jpg) no-repeat left top;
	padding-left: 0px;
	color:yellow;
}

div#menu ul {
	list-style: none;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*
//	background: url(lib/images/menu_bg.g.jpg) repeat-x left top;	
	float: left;
	background: url(../images/menu_bg.g.jpg) repeat-x right top;	
	*/
	background-color:#194d64;
	color:#;
	width: 800px;
}

div#menu ul li {
	float: left;
	margin:0px;
	color:yellow;
}

div#menu ul li a {
	height: 30px;
	width: 100px;
	color:yellow;
}


div#menu ul li.nav_tab {
	/*
	background-image: url(../images/buttons/button_Home-a.png); 
	*/
}


div#menu ul li.nav_tab a {
	color:yellow; 
	padding: 5px 8px 5px 12px;
	font-size:1.25em;
	letter-spacing: 1.5px;
	font-weight: bold;
	line-height:30px;
}
div#menu ul li.nav_tab a:hover {
	color:#e95c3a; /* e98169;d32800;yellow; */
	background-color:#005d85; 
	padding: 5px 8px 5px 12px;
	font-size:1.25em;
	letter-spacing: 1.5px;
	font-weight: bold;
	line-height:30px;	
}


.buttons_border {
	border-right-style:solid; 
	border-color:gray;
	border-width:1px;
}


div#menu ul li.home a {background-image: url(../images/buttons/button_Home-a.png); }
div#menu ul li.home a:hover {background-image: url(../images/buttons/button_Home-h.png); }

div#menu ul li.services a {background-image: url(../images/buttons/button_Services-a.png); }
div#menu ul li.services a:hover {background-image: url(../images/buttons/button_Services-h.png); }

div#menu ul li.portfolio a {background-image: url(../images/buttons/button_Portfolio-a.png); }
div#menu ul li.portfolio a:hover {background-image: url(../images/buttons/button_Portfolio-h.png); }

div#menu ul li.clients a {background-image: url(../images/buttons/button_Clients-a.png); }
div#menu ul li.clients a:hover {background-image: url(../images/buttons/button_Clients-h.png); }

div#menu ul li.contact a {background-image: url(../images/buttons/button_Contact-a.png); }
div#menu ul li.contact a:hover {background-image: url(../images/buttons/button_Contact-h.png); }

div.contentWrap {
	padding-top: 1em;
	height: 35em; 
	/* 
	*/
	overflow:auto;
}

div#content p.content-title {
	padding-top: 0px;
	text-align: center;
	font-size: 35px;
	font-style:italic;
	font-weight: bold;
//	width: 250px;
}

div#content p.headline {
	float: right;
	text-align: center;
//	width: 250px;
	font-weight: bold;
//	margin-right: 40px;
	line-height: 1.8;
}

div#content ul.TwoColumns-Left { 
	width: 50%; 
	float: left; 
	margin-left: 0;
	text-align: center;
	font-size: 8px;
	color: black;
	padding: 0 .25em .5em 0 ;
}

div#content ul.TwoColumns-Right { 
	width: 45%; 
	float: right; 
	padding: 0 15px 0 0; 
	margin-left: 0; 
}


div#middle {
	padding: 1em 0 0 0; 
}


div#rightbar {
	border:1px; 
	border-color:#003c56; 
	background-color: yellow;
	color:black;
	float:right; 
	margin: 1em;
	padding: 1em;
	font-size: 1em;
	line-height: 1.25em;
	/* 
	height: 30em; 
	*/
}


div#rightbar a:link, a:visited{
	color:#003c56;  /* 003c56; */
	font-size: 1.1em;
	line-height: 1.5em;
}


div#rightbar a:hover{
	color:#e95c3a;
	font-size: 1.1em;
	line-height: 1.5em;
}


div#leftbar {
	background-color:#896200; 
	color:#000000; 
	float:left; 
	margin: 1em;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
}


div#leftbar a:link, a:visited{
	color:#003c56;  /* 003c56; */
	font-size: 1.1em;
	line-height: 1.5em;
}


div#leftbar a:hover{
	color:#e95c3a;
	font-size: 1.1em;
	line-height: 1.5em;
}


div#footer {
	background: url(../images/footer_bg_tile.jpg) repeat left bottom;
	height: 30px;
}

div#footer p {
	color: yellow;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding: 0px 0px;
	display:inline;
}


.footer_lt_border {
	float: left;
}


.footer_rt_border {
	float: right;
}


.footer_copyright {
	float: right;
	margin: 3px 20px 0px 0px;
}

.footer_links {
	float: left;
	margin: 3px 0px 0px 20px;
}

div#footer a{
	color: Khaki;
}



.btn_register{ 
	list-style: none;
	font-size: 1.4em;
}

.btn_register a{
	background: url(../images/indentbg1_DarkGreen.png) repeat center ; /* 235355 -> 1cbf97 */
	padding: .5em 1em .5em 1em; 
	text-decoration: none; 	
	color: yellow;
}

.btn_register a:hover{ 
	background: url(../images/indentbg2_DarkGreen.png) repeat center ; /* 235355 -> 1cbf97 */
	padding: .5em 1em .5em 1em; 
}



/* @Sitemap Page */

.sitemap_table{width:400; border:10px solid fushia ;padding:40px; background:Khaki; margin: 20px;}




/* @group Slider */

#slider {
  width: 690px;
  margin: 0px auto;
  position: relative;
  color: #000000;
}

#slider .scroll {
  height: 400px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  padding-bottom: .25em;
  color: #000000;
}

#slider .scrollContainer div.panel {
  padding: .25em 0px;
  width: 690px; /* 580- change to 560px if not using JS to remove rh.scroll */
  color: #000000;
}

#slider .scrollContainer div.panel a {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0px 15px .1em 0px;
	border: none;
  color: #000000;
}

#slider ul.navigation {
	list-style: none;
	padding: 0px;
  color: #000000;
}

#slider ul.navigation li {
	display: inline;
  color: #000000;
}

#slider ul.navigation li a {
	display: inline-table;
	padding: 5px 10px;
	color: #000;
	font-size: 14;
	font-weight: bold;
}

#slider ul.navigation li a:hover,
#slider ul.navigation li a.selected {
  color: #000000;
//	color: #fff;
	background: #db0801;
}


/* @end */



/* @group Contact Form */

form.contact {
	margin-top: 15px;
}

form.contact td {
	padding:.3em .5em;
}

form.contact label{
	font-weight: bold;
	color: #db0801;
}

form.contact input, 
form.contact textarea {
	border: 0px;
	width: 250px;
	padding: 3px 5px;
}

form.contact textarea {
	height: 150px;
	width: 350px;
}

form.contact input.submit {
	width: auto;
	cursor: pointer;
	font-weight: bold;
	color: #db0801;
}

/* @end */

/*------------------------------------------------------------------------------------------------
Registration form  */


.reg_section {
	text-align:center;
	font-size:1.5em; 
	font-weight:bold;
}


.reg_name {
	text-align:right;
	padding: .5em .25em .25em 1em;
}


.reg_input {
	text-align:left;
	padding: .25em 1em .25em 0em;
	/*
	width:15em;
	*/
}


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

/* @group Classes */

.btn {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}

.btn:hover {
	background-position: left bottom;
	background-color: transparent;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

td.lnhgt {
	line-height: 2.25em;
}

td.right {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

div.largeRule {
	height: 10px;
}

div.smallRule {
	height: 2px;
}

td.fancyTitle {
	vertical-align: middle;
}

p.message {
	text-align: center;
	font-size: 11px;
	color: #db0801;
}

/* @end */
