/*-------------------------------------------------------------------Body attributes*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #000000;
	background-color: #EBE9E2;
	background-image: url(../site_images/bkgnd_1.gif);
}
p {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 120%;
}
h1 {
	background-color: #DBD7CA;
	float: left;
	width: 700px;
	font-size: 18px;
	padding: 5px;
	margin: 0px;
	border-left-style: solid;
	border-left-color: #6B921D;
	border-left-width: 30px;
	color: #000000;
	text-transform: capitalize;
}
h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
h4 {
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	background-color: #DBD7CA;
}
h5 {
	margin: 0px;
	font-size: 12px;
}
hr {
	color: #000000;
	display: none;
}
.break {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-bottom: 30px;
	margin-top: 30px;
}
.centered {
	text-align: center;
	vertical-align: middle;
}
.clearboth {
	clear: both;
}
/*--Default page links--*/
a:link {
	text-decoration: none;
	color: #6B921D;
}
a:visited {
	text-decoration: none;
	color: #6B921D;
}
a:hover {
	text-decoration: underline;
	color: #6B921D;
}
a:active {
	text-decoration: underline;
	color: #6B921D;
}
/*--Block links--*/
#blockList {

	list-style-type: none;
	margin: 10px 0px 10px 0em;
	padding: 0px;
}
#blockList li {
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px;
}
a.blockLink:link {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
}
a.blockLink:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
}
a.blockLink:hover {
	text-decoration: none;
	color: #000000;
	display: block;
	background-color: #BAB39A;
	padding: 2px;
}
a.blockLink:active {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
}
/*-------------------------------------------------------------------Header*/
#headerBox {
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
	width: 100%;
}
.clientLoginlink {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	float: right;
	text-align: right;
	font-size: 10px;
	margin-top: 50px;
}
.logo {
	float: left;
}
/*-------------------------------------------------------------------Content Containers*/
#container {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.contentContainer {
	background-color: #EBE9E2;
	float: left;
	width: 665px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 0px 0px 5px 5px;
	border-right-width: 70px;
	border-right-style: solid;
	border-right-color: #DBD7CA;
}
.introParagraph {
	background-color: #EBE9E2;
	float: left;
	width: 660px;
	font-size: 12px;
	padding: 5px;
	border-right-width: 70px;
	border-right-style: solid;
	border-right-color: #DBD7CA;
	margin: 0px 0px 5px;
}
.innerContainer {
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #6B921D;
	margin-right: 4px;
	margin-left: auto;
	text-align: left;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.innerContainerCenter {

	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #6B921D;
	margin-right: 4px;
	margin-left: auto;
	text-align: center;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.messageBox {
	margin: 10px;
	font-size: 10px;
	width: 180px;
	float: left;
}
/*-------------------------------------------------------------------Menu*/
.menuBox {
	width: 160px;
	background-color: #EBE9E2;
	height: 140px;
	float: left;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #6B921D;
	margin-right: 5px;
	padding: 5px;
	text-align: right;
}
#menu {
	text-align: right;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.menu:link {
	text-decoration: none;
	color: #333333;
	padding: 2px 0px;
	width: 100%;
	display: block;
}
a.menu:visited {

	text-decoration: none;
	color: #333333;
	padding: 2px 0px;
	width: 100%;
	display: block;
}
a.menu:hover {
	text-decoration: none;
	color: #333333;
	padding: 2px 0px;
	width: 100%;
	display: block;
	background-color: #DBD7CA;
	background-image: url(../site_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.menu:active {
	text-decoration: none;
	color: #333333;
	padding: 2px 0px;
	width: 100%;
	display: block;
	background-color: #DBD7CA;
	background-image: url(../site_images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*-------------------------------------------------------------------Breadcrumb links*/
.breadCrumb {
	font-size: 10px;
	text-align: left;
	color: #333333;
}
a.breadCrumb:link {
	color: #6B921D;
	text-decoration: none;
}
a.breadCrumb:visited {

	color: #6B921D;
	text-decoration: none;
}
a.breadCrumb:hover {
	color: #6B921D;
	text-decoration: underline;
}
a.breadCrumb:active {
	color: #6B921D;
	text-decoration: none;
}
/*-------------------------------------------------------------------Briefs section*/
.briefsContainer {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 740px;
}
.briefsBox1 {
	height: 150px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../site_images/home_image1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.briefsBox2 {
	height: 150px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../site_images/home_image2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.briefsBox3 {
	height: 150px;
	width: 150px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../site_images/home_image3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.briefsPic {
	height: 150px;
	width: 470px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.rightBox {
	float: left;
	height: 150px;
	width: 70px;
	background-color: #EBE9E2;
	margin-left: 5px;
}
a.briefsBoxLink:link {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
a.briefsBoxLink:visited {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
a.briefsBoxLink:hover {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
a.briefsBoxLink:active {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 150px;
	padding-right: 5px;
	padding-left: 5px;
}
/*-------------------------------------------------------------------Tables*/
.table {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
.tablecell {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
}
.tableHeading {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
	background-color: #AEA688;
	font-weight: bold;
}
.tableFeature {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding-right: 4px;
	padding-left: 4px;
}
.tablecellLeft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
/*-------------------------------------------------------------------Forms*/
.formText {
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: right;
	vertical-align: middle;
}
.formTextSmall {
	font-size: 9px;
}
.formWrapper {
	margin: 0px;
	padding: 0px;
}
.formTextLeft {
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
	vertical-align: middle;
}
.formTextRight {
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: right;
	vertical-align: middle;
}
.formTextCenter {
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	vertical-align: middle;
}
/*-------------------------------------------------------------------Testimonial box*/
.testimonialBox {
	width: 400px;
	text-align: justify;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.testimonial {
	font-size: 10px;
	width: 400px;
	border: 2px solid #EBE9E2;
	padding: 5px;
	text-align: justify;
}
a.testimonialLink:link {
	font-size: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a.testimonialLink:visited {
	font-size: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a.testimonialLink:hover {
	font-size: 10px;
	color: #000000;
	background-color: #DBD7CA;
	display: block;
	text-decoration: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a.testimonialLink:active {
	font-size: 10px;
	color: #000000;
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
/*-------------------------------------------------------------------Miscellaneous*/
.networkPic {
	padding: 5px;
	width: 220px;
	text-align: center;
	float: left;
}
.networkMaps {
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #DBD7CA;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#siteMap {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#siteMap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px 10px 0px 0px;
	list-style-type: none;
	font-size: 10px;
}
/*------------------------------------------------------------------Footer*/
.top {
	height: 20px;
	width: 40px;
	clear: both;
	font-size: 10px;
}
#footerBox {
	clear: both;
	background-color: #EBE9E2;
	padding: 5px 2px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
}a.footer:link {
	text-decoration: none;
	color: #6B921D;
}
a.footer:visited {
	text-decoration: none;
	color: #6B921D;
}
a.footer:hover {
	text-decoration: underline;
	color: #6B921D;
}
a.footer:active {
	text-decoration: underline;
	color: #6B921D;
}
.step1 {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	background-color: #EBE9E2;
	display: block;
	text-align: left;
	padding: 2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #990000;
}
.step2 {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	background-color: #EBE9E2;
	display: block;
	text-align: left;
	padding: 2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #009900;
}
.step3 {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	background-color: #EBE9E2;
	display: block;
	text-align: left;
	padding: 2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #003399;
}
.step4 {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	background-color: #EBE9E2;
	display: block;
	text-align: left;
	padding: 2px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #333333;
}
/*-------------------------------------------------------------------Index page styles*/
#indexContainer {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: left;
	background-color: #EBE9E2;
	border: 1px solid #666666;
}
a.indexLink:link {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #686148;
	display: block;
	height: 48px;
	padding: 1px 4px;
	text-decoration: none;
}
a.indexLink:visited {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #686148;
	display: block;
	height: 48px;
	padding: 1px 4px;
	text-decoration: none;
}
a.indexLink:hover {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #AEA688;
	display: block;
	height: 48px;
	padding: 1px 4px;
	text-decoration: none;
}
a.indexLink:active {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #AEA688;
	display: block;
	height: 48px;
	padding: 1px 4px;
	text-decoration: none;
}
.indexLinkSmall {
	font-size: 12px;
}
.indexFooter {
	font-size: 10px;
	text-align: center;
	padding: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.indexWelcome {
	padding: 2px 2px 2px 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
}

/*-------------------------------------------------------------------Home page styles*/
.homeRightImage {
	height: 100px;
	width: 100px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6B921D;
	margin-right: 4px;
}
.homeSummaryContainer {
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #6B921D;
	margin-right: 4px;
	margin-left: auto;
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 100px;
	padding-right: 4px;
}
.homeMoreLink {
	font-size: 10px;
	float: right;
}

.testimonialDate {
	font-size: 10px;
}
.testimonialHighlight {
	color: #006699;
	font-weight: bold;
}
#serverMatrix label {
	float: left;
	padding-top: 4px;
	width: 180px;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.serverOptions {
	text-align: left;
	width: 440px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.serverTextField {
	text-align: left;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.serverTextArea {
	text-align: left;
	width: 440px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}
.serverCheckBox {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
	margin-left: 180px;
}
#serverMatrix {
	font-size: 10px;
}
.moreInfoContainer {
}
.moreInfoLeft {
	float: left;
	height: 30px;
	width: 400px;
}
.moreInfoRight {
	text-align: right;
}
#headerLeft {
	float: left;
	width: 220px;
	height: 60px;
}
#headerRight {
	float: right;
	font-size: 10px;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}
#chatIconBlock {
	float: right;
	height: 70px;
	width: 65px;
	padding-right: 3px;
}
#headerNavBlock {
	padding: 5px 2px 2px;
}
.noteText {
	color: #FF0000;
}
.star {
	font-weight: bold;
	color: #FF0000;
}
