/* Global Styles */

body {
	margin:0px;
	}
	
td {
	color:#333333;
	font-family: arial;
	font-size: 12px;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #009900;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #FF6600;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #00FF00;
	letter-spacing:0.4em;
	font-weight:bold;
	font-size: xx-large;
	vertical-align: top;
	text-align: left;
	top: 0px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:normal;
	}
	
.bodyText {
	line-height:normal;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: disc;
	list-style-position: outside;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
	.callOut {
	margin-bottom: 20px;
	padding: 15px 15px 0px 15px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	}
	
.navText {
	color: #333300;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 14px;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
#Header {
	vertical-align: top;
	display: inline;
	text-align: right;
	float: right;
	width: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#Wrapper {
	text-align: right;
	width: 650px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 0px;
	top: auto;
}
* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: "Arial Black";
	font-size: 12px;
	color: #333333;
	background: url(/webdev/assets/images/bg_body.gif) repeat top center #f2f2f2;
	
	}

p {
	margin-bottom: 20px;
	}

a {
	color: #009900;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

table {
	border-collapse: collapse;
	width: 100%;
	}

td, th {
	text-align: left;
	}

img {
	border: none;
	}

/* -------------------------------------------------------------
Container Styles
------------------------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	width: 760px;
	text-align: left;
	}


/* -------------------------------------------------------------
Header Styles
------------------------------------------------------------- */

#headerWrapper {
	height: 100px;
	background-color: #003300;
	background-image: url(Pics/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#header {
	}

#headerNav a, #headerNav a:hover {
	color: #ffffff;
	}

#headerNav {
	width: auto;
	background-color: #056205;
	float: right;
	color: #ffffff;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 0px;
	}

#headerNav .phone, #headerNav .demo, #headerNav .login {
	margin-left: 12px;
	padding-left: 12px;
	background-image: url(Pics/bullet_content_li2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* -------------------------------------------------------------
Navigation Styles
------------------------------------------------------------- */
#navWrapper {
	height: 32px;
	background-color: #003300;
	border-bottom: 7px solid #e0e0e0;
	}

#nav {
	padding-left: 10px;
	}

#nav .navItem {
	float: left;
	font-size: 14px;
	}

#nav .navItem a {
	margin-right: 1px;
	padding: 9px 13px 7px 13px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #003300;
	background-image: url(/webdev/assets/images/bg_tabNav.gif);
	background-repeat: repeat;
	background-position: left top;
	}

#nav .navItem a:hover {
	color: #ffffff;
	background-color: #00FF00;
	background-image: url(/webdev/assets/images/bg_tabNav_hov.gif);
	background-repeat: repeat;
	background-position: left top;
	}

#nav .navOn a, #nav .navOn a:hover {
	color: #333333;
	background: url(/webdev/assets/images/bg_tabNav_on.gif) repeat top left #e0e0e0;
	}

/* -------------------------------------------------------------
Home Page Styles
------------------------------------------------------------- */
	
#homeLeftWrapper
	{
	width: 300px;
	height: 676px;
	float: left;
	background-color: #f2f2f2; 
	}

#homeFeatured {
	width: 300px;
	height: 246px;
	background: url(/webdev/assets/images/feature.jpg) no-repeat top left #ffffff;
	color: #ffffff;
	line-height: 20px;
	}

#homeFeatured h1 {
	padding: 20px 10px 20px 20px;
	font-size: 28px;
	display: block;
	line-height: 35px;
	}

#homeFeatured h2 a {
	padding: 0px 20px 20px 20px;
	display: block;
	color: #ffffff;
	line-height: 0px;
	font-size: 11px;
	
	}
	
#homeFeatured p {
	padding: 0px 20px 20px 20px;
	display: block;
	line-height: 20px;
	font-size: 16px;
	}
	
#homeLeft {
	margin: 0px 0px 0px 20px;
	padding: 20px 20px 0px 0px;
	border-right: 1px solid #e0e0e0;
	height: 310px;
	}

#homeLeft h2 {
	font-size: 14px;
	color: #ff9900;
	}
	

#homeCenterWrapper
	{
	width: 229px;
	height: 550px;
	float: left;


	}

