@charset "utf-8";
/* CSS Document */

body{
	background: #284a8f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#wrapper {
	width: 960px;
	margin: 20px auto;
	background-color:#FFF;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	
}

#header{
	height: 180px;
	background-image:url(../images/pjw_banner.png);
	background-repeat:no-repeat;
	background-position:center;
}

#menu{
	background-color:#284a8f;
	height: 30px;
	float: left;
	width: 620px;
}

#menu ul{
	list-style:none;
	padding-top: 5px;
	margin-top: 0;
	text-align:right;
	font-size:16px;
	margin-bottom: 0;
}

#menu ul li{
	display:block;
	display:inline;
	margin-left: 5px;
	margin-right: 5px;
}

#menu ul li a{
	color: #FFF;
	display: inline;
	padding-top: 5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:7px;
	text-decoration:none;
}

#menu ul li a:hover{
	background:url(../images/bullet.png) bottom center no-repeat;
}

#menu_fb{
	width: 30px;
	background-color:#284a8f;
	padding-left: 110px;
	float:left;
	height: 28px;
	padding-top: 2px;
}

.fb_img{
	border: none;
}

#menu_right{
	width: 200px;
	float: left;
	background-color:#284a8f;
	color:#FFF;
	height: 26px;
	padding-top: 4px;
	padding-left:0px;
}

#content{
	background:url(../images/content_bg.png) no-repeat center #FFFFFF;
	min-height:400px;
}

#content a{
	font-weight:bold;
	color:#333;
	text-decoration:underline;
}

.content_blocks{
	width: 830px;
	margin: 0 auto;
}

.fullblock{
	width: 810px;
	float: left;
	border: 1px dashed #284a8f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}

.fullblock h1{
	font-size: 115%;
	text-align:center;
	width: 95%;
	color: #ffffff;
	margin: 5px auto;
	background-color:#284a8f;
	border: 1px dashed #FFFFFF;
	padding: 5px;
}

.fullblock p{
	font-size: 100%;
	text-align: center;
	margin: 10px;
}

.block{
	width: 400px;
	float:left;
	border: 1px dashed #284a8f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-left: 10px;
	margin-top: 10px;
}

.block h1{
	font-size: 115%;
	text-align:center;
	width: 90%;
	color: #ffffff;
	margin: 5px auto;
	background-color:#284a8f;
	border: 1px dashed #FFFFFF;
	padding: 5px;
	
}

.block p{
	font-size: 100%;
	text-align:center;
}

.fb_activity{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.comments p{
	text-align:justify;
	margin:10px;
}

.comments_seperator{
	height: 1px;
	border-top:1px dashed #284a8f;
	width: 50%;
	margin: 0 auto;
}

/* Code for Services Page */

.services {
	width:640px;
	margin: 10px auto;
}

.services h2{
	color: #284a8f;
	margin-top: 0;
	padding-left: 20px;
}

.services ul{
	list-style-image:url(../images/tick.png);
	padding-left: 30px;
}

.services li{
	padding-bottom: 10px;
}

.service_1 {
	width: 300px;
	margin-left: 20px;
	margin-right: 5px;
	border-right: 1px dotted #000; 
	height: 280px;
	float: left;
}

.service_2 {
	width: 300px;
	margin-right: 0px;
	/*border-right: 1px dotted #000; */
	height: 280px;
	float: left;
}

/*.service_3 {
	width: 300px;
	margin-right: 5px;
	height: 280px;
	float: left;
}
*/

.services_footer{
	border-top: 1px dotted #000;
	height: 100px;
	width: 620px;
	margin-left:20px;
}

.services_footer p{
	text-align:left;
}

.service_1_footer {
	width: 300px;
	margin-left: 0px;
	margin-right: 5px;
	border-right: 1px dotted #000; 
	float: left;
	height: 85px;
}

.service_2_footer {
	width: 300px;
	margin-right: 0px;
	/*border-right: 1px dotted #000; */
	float: left;
	height: 85px;
}

/*.service_3_footer {
	width: 300px;
	margin-right: 0px;
	float: left;
	height: 85px;
}
*/
.services_extra {
	width: 90%;
	border: 1px dashed #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 auto;
	background-color: #284a8f;
	margin-bottom: 10px;
}

.services_extra p{
	font-size: 90%;
	color: #FFF;
	text-align:center;
}

#seperator{
	height: 1px;
	border-top: 1px dashed #284a8f;
}

#footer{
	height: 25px;
	background-color: #FFFFFF;
}

#footer p{
	font-size: 90%;
	margin-left: 10px;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.copyright{
	float: left;
	width: 450px;
}

.siteby{
	float: left;
	margin-left: 180px;
	width: 320px;
}

.siteby a{
	text-decoration:underline;
	color:#333;
	font-weight:bold;
}


#end{
	height: 10px;
}

.clear{
	clear:both;
}

smalltext{
	font-size:80%;
}

.submit{
	padding-left: 350px;
}