/* Mount-Well Industries CSS Document */

/* Clear all margins/padding */
*{
	margin:0;
	padding:0;
}
body{
	font:70%/1.3 Verdana,Arial; 
	background:#fff;
}

/************** LAYOUT ***********/
#container{
	width:53.5em; 
	margin:1em auto;
	background-color:#eaefd8;
	border:1px solid #c6ceab;
}
#header{
	background:#9CCCDB url("img/header_bgnew.jpg") top left repeat-x;
	height:91px;
}
#header h2{font-size:110%;}
#subheader{
	background:#C4E9E9 url("img/below_header_bg.jpg") top right repeat-y; 
	height:7px;
}

#content{
	margin-left:12em; 
	line-height:1.5; 
	padding-left:.8em;
	padding-bottom:1em;
	background:#fff;
	border-left:1px solid #bfc7a1;
}
#content p{
	color:#0C4B57;
}
#content ul{
	list-style:square; 
	list-style-position:inside;
}
#content ol{
	list-style-position:inside;
}

/************ NAVIGATION *********/
#navbar{
	float:left;
	width:12em;
}
ul#nav{
	font:90%/1.5 Arial, sans-serif; 
	list-style-type:none;
}
ul#nav li{
	list-style:none;
	background:#F4F9E4 url("img/nav_bg.jpg") bottom left repeat-x;
}
ul#nav li#urhere{
	border-left:6px solid #3A5C84; 
	padding:.6em; 
	background-color:#A9B190;
	color:#000;
}
ul#nav li a{
	border-left:6px solid #F4F9E4; 
	display:block; 
	padding:.6em;
	text-decoration:none;
}
ul#nav li a:hover{
	background-color:#8F9873; 
	color:#fff;
}

/************ END NAVIGATION **********/
.flash{
	float:left;
	display:inline;
	background-color:#C6E4EE; 
	margin-left:-.8em;
}
.logo{
	margin:.3em;
	margin-top:1.5em; 
	float:left;
}
.heading_margin{
	margin-top:37px;
}
h1#title{
	text-indent:-5000px;
}
#content h2{
	color:#0C3357; 
	margin:.3em 0;
}

/*********** FOOTER ***********/
#footer{
	background:#88b3c1; 
	font:80% Verdana;
	padding:1.3em; 
	text-align:right;
	text-transform:uppercase;
}

/****************************/
.swiss_logo{
	margin-top:3em;
}
.swiss_logo img{
	border:none;
}
.swiss_logo a:hover{
	border-bottom:1px solid #fff;
}
.swiss_logo a{
	padding:.3em;
}
.contact_info th, .contact_info td{
	vertical-align:top; 
	padding:.5em;
}