/*
 Written by: mdholt.inc
 Last Updated: 2007
 This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License - http://creativecommons.org/licenses/by-nc-nd/3.0/us/
*/

img.png {
	behavior: url(css/iepngfix.htc);	

}

br.clear {
	clear: both;
	display: block;
	width: 100%;
}

body {
	background: #ecebd9 url(../images/body_bg.jpg) top repeat-y;
	text-align: center;
	color: #ffffff;
	text-align: center;
}

div.container {
	width: 900px;
	text-align: left;
	margin: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	overflow: visible;
	word-break: inherit;
}

div#header {
	background: #f1f0e0 url(../images/header/short_bg.gif) no-repeat;
	padding-bottom: 10px;
	height: 237px;
}



div#header h1.logo {
	width: 348px;
	height: 154px;
	position: relative;
	top: 0px;
	left: 45px;
	background: #ecebd9 url(../images/logo/main.gif) no-repeat;	


}

div#header p.sub_highlight_text {


}

div#content {
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	padding-bottom: 10px;
	margin-top: 0px;
	background: url(../images/content_bg.gif) right no-repeat;
}




div#left {
	float: left;
	padding: 20px 35px 50px 50px;
	font-size: 12px;
	width: 380px;


}


div#left_big {
	float: left;
	padding: 20px 35px 50px 50px;
	font-size: 12px;
	width: 500px;
	


}


div#content div#right {
	float: left;
	width: 415px;
	padding: 20px 8px 50px 8px;


}

div#content div#right_small {
	width: 250px;
	padding: 20px 8px 50px 8px;
	margin-left: 585px;
}

div#page_head {
	background: #e2e2e2;
	width: 800px;
}

div#page_head img {
	margin: 0;
	padding: 0;	
	padding: 3px;

	border: 1px solid #b0b0b0;

	margin-bottom: -4px;
}

div#page_head h1 {
	margin-top: 0;
	padding: 22px;
	font-size: 2em;
	line-height: 0.76em;
	font-weight: bold;
	background: none;
}



div#main_content {
	width: 500px;
	padding-right: 20px;
	margin-left: 255px;
}


div#footer {
	background: #ecebd9;
	width: 900px;
	text-align: left;
	margin: auto;
}

div#footer div.footer_container {
	width: 880px;
	text-align: right;
	height: 56px;
	padding: 20px 20px 0px 0px;
	background: #f1f0e0 url(../images/footer/bg.gif) top no-repeat;
}

p.mdholt_tag {
	padding-top: 10px;

}

div#message_box {
	padding: 0px 55px 20px 55px;
	background: #f1f0e0 url(../images/message.jpg) top no-repeat;

	height: 182px;
}

/*LOG*/
div#log {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 3000;
	width: 130px;
	height: 40px;
	background: url(../admin/images/icons/logout.png) no-repeat;
	font-size: 10px;
	color: white;
	behavior: url(css/iepngfix.htc);	
}

div#log span#user {
	width: 72px;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	left: 8px;
	top: 7px;


}


div#log a:visited {
	color: white;
	text-decoration: none;
}

div#log a:active {
	color: white;
	text-decoration: none;
}

div#log a:link {
	color: white;
	text-decoration: none;
}

div#log span#logout {
	position: relative;
	left: 42px;
	top: 20px;


}


ul.services {
	margin: 0;
	padding: 0;
	list-style: none;


}

ul.services li {
	padding: 5px 0px 5px 0px;
	text-align: left;
	margin: 0;
	padding: 0;

	border-bottom: 1px solid #cbca9e;

}

ul.services li h4 {

	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0;

}

ul.services li p {
	margin: 0;
	padding: 0;
	margin-left: 85px;
	width: 200px;
}

ul.services li img {
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 10px;
}

