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

/* COPYRIGHT KEVIN DAVIDSON & K JAMES CONSTRUCTION 2009
// THIS TEMPLATE DESIGNED BY KEVIN DAVIDSON
// VISIT US AT HTTP://WWW.KDMP.CA
*/


/* HTML SCHEME */

body {
	background: #f5f4f4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #5d0101;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

/* TEMPLATE */

#main_wrapper {
	width: 963px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

#top_wrapper {
	width: 963px;
	height: 100px;
	background-color: #FFFFFF;
}

#logo_wrapper {
	float: left;
	width: 480px;
}

#logo {
	margin-left: 20px;
	margin-top: 10px;		
	height: 100px;
	background-image: url(../images/Logo.kjames3.jpg);
	background-repeat: no-repeat;
}

#top_menu {
	float: right;
	width: 483px;
}

#inner_top_menu {
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
}

#date_container {
	float: right;
	width: 483px;
	text-align: right;
}

#date {
	padding-top: 50px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}

#image_header_container {
	float: left;
	width: 963px;
	height: 182px;
	padding-top: 10px;
	padding-left: 1px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#image_header {
	width: 961px;
	height: 174px;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #333333;
}

#sub_menu_container {
	float: left;
	width: 963px;
	height: 96px;
}

#sub_menu {
}

#content_container_wrapper {
	float: left;
	width: 963px;
	padding-top: 15px;
	background-color: #FFFFFF;
	color: #666699;
}

#award_wrapper {
	float: left;
	width: 154px;
	background-color: #FFFFFF;
}

#left_content_container {
	float: left;
	width: 154px;
}

#award_content {
	
}

#right_content_container {
	float: right;
	width: 809px;	
}

#main_content_container {
	float: left;
	width: 510px;
	border-right-style: outset;
	border-right-width: 1px;
	border-right-color: #333333;
}

#sub_content_container {
	float: right;
	width: 285px;
	padding-right: 3px;
	font-size: 14px;
}

#main_content {
	text-align: left;
	padding: 8px;
	font-size: 14px;
	/*background-color: #e9e9e9;  //REMOVED AS PER ANDREW'S INSTRUCTION
	border-style: solid;
	border-width: 1px;
	border-color: #C8C8C8; */
	min-height: 300px;
}

#sub_content {
	text-align: left;
	padding: 8px;
	/*background-color: #e9e9e9;
	border-style: solid;
	border-width: 1px;
	border-color: #C8C8C8;*/
	min-height: 300px;
}

.sub_content_title {
	font-weight: bold;
	font-size: 16px;
}

#footer_container {
	float: left;
	width: 963px;
	padding-top: 20px;
}

#footer {
}

#copyright_container {
	padding-top: 20px;
}

#copyright {
	font-size: 11px;
}

.thumbnail img {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}
