/* **********************
 * dropDown list set-up *
 ************************ */

body
{
	font-family: Comic Sans MS, arial, helvetica, serif;
	font-size: 80%;
	background: #313131 no-repeat 6000px 6000px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-stretch: none;
	text-decoration: none;
	text-align: center;
}

#Container
{
	width: 58em;
	text-align: center;
	background-color: black;
	border: 6px black;
	margin: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 58em;
	z-index: 200;
}

html>body #Container { width: 58em; }

#contentContainer
{
	position: relative;
	text-align: center;
	width: 690px;
	z-index: 200;
}

a { text-decoration: none; }
a:link { color: #080; }
a:visited { color: #790; }
a:active { color: red; }
a:hover { text-decoration: underline; }

ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a
{
	font-weight: bold;
	color: green;
}

#nav a { text-decoration: none; }
#nav a:hover { color: white; }

#nav li li a
{
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover
{
	padding: 0.2em 5px;
	border-width: 0 5px;
	color: white;
}

li
{
	float: right;
	position: relative;
	width: 7.5em;
	text-align: center;
	cursor: default;
	background-color: black;
}

li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: bold;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #494F50;
	background-color: black;
	text-align: center;
}

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul
{
	display: block;
	color: white;
}

li li
{
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

td.left
{
	background-image: url(./images/homeLeftColBack.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 500px;
	color: black;
	text-align: left;
	vertical-align: text-top;
	z-index: 2;
}

td.middle
{
	background-image: url(./images/homeMidColBack.gif);
	background-repeat: no-repeat;
	background-position: 1em 0;
	height: 500px;
	width: 260px;
	color: white;
	text-align: center;
	vertical-align: text-top;
	z-index: 2;
}

td.right
{
	background-image: url(./images/featuresBack.gif);
	background-repeat: no-repeat;
	background-position: 1em 0;
	width: 150px;
	height: 500px;
	color: black;
	vertical-align: text-top;
	text-align: center;
	padding: 1em;	
}

/* **********************
 * rounded corners *
 ************************ */

div.Article,
div.ArticleTwo,
div.Article h2,
div.ArticleBody,
div.ArticleFooter,
div.ArticleFooter p
{
	background: url("images/custom_corners_one.gif");
	z-index: 1;
}

div.Article
{
	position: relative;
	width: 75%;
	top: 40px;
	left: 0px;
	z-index: 1;
}

div.ArticleTwo
{
	width: 75%;
	margin: auto;
	z-index: 1;
}

div.Article h2
{
	background-position: top right;
	font-size: 1.3em;
	padding: 15px;
	padding-left: 0;
	padding-bottom: 1px;
	margin: 0;
	position: relative;
	right: -14px;
}

div.Article h3
{
	background-position: top right;
	font-size: .5em;
	padding: 15px;
	padding-left: 0;
	padding-bottom: 1px;
	margin: 0;
	position: relative;
	right: -14px;
}

div.ArticleBody
{
	background-position: 100% -10px;
	margin: 0;
	padding: 15px;
	padding-top: 1px;
	padding-left: 0;
	position: relative;
	right: -14px;
}

div.ArticleFooter
{
	background-position: bottom left;
	position: relative;
	top: 11px;
}

div.ArticleFooter p
{
	background-position: bottom right;
	padding: 15px;
	padding-top: 1px;
	padding-left: 0;
	margin: -1em 0 0 0;
	position: relative;
	right: -14px;
}

/* ]]> */