#homeCenter {
	margin: 20px 20px 0px 20px;

	}
	
#homeCenter p {
	margin-bottom: 10px;
	}
	
#homeCenter a {
	color: #006699;
	text-decoration: none;
	}

#homeCenter a:hover {
	text-decoration: underline;
	color: #66ccff;
	}


#homeRightWrapper
	{
	width: 228px;
	float: left;
	border-left: 2px solid #f2f2f2;
	height: 576px;
	background-color: #ffffff;
	}
	
#homeRightFeat {
	width: 250px;
	height: 270px;
	background: #cc0000;
	color: #ffffff;
	line-height: 20px;
	}
	
#homeRight {
	margin: 20px 20px 0px 20px;
	}

#homeRight h2, #homeCenter h2 {
	font-size: 14px;
	color: #006699;
	line-height: 18px;
}
	
#homeRight a {
	color: #006699;
	text-decoration: none;
	}

#homeRight a:hover {
	text-decoration: underline;
	color: #66ccff;
	}	
	
	
#homeCenter ul {
	margin: 0px 0px 20px 0px;
	}

#homeCenter li a {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}
	


#homeCenter ul li {
	padding-left: 15px;
	list-style: none;
	background: url(/webdev/assets/images/bullet_content_li.gif) no-repeat top left;
	}
	

	
/* -------------------------------------------------------------
Content Styles
------------------------------------------------------------- */

#contentWrapper {
	width: 539px;
	float: left;
	background-color: #ffffff;
	}

#featureWrapper {
	width: 280px;
	float: left;
	background-color: #FFFFFF;
	border-right: 1px solid #e0e0e0;
	padding-right: 20px;
	margin-top: -215px;
}


#homepageWrapper {
	width: 220px;
	float: right;
	}
	
#contentWrapperFull {
	width: 760px;
	float: left;
	background-color: #ffffff;
	}

* html #contentWrapper {
	width: 539px;
	}

* html #content {
	padding: 20px;
	height:420px;
	border-right: 1px solid #e0e0e0;
	}

#content h1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 19px;
	color: #006699;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	}

#content h2 {
	font-size: 14px;
	color: #FF9900;
	}

#content h3 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #006600;
	}

#content ol {
	margin: 0px 0px 20px 17px;
	}

.olFancy {
	margin: 0px 0px 20px 17px;
	font-weight: bold;
	color: #FF9900;
	}

.olFancy li {
	margin-bottom: 10px;
	}

.liFancy {
	font-weight: normal;
	color: #333333;
	}
	
#content ul {
	margin: 0px 0px 20px 0px;
	}

#content ul li {
	padding-left: 15px;
	list-style: none;
	background-image: url(Pics/bullet_content_li2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#content ul li ul {
	margin-bottom: 0px;
	}

#content .linkTop {
	padding-left: 15px;
	background: url(/webdev/assets/images/bullet_linkTop.gif) no-repeat top left;
	}

.rule {
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
		}
		
.ruleAlt {
	margin-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
	}

.callOut {
	margin-bottom: 20px;
	padding: 15px 15px 0px 15px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

.callOut2 {
	margin-bottom: 0px;
	border: thin solid #999999;
	background-color: #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: disc;
	list-style-image: none;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 20px;
	vertical-align: top;
	}
	
	.callOut3 {
	margin-bottom: 5px;
	border: 0px none #999999;
	background-color: #f2f2f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-right: 40px;
	margin-left: 5px;
	list-style-type: disc;
	list-style-image: url(Pics/bullet_content_li.gif);
	text-align: justify;
	float: none;
	padding: 0px;
	}
.payback {
	color: #cc0000;
	}

.payback strong {
	color: #333333;
	}

blockquote {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	}

blockquote p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	}

/* -------------------------------------------------------------
Content Navigation Styles
------------------------------------------------------------- */

#productNav {
	width: 220px;
	float: right;
	}

#contentNavWrapper {
	width: 220px;
	float: right;
	}
#contentNav {
	margin: 20px 20px 0px 20px;
	}
#contentNav .demo {
	font-size: 14px;
	line-height: 16px;
}

