/* CSS Document */


.preloadPic{
	display:none;
}

/* Links */

a{
	color:#006633;
	text-decoration:none;
}
a:hover{
	color:#009900;
	text-decoration:underline;
}

/* Case Study Specific CSS */

#casestudy_list ul{
	margin:0px;
	paddding:0px;
	background-color:#343C10;
}
#casestudy_list ul li{
	display:inline;
	margin:10px;
	paddding:0px;
	text-align:left;
	}
#casestudy_list a{
	color:#CCD679;
	margin:10px 0 10px 0;
}

/* General */

h2{
	font:18px Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	margin:0px;
	text-align:center;
	color:#003300;
	font-weight:bold;
}
body{
	margin:0px;
	padding:0px;
	font: 11px Arial, Helvetica, sans-serif;
	background-image:url('images/BigBG.jpg');
	background-position:top center;
}
strong{
	color:#003300;
}
#container{
	position:absolute;
	background-color:#343c10;
	background-image:url('images/bodyBG.jpg');
	background-position: right;
	background-repeat:repeat-y;
	width:925px;
	margin-left:-462px;
	left:50%;
}
#bodyContainer{
	width:744px;
	padding-left:181px;
	background-image:url('images/SideBarBG.jpg');
	background-position: top left;
	background-repeat:no-repeat;
}
#bodyContainer p{
	margin-right:20px;
	margin-left:20px;
	line-height:16px;
	text-align:justify;
}
#bodyContainer ul li{
	margin-right:20px;
	line-height:16px;
	text-align:justify;
}

/* Header & Font Styles */

.header{
	font:18px Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	margin:0px;
	text-align:left;
	color:#003300;
	font-weight:bold;
}

/* Navigation Rollovers */

#sidebar{
	position:absolute;
	float:left;
	width:157px;
	height:auto;
	left:24px;
}
#sidebar ul{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}
#sidebar li{
	padding:3px 0 3px 0;
}
#sidebar ul li a:hover{
	background-position:0 -25px;
	height:25px;
	width:181px;
}
#servicePopup{
	margin-left:21px;
	display:none;
	width:130px;
	background-color:#3d4825;
	text-align:right;
}
#servicePopup a{
	color:#919491;
	margin-right:10px;
	line-height:15px;
	text-decoration:none;
	font-size:15px;
}
#servicePopup a:hover{
	color:white;
}
.btnhome a{
	display:block;
	background-image:url('images/btn_home.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}
.btnwhypcd a{
	display:block;
	background-image:url('images/btn_whypcd.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}
.btnservices a{
	display:block;
	background-image:url('images/btn_services.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}
.btncasestudies a{
	display:block;
	background-image:url('images/btn_casestudies.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}
.btncampustour a{
	display:block;
	background-image:url('images/btn_campustour.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}
.btnwhatsnew a{
	display:block;
	background-image:url('images/btn_whatsnew.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}
.btncontact a{
	display:block;
	background-image:url('images/btn_contact.jpg');
	background-repeat:no-repeat;
	background-position:0 0px;
	height:25px;
	width:157px;
}

/* Footer */

#footer{
	background-image:url('images/footer.jpg');
	background-repeat:repeat-x;
	height:42px;
	clear:both;
	font-size:9px;
}
#footer p{
	text-align:center;
	position:absolute;
	width:926px;
	left:50%;
	margin-left:-462px;
	margin-top:5px;
	color:#3d4825;
}
#footer a{
	color:#003300;
}
#footer a:hover{
	color:#339933;
}	
