/* Subsection 1: CSS Reset */
body, 
h1, h2, h3, 
p, ul, li, form, input,
header, nav, article, section, dialog, figure, aside, footer {
	border:0;
	margin:0;
	padding:0;
	font-size:100%;
}
/* Subsection 2: Standard HTML tags redefinition */
body,
form, input {
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:13px;}

a:link, a:visited {
	color:#0033CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #0080ff;
	text-decoration: none;
}



/******** CSS START ***********/
html, body {
	background-image: url(../i/i2.jpg);
	background-repeat: repeat-x;
	background-color: #182946;
	margin:0 auto;
	text-align:center;
}
#all_wrapper {
	margin:0 auto;
	width:900px;
	text-align:center;
	display: inline-block;
	padding-top: 40px;
}
#container {
	background-image: url(../i/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	border: 2px solid #003366;
	width:900px;
	margin:0 auto;
	text-align:center;
	min-height: 650px;
	overflow: hidden;
	
	-moz-box-shadow: 0px 4px 12px #000000;
	-webkit-box-shadow: 0px 4px 12px #000000;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px; /*IE radius fix*/
}
header {
	display: block;
	height: 200px;
}
#body {
	float: right;
	width:600px;
	min-height: 630px;
	max-height: 630px;
	text-align:center;
}
#content {
	padding-right: 10px;
}
#content h1 {
	color: #222222;
	font-size: 24px;
	text-align: center;
	padding-bottom: 8px;
	/*text-shadow: 0px 1px 2px #4c4c4c;*/
}
#content h2 {
	color: #222222;
	font-size: 20px;
	text-align: left;
	padding-bottom: 8px;
	/*text-shadow: 0px 1px 2px #4c4c4c;*/
}
#content h3 {
	color: #222222;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}
#footer {
	float: right;
	font-size: 10px;
	color: #555;
	position: relative;
	bottom: 0px;
	right:0px;
	height: 2px;
	padding: 5px;
	width: 580px;
}
#logo {
	float: left;
	background-image: url(../i/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/*position: relative;
	left: 0px;
	top: 0px;*/
	width: 300px;
	height: 650px;
	z-index: 80;
	
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	
	border-radius: 8px 0px 8px 0px; /*IE radius fix*/
	
}
.logo {
	position: relative;
	top:85px;
	left:-18px;
}
#social {
	float: left;
	width: 300px;
	min-height: 25px;
	position: relative;
	bottom: -137px;
	left: 13px;
	text-align: left;
}
#social li {
	width: 24px;
	display: inline;
	margin-right: 5px;
	overflow: hidden;
}



/****** NAVAGATION *****
#nav_tank {
	width: 600px;
	min-height: 60px;
	padding-top: 8px;
	padding-bottom: 15px;
}

#navigation {
  list-style: none;
  padding-top:0px;
  position:relative;
  left:0px;
  z-index:60;
  height:60px;
  min-width:600px;
}

#navigation li {
  float:left;
  margin-left:0px;
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height:60px;
  position: relative;
  display: block;
  background: url(../i/sprite.png) 0 0 no-repeat;
}

/* individual navigation items
#navigation a.mission {
  background-position:top left;
  width:150px;
}
#navigation .highlight a.home:hover,
#navigation a.mission .hover {
  background-position:bottom left;
  width:150px;
}
#navigation a.service {
  background-position:-160px 0px;
  width:150px;
}
#navigation .highlight a.home:hover,
#navigation a.service .hover {
  background-position:-160px -60px;
  width:150px;
}
#navigation a.quote {
  background-position:-305px 0px;
  width:130px;
}
#navigation .highlight a.home:hover,
#navigation a.quote .hover {
  background-position:-305px -60px;
  width:130px;
}
#navigation a.contact {
  background-position:-435px 0px;
  width:150px;
}
#navigation .highlight a.home:hover,
#navigation a.contact .hover {
  background-position:-435px -60px;
  width:150px;
}
*/


