@import url('reset.css');
@import url('equal.css');
@import url('listmenu_h.css');
/*@import url('datepicker.css');
@import url('transparent-overlay.css');*/

/* PAGE STYLES */

html, body{
	background:#FFFFFF;
	font-size:100%;
}
strong{
	font-weight: bold;
}
#logo{
	position:absolute;
	top:25px;
	left:350px;
	width:200px;
	background-color:#181842;
}
#masthead{
	height:76px;
	background:#181842;
	/*background-image:url(/_images/masthead1.gif);*/
	background-repeat:no-repeat;
}
#nav{
	width:88%;
}
#container{
	background:#FFFFFF;
	font-size: 0.8em;
}
#headline{
	background-color:#181842;
	/*background-image:url(/_images/masthead2.gif);*/
	background-repeat:no-repeat;
	border-bottom:1px solid black;
}
#headline img{
	float:left;
	background-repeat:no-repeat;
}
#headline-content{
	border:1px solid white;
	margin-left:110px;
}
#col-left{
	background:#FFFFFF;
}
#col-content{
	background:#EBEBEB;								/* GETS BACKGROUND COLOR FROM CONTAINER */
	padding-top:15px;
	border:1px solid black;
	border-top:none;
}

#col-right{
	background:#FF6633;
}
#footer{
	line-height:25px;
	background:#FFFFFF;
	color:#000000;
	padding-left:110px;
	float:left;
}
#footer a{
	text-decoration:none;
	color:#181842;
}



#col-multileftaddress{  						/* multi-column/address layout section */
	background:#EBEBEB;
	padding-top:15px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-top:none;
	width: 400px;
	height: 250px;
	float: left;
	list-style-type: none;}

#col-multirightaddress{
	background:#EBEBEB;
	padding-top:15px;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:none;
	width: 400px;
	height: 250px;
	float: left;
	list-style-type: none;
}
#col-contentsmall{
	background:#EBEBEB;
	padding-top:15px;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:none;
	width:800px;
	/* width: 655px; */
	float: left;
}
#col-contentlarge{
	background:#EBEBEB;
	padding-top:15px;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:none;
	width: 875px;
	float: left;
}
#col-contentsmall a{
	text-decoration:none;
	color: #000066;
	font-weight: bold;
}
#col-contentsmall h5{
	color: #000066;
}
#col-content h5{
	color: #000066;
}
#col-contentsmall ol{
	list-style-type:decimal;

	margin-left:60px;
}
#col-contentsmall ul{
	list-style-type:disc;
	/*list-style-position:inside;*/
	margin-left:40px;
}
#col-multirightaddress ul{
	list-style-type:disc;

	margin-left:40px;
}

								  					/* end multi-column/address layout section */
p, h1, h2, h3, h4, h5, h6, ul, ol{
	margin: 15px;
}
#col-content h1{
	font-size: 1.4em;
}
#col-contentsmall h1{
	font-size: 1.4em;
}
#col-content h2{
	font-size: 1.2em;
}
#col-contentsmall h2{
	font-size: 1.2em;
}
#col-content h3{
	font-size: 1.1em;
}
#col-content p{
	font-size: 1.0em;
	padding-left:20px;
}
#col-content p, #col-contentsmall p, #col-multileftaddress p, #col-multirightaddress p, #col-content-site p, #container li {
line-height:1.5em;
}
#col-content ul{
	padding-left:60px;
}
#col-content li{
	list-style-type: disc;
}
#col-content a{
	text-decoration:none;
	color: #000066;
	font-weight:bold;
}
#searchbar form{
	padding-right:60px;
	float:right;
}
#masthead p{
	margin:0;
	font-size: 1.3em;
}
#footer p{
	margin:0;
	font-size: 0.7em;
}

#col-left ul{
	list-style: none;
	margin: -3px 0;
	padding: 0;
}
#col-left li{
	border-bottom: 1px solid #EEEEEE;
	margin-left:10px;
	margin-right:10px;
}
/* KEEP MENU ITEMS HIGHLIGHTED */
#col-left li a{
	padding-top:15px;
	margin-bottom:15px;
	display: block;
	color: #181842;
	text-decoration:none;
	font-size:0.85em;
}
#index #col-left li a#index,
#pages-2col #col-left li a#pages-2col,
#pages-3col #col-left li a#pages-3col,
#pages-contact #col-left li a#pages-contact,
#pages-demos #col-left li a#pages-demos{
	font-weight:bold;
}
#col-left li a:hover{
	text-decoration:underline;
}
#headline-content h1{
	color:#FFFFFF;
	margin:5px;
	margin-left:10px;
	font-size:0.9em;
	font-weight:bold;
}

/* END PAGE STYLES */

/* CLASSES */
#masthead .logo{
	float: left;
	margin: 0.5em 0 0.5em 18px;
	font-size: 2.0em;
}
#masthead .logo a{
	text-decoration: none;
	color: #000000;
}
#masthead .strapline{
	float: right;
	margin: 1.5em 1.5em 0.5em 0;
	margin-right: 1.5em;
}
.menutitle{
	cursor:pointer;
	margin-bottom:5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
}
.submenu{
	margin-bottom:0.5em;
}
.contact-form{
	width: 400px;
	margin: 20px;
}
.contact-form img{
	vertical-align: middle;
}
.contact-form input{
	vertical-align: middle;
}
input.txt{
	color: #000088;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 240px;
}
input.kap_txt{
	color: #000088;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	width: 100px;
}
input.btn{
	background-color: transparent;
	border: 0;
	padding: 10px;
	float: right;
}
input.rst_btn{
	background-color: transparent;
	border: 0;
	padding: 10px;
	float: left;
}
form p{
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label{
	float: left;
	width: 100px;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset.contact{
	border: 1px solid #000000;
	margin-top: 16px;
	padding: 10px;
}
legend.contact{
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
p.contact-error{
	color:red;
	background-color:white;
	border:1px solid black;
	padding:10px;
	width:380px;
}
.kaptcha{
	margin-left: 100px;
}
.page-link{
	margin: 3px 20px 3px 5px;
}
.page-link a{
	text-decoration:none;
	color:#1C2B6E;
}
.page-link h4{
	float:left;
	margin-right:0;
	padding-right:0;
}
.page-link h5{
	float:left;
	color:#181842;
	font-size:1.1em;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:0;
}
.page-link h6{
	float:right;
	font-size:1.1em;
	font-weight:bold;
	padding-top:10px;
	margin-top:25px;
	margin-bottom:3px;
}
.page-link hr{
	clear:right;
	margin:0;
	padding:0;
	border: 0;
	background-color: #000000;
	height: 1px;
}
.page-link br{
	clear:both;
	height:1px;
}
.page-link p{
	clear:both;
}
.page-link img{
	width: 50px;
	height: 54px;
	display: block;
	position: relative;
	padding-left:10px;
	padding-bottom:10px;
	background-image:url(/_images/shadows.gif);
	background-repeat:no-repeat;
}

.page-link img.nostyle{
  width: auto;
  height: auto;
  padding: 0 5px 5px 0px;
  background-image: none;
  float: left;
}
#searchbar {
display:none;
}
#printlogo {
display:none;
}
legend {
	color:#ffffff;
}
#searchform
	{
	width:auto;
	margin-top:5px;
	/*margin-right:50px;*/
}
#search{
text-align:right;
	float:right;
	margin-right:0px;
}
#masthead:before {
content: "Special!"
background-image:url(../_images/print_logo.gif);
}
/* END CLASSES */
