/* CSS Document */
/* =================================
	Main Structure
   ================================= */
* html body {
	font-size: x-small;
	/* for IE5/Win */
	font-size: small;
	/* for other IE versions */
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #fff;
	/*background-color: blue;*/
	}



#shell {
	padding: 0px;
	width: 980px;
	margin: 0px auto;
	border: none;
	height: auto;
	/*background-color: Aqua;*/
}

/*
#header {
	margin: 0;
	padding: 0;
	border: none;
	width: 760px;
}

#header img { float: left; }
*/

a.generalLinkStyle { color: #FFF; text-decoration: underline; }


/* Core Frame */
#contentContainer { margin: 0; padding: 0; width: 760px;}
#mainContent { padding: 0px; margin: 0px; display: block; width: 500px; float: left;}

/* Footer layout */
#footer {
	clear: both;
	width: 760px;
	height: 25px;
	margin: 10px 0 10px 0;
	display: block;
	padding: 5px 0 0 0;
	background: url(../_images/hp-footerBG.gif) #CCC no-repeat;
	border: none;
	color:gray;
	font-size:9px;
}

/* =================================
	Box Styles
   ================================= */
.box {
	padding: 0px;
	margin: 10px 10px 20px 10px;
	width: 240px;
	background: url(../_images/scottsDev_BoxRoundBottm.gif) no-repeat bottom left;
}

.box h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	border-bottom: dotted #000 1px;
	background: url(../_images/scottsDev_BoxRoundTop.gif) no-repeat top left;
}

.box ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style: none;
}

.box ul li {
	list-style: none;
	color: #000;
	margin: 0 0 6px 0;
	padding: 0;
}

/* =================================
	Headlines and Headers
   ================================= */

#c-signIn h1 {
	text-align: right;
	margin: 0;
	padding: 7px 15px 7px 5px;
	width: 460px;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	border-bottom: solid #FFF 2px;
	background: url(../_images/hp-logInHeader.gif) no-repeat top left;
}

#c-signIn h1 a { color: #FFF; text-decoration: underline; }

#c-news h1 {
	text-align: right;
	margin: 0;
	padding: 7px 15px 7px 5px;
	width: 460px;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	border-bottom: solid #FFF 2px;
	background: url(../_images/hp-newsHeader.gif) no-repeat top left;
}

#c-news h1 span { font-weight: normal; }

#hp-demo h2 {
	text-align: left;
	height: 13px;
	margin: 0;
	padding: 7px 15px 7px 13px;
	width: 232px;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	border-bottom: solid #FFF 2px;
	background: url(../_images/coreWrap_Head_BG.gif) no-repeat top right;
}
#hp-demo h2 span { display: none; }

/* =================================
	Lists
   ================================= */
   
/* Main Navigation */

#nav {
	float: right;
	width: 275px;
	margin: 0;
	padding: 75px 0 0 0px;
	list-style: none;
	background: none;
}

#nav li {
	float: right;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	display: block;
	height: 43px;
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	border: none;
	border-bottom: none;
}
#nav a span { display: none; }
#nav #t-help a { width: 71px; background: url(../_images/ct_help.gif) no-repeat; }
#nav #t-help a:hover { background: url(../_images/ct_help_hover.gif) no-repeat; }
/* These buttons are the same as those fond on the default state only they have the
   Photoshop Replace Color setting set at Lighten -30 */
#nav #t-contactAdmin a { width: 174px; background: url(../_images/ct_contactAdmin.gif) no-repeat; }
#nav #t-contactAdmin a:hover { background: url(../_images/ct_contactAdmin_hover.gif) no-repeat; }

/* End Main Navigation */

.f-login {
	float: left;
	width: 140px;
	margin: 15px 5px 15px 10px;
	padding: 0;
}
.f-login p {
	font-weight: bold;
	color: #000;
	margin: 0 0 1px 0;
	padding: 0;
}
.f-login input {
	margin: 0;
	padding: 2px 5px;
	width: 130px;
	border: 2px solid #427013;
	font: normal;
	color: #777;
	background: #FFF url(../_images/f-background.gif) repeat-x;
}

.b-intSignIn {
	float: right;
	margin: 28px 12px 15px 0;
	padding: 0;
	width: 95px;
	height: 30px;
	border: none;
}

#footer div { float: left; }

#footer ul {
	float: left;
	width: 740px;
	font-size: 90%;
	margin: 8px 10px;
	padding: 0;
	list-style: none;
	background: none;
}
	
#copyright {
	float: left;
	display: block;
width:500px;
	margin: 0;
	padding: 0;
}

#bottomNav {
	float: left;
	text-align: right;
	display: block;
	width: 240px;
	margin: 0;
	padding: 0;
}

#bottomNav a { font-weight: bold; text-decoration: none; margin: 0 0 0 10px; padding: 0; color: #000; }
#bottomNav a:hover { text-decoration: underline; margin: 0 0 0 10px; padding: 0; color: #000; }