/***** NAV 1 ******/
#nav {
	margin: 20px 0px 20px 0px;
}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0px 2px 2px #000000;
	background-image: url(http:///iconcompany.net/lib/i/nav_btn_bg.jpg);
	background-position: bottom;
	background-color: #5f82ac;
	display: inline;
	margin-right: 10px;
	padding: 6px;
	border: 1px solid #333366;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px; /*IE radius fix*/
	-moz-box-shadow: 0px 2px 5px #000000;
	-webkit-box-shadow: 0px 2px 5px #000000;
}
#nav li a.nav:link, a.nav:visited {
	color: #ffffff;	
}
#nav li a.nav:hover, a.nav:active {
	color: #ffffff;
	font-weight: bold;
}


/***** NAV 2 ******/
#nav2 {
	margin: 5px 0px 20px 0px;
	text-align: right;
}
#nav2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0px 2px 2px #000000;
	background-image: url(http:///iconcompany.net/lib/i/nav_btn_bg.jpg);
	background-position: bottom;
	background-color: #5f82ac;
	display: inline;
	margin-right: 5px;
	padding: 6px;
	border: 1px solid #333366;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px; /*IE radius fix*/
	-moz-box-shadow: 0px 2px 5px #555555;
	-webkit-box-shadow: 0px 2px 5px #555555;
}
#nav2 li a.nav:link, a.nav:visited {
	color: #ffffff;	
}
#nav2 li a.nav:hover, a.nav:active {
	color: #ffffff;
	font-weight: bold;
}


#slider2 {
    position:relative;
    width:585px; /* Change this to your images width */
    height:293px; /* Change this to your images height */
    background-color: #000000;
    border: 1px solid #888888;
    left: 0px;
    margin-bottom: 14px;
    
    -moz-box-shadow: 0px 3px 8px #999999;
    -webkit-box-shadow: 0px 3px 8px #999999;
}


/* SLIDER */
#slider{
}	
#slider ul, #slider li{
	margin:0 auto;
	padding:0;
	list-style:none;
}
#slider li{ 
	width:585px;
	height:293px;
	overflow:hidden; 
/*	border: 1px solid #003366;*/
	text-align: left;
}
#subhead {
	color: #003366;
	font-size: 19px;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
}
#txt {
	text-align: left;
}
#txt h2 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: normal;
}
#txt li {
	display:list-item;
	list-style: circle;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 6px;
}
#ctxt {
	text-align: left;
	font-size: 14px;
	width: 450px;
	position: relative;
	top: 0px;
	left: 85px;
	height: 365px;
}
#ctxt h2 {
	font-size: 19px;
	margin-top: 15px;
	font-weight: bold;
	text-decoration: underline;
}
#ctxt li {
	display:block;
	list-style: circle;
	margin-left: 8px;
	margin-top: 1px;
	margin-bottom: 6px;
}
#cimg {
	float: left;
	width: 200px;
}
#links {
	width: 300px;
	float: left;
	text-align: left;
	padding-left: 80px;
}
#links h1 {
	color: #222222;
	font-size: 18px;
	text-align: left;
	padding-bottom: 4px;
	font-weight: bold;
	text-decoration: underline;
}
#links li {
	display: block;
	list-style: none;
	margin-left: 10px;
}

#btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0px 2px 2px #000000;
	background-image: url(http:///iconcompany.net/lib/i/nav_btn_bg.jpg);
	background-position: bottom;
	background-color: #5f82ac;
	padding: 6px;
	border: 1px solid #333366;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 6px 6px 6px; /*IE radius fix*/
	-moz-box-shadow: 0px 2px 5px #000000;
	-webkit-box-shadow: 0px 2px 5px #000000;
	position: relative;
	top: 10px;
}
#btn a.nav:link, a.nav:visited {
	color: #ffffff;	
}
#btn a.nav:hover, a.nav:active {
	color: #ffffff;
	font-weight: bold;
}


#new-info {
	float: left;
    width: 585px; /* Change this to your images width */
    height: 293px; /* Change this to your images height */
    margin-bottom: 14px;    
	
/*
	position: relative;
    left: 0px;
*/
}
#new-info #left {
float: left;
width: 255px;
}
#new-info #right {
float: right;
width: 255px;
margin-top: 40px;
}
