/**
* Structure for Applied Learning
*
* @site: http://www.appliedlearning.com
* @author: Dave Widmer
*/

/* Import the Style Template */
@import url('original_blue.css');

/* XHTML Tags */
body{
	margin:0;
	padding:0;
	text-align:center;
}

h1{
	margin-top: 0px;
	line-height: 36px;
}

h2{
	line-height: 30px;
}

a img {
	border: 0px;
}

p{
	margin: 0 0 1em 0; 
}

li{
	margin-bottom: 1em;
}

hr{
	border:0px;
	height:1px;
	clear:both;
	padding:0px;
	margin:2em 0px;
}

ol ul{
	margin-top: 1em;
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

/* IDs */
#container{
	width:780px;
	margin: 0 auto;
	text-align:left;
}

/* Header */
#header{ 
	height: 70px;
}

#logo{
	padding: 5px 0px 8px 0px;
}

#search{
	padding: 10px 0px 8px 0px;
	float: right;
	text-align: right;
	line-height: 50px;
}

#search p{
	margin-bottom: .5em;
}

/* Navigation */
#dropdown{
	clear:both;
}

#dropdown, #dropdown ul, #dropdown li{
	margin: 0px;
	padding: 0px;
}

#dropdown li{
	text-align:center;
	float: left;
	position:relative;
}

#dropdown li a{
	line-height: 28px;
}

#dropdown li li{
	float: none;
	text-align:left;
}

#dropdown li li a{
	display: block;
	line-height: 24px;
	white-space: nowrap;
	padding-left: 10px;
	
}

#dropdown li ul{
	display:none;
	position:absolute;
	top: 28px;
	left: -1px;
}

#dropdown li:hover ul{
	display:block;
}

.dd_kmaps{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 156px;
}

.dd_kmaps ul{
 width: 156px;
}

.dd_solutions{
	border-right: 1px solid #DDDDDD;
	width: 180px;
}

.dd_solutions ul{
 width: 180px;
}

.dd_volts{
	border-right: 1px solid #DDDDDD;
	width: 166px;
}

.dd_volts ul{
 width: 166px;
}

.dd_about{
	border-right: 1px solid #DDDDDD;
	width: 136px;
	padding: 0;
	margin: 0;
}

.dd_about ul{
 width: 136px;
}

.dd_contact{
	border-right: 1px solid #DDDDDD;
	width: 136px;
}
.dd_contact ul{
 width: 136px;
}


/* Content */
#content{
	margin-bottom:2px;
	clear:both;
	padding-top: 10px;
}

#index_kmaps{
	float:left;
	width: 380px;
}

#index_volts{
	margin-left: 400px;
}


/* Footer stuff */
#footer{	
	padding-top: 8px;
	line-height:14px;
	clear:both;
}

#privacy{
	float:right;
	text-align:right;
}

/* Classes */
.pad10{
	padding: 10px;
}

.image_float{
	float:right;
	margin: 0px 0px 20px 20px;
}

.image_float_left{
	float:left;
	margin: 0px 20px 20px 0px;
}

.grey_box{
	background-image: url(images/grey_box_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin: 2em 0;
}

.grey_box_right{
	float:right;
	margin: 0px 0px 20px 20px;
	background-image: url(images/grey_box_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

.error{
	background-color:#FFDFDF;
	color: #CC0000;
	text-align:center;
	padding: 5px;
	margin-bottom:12px;
}

.pdf_dl{
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 25px;
}

.pdf_dl_client{
	margin-bottom: 10px;
	padding-left: 30px;
	line-height: 25px;
}

/* Content page ids */
#right_column{
	float:right;
	width: 220px;
	margin: 0px 0px 20px 20px;
	clear:both;
}

#related_links h1, #related_keywords h1{
	line-height: 30px;
	margin-left: .5em;
	margin-bottom: 0;
}

#related_links ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

#related_links li{
	margin: 0;
}

#related_links a{
	padding-left: 15px;
	line-height: 24px;
	display:block;
}

#related_links li:hover a{
	color: #FFFFFF;
	background-image: url(images/related_links_hover.jpg);
	background-color:#0050A0;
	background-repeat: no-repeat;
}

#related_links li.current{
	padding-left: 15px;
	line-height: 24px;
	background-image: url(images/related_links_current.gif);
	background-repeat: no-repeat;
}

#related_keywords ul{
	padding-left: 2em;
}

#breadcrumbs{
	clear:both;
	padding: 5px 0px 5px 10px;
}


/* Client Labs */
.logout{
	float:right;
	line-height:36px;
}
.logout a{
	text-decoration:none;
}