@charset "UTF-8";
/* CSS Document */

body { 
	margin:15px 40px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font: .85em Tahoma, Geneva, sans-serif;
	width:900px;
	color:#666;
}
img {
	border:0;
}
body h1 {
	font: 1.35em "Georgia, Times New Roman, Times, serif";
	border-top:1px dashed #ccc;
	color:#333;
	padding-top:8px;
	margin-bottom:2px;
	margin-top:15px;
}
body h2 {
	font: 1.1em "Georgia, Times New Roman, Times, serif";
	color:#333;
	padding-top:8px;
	margin-bottom:2px;
	margin-top:15px;
}
body p {
	text-align:left;
	margin:.7em 0 0 1em;
	line-height:20px;
}
a {
	color:#399;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#666;
	text-decoration:none;
}
/*ul {
	margin-top:15px;
	margin-bottom:15px;
	line-height:24px;
	font-size:16px;
	color:#666;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
*/

div#header {
	text-align:left;
	padding-bottom:10px;
}

div#nav {
	padding:10px;
	margin-bottom:12px;
	margin-left:10px;
	font-size:12px;
	text-align:center;
	color:#000;
	border:1px solid #CCC;
}
#nav a {
	text-decoration:none;
	color:#000;
}
#nav a:hover {
	text-decoration:underline;
	color:#666;
}

div#homeTopColumn1 {
	padding:0px 0px 0px 0px;
	width:246px;
	border:0px solid #CCC;
	margin-left:10px;
}

div#homeTopColumn1 img {
	float:right;
	padding:0px 0px 7px;
}

div#subColumn {
	text-align:left;
	margin-top:0px;
	font-size:.85em;
	padding:0px 10px 10px 10px;
}

div#subColumn p {
	margin: .1em 0 0 0;
	text-align:left;
	
}

div#homeColumn1 {
	width:600px;
	float:left;
	text-align:left;
	padding-right:10px;
	border-right:0px solid #ccc;
}
div#homeColumn1 li, div#homeColumn2 li {
	margin:0 0 10px 0;
	font-size:1.1em;
	color:#333;
	list-style-type:square;
	background-color:#fff;
}
div#homeColumn1 td {
	text-align:center;
	padding:3px;
}

div#homeColumn2 {
	width:240px;
	float:left;
	margin-left:12px;
	text-align:left;
	border-left:1px solid #CCC;
	padding:0 5px 10px 20px;
	background-color:#fff;
}
div#homeColumn2 ul {
	margin:5px 0 20px 0;
	/*line-height:24px;
	font-size:16px;
	color:#000;
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	*/
}
/*div#homeColumn2 li {
	margin-top:0px;
	margin-bottom:5px;
}
*/

.smallGrey {
	font-size:10px;
	color:#999;
}

div#footer {
	width:860px;
	border-top:0px solid #ccc;
	margin-top:10px;
	padding-top:4px;
	color:#999;
	font-size:.75em;
	letter-spacing:.1em;
}
div.clearfloats {clear:both}

.navTable {
	text-align:left;
}
.spacerRow {
	height:20px;
}
.floatLeft {
	float:left;
	padding:3px 10px 10px 0px;
}

/* NAVIGATION */
div#listmenuWrapper {
	text-align:right;
	width:100%;
}
/* the horizontal menu starts here */
div#listmenu {
	/*width:100%; 	/* makes the div full width */
	float:right; /*makes the div enclose the list */
	border:0px solid #999;
	font-size:.9em;	/* SET FONT-SIZE HERE */
	background-color:#FFF; /* colors the div */
	margin-bottom:15px;
	}
div#listmenu ul {
	margin:0px;/* indents ul from edge of container */
	border: 0px solid #000;
	font: .9em Tahoma, Geneva, sans-serif #000;
	padding:0px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#d6e6e3; /*sets the background of the menu items */
	border-right:1px solid #999; /* creates dividing lines between the li elements */
	font: .9em Tahoma, Geneva, sans-serif #000;
	padding:6px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	text-align:right;
	}
div#listmenu li:first-child {
	border-left:1px solid #999; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#fff; /*sets the background of the menu items */
	}
div#listmenu a {
    padding:0px 4px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#000;	/* sets the type color */
	font-weight:normal;
	}
div#listmenu a:hover {
	color:#000;
	}
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
	* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	}
/* the horizontal menu ends here */