#spacer {
	width: 100%;
	height: 8px;
	background-color: #f2f2f2;
	border-color: #e0e0e0;
	border-style: solid;
	border: thin;
}
#contentNav ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #e0e0e0;
	}

#contentNav ul li {
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
	}

#contentNav ul li a {
	padding: 3px 0px 3px 15px;
	margin: 2px 0px 2px 0px;
	display: block;
	text-decoration: none;
	background: url(/webdev/assets/images/bullet_contentNav.gif) no-repeat top left;
	}

#contentNav ul li a:hover {

}

#contentNav .navOn a {
	font-weight: bold;
	color: #006699;
	background: url(/webdev/assets/images/bullet_contentNav_on.gif) no-repeat top left;
	}

#contentNav h2 {
	font-size: 12px;
	color: #333333;
	}
#downloadlink {
	padding: 3px 0px 3px 0px;
	margin: 6px 0px 2px 20px;

	text-decoration: none;
	
	font-size: 14px;
	font-weight: bold;
}
/* -------------------------------------------------------------
Featured Styles
------------------------------------------------------------- */

#homeFeatWrapper {
	height: 280px;
	border-bottom: 7px solid #e0e0e0;
	}

#homeFeat {
	padding: 35px 300px 0px 20px;
	font-size: 14px;
	line-height: 20px;
	}

#homeFeat h1 {
	margin-bottom: 10px;
	font-size: 23px;
	color: #ffffff;
	font-weight: normal;
	}
	
/* ---------------------------------------------------------- */

#contentFeatWrapper {
	border-bottom: 7px solid #e0e0e0;
	background: url(/webdev/assets/images/bg_contentFeatured.gif) repeat top left #FF9900;
	}

#contentFeat {
	padding: 35px 20px 35px 20px;
	border: 1px solid #F67F00;
	font-size: 14px;
	line-height: 20px;
	}

#contentFeat h1 {
	margin: 0px 0px 5px 0px;
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
	}

#contentFeat p {
	margin: 0px;
	color: #ffffff;
	}

/* ---------------------------------------------------------- */

#subContentFeatWrapper {
	border-bottom: 7px solid #e0e0e0;
	background: url(/webdev/assets/images/bg_subContentFeatured.gif) repeat top left #FF9900;
	}

#subContentFeat {
	padding: 20px;
	border: 1px solid #F67F00;
	}

#subContentFeat h1 {
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
	}

/* -------------------------------------------------------------
Footer Styles
------------------------------------------------------------- */

#footerWrapper {
	clear: both;
	border-top: 7px solid #e0e0e0;
	}

#footer {
	padding: 20px 20px 20px 20px;
	}

/* -------------------------------------------------------------
Form Styles
------------------------------------------------------------- */

input, select, textarea {
	padding: 2px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.formWrapper {
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border: 1px solid #e0e0e0;
	}

.formWrapper td {
	padding: 7px 0px 7px 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	}

/* -------------------------------------------------------------
Tour Styles
------------------------------------------------------------- */

#tourBlock {
	height: 340px;
	margin-bottom: 20px; 
	}
	
#rightlink {
	text-align: right;
	margin: 0px 0px 0px 0px;
}
#rightlink2 {
	text-align: right;
	margin: -22px 0px 0px 0px;
}

#rightlink3 {
	text-align: right;
	margin: -25px 0px 0px 0px;
}

	
#ulSpacing {
	line-height: 25px;
}

#p2space {
	margin: 10px;
	margin-left: 0px;
}
#pspace {
	margin: 16px;
	margin-left: 0px;
}
#proNavSplit {

}

#press h2 {
	font-size: 14px;
	color: #F77200;
	}
	
#press a {
	color: #006600;
	text-decoration: none;
	}

#press a:hover {
	text-decoration: underline;
	color: #00CC00;
	}
#padding li {
	list-style-image: url(Pics/bullet_content_li.gif);
	padding-left: 2px;
	color: #000000;
	background-color: #F2F2F2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logo {
	background-image: url(Pics/BG33.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.bodyText .callOut2 table {
	padding: 5px;
}
.bodyText #Listis {
	list-style-type: circle;
	list-style-position: inside;
}
