body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;	
}

/*.safari body {
	font-size: 100%;	
}*/

/* .chrome body {
	font-size: 100%;	
} */

#container {
	width: 960px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#content {	
	padding: 0;
	padding-bottom: 20px;	
	margin-top: 24px;
	}

#left {	
	float:left;	
	width: 286px;		
	height: 280px;	
	position: relative;
	top: -86px;
	z-index: 99;	
}

.ie #left {
	top: -60px;	
}

#left_page {	
	float:left;	
	width: 286px;		
	height: 280px;	
	position: relative;
	z-index: 99;
}



#right {
	float:right;
	width:653px;
	min-height: 500px;		
}

#header {		
	height: 136px;
	background-image: url(images/header.jpg);
}

#footer {	
	text-align:center;
	height: 34px;
	border-top: 12px solid #58595a;
}

/*MB*/

a {
	color: #3d3276;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img {
	border: none;
}

#menu {
	height: 33px;
	background-image: url(images/menu_bckg.jpg);
	margin-bottom: 10px;
	position: relative;
}

#headlink {
	position: relative;
	width: 184px;
	height: 50px;	
	left: 755px;
	top: 48px;
}

#splash_montage {
	position: relative;	
	margin-bottom: 20px;
}

#home_welcome {
	margin-bottom: 20px;
}

#right p {	
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.para_intro {
	font-size: 120%;
	font-weight: bold;
}

.home_promo {
	font-size: 120%;
	line-height: 120%;
	border-bottom: 1px solid  #000;	
	margin-bottom: 20px;
	position: relative;
	/*top changed from -10px when Nashutec logo is hidden */
	top: 57px;
	padding-bottom: 25px;
}

.ie .home_promo {	
	padding-bottom: 20px;	
}

.opera .home_promo {	
	padding-top: 6px;	
}
		

.home_promo p {
	margin: 0;
	padding: 0;	
	margin-top: 13px;
}


.home_promo a {
	color: #e00018;
}


.dbs {
	font-weight: bold;
	/*color: #3d3276;*/
}

.nashuatec {
	font-weight: bold;	
}

#widgets {
	/*background-image: url(images/widget_cutaway.jpg);*/
	position: relative;		
}

#widgets_home {	
	position: relative;	
	top: 59px;
}

.ie #widgets {

}

.widget {
	/*background-image: url(images/widget_bckg.jpg);*/
	background-repeat: no-repeat;
	position: relative;
	width: 205px;
	height: 32px;
	margin-bottom: 20px;
	border-bottom: 1px solid  #000;
}

.widget_big {	
	position: relative;
	width: 205px;
	height: 54px;
	margin-bottom: 28px;	
	background-image: url(images/widget_big_bckg.jpg);
	background-repeat: repeat-x;
}

.widget a {
	position: relative;
	top: 10px;
}

#footer_left {
	width: 306px;	
	height: 24px;
	float: left;
	text-align: left;
}

#footer_left img {
	position: relative;
	top: 11px;
	}

#footer_right {
	width: 654px;	
	height: 24px;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	color: #444444;
}

.ie #footer_right {
	padding-top: 11px;	
}

.menuitem {	
	float: left;
	/*Font size prevents link from moving when text is zoomed in FF*/	
	font-size: 0px;	
}

.menuitem a {	
	/*Keeps links in line for non-IE*/	
	float: left;
	background-position: top;
}

#menu1 a {		
	background-image: url(images/menu1_off.png);
	background-repeat: no-repeat;
}

#menu1 a:hover {	
	background-image: url(images/menu1_on.png);
	background-repeat: no-repeat;
}

#menu2 a {		
	background-image: url(images/menu2_off.png);
	background-repeat: no-repeat;
}

#menu2 a:hover {	
	background-image: url(images/menu2_on.png);
	background-repeat: no-repeat;	
}

#menu3 a {		
	background-image: url(images/menu3_off.png);
	background-repeat: no-repeat;	
}

#menu3 a:hover {	
	background-image: url(images/menu3_on.png);
	background-repeat: no-repeat;	
}

#menu4 a {		
	background-image: url(images/menu4_off.png);
	background-repeat: no-repeat;	
}

#menu4 a:hover {	
	background-image: url(images/menu4_on.png);
	background-repeat: no-repeat;	
}

#menu5 a {		
	background-image: url(images/menu5_off.png);
	background-repeat: no-repeat;	
}

#menu5 a:hover {	
	background-image: url(images/menu5_on.png);
	background-repeat: no-repeat;	
}


#menu6 a {		
	background-image: url(images/menu6_off.png);
	background-repeat: no-repeat;
}

#menu6 a:hover {	
	background-image: url(images/menu6_on.png);
	background-repeat: no-repeat;	
}

/* Content Styling */

hr {
	color: #444444;
	background-color: #444444;
	height: 1px;
	margin-bottom: 12px;
}

.ie8 form {
	margin-top: 32px;
}

#right form {
	position: relative;
	}
	
.ie #right form {
		top: -24px;	
}

#right form .tb {
	border: 1px solid #AAAAAA;
}

#right form textarea {
	height: 100px;
	width: 260px;
}

#right form td {
	font-size: 90%;
	font-weight: bold;
}

#right form select {
	width: 265px;
}

#right p {
	font-size: 90%;	
}

#right h1 {	
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 12px;
}

#right ul {
	margin-top: 0px;
	margin-bottom: 12px;
}

table li {
	position: relative;
	margin-left: -24px;
}

#table_contact {
	font-size: 90%
}
