@charset "UTF-8";

/* CSS Document */

body {
	background-image: url(../images/patterns/background_2Col-2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#nav-dropshadow { /* this puts a drop shadow under the navigation bar in the one column template */
	height: 15px;
	width: 756px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/patterns/nav-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#content {
	width: 530px;
}

/* RIGHT COLUMN -- 175 PX WIDE */

#rightCol h2 {
	margin-top: 10px;
	color: #575757;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 85%;
	background-color: #CCC;
	background-image: url(../images/patterns/accordion_header_up.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #EEE;
	text-indent: 6px;
}

#rightCol img {
	border-style: none;
}

#rightCol {
	float: right;
	width: 175px;
	color: #333;
	font-size: 70%;
}

#rightCol ul {
	color: #578F97;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 2em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#rightCol li {
	margin-bottom: 10px;
}
#rightCol li .text {
	margin-bottom: 10px;
	color: #666;
}

#rightCol p {
	margin: 0px;
	color: #333;
	font-weight: normal;
	font-size: 110%;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#rightCol .contact {
	text-decoration: none;
	color: #444;
	margin-right: 10px;
	border-top-style: none;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 90%;
}
#rightCol .contact strong{
	text-decoration: none;
	color: #888;
	font-size: 95%;
}

#rightCol h5 {
	color: #666;
	font-size: 90%;
	font-style: normal;
}

#rightCol a {
	color: #444;
	margin-right: 10px;
	border-top-style: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#rightCol a:hover {
	background: #CCC url(../images/patterns/sm_gradient.gif);
	color: #64969D;
}

#rightCol a.nav {
	text-decoration: none;
	color: #444;
	margin-right: 10px;
	border-top-style: none;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/misc/bullet_20px.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-indent: 5px;
	font-size: 90%;
}

#rightCol a:hover.nav {
	color: #64969D;
	background-color: #E0E0E0;
}

#rightCol a.contact {
	text-decoration: none;
	color: #900;
	margin-right: 10px;
	border-top-style: none;
	display: block;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-indent: 5px;
	font-size: 90%;
	border-left-style: none;
	border-right-style: none;
	font-family: "Arial Black", Gadget, sans-serif;
}

#rightCol p.current {
	text-decoration: none;
	color: #999;
	border-top-style: none;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	text-indent: 10px;
	font-size: 100%;
	padding: 5px;
	margin-right: 10px;
}

/*	this style make it so faded-items that have links don't change the background color this needs to be below #rightCol a:hover {} definition	*/

#faded-items a:hover {
	background: #F0EFEF;
}

/*	this corrects the 5px padding with linked items that occurrs in the rightCol	*/

#faded-items a img {
	border: 0;
	margin: 0;
	margin-left: -5px;
}

#rightCol li a {
	display: inline;
	padding: 0px;
}

#content .col-1 {
	width: 250px;
	float: left;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888;
	padding-right: 12px;
}

#content .col-2 {
	width: 250px;
	float: right;
	margin-bottom: 15px;
}

#content .col-1 p,
#content .col-2 p {
	padding-left: 0px;
	padding-right: 0px;
}

#content .basic table {
	width: 480px;
}
