/* CSS Document for Quest Software Tow Network Site */
body {
	background: #D6ECF0;
	margin: 0;
}
p {
	color: #0F586D;
}
h1
{
   text-decoration:none;
   font-weight:bold;
   font-family:Verdana;
   font-size:15px;
   color:#038725;
   margin-left: 25px;
}

#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}

#bg {
	background-color: white;
	position: absolute;
	width: 1000px;
}
#navigation img { border: none;cursor: pointer;}
#logo {
	width: 191px;
	height: 76px;
	background: url(img/qtn-logo.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	
}
#header{
	width: 763px;
	height: 186px;
	background: url(img/TN_header.jpg) no-repeat;
}
#header2 {
	background: url("header2.png") no-repeat;
	width: 763px;
	height: 42px;
	left: -20px;
	position: relative;
	top: -20px;
}
#nav{
	position: relative;
	float: left;
	width: 236px;
	background: url(img/gradient.png) repeat-y;
	font-size: 0px;
	font-family: helvetica, arial, sans-serif;
	color: white;

}
form { padding-left: 50px;}
#nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover{
	text-decoration: underline;
}
#nav p {
	color: white;
	padding: 0;
	margin: 0;
	
}
#navigation {
	position:relative; 
	padding-bottom: 60px;
	color: white;
	margin-top: 10px;
	margin-bottom: 150px;

}
#tmenu1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tmenu1 li {
	padding-bottom: 5px;
}
#tmenu1 li a {
	color: #8AE0C9;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
#navigation a { color: white; }

#bottom {
	bottom: 0px;
	text-align: right;
	position: absolute;

}

#content{
	width: 763px;
	position: absolute;
	left: 236px;
	background: #fff;
}

span#phonenumber { font-size: 18px; color: white; }

.thick_hr{
	width: 196px;
	height: 3px;
	text-align: left;
	background: url(img/hr2.png) no-repeat;
}
.slim_hr{
	width: 213px;
	height: 1px;
	background: url(img/hr.png) no-repeat right;
	margin-bottom: 5px;
	position: relative;
	left: 10px;
}

#bodytext, #body_text{
	padding: 20px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	color: #0f586d;
}
#bodytext h1, #body_text h1{
	font-size: 16px;
	padding: 5px 0 10px 0;
	margin: 0;
	color: #038725;
	
}
#bodytext h2, #body_text h2{
	font-size: 14px;
	margin: 0;
	color: #0f586d;
	
}
#top {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 10px 10px 25px;
}
img { border: 0;}