/* --------------------------DEFAULTS-------------------------- */

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #63B01F;
	font-size: 2em;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
    Color: #727173;
}

div#pageContainer {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
/* --------------------------HEADER-------------------------- */
div#headerContainer {
	text-align: left;
	position: relative;
	height: 100px;
	border-bottom: 1px solid #949599;
	margin-bottom: 10px;
}

div#contactContainer {
	position: absolute; top: 0px; right: 0px;
	text-align: right;
	color: #727173;
}

div#contactContainer a {
	color: #727173;
	text-decoration: none;
}

/* --------------------------MENU BAR-------------------------- */
div#menubarContainer {
	position: absolute; bottom: 0px; right: 0px;
	width: 400px;
	height: 24px;
	background: url(../Images/menubar-tile.gif);
	margin-bottom: 10px;
}

div#menubarLinks {
	color: #FFFFFF;
	margin-top: 4px;
	text-align: center;
}
	
div#menubarLinks a {
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

div#menubarLinks a:hover {
	text-decoration: none;
	color: #AACE80;
}

/* --------------------------BOXES-------------------------- */
div#boxContainer {
	float: left;
	width: 716px;
}

div#boxContainer .boxImage {
	border: none;
	padding-right: 2px;
	margin: 0px;
}

/* --------------------------RIGHT MENU-------------------------- */
div#rightmenuContainer {
	float: right;
	width: 150px;
	background: url(../Images/rightmenu-gradient.gif) no-repeat 0 138px;
	background-color: #F6FBF3;
	color: #6D6B70;
}

div#rightmenuContainer a {
	color: #6D6B70;
	text-decoration: none;
}

div#rightmenuContainer a:hover {
	color: #63B01F;
	text-decoration: none;
}


div#rightmenuLongContainer {
	float: right;
	width: 150px;
	height: 538px;
	background: url(../Images/rightmenu-gradient-long.gif) no-repeat 0 138px;
	color: #6D6B70;
}
div#rightmenuLongContainer a {
	color: #6D6B70;
	text-decoration: none;
}

div#rightmenuLongContainer a:hover {
	color: #63B01F;
	text-decoration: none;
}

div#logoContainer {
	float: right;
	width: 150px;
    height: 100px;
}

div#rightmenuGreyBox {
	position: relative;
	width: 150px;
	height: 127px;
	background: url(../Images/rightmenu-grey.gif) no-repeat 0 0;
	background-color: #D6D6D7;
}

div#rightmenuGreyHeading {
	position: absolute; bottom: 0px;
	width: 145px;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #747378;
}

div#rightmenuClients {
	width: 148px;
	border-left: 1px solid #B1B1B4;
	border-right: 1px solid #B1B1B4;
	border-bottom: 1px solid #B1B1B4;
	text-align: center;
}

div#rightmenuClients .logoImage {
	padding-top: 10px;
}




ul.bulletArrow {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.bulletArrow li a {color: #414142; text-decoration: none; padding-left: 7px;}
ul.bulletArrow li a:hover {
    text-decoration:underline;
    background: url(../Images/bullet-arrow.gif) no-repeat 0 3px;
    padding-left: 7px;
} 


/* --------------------------CONTENT-------------------------- */
#contentContainer {
    min-height: 500px;
	color: #414142;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 30px;
	background: url(../Images/watermark.gif) no-repeat bottom left;
}

#contentContainer a {
	color: #414142;
}

#contentContainer a:hover {
	color: #73AE41;
}

div.twoColumnContainer {
	width: 47%;
	float:left;
	padding-right: 3%;
	padding-bottom: 20px;
}

div.threeColumnContainer {
	width: 33%;
	float:left;
	padding-right: 1%;
	padding-bottom: 20px;
}

div.fourColumnContainer {
	width: 25%;
	float:left;
	padding-right: 0;
	padding-bottom: 20px;
}

div.divider {
	background: url(../Images/footer-divider.png) no-repeat center left;
}

ul.bulletMan {
  margin: 0;
  padding-left: 25px;
  list-style-image: url(../Images/bullet-man.gif);
}

ul.bulletMan a {color: #414142; text-decoration: none}
ul.bulletMan a:hover {text-decoration:underline}

.TestimonialBox {
	border: solid 1px #D7D7D7;
	background-color:#F7F6F6;
	padding: 10px;
	margin-bottom:15px;
}

/* --------------------------FOOTER-------------------------- */
div#footerSiteMap {
	clear:both;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 10px;
	color: #E0E3E4;
	background-color: #E0E3E4;
	height: 155px;
}

div#footerSiteMap .fourColumnContainer {
    color: #727173;
	width: 22%;
	padding-left: 2%;
}

div#footerSiteMap .fourColumnContainer a {
    color: #727173;
	text-decoration: none;
}

div#footerSiteMap .fourColumnContainer a:hover {
    color: #8BC05D;
	text-decoration: none;
}

div#footerContainer {
	clear:both;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #6D6B70;
}

/* --------------------------CLASSES-------------------------- */

.textPadding {
	padding: 5px;
}

.textPaddingBottom {
	padding: 5px;
}

.textGreenBold {
	color: #63B01F;
	font-weight: bold;
}

.textBlue {
	color: #716FB4;
}

.textTurqoise {
	color: #23B0A5;
}

.textRed {
	color: #D2232B;
}

.textBlueLight {
	color: #719BC7;
}

.expoGrey {
    color: #727173;
}

.expoGreen {
    color: #4FB847;
}

.floatLeft {
	float: Left;
}

.floatRight {
	float: right;
}

.paddingRight {
	padding-right: 20px;
}

.clearBoth {
	clear: both;
}

.imageBorder {
	border: solid 1px #D7D7D7;
}

.borderedTextContainer {
	border: solid 1px #D7D7D7;
	padding: 10px;
	margin-bottom:15px;
}
