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

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:1600px;
	min-width:1280px;	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:110%;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family:"Carlton Std", sans-serif;
	font-weight: bold;	
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-family:"Carlton Std", sans-serif;
}
img {
	margin:10px 0 5px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	text-align:center;
	width:100%;
	height:450px;
}
#header {
	background-image:url(../images/COJ-Banner-1.png);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:inline-block;
	float:left;
	margin:5px;
	padding:3px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}	/* end header */

/* Social Media Links */
#social {
	position:relative;
	width: 100%;
	height: 40px; 
	float: right; 
	text-align:right;
	display:inline-block;
	padding-top:390px; 
	padding-right:20px; 
}	/* end social media */

/* Menu Style */
#menu {
	position:relative;
	width:1280px;
	font-family:"Carlton Std", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align:central;
	margin: 15px 0;
	padding: 0 0 0 5px;
	list-style-type: none;
	font-size: 15px;
	background: #eee;
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
#menu li {
	float:left;
	margin: 0;	
}
#menu li a {
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}	/* end general menu */

/* Black Menu */
#menu.black {
	margin-right:auto;
	margin-left:auto;
	width:1280px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background: #333;}
#menu.black a {color: #CCC;}
#menu.black li a:hover, 
#menu.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
/* end black menu */

/* column container */
.colmask {
	margin-right:auto;
	margin-left:auto;
	position:relative;									/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	height:1200px;
	width:100%;											/* width of whole page */
	background-image:url(../images/bg_2048x1600.jpg);	/* page background colour */
	overflow:hidden;									/* This chops off any overhanging divs */
}	/* end container */

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	height:1200px;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	height:1200px;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (double page) settings */
.colleft {
/*	height:1600px; */
	right:50%;			/* right column width */	
	border-right:double;
}
.col1 {
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
/*	height:1600px; */
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
	border-top:double;
}
.col2 {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
/*	height:1600px; */
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	border-top:double;
}	/* end container */


/* Footer styles */
#footer {
	clear:both;
	float:left;
	text-align:center;
	width:100%;
	height:82px;
	font-family:"Carlton Std", sans-serif;
	font-weight: bold;
	color:#000;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	background-image:url(../images/text-box.png);
	background-repeat:repeat;
	background-position: bottom;	
}
#footer p {
	padding:5px;
	margin:0;
}
