/* Styles for default layout*/
body {
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000000;     /*black*/
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;         /*100%=16px*/
	color:#ffffff;          /* makes all text white unless otherwise noted in specific divisions*/
	font-family: Arial,Helvetica,sans-serif;
	}
ul	{
	list-style: disc;
	}
a	{
	color:#ffffff;          /*links are white*/
	text-decoration:none;
	}
a:hover {
	color:#ffffff;         /*white*/
	background:#003300;    /*hunter*/
	text-decoration:none;
	}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color:#ffffff;
	}
p	{
	margin:.4em 0 .8em 0;
	padding:.5em;
	color:#ffffff;	/*had to add in color of text in each section for Safari to display correctly; otherwise defaults to black*/
	clear: left;
	}
img
	{ 
	display:inline; 
	margin:3% 3% 0 0;
	float: left;
	} 
.col3 img, .col1 img
	{ 
	float: right;
	} 

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	}
#header {
	/*border-bottom:1px solid #000000; */ /*black for now*/
	background:#000000;
	}
#header p,#header h1,#header h2
	{
	padding:.4em 15px 0 15px;
	margin:0;
	}
.threecol .col1 ul
	{
	list-style: none;
	}
	
#docksidersline1
	{
	clear:both;
	background:#000000;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	border-bottom:4px solid #003300; 
	}
		
/* column container */
.colmask
	{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
/* common column settings */
.colright,	.colmid, .colleft
	{
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}
.col1,	.col2,	.col3
	{
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
 				   only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	}
/* 3 Column settings */
.threecol
	{
	background:#000000;	/* right column background colour black*/
	}
.threecol .colmid
	{
	right:25%;			/* width of the right column */
	background:#000000;	/* center column background colour black*/
	}
.threecol .colleft
	{
	right:50%;			/* width of the middle column */
	background:#000000;	/* left column background colour black*/
	}
.threecol .col1
	{
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	}
.threecol .col2
	{
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3
	{
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left 						padding) */
	}
.threecol .col3 ul
	{
	list-style: none;
	clear: left;
	}
.threecol .col3 .disclist ul
	{
	list-style: disc;
	clear: left;
	}

.headercol1 h1, h2, h3
	{
	padding: 0;
	text-transform: uppercase;
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-align: center;
	}
.headercol1 h1
	{
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: 120%;
	color: #ffffff;
	}
/*centering image in column 1 - middle column*/
.headercol1
	{
	float:left;
	width:100%;
	background:#000000;
	overflow:hidden; 
	position:relative;
	} 
.headercol1 .centeredimage
	{ 
	clear:left;
	float:left;
	margin:0; 
	padding:0; 
	position:relative;
	left:50%; 
	} 
.headercol1 .centeredimage img
	{ 
	display:block; 
	float:left; 
	margin:0; 
	padding:0; 
	position:relative; 
	right:50%; 
	} 

.headercol1 h2
	{
	clear:left;
	font-size: 110%;
  	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: .5em;
	}
.headercol1 h2 a
	{
	text-transform: uppercase;
	text-decoration: none;
	/*font-size: 110%;*/
	color: #ffffff;
	}
.headercol1 h2 a:hover
	{
	color: #003300;
	background: none;
	}
.headercol1 h3
	{
	clear:left;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: 105%;
	color: #ffffff;
	}

/* Menu */

#menu
	{
	float:left;
	width:100%; /*real menu dims are 384px x 39 px*/
	background:#000000;
	margin: 2% 0 2% 0;
	overflow:hidden; 
	position:relative;
	} 
#menu ul 
	{ 
	clear:left;
	float:left;
	list-style:none; 
	margin:0; 
	padding:0; 
	position:relative;
	left:50%; 
	text-align:center; 
	height: 40px;
	} 
#menu ul li 
	{ 
	display:inline; 
	float:left; 
	list-style:none; 
	margin:0; 
	padding:0; 
	position:relative; 
	right:50%; 
	font-size: 95%;
	width: 99px;
	height: 40px;
	} 
#menu ul li a 
	{ 
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	background: url(graphics/boyslinkback.gif);
	background-repeat: no-repeat;
	color:#ffffff;
	text-decoration:none;
	width: 99px;
	height: 40px;
	font-weight: bold;
	font-size: 80%;
	}
#menu ul li a:hover
	{
	background: url(graphics/boyslinkhover.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}
#menu .active a
	{
	background: url(graphics/boyslinkhover.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	}

/*centering image in column 2 - left column*/
.col2
	{
	float:left;
	width:100%;
	background:#000000;
	overflow:hidden;
	position:relative;
	} 
.col2 .centeredimage
	{ 
	clear:left;
	float:left;
	margin:0; 
	padding:0; 
	position:relative;
	left:50%; 
	} 
.col2 .centeredimage img
	{ 
	display:block; 
	float:left; 
	margin:3%; 
	padding:0; 
	position:relative; 
	right:50%; 
	} 

/*centering image in column 3 - right column*/
.col3
	{
	float:left;
	width:100%;
	background:#000000;
	overflow:hidden;
	position:relative;
	} 
.col3 .centeredimage
	{ 
	clear:left;
	float:left;
	margin:0; 
	padding:0; 
	position:relative;
	left:50%; 
	} 
.col3 .centeredimage img
	{ 
	display:block; 
	float:left; 
	margin:3%; 
	padding:0; 
	position:relative; 
	right:50%; 
	} 
.col3 .userselectcontrast ul li
	{
	display:inline; 
	float:left; 
	list-style:none; 
	margin:0; 
	padding:0 5px 0 0px; 
	color:#ffffff;
	font-size: 80%;
	}

.col .userselectcontrast ul li a 
	{ 
	display:block;
	padding:0 5px 0 0;
	background:#003300;
	color:#ffffff;
	text-decoration:none;
	font-size: 80%;
	}




/* Footer styles */
#footer
	{
	clear:both;
	text-align: center;
	width:100%;
	border-top:4px solid #003300;
	}
#footer p
	{
	padding:10px;
	margin:0;
	color:#ffffff;
	background:#000000;
	}
#footer a
	{
	color: #003300;
	text-decoration: none;
	}
#footer a:hover
	{
	color: #ffffff;
	background: #003300;
	text-decoration: none;
	}
