/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

@charset "UTF-8";
/*MAIN CONTENT*/
#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	height: 85px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar  {
	width: 650px;
	color: #DDDDDD;
	float: right;
	padding: 0px;
	height: 26px;
	margin: 0px;
}
#main  {
	width:940px;
	padding: 0px;
	margin: 0px;
	float: left;
} 
#footer {
	font-size: 9px;
	color: #202020;
	float: left;
	background-color: #222222;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 1000px;
	background-image: url(/sitefiles/1028/images/stripe.png);
	background-repeat: repeat;
}


/*FONTS*/

a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #444444;
}
a:link   {
	color: #FFFFFF;
}

a:hover {
	color: #8FC92E;
}
a:visited {
	color: eeeeee;
}
p   {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -0.25em;
	margin-left: 0px;
}

h1 {
	font-size: 23px;
	color: #1B934A;
	line-height: 29px;
}

h2 {
	font-size: 13px;
	color: #444444;
	line-height: 17px;
}

h3 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: -1px;
	text-transform: uppercase;
	color: #66CC00;
}
h4 {
	font-size: 15px;
	color: #1B934A;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: tahoma, verdana, arial;
	background-image: url(/sitefiles/1028/images/bkg2.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #555555;
	background-position: -2px 0px;
	background-color: #010101;
}
#main a:link {
	color: #272727;
}
#main a:hover {
	color: #8FC92E;
}

#main a:visited {
	color: #444444;
}



/*DEFAULTS*/

a img {
	border:none;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   	height:0;
   	font-size: 1px;
   	line-height: 0px;
}

code {
	background:#333b40;
	color:#c3d0d9;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	line-height:1.4em;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}



/*HEADER CONTENT*/

#headerlogo {
	height: 121px;
	width: 280px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 0px;
	display: block;
}
#topnavbox {
	float: right;
	height: 30px;
	width: 450px;
}

#adminnav {
	height: 15px;
	width: 250px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
}
#adminnav ul {
	padding: 0px;
	margin: 0px;
}
#adminnav li {
	display: inline;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
#adminnav  a {
	font-size: 10px;
	text-decoration: none;
	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;
	color: #222222;
}
#blog {
}

#topnav {
	height: 20px;
	width: 300px;
	padding: 0px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#topnav ul {
	height: 20px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
}
#topnav li a {
	font-size: 12px;
}




/*MAIN CONTENT*/

#maincontent-top {
	background-image: url(/sitefiles/1028/images/mainbkg-top%20940.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 940px;
	float: left;
}

#mainContent-middle {
	background-image: url(/sitefiles/1028/images/mainbkg-middle-940.jpg);
	min-height: 568px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#maincontent-bottom {
	background-repeat: no-repeat;
	height: 29px;
	width: 940px;
	float: left;
	background-image: url(/sitefiles/1028/images/mainbkg-bottom-940.jpg);
}


#cphPageBodyhome {
	width: 450px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#cphPageBody {
	width: 885px;
	margin-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
#cphPageBodyform {
	width: 650px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#homeflash {
	float: right;
	height: 547px;
	width: 427px;
	padding-right: 20px;
}
#breadcrumb  {
	font-size: 9px;
	color: #222222;
	border-bottom-width: 0px;
	display: block;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
}

#breadcrumb a:visited {
	color: #222222;
}

#breadcrumb ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
#breadcrumb  li {
	display: inline;
	margin-right: 12px;
}
#subnav {
	float: right;
	width: 175px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#subnav a:hover {
	color: #8FC92E;
}


#subnav  h2 {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

#subnav p {
	margin-bottom: 5px;
}
#subnav li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*NAVBAR*/

#mainnav li ul {
	display: none;
}

#sidebarnavcontainer {
	width: 630px;
	height: 28px;
}
#sidebarnavcontainer  ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 82px;
}
#sidebarnavcontainer  li {
	margin-bottom: 0px;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 0px;
	padding: 0px;
}
#sidebarnavcontainer  a:link {
	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;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #444444;
	text-decoration: none;
}

