@charset "utf-8";
form{
	width:350px;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#006699;
}
body {
	background-image: url(siteimages/bgBody.jpg);
	padding-top:15px;
}
#header {
	width:778px;
	padding-top:56px;
	background-image: url(siteimages/bgHeader.gif);
	background-repeat: no-repeat;
	overflow:hidden;
}
h3{
	color:#f37f67;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	font-size:20px;
	line-height:16px;
	margin-top:10px;
	margin-bottom:10px;
}
#wrapper{
	width:778px;
	margin: 0 auto;
	background-image:url(siteimages/bgMain.gif);
	background-position:0 80px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#navigation {
	font-weight: bold;
/*	margin-bottom:15px;*/
	text-align:right;
	overflow:hidden;
}
#navigation ul{
	margin:0 0 0px 0;
	padding:0 0 0 375px;
}
#navigation li{
	padding:0 10px 10px 10px;
	float:left;
	/*width:100px;*/
	list-style-type:none;
}
#navigation li a{

	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
#navigation li  a:visited{
	color:#FFFFFF;
}

#navigation li a:hover{
	color:#006699;
	text-decoration:underline;
}
#content{
	overflow:hiddenl;
}
#contentmain{
	float:right;
	width:500px;
}


#welcomenote {
	padding-left: 28px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#middlenote{
	padding:0 15px 10px 28px;
	border-top:#74a611 solid 2px;
}
#bottomnote{
	padding:15px 15px 10px 28px;
	border-top:#74a611 solid 2px;
}
#welcomenote h2, #middlenote h2,#bottomnote h2 {
	color:#f37f67;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	font-size:28px;
	line-height:16px;
	margin-top:10px;
	margin-bottom:10px;
}
#middlenote h3,#bottomnote h3{
	color:#f37f67;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-weight:bold;
	font-size:20px;
	line-height:16px;
	margin-top:10px;
	margin-bottom:10px;
}
#welcomenote p, #middlenote p, #bottomnote p{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#006699;
}
#welcomenote a, #middlenote a, #bottomnotea{
	font-weight:bold;
	text-decoration:underline;
}
#sampleworks{
	/*float:right;*/
	width:450px;
	height:150px;
}

#contentbottom {
	padding-left: 28px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#contentbottom p{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#006699;
	margin:2px;
}
ul{
font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#006699;
}
#footer {
	clear:both;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding:10px 0 10px 0;
	background:#74a611;
}
#footer a, a:visited{
	color:#006699;
	text-decoration:none
}
#footer a:hover{
	color:#FFFFFF;
}.here{
	color:#006699;
	text-decoration:underline;
}