 body { font-family: Arial, Helvetica, sans-serif;
	background:url(assets/images/background.jpg) repeat-x #666634;}

p { font-size: 12px;
	line-height: 16px;}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6F4458;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #663333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #999966;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #99667D;
}

a:hover {
	color: #666633;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}.padding {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bodybg {
	background-image: url(assets/images/body.jpg);
	background-repeat: no-repeat;
}
.sidebarbg {
	background-image: url(assets/images/sidebar.jpg);
	background-repeat: no-repeat;
}
.addressbg {
	background-image: url(assets/images/address.jpg);
	background-repeat: no-repeat;
}
.stretch {
	background-image: url(assets/images/stretch.jpg);
	background-repeat: repeat-y;
	border: 1px solid #FFFFFF;

}
.navbg {
	background-image: url(assets/images/navigation.jpg);
	background-repeat: no-repeat;
}
.white {
	color: #FFFFFF;
}
.white:hover {
	color: #DBDBB7;
}

/*Form style*/
input,textarea,select {width:200px}
input.btn {font-weight:bold;width:auto}


td.sections {background-color:#fff; width:160px; font-size:11px; padding:0; border:0;} 
td.sections a {display:block;color:#000;font-size:12px;font-weight:normal;text-decoration:none;margin:0;padding:0;padding:6px;margin-bottom:2px;}
td.sections a:hover {background:#976475 url(http://www.tntsecureforms.com/images/go.gif) top right no-repeat;color:#000;}
td.sections a.selected {background:#fff url(http://www.tntsecureforms.com/images/go.gif) top right no-repeat;}

div.error {margin-bottom:20px;font-weight:bold;color:red}
span.req {color:red;font-weight:bold}
fieldset table strong { font-weight:normal; font-size:11px;}

fieldset legend {font-size:16px;font-weight:bold}
/*End Form style*/

/* drop down menus */

#nav_container {
	width:750px;
	position:relative;
	z-index:5;
	top:137px;


				*top:139px;  /*IE positioning*/
				}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background:#0000CC;
}

#nav a {
	display: block;
	width: 100px;
	*width: 93px; 
	color:#FFFFFF;
	text-align:center;
}

#nav a:hover {
	color:#DCD9B6;
	text-decoration:none;
}

#nav li { /* all list items */
	float: left;
	width: 92px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#A47585;
	border:#666634 1px solid;
	width: 92px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.fbold{
	font-weight: bold;
	}

#content {
	clear: left;
	color: #ccc;
}

/* end menus */


#toplinks {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#toplinks a {
	text-decoration: none;
}
#toplinks a:hover {
	color: #99667D;
}


