@charset "UTF-8";
body {
	background: #E8E7E5;
	font: small "Trebuchet MS", Arial, Verdana;
	color: #666666;
	margin: 0px;
}
#container_top {
	background: url(images/container_top.gif);
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 30px;
}
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/container_background.gif);
	padding: 0px 50px 50px;
}
#container_bottom {
	background: url(images/container_bottom.gif);
	height: 30px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#container #header a:link {
	text-decoration: none;
	color: #666666;
}
#container #header a:visited {
	color: #666666;
	text-decoration: none;
}
#container #header a:hover {
	color: #CC9A00;
	text-decoration: none;
}
#flash {
	height: 300px;
}
#content {
	margin-top: 30px;
}
#content_right {
	float: right;
	width: 300px;
	border-left: 1px dashed #666666;
	padding-left: 40px;
	margin-top: 30px;
}
h1 {
	font-size: large;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-size: medium;
	margin: 0px;
	font-weight: bold;
	color: #cc9900;
}
h3 {
	font-size: medium;
	margin: 0px;
	font-weight: normal;
}
h4 {
	font-size: small;
	margin: 0px;
	font-weight: bold;
}
h5 {
	font-size: small;
	margin: 0px;
	font-weight: bold;
	color: #cc9900;
}
p {
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 880px;
	font-size: x-small;
	margin: 10px auto 20px;
}
#web_design {
	float: right;
}
/**************** menu coding *****************/
#menu {
	text-align: right;
	background: url(images/logo.gif) no-repeat;
	height: 20px;
	padding-top: 65px;
	padding-left: 330px;
	padding-bottom: 20px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
}

#menu a:hover {
	color: #CC9A00;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	background-color: #F7F7F7;
	width: 200px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 180px;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/**************** end menu coding *****************/
a:link {
	color: #CC9900;
}
a:visited {
	color: #cc9900;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#content li {
	list-style: none;
	background: url(images/bullet.png) no-repeat 0 0;
	padding-left: 25px;
	margin-top: 3px;
	margin-left: 0px;
}