@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	height: 143px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#topnav {
	width:590px;
	height:42px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	padding-top: 5px;
	margin-left: 180px;
}
/* hack to correct IE5.5 faulty box model */
* html #topnav {width:580px; w\idth:580px;}
/* remove all the bullets, borders and padding from the default list styling */
#topnav ul {padding:0;margin:0;list-style-type:none;}
#topnav ul ul {width:180px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topnav li {float:left;position:relative;}
/* style the links for the top level */
#topnav a, #topnav a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#666;
	height:36px;
	text-indent: 2px;
	padding-top: 10px;
	line-height:29px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
/* * html #topnav a, * html #topnav a:visited {width:82px; w\idth:80px;} */
#topnav ul li#red a { width: 84px;}
#topnav ul li#orange a { width: 82px;}
#topnav ul li#yellow a { width: 85px;}
#topnav ul li#green a { width: 83px;}
#topnav ul li#blue a { width: 84px;}
#topnav ul li#purple a {width: 83px;}
#topnav ul li#violet a { width: 82px;}

#topnav ul li:hover {width:auto;}

#topnav ul li#red a:hover, #topnav ul li#red a#samepage { background-image: url(../images/red-over.jpg);background-repeat: no-repeat; width:84px;}
#topnav ul li#orange a:hover, #topnav ul li#orange a#samepage { background-image: url(../images/orange-over.jpg); background-repeat: no-repeat;width: 82px;}
#topnav ul li#yellow a:hover, #topnav ul li#yellow a#samepage { background-image: url(../images/yellow-over.jpg); background-repeat: no-repeat;width: 85px;}
#topnav ul li#green a:hover, #topnav ul li#green a#samepage { background-image: url(../images/green-over.jpg); background-repeat: no-repeat;width: 83px;}
#topnav ul li#blue a:hover, #topnav ul li#blue a#samepage { background-image: url(../images/blue-over.jpg); background-repeat: no-repeat;width: 84px;}
#topnav ul li#purple a:hover, #topnav ul li#purple a#samepage { background-image: url(../images/purple-over.jpg); background-repeat: no-repeat;width: 83px;}
#topnav ul li#violet a:hover, #topnav ul li#violet a#samepage { background-image: url(../images/violet-over.jpg); background-repeat: no-repeat;width: 82px;}

/* style the second level background */
#topnav ul li#orange ul a.drop, #topnav ul li#orange ul a.drop:visited {background-color:#F90; }
#topnav ul li#green ul  a.drop, #topnav ul li#green ul a.drop:visited {background-color: #093; }
/* style the second level hover */
#topnav ul ul a.drop:hover{background:#c9ba65; background-image:none;}
#topnav ul ul :hover > a.drop {background:#c9ba65; background-image:none; 130px center;} 

/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {visibility:hidden;position:absolute;height:0;top:45px;left:0; width:128px;}
/* another hack for IE5.5 */
* html #topnav ul ul {top:44px;t\op:45px;}




/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#topnav ul li#orange ul a, #topnav ul li#orange ul a:visited {background:#ffba44; color:#000; height:auto; line-height:1em; padding:5px 10px; width:158px;border-width:0 1px 1px 1px; text-indent: 0;}
#topnav ul li#green ul a, #topnav ul li#green ul a:visited {background:#34f28c; color:#000; height:auto; line-height:1em; padding:5px 10px; width:158px;border-width:0 1px 1px 1px;text-indent: 0}
#topnav ul li#orange ul a:hover {background:#F60; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:158px;border-width:0 1px 1px 1px;}
#topnav ul li#green ul a:hover {background:#096; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:158px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #topnav ul ul a, * html #topnav ul ul a:visited {width:160px;w\idth:158px;}

/* style the top level hover */
#topnav a:hover, #topnav ul ul a:hover{color:#000; background:#b7d186;}
#topnav li#green:hover > a, #topnav ul ul :hover > a {color:#000; background-image:url(../images/green-over.jpg);}
#topnav li#orange:hover > a, #topnav ul ul :hover > a {color:#000; background-image:url(../images/orange-over.jpg);}
#topnav li#green :hover > a, #topnav ul ul :hover > a {color:#000; background-image:url(../images/green-over.jpg);}

/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul,
#topnav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#topnav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#topnav ul :hover ul :hover ul{ visibility:visible;}
h1 {
	font-size: 28px;
	color: #BB2320;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h2 {
	font-size: 17px;
	color: #B17424;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
p {
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#content ul li {
	font-size: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #303030;
}
.column {
	float: left;
	width: 350px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 5px;
	border: 1px solid #666;
}
table#colors {
	font-size: 12px;
	color: #333;
	text-align: center;
}
#colors td {
	width: 91px;
}
.colors td {
	height: 40px;
}
h3 {
	font-size: 14px;
	color: #939;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
div#homeblocks {
	float: right;
	width: 480px;
}
img#homepic {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#holder #header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding-top: 48px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}
div.block {
	float: left;
	height: 140px;
	width: 235px;
	margin-right: 4px;
	margin-bottom: 8px;
	background-image: url(../images/homebox.jpg);
}
#homeblocks .block h3 {
	margin-top: 4px;
	text-align: center;
	font-size: 13px;
}
h2 span {
	font-size: 20px;
	font-style: italic;
}
#homeblocks .block ul {
	margin: 0px;
	margin-right: 3px;
	padding: 0;
	width: 113px;
	float: left;
}
#homeblocks .block li {
	margin-bottom: 0px;
	padding-left: 13px;
	font-size: 10px;
	list-style-type: none;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#homeblocks div#red a{
	color: #BB2320;
	text-decoration: none;
}
#homeblocks div#red li{
	background-image: url(../images/red-dot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#homeblocks div#orange a{
	color: #B0550C;
	text-decoration: none;
}
#homeblocks div#orange li{
	background-image: url(../images/orange-dot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#homeblocks div#blue a{
	color: #0D0091;
	text-decoration: none;
}
#homeblocks div#blue li{
	background-image: url(../images/blue-dot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#homeblocks div#green a{
	color: #063;
	text-decoration: none;
}
#homeblocks div#green li{
	background-image: url(../images/green-dot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#homeblocks div#green ul{
	width: 220px;
	float: none;
}
#homeblocks div#red h3 a:hover, #homeblocks div#orange a:hover, #homeblocks div#blue a:hover, #homeblocks div#green a:hover, {
	text-decoration: underline;
}
div#footer {
	clear: both;
	width: 100%;
	margin-top: 40px;
	height: 60px;
	background-color: #B7C1C4;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
}
#footer #address {
	padding: 15px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333;
}
#footer #address a {
	color: #FFF;
}
#footer #address a:hover {
	color: #F00;
}

#gallery img {
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 130px;
	border: 2px solid #333;
}
#gallery a:hover img {
	border-top-color: #39F;
	border-right-color: #39F;
	border-bottom-color: #39F;
	border-left-color: #39F;
}
div.clear {
	clear: both;
	line-height: 1px;
}
div#rightpics {
	float: right;
	width: 250px;
	margin-left: 10px;
}
#rightpics img {
	margin-bottom: 10px;
	border: 1px solid #5E5490;
}
