body {
	background-color:#d4d5d7;
	background-image:url('/images/bk2.jpg');
	background-repeat:repeat-x;
	color:#ffffff;
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:100%;
}

:focus {
	outline:none;	
}

p {
	text-indent: 1em;
	margin:10px;
	font-size:11px;
}

a img {
	border:0px transparent solid;
	margin:0px;
	padding:0px;
}

select {
	background-color: rgb(71, 91, 115); 
	font-size: 11px; 
	line-height: 24px; 
	color: rgb(255, 255, 255);	
}

ol {
	margin-left:40px;	
	list-style-type:decimal;
}

ol b {
	color:#000099;	
}

.form {
	background-color:#ffffff;
	font-family:Verdana, sans-serif;
	color: #666666;
	font-size:11px;
	border:1px #6f85b2;
	border-style:solid;	
	width:200px;
}

.submit {
	background-color: transparent;
	font-family:Verdana, sans-serif;
	color:#666666;
	font-size:11px;
	border:1px #6f85b2;
	border-style:solid;	
}

.header {
	font-family : verdana;
	font-size : 14px;
	font-weight : bold;
	color: #6F85B2;
	margin-bottom:3px;
}
.header_small
{
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	color: #6F85B2;
	margin-bottom:10px;
}
	
.smalltext
{
	font-family : verdana;
	font-size : 10px;
	color: #666666;
	font-weight: normal;
}
	
.hidden {
	display:none;	
}

.invisible {
	visibility:hidden;	
}


.clearBoth {
	clear:both;	
}

#mainFrame {
	width:100%;
}

#siteFrame {
	width:738px;
	margin: 0px 0px 10px 0px;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px solid;
	/*border-top:#ffffff 1px solid;*/
	border-bottom:#ffffff 1px solid;
}

#topSelect {
	height:30px;
	width:100%;
	background-image:url('/images/top.jpg');
	background-repeat:repeat-x;
	border-bottom:#ffffff 1px solid;
}

#topSelect #dropDown {
	float:right;
	position:relative;
	top:5px;
	left:-5px;
}

#topSelect #menu {
	background-color:#475B73; 
	font-size:11px;
	line-height:24px; 
	color:#ffffff; 
}

#homeImg, #homeImg a, #homeImg img{
	width:738px;
	height:418px;	
}

#companyInfo {
	background-image:url('/images/bk2.jpg');
	background-repeat:repeat-x;
	width:100%;
	border-top:#ffffff 1px solid;
}

#companyInfoInner {
	padding:10px 0px 10px 15px;	
}

#companyInfo #companyName {
	font-size:13px;
	font-weight:bold;
}

#companyInfo #copyRight {
	margin-left:10px;	
}

#companyInfo #companyAddress, #companyInfo #companyContact {
	width:280px;
	float:left;
}

#companyInfo .sLeft {
	width:90px;
	float:left;
}

#companyInfo .sLeft2 {
	width:60px;
	float:left;
}

#companyContact a:link{
	color:#ffffff;
}

#companyInfo .sRight {
	width:180px;
	float:left;
}

#header {
	width:100%;
	height:99px;
	background-color:#011459;	
	position:relative;
	border-bottom:#ffffff 1px solid;
}

#headerLeft{
	width:371px;
	height:99px;
	background-image:url('/images/cjp_logo.jpg');
	background-repeat:no-repeat;
	float:left;
}

#headerLeft a{
	width:371px;
	height:99px;
	display:block;
	border:none;
	text-decoration:none;
}

#headerRight{
	width:367px;
	height:78px;
	background-repeat:no-repeat;
	float:right;
}

#nav {
	font-family:Verdana;
	font-size:10px;
	position:absolute;
	left:371px;
	/*top:80px !important;*/
	top:78px;
	width:370px;
	height:10px;
}

#nav table {
	position:relative;
	display:block;	
}

#header #nav td {
	font-weight:normal;
	text-align:center;
	border:0px transparent solid;
}

#header #nav td a {
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	letter-spacing:-1px;	
}

#header #nav td a:hover, #header #nav td a.selected{
	color:#ffffff;
	text-align:center;
	text-decoration:none;	
	font-weight:bold;
	font-size:11px;
	letter-spacing:-1px;
}

#footer {
	width:100%;
	height:40px;
	background-color:#475b73;
	border-top:#ffffff 1px solid;
}

#footer a {
	color:#ffffff;
}

#footer #links, #footer #copyright{
	margin:5px;
}

#body {
	background-color:#e0e5ef;
	min-height:500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
	color:#666666;
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:150%;
}

#body #headerImage img {
	margin-left:13px;
}

#body1 {
	width:100%;
}

#body2 {
	padding:0px 13px 0px 13px;
}

#body3 {
	width:100%;
	background-color:#ffffff;
}

#body4 {
	padding:10px;
	min-height:500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
}

#body5 {
	width:100%;
}

