﻿@import url(old.css);

* {
	margin:0;padding:0;
}
body {
	/* font: 78%/150% "Lucida Sans Unicode", "trebuchet MS", verdana, sans-serif; */
	font:78%/150% Arial, Helvetica, sans-serif;
	color: #333;
}

table {
	/* line-height:2.4em; */
}

h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
	line-height:2em;
}
h4{
	font-size:1em;
}
h5{
	font-size:.8em;
}

#header {
	padding:1px 0 0 0; /* kludge */
	/* border-bottom:1px solid white;*/ /* kludge */
	background:url(/template/images/head_back.gif) repeat-x;
}

#header h1 span {
	display:none;
}

#header h1 {
	width:169px;
	height:90px;
	background:url(/template/images/dd_logo.png) no-repeat center center;
	padding:12px;
}

body.bsu #header h1 {
	width:169px;
	height:90px;
	background:url(/template/images/bsu_logo.png) no-repeat center center;
	padding:12px;
}

#header h3 {
	color:#fff;
	font-size:1em;
	position:absolute;
	top:38px;
	left:190px;
	border:none;
}
/*
body.home #header h3 {
	display:none;
}
*/

#ads {
	background:#354a52;
	text-align:left;
	border-top:4px solid #354a52;

}

#ads a {
	text-decoration:none;
}

#container {
	width:800px;
	border-top:10px solid black;
}

#headmenu {
	list-style:none;
	text-align:right;
	width:350px;
	border-bottom:1px solid #354a52;
	/* float:right; */
	margin:-30px 8px 8px;
	position:relative;
	float:right;
}

#headmenu li {
	list-style:none;
	display:inline;
}

#headmenu li a {
	color:#fff;
	padding:3px 8px;
	border-right:1px solid #354a52;
	text-decoration:none;
	font-weight:bold;
}

#mainmenu {
	clear:both;
	list-style:none;
	line-height:1em;
	background:#354a52;
	height:34px;
	/* border-top:3px solid white; */
	border-bottom:3px solid white;
	padding-left:1px;
}

#mainmenu li {
	float:left;
	/* width:19.5%; */
	/* margin-right:.1%; */
	width:155px;
	margin:0 1px;
	height:32px;
	display:inline;
	position:relative;
	border:1px solid #354a52;
	background:url(/template/images/nav_back.gif) repeat-x;
}
/* opera / safari hack for spacing*/
html:first-child #mainmenu li {
	padding:0 2px;
}

#mainmenu li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	padding:4px;
}

#mainmenu li a em {
	display:block;
	font-size:.8em;
	color:#000;
	font-weight:normal;
}

#mainmenu li:hover {
	border-bottom:3px solid #ffcf25;
}

#mainmenu li a:hover {
	color:#ffcf25;
}

#submenu {
	background:#354a52;
	padding-bottom:50px;
	min-height:190px;
}

#submenu ul {
	background:#9da2a3;
	padding-bottom:5px;
}

#submenu ul li {
	border:1px solid #354a52;
	list-style:none;
	
}
#submenu ul li a {
	color:#fff;
	font-size:.8em;
	display:block;
	text-decoration:none;
	background:#9da2a3 url(/template/images/bullet.gif) no-repeat 8px center;
	padding-left:20px;
}
#submenu ul li a:hover {
	background:#d8dfe1 url(/template/images/bullet.gif) no-repeat 8px center;
	color:#333
}
#submenu h4 {
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:3px;
	margin-bottom:1px;
	text-indent:10px;
}

#submenu h5 {
	color:#c0c0c0;
	font-weight:normal;
	margin-left:20px;
}

#subcolumn {
	width:188px;
	float:left;
}

#maincolumn {
	width:607px;
	float:right;
}



/* sub header */

#subheader {
	background:#9da2a3 url(/template/images/subhead_back.gif) repeat-x bottom;
	min-height:115px;
}
#subheader h2 {
	color:#fff;
	padding-top:60px;
}

#subheader img {
	float:left;
	padding-right:20px;
}





#content {
	padding:10px;
	margin-top:20px;
	min-height:220px;
}


#content p {
	padding:5px 0;
}

#content ul {
	padding:5px 0;
	margin-left:40px;
}


h3 {
	color:#354a52;
	border-bottom:1px solid #354a52;
}

h3 a {
	color:#354a52;
	text-decoration:none;
}

#content img {
	border:none;
}

.floatleft {
	float:left;
	padding-right:10px;
}

.clear {
	clear:both;
}

#footer {
	margin-top:20px;
}

#footer img {
	border:none;
}

#logos {
	clear:left;
	border-top:1px solid #333;
	padding:5px;
}

#footer p {
	float:left;
	padding:10px
}

#footer .mainphone{
	font-size:1.5em;
	font-weight:bold;
}


.popup {
	background:#354a52;
	color:#fff;
	text-align:right;
	padding:1em;
	border-top:5px solid black;
}

.popupcontent {
	padding:1em;
}

#popupcontainer {
	width:100%;
}


fieldset {
	border:0;
}

fieldset label {
	display:block;
	float:left;
	width:200px;
	border-bottom:1px solid #dadada;
	padding:5px;
}

fieldset input, fieldset textarea {
	width:300px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

fieldset textarea {
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

fieldset .btn {
	width:auto;
	padding:5px 40px;
	margin-left:210px;
}

.required {
	font-weight:700;
}

.warning {
	color:maroon;
}


#fckeditor {
	padding:5px;
	background:#fff;
}

#fckeditor a {
	color:#333;
}

#fckeditor p {
	padding:5px 0;
}


/* old styles */

A.prodlink:link {	color: #354A52;	text-decoration: none;	font-family: Arial;	font-size : 16px;	font-weight : bold;
	}
A.prodlink:visited {	color: #354A52;	text-decoration: none;	font-family: Arial;	font-size : 16px;	font-weight : bold;
	}


#fckeditor A.prodlink:link {	color: #354A52;	text-decoration: none;	font-family: Arial;	font-size : 16px;	font-weight : bold;
	}
#fckeditor A.prodlink:visited {	color: #354A52;	text-decoration: none;	font-family: Arial;	font-size : 16px;	font-weight : bold;
	}


