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



/*----------------------------CSS reset----------------------------*/
body { color: black; background: white; }
 
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img { border: 0;}
 
:focus { outline:thin; }
/*------------------------------------------------------------------*/

/* 
/*	THE BLUE COLOUR! #0063be
*/


body {
	background:#ffffff url(images/color_bg.jpg) repeat-x;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	}

h1 {
	font-family:"Trajan Pro", Trajan,  Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	}
	
h2 {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	}
	
h3 {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:90%;
	line-height:1.3em;
	margin:0px;
	}
	
h4 {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:80%;
	line-height:1.3em;
	margin:0px;
	}
	
h5 {	
	font-size:70%;
	font-style:oblique;
	}
	
a {	
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

.left {
	float:left;
	}
	
.right {
	float:right;
	}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
	}
	
	
.oblique {
	font-style:oblique;
	}

.small {
	font-size:80%;
	}
	
.image {
	float:left;
	margin:10px 0 0 -10px;
	}
	
.spalt {
	clear:both;
	float:left;
	width:300px;
	margin:30px 30px 0px 0;
	}
	
.box {
	float:left;
	width:400px;
	background:#0063be url(images/box_bg.jpg) top repeat-x;
	margin:40px 0 0 0;
	padding:5px 10px 5px 10px;
	text-align:center;
	color:#fff;
	font-size:90%;
	line-height:1.3em;
	border:1px solid #0c3861;
	}
	
.box a {
	color:#fff;
	text-decoration:underline;
	}
	
.filler {
	clear:both;
	height:30px;
	}
	
.magazine {
	display:block;
	float:left;
	margin:20px 20px 0 0;
	width:430px;
	}
	
.magazine a:hover img{
	border:1px solid #909090;
	}
	
.magazine img {
	border:1px solid #ccc;
	margin:0 10px 0 0;
	}
	
.item {
	float:left;
	width:300px;
	}	
	
.magazine a {
	color:#000;
	}
	
.magazine a:hover a:visited {
	color:#000;
	}

		
#wrapper {
	background:#fff url(images/color_bg.jpg) repeat-x;
	margin:auto;
	width:960px;
	}


#nav {
	height:40px;
	background:#666 url(images/nav-gradient.jpg) bottom repeat-x;
	padding:25px 0 0 0;
	color:#ffffff;
	}
	
#nav li {
	display:block;
	float:left;
	padding:0px;
	margin:0 0 0 5px;
	height:40px;
	}
	
#nav a {
	display:block;
	float:left;
	margin:0 0 0 20px;
	padding:0px;
	color:#ffffff;
	font-size:80%;
	
	}
	
	
#header {
	background:#fff url(images/cj_center_header_big.jpg) no-repeat;
	height:200px;
	font-size:90%;
	color:#ffffff;
	}
	
#header h2 {
	padding:170px 0 0 40px;
	color:#ffffff;
	}
	
#header a {
	color:#ffffff;
	}
	
	
#main {
	padding:20px;
	background-color:#ffffff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	}
	
#mainContact {
	padding:20px;
	background:#ffffff url(images/phone.jpg) top right no-repeat;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	}
	
#top {
	float:left;
	width: 430px;
	margin:40px 0 0 0;
	text-align:left;
	}
	
#topHeader {
	float:left;
	width:420px;
	}
	
.subHeader {
	float:left;
	margin:10px 0 0 10px;
	font-size:90%;
	}
/*	
	
#topDesc {
	margin:40px 0 0 0;
	}
*/
#topDesc a {
	color:#000;
	}

#topBottom {
	clear:both;
	margin:20px 0 0 0 	
	font-size:90%;
	line-height:1.3em;
	height:1%;
	}
	
body > div#topBottom { /* IE fix */
	clear:both;
	margin:250px 0 0 0;				
	font-size:90%;
	line-height:1.3em;
	}
	
#topBottom a {
	color:#0063be;
	font-size:90%;
	font-style:oblique;
	width:910px;
	}
	
#bottom {
	background:#fff url(images/magazines_warped.jpg) bottom right no-repeat;
	margin:60px 0 0 0;
	}
	
#bottomHeader {
	width:910px;
	}
	
#bottom ul {
	list-style-type:disc;
	list-style-position:inside;
	}

#bottom li {	
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:90%;
	line-height:1.3em;
	}


#bottom a {
	color:#0063be;
	font-size:80%;
	font-style:oblique;
	}


#footer {
	clear:both;
	background:#464646 url(images/footer_bg.jpg) top repeat-x;
	margin:0 auto 0 auto;
	padding:30px 20px 20px 20px;
	text-align:center;
	color:#fff;
	}
	
#footer a {
	color:#fff;
	}







