/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	color: #1A518F;
	font-size: 11px;
	background-color: #1A518F;
}


/* anchors
----------------------------------------------- */
a {
	color: #1A518F;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: underline;


	font-size: 1
.em;
	font-size: 1.1em;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#BBCBDE;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	margin-bottom:0.3em;
	font-size: 1.5em;
}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
	font-size: 1.0em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
/*th, td {
	padding:.2em 1em;
	text-align:right;
}*/
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
/*tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}
*/


/*Forms*/
/* Form */
form {
	width: 600px;
	padding: 10px;
	margin: 40px auto;
}

label {
	display: inline;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #0099CC;
	font-weight: bold;
}
/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(../images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(../images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/***** FormCheck *****/
.tipsbox .tipsbox_top_left{
	background : url('../images/top_left.png') no-repeat;
	_background : url('../images/top_left.gif') no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url('../images/top.png') repeat-x;
	height : 17px;
	_background : url('../images/top.gif') repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url('../images/top_right.png') no-repeat;
	_background : url('../images/top_right.gif') no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url('../images/left.png') repeat-y;
	width : 17px;
	_background : url('../images/side.gif') repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url('../images/right.png') repeat-y;
	width : 22px;
	_background : url('../images/side.gif') repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url('../images/bottom_left.png');
	_background : url('../images/bottom_left.gif') no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url('../images/mark.png') no-repeat;
	height : 36px;
	_background : url('../images/mark.gif') no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url('../images/bottom_right.png');
	_background : url('../images/bottom_right.gif') no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url('../images/inner.png');
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url('../images/error.png') no-repeat;
	_background : url('../images/error.gif') no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 13px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: red;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1A518F;
	text-align: left;
}
label {
	color:#1A518F;
	cursor:pointer;
	width: 150px;
	font-size: 14px;
}
label.chosen {
	color:#fff;
}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {
	background:url(../images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {background:url(../images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:22px;
	background:url(../images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../images/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:34px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	background:url(../images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
	text-align: right;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}




/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0px;
}
.article {

}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}
#menu_list
{
	padding: 0;
	margin: 0;
	background-image: url(../img/menu-nav.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 960px;
}
#left{
	width: 660px;
	float: left;
	margin-left: 50px;
	margin-top: 25px;
}
#right{
	width: 220px;
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}
#front_mark {
	height: 468px;
	background-image: url(../img/what-you-need-to-know.jpg);
	padding-top: 75px;
	padding-left: 25px;
	background-repeat: no-repeat;
	padding-right: 25px;
}

#downloads {
	height: 550px;
	padding-top: 35px;
	padding-bottom: 25px;
}

#about_mark {
	height: 342px;
	background-image: url(/img/about_main_top.jpg);
	padding-top: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#service_anchor_mark {
	height: 165px;
	background-image: url(/img/service_box.png);
	padding-top: 90px;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	font-size: 1.0em;
	text-decoration: underline;
}

#article_mark {
	height: 625px;
	padding-top: 25px;
	padding-left: 25px;
	margin-bottom: 50px;
	background-color: #CCDBE9;
	padding-right: 25px;
}

#water_anchor_mark {
	height: 180px;
	background-image: url(../img/water_box.png);
	padding-top: 90px;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	font-size: 1em;
	text-decoration: underline;
}

#experience_mark {
	height: 420px;
	padding-top: 25px;
	margin-bottom: 25px;
}
#dont_mark {
	height: 180px;
	margin-bottom: 25px;
}
#history_mark {
	height: 650px;
	padding-top: 25px;
	margin-bottom: 10px;
}

#mold_mark {
	height: 175px;
	padding-top: 25px;
	margin-bottom: 10px;
}

#wet_damp_mark {
	height: 400px;
	padding-top: 25px;
	margin-bottom: 10px;
}

#egress_mark {
	height: 400px;
	padding-top: 25px;
	padding-bottom: 0px;
}

#wetbasement_mark {
	height: 400px;
	padding-top: 25px;
	padding-bottom: 0px;
}

#draintile_mark {
	height: 500px;
	padding-top: 25px;
	margin-bottom: 10px;
}
#ehbo_mark {
	height: 150px;
	padding-top: 25px;
	margin-bottom: 10px;
}
#video_mark {
	height: 100%;
	padding-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}

