/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
Website: http://www.smt-assy.com
*/

/* =Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, img, p  {
	margin:0;
	padding:0;
	}

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-color:#ffffff;
}
p {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #444444;
	padding: 3px 10px;
	margin: 0px;
}
a {
	color: #4e973e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
border:none;
}

h1 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #4e973e;
		padding: 5px 10px;
	margin: 0px;

}
h2 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px; 
	color: #333333;
		padding: 5px 10px;
	margin: 0px;

}
h3 {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666466;
		padding: 5px 10px;
	margin: 0px;

}

ul {
	list-style-image:url(images/icon-arrow.jpg);
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #666466;
	padding: 5px 10px;
	margin-left:15px;

}
hr {
	width: 100%;
	margin: 10px auto;
	color:#c3d7d8;
	
}

/* =Layout
------------------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
    width:780px;
	padding:0px;
	background-color: #c3d7d8;
}
#top {
    width:780px;
	height:25px;
	margin: 0px auto;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
#logo {
    width:780px;
	height:65px;
	margin: 0px auto;
	background-color: #ffffff;


}
#nav {
    width:780px;
	height:32px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#nav p{
    font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#nav a{
    font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
}
#nav a:hover{
	color: #4e973e;
}

#banner {
    width:780px;
	height:214px;
}
#banner2 {
    width:780px;
	height:128px;
}
#split {
	width:780px;
	height:6px;
	background-image:url(images/split.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	padding:0px;
}
#split2 {
	width:780px;
	height:6px;
	background-color:#35652a;
	margin:0px;
	padding:0px;
}
#sidemenu {
	width:165px;
	float:left;
	background-image:url(images/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	min-height: 350px;

}
#sidemenu ul {
	list-style-image:none;
}

#maincontent {
	width:615px;
	float:right;
	background-color: #ffffff;
	min-height: 350px;

	}
#content2 {
	width:780px;
	min-height:350px;
	background-color: #c3d7d8;
 
}

#content {
	width:780px;
	height:250px;
		background-color: #ffffff;

}
#header1 {
	width:193px;
	height:25px;
	background-color:#e36920;
}
#header1 h1, #header2 h1, #header3 h1 {
	color:#FFFFFF;
	font-weight:lighter;
}

#header2 {
	width:192px;
	height:25px;
	background-color:#5d8688;
	margin: 0px auto;
}

#header3 {
	width:389px;
	height:25px;
	background-color:#999999;
	margin-left:1px;}

#news {
	width:194px;
	height:250px;
	float:left;
	border-right:#cccccc solid 1px;
}
#services {
	width:194px;
	height:250px;
	float:left;
		border-right:#cccccc solid 1px;

}
#main {
	width:390px;
	height:250px;
	float:right;
}

#footer {
    width:780px;
	height:65px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:left;
	clear:both;

}
#footer a {
	color:#FFFFFF;
	text-decoration:none;

}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	color:#FFFFFF;
}