#sidebarnavcontainer a:hover {
	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;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #666666;
	text-decoration: none;
}

#sidebarnavcontainer a:visited {
	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;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #444444;
}
#navcontainerleft {
	padding-top: 15px;
	padding-bottom: 15px;
}


/*FOOTER CONTENT*/

#emailus {
	margin-top: 25px;
	margin-bottom: 25px;
}
#footercontent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 940px;
}
#portfoliocontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#portfoliocontainer li {
	display: inline;
}
#portfoliocontainer a {
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#justlaunched a {
	float: left;
	height: 270px;
	width: 290px;
	margin-right: 32px;
	background-image: url(/sitefiles/1028/images/footer-cece-up.jpg);
	background-repeat: no-repeat;
}

#justlaunched a:hover {
	background-image: url(/sitefiles/1028/images/footer-cece-over.jpg);
	background-repeat: no-repeat;
}
#flash a {
	float: left;
	height: 270px;
	width: 290px;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(/sitefiles/1028/images/footer-flash-up.jpg);
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#flash a:hover {
	background-image: url(/sitefiles/1028/images/footer-flash-over.jpg);
	background-repeat: no-repeat;
}
#launchingsoon  a {
	float: left;
	height: 270px;
	width: 290px;
	background-image: url(/sitefiles/1028/images/footer-launchingsoon-up.jpg);
	background-repeat: no-repeat;
	background-color: #242422;
	font-size: 9px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	}
#launchingsoon   a:hover {
	background-repeat: no-repeat;
	background-image: url(/sitefiles/1028/images/footer-launchingsoon-up.jpg);
}
#footerlinkcontainer {
	width: 915px;
	color: #C0C0C0;
	background-color: #242423;
	padding-left: 25px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 130px;
	padding-top: 0px;
	list-style-type: square;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footerlinkcontainer h1 {
	font-size: 11px;
	color: #F2E8BB;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: -.3em;
	margin-left: 0px;
}
#footerlinkcontainer ul {
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
#footerlinkcontainer li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#footerlinkcontainer a:link {
	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;
	text-decoration: none;
}
#footerlinkFAQ {
	width: 210px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#footerlinkOUTSIDE {
	width: 160px;
	float: left;
	padding: 0px;
	margin: 0px;
}
=
#footerlinkSIGNUP {
	float: right;
	height: 150px;
	width: 400px;
}
#footerlinkLOGOS {
	float: left;
	width: 160px;
	padding: 0px;
	margin: 0px;
}

#footerlinkSIGNUP {
	float: left;
	width: 370px;
	height: 133px;
	margin: 0px;
	padding: 0px;


/* LIST SIGNUP */

}
#ctl00_cphListSignup_btnSignup {
	background-color: #FF0000;
	height: 20px;
	width: 75px;
	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;
	font-size: 11px;
	color: #DDDDDD;
	padding-bottom: 2px;
	margin-left: 7px;
}
#chpListSignup {
	display: inline;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.signupField {
	font-size:11px;
	color: #DDDDDD;
	height: 17px;
	text-indent: 23px;
	padding-top: 4px;
	background-color: #4D4D4D;
	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;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* SEARCH */
#search {
	float: right;
	width: 236px;
	margin-bottom: 16px;
}
.searchField {
	font-size:11px;
	color: #A6A6A6;
	width: 234px;
	height: 22px;
	background: url(../Images/searchField.gif) no-repeat;
	text-indent: 25px;
	padding-top: 4px;
	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;
}
.searchButton {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}
#copyright {
	padding-top: 10px;
	color: #EEEEEE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	width: 800px;
}


/* GLOBAL OVERRIDES */

.recent-blog-posts-date {
	color: #AAAAAA;
}

.recent-blog-posts-wrapper ul {
	margin-left: -38px;
}
#clientlogin  a:hover {
	color: #1B934A;
}
