/*
 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/
*/

br.clear {
	clear: both;

}


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


}

body {
	margin-top: 0px;
	background: url(../images/body_bg.jpg) top repeat-x;
	text-align: center;
}

div.container {
	width: 850px;
	text-align: left;
	margin: auto;

}

div#header {
	height: 151px;
	background: url(../images/header/header_bg.gif) no-repeat;
}


div#header h1.logo {
	position: relative;
	top: -35px;
	left: 0px;
	width: 479px;
	height: 171px;
	background: url(../images/logo/main.png) no-repeat;	
	behavior: url(css/iepngfix.htc);	

}

div.phone {
	position: relative;
	left: 420px;
	top: -83px;
	margin-bottom: -40px;
	font-size: 16px;
	font-weight: 700;
	color: black;
	width: 350px;
}

* html body div.phone {
	position: relative;
	left: 380px;
	top: -116px;

}

div.phone img {
	margin-right: 10px;
	position: relative;
	top:12px;
	left: 0px;
}


div#content {
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	margin-bottom: 100px;
}


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

* html body div#page_head {
	margin-bottom: 30px;
	margin-top: -20px;

}

div#page_head img {
	margin: 0;
	padding: 0;	
	padding: 3px;
	background: white;
	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: url(../images/page_head/h1_bg.gif) top repeat-x;
}

* html body div#page_head h1 {
     margin-bottom: -40px;

}

div.right {
	margin-top: 20px;
	width: 400px;
	margin-left: 430px;

}

div.left {
	margin-top: 20px;
	width: 380px;
	float: left;
	text-align: right;

}


div#side_bar {
	float: left;
	width: 205px;
	height: 354px;
	padding: 12px;
	background: white url(../images/side_bar/bg.gif) no-repeat;
}

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


div#side_bar div#get_started {
	padding: 10px;
/*	padding-bottom:60px; */
	margin-bottom: 15px;
/*	background: url(../images/side_bar/break.png) bottom no-repeat; */
	behavior: url(css/iepngfix.htc);
}

div#get_started strong {
	font-weight: bold;
	font-size: 1.2em;

}

div#side_bar h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.4em;

}

div#side_bar h3 a {
	color: black;
}

div#side_bar p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2em;

}

div#side_bar div#get_started h3 {
	color: black;

}

div#side_bar div#get_started a.button {
	margin-left: 40px;
	margin-top: 10px;
}

div#side_bar div#get_started ul {
	list-style: none;
	text-align: left;
	padding-left: 12px;
}

div#side_bar div#get_started ul li {
	padding-bottom: 6px;

}

div#footer {
	background: white url(../images/footer/bg.jpg) top repeat-x;
	width:100%;
	padding-top: 41px;

}

div#footer div.container {
	text-align: right;
	height: 56px;
	background: url(../images/footer/sub_nav_bg.jpg) left no-repeat;
}

p.mdholt_tag {
	padding-top: 10px;

}

/*LOG*/
div#log {
	position: absolute;
	top: 20px;
	left: 30px;
	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;


}