#superior_mark {
	height: 200px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#sump_mark {
	height: 300px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#solutions_mark {
	height: 335px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#crack_mark {
	height: 360px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#import_mark {
	height: 180px;
	padding-bottom: 0px;
}

#tips_mark {
	height: 540px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#wdhipor_mark {
	height: 265px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#list {
	margin-left: 45px;
	font-size: 1em;
	line-height: 1.89em;
	padding-top: 20px;
}
#footer {
	height: 70px;
	margin-top: -5px;
	color: #FFF;
	text-align: center;
	width: 660px;
	background-image: url(../img/footer.gif);
	padding: 10px 150px;
}
#footer_text {
	height: 70px;
	width: 600px;
	position: fixed;
	color: #FFF;
	margin-left: 200px;
	top: 2021px;
}
#bottom_nav {
	bottom: 0px;
}
#bottle {
	height: 110px;
	padding-top: 0px;
	margin-bottom: 25px;
}
#problem_box {
	background-image: url(../img/problem_box.jpg);
	height: 282px;
	margin-top: 25px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	padding-top: 55px;
	padding-left: 45px;
}

#faq_box {
	background-image: url(../img/faq_box.png);
	height: 100px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	padding-top: 85px;
	padding-left: 45px;
}
#bus_card {
	background:url(../img/bus_card.jpg);
	background-repeat: no-repeat;
	height: 372px;
	padding-top: 90px;
	text-align: right;
	padding-right: 25px;
	line-height: 30px;
}

#container4 {
	text-align: right;
	width: 125px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #00475B;
	margin-right: 15px;
	margin-top: 0px;
}
#container3 {
	text-align: left;
	width: 450px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #ccdbe9;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#lablediv{
	float: none;
	clear: both;
	height: 50px;
	text-align: right;

}
#container2 {
	text-align: left;
	width: 185px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding-left: 10px;
	float: right;
	clear: right;
	height: 291px;
	margin-bottom: 15px;
}
#container7 {
	text-align: right;
	width: 100px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #00475B;
	padding-left: 20px;
	margin-right: 25px;
}
#divider1 {
	width:150px;
	float: left;
	margin-top: 10px;
}
#divider2 {
	width:150px;
	float: left;
	margin-top: 10px;
}
#divider3 {
	width:150px;
	float: left;
	margin-top: 10px;
}
#divider1_a {
	width:200px;
	float: left;
	margin-top: 10px;
}
#divider2_a {
	width:200px;
	float: left;
	margin-top: 10px;
}
#divider3_a {
	width:400px;
	float: left;
	margin-top: 10px;
}
#dividertop_a {
	width:400px;
	float: left;
	margin-top: 10px;
}
#left_text {
	width:125px;
	font-size: 12px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#form_input {
	width:450px;
	float: left;
	padding: 10px 0px 10px 20px;
}
#container8 {
	width: 405px;
	background-color: #ccdbe9;
	padding: 25px;
	float: left;

}
#form_input_city {
	width:240px;
	float: left;
	padding: 10px 0 10px 20px;
}
#form_input_state {
	width:50px;
	float: left;
	padding: 10px 0 10px 10px;
}
#form_input_zip {
	width:75px;
	float: left;
	padding: 10px 0 10px 10px;
}
#form_input_home {
	width:200px;
	float: left;
	padding: 10px 0 10px 20px;
}
#form_input_work {
	width:170px;
	float: left;
	padding: 10px 0 10px 10px;
}


#center_text {
	width:35px;
	font-size: 12px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right_text {
	width:35px;
	font-size: 12px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#center_text_work {
	width:75px;
	font-size: 12px;
	float: left;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container12 {
	width:100%;
	text-align: right;
}
#privacy {
	position: fixed;
	width: 205px;
}
#flash {
	width:220px;
	height: 237px;
	overflow: visible;
	margin-top:10px;
	background-image: url(../img/customer_test.gif);
	background-repeat: no-repeat;
}
#test_bottom {width:220px;
position:absolute;
top:1313px;
}

#add2 {margin-top:10px;}
#add3 {margin-top:10px;}
#add5 {margin-top:10px;}
#add4 {margin-top:10px;}
#top_header {
	position:static;
	margin: auto;
	height: 25px;
}
.topheader {
	color: #FFFFFF;
	font-weight: bold;
}