#leftContent {
	float:left;
	width:485px;
	border-top:#cccccc 1px solid;
	min-height:500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
	
}

#rightContent {
	float:right;
	width:200px;
	min-height:500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
}

#leftContent2 {
	float:left;
	width:165px;
	background-color:#ffffff;
	min-height:500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
}

#leftContent2Inner {
	padding:10px;
	min-height:520px;
	height:expression(document.body.clientHeight < 520? "520px": "auto" );	
}

#leftContent3 {
	float:left;
	width:165px;
	background-color:#ffffff;
	min-height:500px;
	height:expression(document.body.clientHeight < 500? "500px": "auto" );
}

#leftContent3Inner {
	padding:0px;
	min-height:520px;
	height:expression(document.body.clientHeight < 520? "520px": "auto" );	
}


#rightContent2 {
	float:right;
	width:535px;
	min-height:100px;
	height:expression(document.body.clientHeight < 100? "100px": "auto" );
}

#rightContent2Inner {
	width:100%;
	background-color:#ffffff;
	min-height:100px;
	height:expression(document.body.clientHeight < 100? "100px": "auto" );
}

#rightContent2Inner2 {
	padding:10px;
}

#leftContent5 {
	float:left;
	width:310px;
	min-height:300px;
	height:expression(document.body.clientHeight < 300? "300px": "auto" );
}

#rightContent5 {
	float:right;
	width:365px;
	min-height:300px;
	height:expression(document.body.clientHeight < 300? "300px": "auto" );
	border-left:#cccccc 1px solid;
}

#rightContent5Inner {
	padding:10px;	
}

#backToTop {
	background-color:#e0e5ef;
}

#backToTop a {
	color:#6f8582;
	font-family:Verdana,sans-serif;
	font-size:11px;
	line-height:100%;
	text-decoration:none;
}

#clientDiv div.hidden {
	display:none;	
}

#clientDiv div.clearBoth {
	display:block;	
}

#clientDiv div.listLeft, #clientDiv div.listRight {
	width:45%;
	float:left;
}

#clientDiv ul {
	width:100%;
	
}

#clientDiv ul li {
	list-style:disc;
	font-size:10px;
	margin-left:25px;
}

#projectDiv #contentArea {
	font-size:12px;
}

#projectDiv ul {
	padding:10px;
}

#projectDiv ul li {
	font-size:12px;
	list-style:disc;
	margin-left:25px;
}

#projectDiv b font {
	color:#000099;
}

#projectNav .category {
	border-bottom:1px #d4d5d7 solid;
	cursor:pointer;
}

#projectNav a {
	zoom:1;
	color:#6f8582;
	font-family:Verdana, sans-serif;
	font-size:11px;
	line-height:100%;
	text-decoration:none;
	display:block;
	margin:8px 7px 8px 5px;
}

#projectNav a:hover{
	zoom:1;
	color:#be752e;
	font-family:Verdana, sans-serif;
	font-size:11px;
	line-height:100%;
	text-decoration:none;
	margin:8px 7px 8px 5px;
}

#projectNav .categoryLink {
	zoom:1;
	border-bottom:1px #d4d5d7 solid;
	display:none;
}

#projectNav .selected {
	color: #be752e;
	display:block;
}

#projectNav .selectedLink {
	color: #be752e;
	font-weight:bold;
}

#projectNav .on {
	border-bottom:none;
}

#imageArea {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
}

#imageControl {
	text-align:right;
	background-color:#e0e5ef;
	padding:0px 3px 0px 3px;
	font-size:11px;
	margin-top:10px;
}

#imageControl a {
	padding:0px 2px;
	text-decoration:none;
	color:#6f8582;
	font-size:12px;
}

#imageControl a:hover {
	padding:0px 2px;
	text-decoration:none;
	color:#be752e;
	font-size:12px;
}

#imageControl a.selected {
	font-weight:bold;
	color:#666666;
}

#contactInfo #companyAddress {
	width:180px;
	float:left;
	margin-left:5px;
}

#contactInfo #companyContact {
	width:120px;
	float:left;
}

#contactInfo .sLeft {
	width:110px;
	float:left;
}

#contactInfo .sLeft2 {
	width:115px;
	float:left;
	font-size:11px;
}


#contactInfo .sLeft2 a:link {
	color:#6F85B2;
}

#contactInfo .sRight {
	width:180px;
	float:left;
}

#contactForm {
	width:200px;
	margin-left:5px;
}

#fEmail {
	text-transform:lowercase;	
}

#departmentDiv {
	margin-left:10px;	
}

#departmentDiv div.hidden {
	display:none;	
}

.email {
	margin-bottom:10px;
	margin-left:5px;	
}

.email a:link {
	color:#6F85B2;	
}

#errorDiv {color:red;padding:5px;margin-bottom:5px;}
#successDiv {color:green;padding:5px;margin-bottom:5px;font-weight:bold;}
