/* ///////////////////////////////////
//
//	CORE STYLES START
//
/////////////////////////////////// */

h3 { margin-top:0px; margin-bottom:0px; }

.red { color: #FF0000; }

#clear { clear: both;}

#mainContent {
	background-color:#D3D3D3;
	width:838px;
	padding:20px 30px 15px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
}

#mainContainer {
	width:920px;
}

.leftBorder {
	background-image:url(../images/border_left.gif);
	background-repeat:repeat-y;
}

.rightBorder {
	background-image:url(../images/border_right.gif);
	background-repeat:repeat-y;
}

.bottomLeft {
	background-image:url(../images/border_bottom_left.gif);
}

.bottomRight {
	background-image:url(../images/border_bottom_right.gif);
}

.bottom {
	background-image:url(../images/border_bottom.gif);
}

#headerContainer {
	width:898px;
	background-color:#356835;
	text-align: left;
}

#nav {
	width:898px;
	height:28px;
	border-top:1px solid #636363;
	border-bottom:1px solid #636363;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#nav a {
	color:#333333;
	text-decoration:none;
}

#nav a:hover {
	color:#333333;
	text-decoration:underline;
}

.navRightBorder {
	border-right:1px solid #636363;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	padding-bottom:10px;
}

#footer a {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	color:#333333;
	text-decoration:underline;
}

#credit {
	padding-top:5px;
	font-size:11px;
}

#credit a:hover {
	color:#0066CC;
	text-decoration:none;
}

#homeBottomContainer {
	position:relative;
	width:838px;
	height:100px;
}

#homeFlash {
	width:838px;
	height:414px;
	background-color:#333333;
}

#homeSample {
	position: relative;
	width:500px;
	line-height:20px;
	float: left;
	background-color: #BCBCBC;
	margin-top: 20px;
	text-align: left;
}

#homeOLCA {
	float: right;
	width: 320px;
	height: 110px;
	margin-top: 75px;
}

#homeOLCAText {
	margin-top: 50px;
	text-align: left;
}

#homeWST {
	background-color: #999999;
	padding: 5px 0 5px 15px;
	font-weight: bold;
}

.testimonials {
	color:#534741;
}

#whatWeDoTable {
	position:relative;
	width:838px;
	height:157px;
	background-color:#BCBCBC;
	margin-top:15px;
}

#whatWeDoCorner1 {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/table_corner1.gif);
	background-repeat: no-repeat;	
}

#whatWeDoCorner2 {
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/table_corner2.gif);
	background-repeat: no-repeat;	
}

#whatWeDoCorner3 {
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/table_corner3.gif);
	background-repeat: no-repeat;	
}

#whatWeDoCorner4 {
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/table_corner4.gif);
	background-repeat: no-repeat;	
}

#whatWeDoContent {
	position:absolute;
	top:15px;
	right:15px;
	width:605px;
	height:125px;
}

#whatWeDoBCorner1 {
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/button_corner1.gif);
	background-repeat: no-repeat;	
}

#whatWeDoBCorner2 {
	width: 3px;
	height: 3px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/button_corner2.gif);
	background-repeat: no-repeat;	
}

#whatWeDoBCorner3 {
	width: 3px;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../images/button_corner3.gif);
	background-repeat: no-repeat;	
}

#whatWeDoBCorner4 {
	width: 3px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/button_corner4.gif);
	background-repeat: no-repeat;	
}

#whatWeDoButton {
	position:relative;
	width:210px;
	height:28px;
	background-color:#999999;
}

#whatWeDoBContent {
	padding:5px 10px;
}

#whatWeDoBContent a {
	color:#663300;
	text-decoration:none;
}

#whatWeDoBContent a:hover {
	text-decoration:underline;
}

#wWDCLeft {
	height:80px;
	line-height:80px;
	width:195px;
	border-right:1px solid #999999;
}

#wWDCRight {
	position:absolute;
	top:0px;
	left:210px;
	height:80px;
	line-height:80px;
	width:200px;
}

#wWDCRightR {
	position:absolute;
	top:0px;
	left:410px;
	height:80px;
	width:375px;
}

/* ////////////////////////////
//
//	CONTACT US PAGE STYLES
//
//////////////////////////// */

#contactContainer {
	position:relative;
	width:838px;
	text-align: left;
}

#contactLeft {
	padding-top:15px;
	width:400px;
}

#contactRight {
	position:absolute;
	top:0px;
	right:0px;
	padding-top:16px;
	width:400px;
}

#contactTable {
	position: relative;
	width:838px;
	height:100px;
	background-color:#BCBCBC;
 	color: #383838;
}

#error {
	display:table;
	width:810px;
	padding:10px;
	background:#CC3333;
	border:2px solid #999999;
	font-size:12px;
	color:#222222;
	line-height:20px;
	margin-top:10px;
}
