* {
	font-family:Verdana;
	font-size:9pt;
}

body {
//	background:#335275 url(http://www.atomicorp.com/images/channels/gradient_bg.png) 0 0 repeat-x;
  //background-image: linear-linear-gradient(#335275, #ffffff);
	text-align:center;
	margin-top:0;
  background-image: linear-gradient(to top, #031932 , gray);
}


.pipe {
  color: #ffffff;
}

#container {width:100%;}

#header {
	position:relative;
	top:0;
	left:0;
	height:141px;
	width:960px;
	margin:0 auto;
  border-radius: 0px 0px 15px 15px;
  background-color: #1b3f67
}

#header_top {
  position:absolute;
  z-index: 1;
  top:0;
  left:0;
  width:960px;
  height:152px;
  background-color: #1b3f67
  //background:#8B8578 url(http://www.atomicorp.com/images/channels/atomic_bg.png) 0 0 no-repeat;
}

#header_logo {
  position:absolute;
  top:40;
  left:15;
  width:295px;
  height:117px;
  background:url('atomicorp_logo_2019.png') 0 0 no-repeat;
  //background:url(http://www.atomicorp.com/images/channels/atomicorp_logo.png) 0 0 no-repeat;
}

#header_nav2 {
  position:absolute;
  top:15px;
  right:25px;
  width:175px;
  height:15px;
  line-height:15px;
  background:#1b3f67;
  text-decoration: none;
}

#header_nav2 a:link {
  color: #ffffff;
  text-decoration: none;
}


#header_nav2 a:hover {
  color: #ffffff;
}

#header_nav2 a:visited {
  color: #ffffff;
}

#header_nav {
  margin-top: 90px;
  float:left;
  margin-left: 38em;

  position: relative;
}

#header_nav nav {
    width: 100%;
    height: 160px;
}

#header_nav .arrow-down {
  width: 0;
  display: inline;
  float: right;
  height: 10;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 0px;
  margin-top: -33px;
  border-top: 5px solid #fff;
}

#header_nav nav ul {
  float: left;
  height: 100%;
}

#header_nav nav ul li {
  float: left;
  list-style: none;
  position: relative;
}

#header_nav  nav ul li a  {
  display: block;
  font-family: arial;
  color: #fff;
  font-size: 14px;
  padding: 18px 13px;
  text-decoration: none;
}

#header_nav nav ul li ul {
  visibility: hidden;
  position: absolute;
  padding: 0px 0px;
  border-radius: 0px 0px 4px 4px;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.4s, 0s;
  transition-delay: 0s, 0.4s;
}

#header_nav nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
  //overflow: visible;
  //background: #000;
  //z-index: 1;
  //position: relative;
}

#header_nav nav ul li ul li a {
  width: 200px;
  //border-radius: 4px 0px;
  color: #000;
}



#header_nav nav ul li ul li a {
  padding: 8px 13px;
  border-width: 1px;
  border-style: solid;
}
#header_nav nav ul li ul li a:hover {
  background-color:#4d8fb8;

}

#header_nav nav ul li:hover li {
  background: gray;
}


h1 {
	border-bottom:1px solid #8B8578;
	color:#53443C;
	font-size:11pt;
	font-weight:bold;
	text-indent:5px;
}

h2 {
	background:#53443C;
	border:1px solid #8B8578;
	color:#E9E8E5;
	font-size:9pt;
	text-align:center;
	margin:0;
	margin-bottom:5px;
}

.frm_text {
	background:#4d8fb8;
	border:1px solid #8B8578;
	color:#868073;
}

.arc_a {
	color:#4d8fb8;
	font-weight:bold;
	text-decoration:none;
}

.arc_a:hover {
		text-decoration:underline;
}

.pipe {
  color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}


#content {
	position:relative;
	top:8px;
	width:960px;
	min-height:500px;
	margin:0 auto;
  z-index: 0;
}

#content ul {
  list-style: none;
}
#content p {
  margin: auto;

}

	#content_main {
		padding-left:10px;
		padding-right:10px;
	}
		.ch_tl {
			width:10px;
			height:10px;
			overflow:hidden;
			background:transparent url(http://www.atomicorp.com/images/channels/wrapper_tl.png) top left no-repeat;
		}
		.ch_tr {
			width:10px;
			height:10px;
			overflow:hidden;
			background:transparent url(http://www.atomicorp.com/images/channels/wrapper_tr.png) top left no-repeat;
		}

		.ch_m {
			height:10px;
			width:940px;
			overflow:hidden;
			background:#ffffff;
		}

		.ch_bl {
			width:10px;
			height:10px;
			overflow:hidden;
			background:transparent url(http://www.atomicorp.com/images/channels/wrapper_bl.png) top left no-repeat;
		}
		.ch_br {
			width:10px;
			height:10px;
			overflow:hidden;
			background:transparent url(http://www.atomicorp.com/images/channels/wrapper_br.png) top left no-repeat;
		}
