/*  *** Layout ***
	*** for TechXpress ***
*/
body {
	background-image:  url("images/dwf_body_background.gif");
	background-repeat: repeat;	
}

/* *** Headers *** */
h1 {
	color: #545454;
	font-size:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #545454;
	margin-right: 10px;
}
h2 {
	color: #1E75C6;
}
h3 {
	color: #1E75C6;
}
h4 {
	color: #1E75C6;
}

/* *** Main Links (see individual sections below for more link control) *** */
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #999;	
	text-decoration: none;
}

/* *** Container is a parent div used for centering the page *** */
#container {	
	margin-left: auto;
	margin-right: auto;
	width: 757px;	
}

/* *** This helps IE play nice *** */
#upr_navbar, #header, #navbar, #navbar_lwr_hr, #main, #footer, #tagline{
	margin: 0px;
}

/* *** SECTIONS *** */
#header {
	height: 156px;
}
#navbar {
	height: 28px;
}
#navbar, #navbar a:link, #navbar a:visited {
	color: #FFF;
	
	font-weight: bold;
}
#navbar, #navbar a:hover {
	color: #C7C7C7;	
	font-weight: bold;
	text-decoration: none;
}
#navbar_lwr_hr {
	height: 44px;
}
#main{
	background-color: #FAFAFA;		
}
#main ul{
	color: #BCBCBC;
	line-height: 18px;
	font-size: 13px;
	padding-top: 10px;
	list-style-type: none;
}
#main a:link, #main a:visited {
	color: #707070;
	font-size: 13px;
}
#main a:hover {
	color: #1E75C6;
	font-size: 13px;
	text-decoration: none;
}
#main_lwr_hr{
	background-image: url(images/lf_main_lwr_hr_bkgrnd.gif);
	background-repeat: no-repeat;
	height: 29px;	
}
#footer{
	color: #F9F9F9;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.075em;
}
#footer a:link, #footer a:visited {
	color: #F9F9F9;
}
#footer a:hover {
	color: #C7C7C7;
}

#tagline{	
	color: #C7C7C7;
}

/* *** Classes *** */
.no_padding{
	margin: 0px;
	padding: 0px;
	width: 100px;
}
.left_padding {
	padding-left: 10px;
}
.bold_text {
	font-weight: bold;
}
.submit_btn {
	margin-right: 20px;
}
