@charset "utf-8";
/* CSS Document */

body {
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
	min-width: 819px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

#wrapper {
	width:819px;
	text-align:left;
	background-image: url(assets/images/hp-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#nav {float: left; width: 123px; padding-top:100px; margin-left:25px;}


#content {
	float:left;
	width:667px;
	padding-bottom:60px;
	margin-left:1px;
	margin-top:55px;
}

#contentleft {width:422px; float:left;}
#contentright {float:left; margin-left:19px; margin-top:-15px;}
#text {
	padding-left:20px;
	margin-top:10px;
}

#pic {width:167px; float:right; margin-right:40px; margin-top:100px;}

a.mainnav:link {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #ebe81b;
	margin-bottom: 24px;
	padding-left: 4px;
	line-height:4px;
}

a.mainnav:visited {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #ebe81b;
	margin-bottom: 24px;
	padding-left: 4px;
	line-height:4px;
}

a.mainnav:hover {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #F69816;
	margin-bottom: 24px;
	padding-left: 4px;
	line-height:4px;
}

a.mainnavtwo:link {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #ebe81b;
	margin-bottom: 40px;
	padding-left: 4px;
	height:4px;
	line-height:10px;
}

a.mainnavtwo:visited {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #ebe81b;
	margin-bottom: 40px;
	padding-left: 4px;
	height:4px;
	line-height:10px;
}

a.mainnavtwo:hover {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px;
	border-left-width: 24px;
	border-left-style: solid;
	border-left-color: #F69816;
	margin-bottom: 40px;
	padding-left: 4px;
	height:4px;
	line-height:10px;
}

p {width:390px; color: #4A4A4A; font-size:12px;}
h1 {width:390px; color: #4985C4; font-size:12px;}
h2 {width:390px; color: #F69816; font-size:12px;}
li {
	color: #4A4A4A;
	font-size:12px;
	line-height: 16px;
	width:350px;
	list-style-image: url(assets/images/bullet.jpg);
}
hr {color:#999999; width:360px; height:1px;}
.blue {color: #4985C4;	font-weight: bold;}
a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#0000FF; text-decoration:underline;}
a:hover {color:#0000FF; text-decoration:none;}
