/* CSS Document */

/* Special thanks to Christian Linsey, Jeff Boulet, and RichDJ.com Web Services */


/* */


/* Basic Layout */

body {
	margin: 0;
	padding:0; 	
	}

#container {
	margin:0 auto;
	width:940px;
	border:0;
	position:relative;
	line-height:12px;
	}	

#wrapper {
	background:url(http://www.jwcampbe.com/images/background.gif);
	background-repeat:repeat-y;
	float: right;
	}

#horizontal {
	background-color:#000000;
	height:3px;
	width:940px;
	font-size: 3px;
	position:absolute;
	top:88px;
	}
	
#pageheader {
	height: 135px;
	width:940px;
	background:url(http://www.jwcampbe.com/images/headerbackground.gif);
	background-repeat:no-repeat;
	}

/* End of Basic Layout */


/* */


/* Text */


h1 {
	font-family:inherit;
	}
	
h2 {
	font-family:inherit;
	}
	
h3 {
	font-family:inherit;
	}

/* Used for Context for Quotations */
h4 {
	font-family:inherit;
	font-size: 0.75em;
	padding-left:75px;
	text-decoration:none;
	font-style:none;
	font-weight:100;
	padding-top:6px;
	}
	
h5 {
	font-family:inherit;
	font-size:12px;
	line-height:15px;
	font-style:normal;
	text-align:right;
	font-weight:100;
	padding:0; margin:0;
	}
	
h5 a {
	color:inherit;
	text-decoration:none;
	}
	
h5 a:hover {
	color:#333333;
	text-decoration:none;
	}

/* End of Text */


/* */


/* Main Navigation */

ul#cl_nav {	
	background:#000;
	top:50px;
	left:89.5px;
	width:124px;
	position:absolute;
	padding:0; margin:0;
	}
	
ul#cl_nav a {
	height: 40px;
	width: 62px;
	display:block;
	}

ul#cl_nav li {
	list-style-type:none;	margin:0; padding:0;  float:left; 
	}
	
/* End of Main Navigation */


/* */


/*Side Nav*/

#sidenav {
	width: 145px;
	max-width:145px;
	float:left;
	top: 50px;
	position:relative;
	line-height:20px;
	}

ul.sidenav {
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif; padding:0;
	text-align:right;
	}
	
ul.sidenav li {
	list-style-type:none;
	margin:0;
	padding-right: 15px;
	padding-left:10px;
	padding-bottom:10px;
	}	
	
li.sidenav {
	list-style-type:none;
	margin:0 0 0 -20;
	padding-right: 15px;
	padding-left:10px;
	}

ul.sidenav a {
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	}
	
ul.sidenav a:hover {
	color: #ffffcc;
	text-decoration: underline;
	}

/*End Side Nav*/


/* */


/*Main Content*/

#content {	
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom:25px;
	padding-right: 20px;
	padding-top: 30px;
	width: 730px;
	float:left;
	line-height:16px;
	}

.mainimage {
	text-align:center;
	position:relative;
	padding-top:14px;
	padding-bottom:14px;
	}

#centering1 {
	margin:0 auto;
	width:565px;
	border:0;
	position:relative;
	}

#centering2 {
	float: right;
	}	

#quotation {
	margin:0 auto;
	border:0;
	position:relative;
	line-height:16px;
	width:520px;
	margin-top:12px;
	border-left: ridge #666666 thick;
	padding-left:18px;
	margin-bottom:20px;
	text-align:justify;
	}
	
#content p {
	padding-left: 50px;
	padding-bottom:18px;
	padding-right:20px;
	width:710px;
	}
	
#content a {
	text-decoration:none;
	color:#003366;
	}

#content a:hover {
	text-decoration:underline;
	color:#6c6600;
	}

#mainheader {
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color: #000000;
	width: 600px;
	left: 250px;
	top: 90px;
	position:absolute;
	text-align:right;
	line-height:50px;
	}

/*End Main Content*/


/* */


/*Footer*/

#footer {
	position:relative;
	width:940px;
	height:100px;
	float:none;
	float:left;
	background:url(http://www.jwcampbe.com/images/footerbackground.gif);
	background-repeat:no-repeat;
	padding-bottom:20px;
	}


#footertext {
	color: #000000;
	margin-top:43px;
	padding-left:150px;
	padding-right:50px;
	padding-top:7px;
	width: 575px;
	font-size:16px;
	float:right;
	line-height:18px;
	}

ul.footer {
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif;
	}
	
ul.footer li {
	list-style-type:none;	margin:0px; padding-left:20px;  float:right; text-align:right;
	}	

ul.footer a {
	font-family: "Book Antiqua", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	}
	
ul.footer a:hover {
	color: inherit;
	text-decoration:underline;
	}

/*End Footer*/

.subcont {
	font-size:9px;
	text-indent:7px;
	font-style:italic;
	}

table {
	padding-left:135px;
	width:500px;
	}

td {
	width:50%;
	}
	
