/* ------- HTML Redefines ------- */

body
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
}
h1
{
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}
/* ----- End HTML Redefines ------ */

/* ----------- Content ----------- */
#pageholder
{
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}
#slogan
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: right;
}
#topmenu
{
	width: 950px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 1px 0px;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid gray;
}
	#topmenu ul li
	{
		list-style-type: none;
		display: inline;
		margin: 0px 5px;
		padding: 0px 5px;
	}
	#topmenu a
	{
		font-weight: bold;
		text-decoration: none;
		color: #336699;
	}
	#topmenu a:hover
	{
		color: #ff9933;
		text-decoration: underline;
	}
#centercontent
{
	margin: 0px auto;
	text-align: left;
	width: 950px;
	/*background: white url(../images/background-center.jpg) repeat-x top left;*/
}
	#centercontent .leftcontent
	{
		float: left;
		width: 665px;
		margin-top: 10px;
	}
	#centercontent .dcleftcontent
	{
		float: left;
		width: 625px;
		margin-top: 10px;
	}
.searchbar
{
	margin: 5px 5px 0px 0px;
	background:url('../images/searchbg.png') no-repeat;
	padding:0px;
	width: 216px;
	height:24px;
	float:right;
	
}

input.searchbtn
{
	background:url('../images/searchbtn.png') no-repeat;
	width:65px;
	height:22px;
	border: 0px;
	padding:0px;
	margin:1px 2px 2px 0px;
	float: right;
	cursor:pointer;
}
input.text
{
	margin:4px 0px 5px 8px;
	border: 0px;
	float: left;
}

#indexcontent
{
	clear: both;
	border-top: 1px solid #EEEEEE;
	margin-top: 10px;
	padding-top: 5px;
}
	#indexcontent .links
	{
		font-size: 10px;
	}
	#indexcontent .links a
	{
		text-decoration: none;
		border-bottom: 1px solid #CCCCCC;
		color: black;
	}
	#indexcontent .links a:hover
	{
		color: #FF9933;
	}
	#indexcontent .links ul
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px 0px 5px 10px;
	}
#featuredcontent
{
	float: right;
	width: 250px;
	border: 1px dashed #CCCCCC;
	background: #fafafa url(../images/background-featuredcontent.gif) center center no-repeat;
	padding: 10px;
	margin: 5px;
	margin-top: 20px;
}
	#featuredcontent .subject
	{
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}
	#featuredcontent .title
	{
		font-size: 12px;
		text-align: right;
		width: 100%;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 3px;
	}
	#featuredcontent .content
	{
		padding-top: 3px;
		font-size: 12px;
	}
.businessservices
{
	padding: 3px;
	background: white url(../images/background-businessservices.gif) top left no-repeat;
	width: 150px;
	float: left;
	clear: none;
	vertical-align: top;
	height: 75px;
}
	.businessservices .title
	{
		width: 145px;
		text-align: center;
		border-bottom: 1px solid gray;
	}
	.businessservices .content
	{
		padding-top: 5px;
		width: 140px;
		font-size: 10px;
	}
	.learnmore
	{
		width: 150px;
		text-align: center;
		font-size: 10px;
	}
	.learnmore a
	{
		color: #336699;
		text-decoration: underline;
		font-weight: bold;
	}
/* ----- End Content ----- */

/* ------- Menus --------- */
.businessmenu
{
	text-align: center;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	background: #E0E0E0 url(../images/background-menugradient.jpg) bottom left no-repeat;
}
	.businessmenu a
	{
		color: #336699;
		text-decoration: none;
	}
	.businessmenu a:hover
	{
		text-decoration: underline;
	}
/* ------- Footer -------- */
#footer
{
	font-size: 12px;
	margin: 0px auto;
}
	#footer #text
	{
		float: left;
		margin: 10px;
	}
	#footer #copyright
	{
		float: right;
		margin: 10px;
	}
#follow
	{
		padding:0px;
		border:0px;
		margin:0px 0px 30px 0px;
	}
	#followtext
	{
		margin:0px 10px 0px 0px;
		border:0px;
		padding:0px;
		float:left;
		
	}
	
/* ------ End Footer ----- */

/* -- Dial up Registration */
#regHolder
{
	margin: 0px auto;
	width: 550px;
	overflow: auto;
	padding: 5px;
}
	#regHolder form
	{
		margin: 0;
		padding: 0;
	}
	#regSteps
	{
		width: 500px;
		float: left;
		margin-top: 20px;
	}
	.regStep
	{
		width: 65px;
		float: left;
		padding: 3px;
		margin-bottom: 1px;
		margin-right: 1px;
		text-align: center;
	}
	.active
	{
		background: #fff7cf;
		font-weight: bold;
	}
	.inactive
	{
		background: #ffc000;
		color: #c49400;
		font-style: italic;
	}
	.regContent
	{
		width: 450px;
		float: left;
		margin-left: 5px;
		
	}
	.regTable
	{
		width: 460px;
		margin: 0px auto;
		border: 0px solid #CCCCCC;
		border-collapse: collapse;
	}
	.regTable caption
	{
		text-align: left;
		font-weight: bold;
	}
	.regTable td
	{
		padding-left: 5px;
	}
	.rowseperator td
	{
		border-top: 1px solid silver;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.nextbutton
	{
		width: 460px;
		margin-top: 15px;
		background-color: #e1fdfe !important;
		border-top: 1px solid #56b7d7;
		text-align: center;
	}
	.smalltext
	{
		font-size: 10px;
	}
/* -- End Registration --- */


