/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;						/* This removes the border around the viewport in old versions of IE */
	width:100%;
	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:.8em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #4F4F4F url(../images/4col2colbg.gif) repeat-y top left;
}

a {
	color:#555;
	text-decoration:none;
}

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

a img {
	border: 0;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

img {
	margin:10px 0 5px;
}


/* 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,
.primaryNav {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 .5em 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 */
}
.col1 {
	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: #4F4F4F;		 right column background colour */
}

.threecol .colmid {
	right:15%;			/* width of the right column */
	/*background:#4F4F4F;		  center column background colour */
}

.threecol .primaryNav {
	right:60%;			/* width of the middle column */
	background: url(../images/4col2colbg.gif) repeat-y top left;
	z-index: 20;
}

.threecol .col2 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}

.threecol .col1 {
	width:22%;			/* Width of left column content (column width minus padding on either side) */
	left:20%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width:15%;			/* Width of right column content (column width minus padding on either side) */
	left:80%;			/* 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) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #777;
	background: #ffffff;
}

#footer p {
	font-size: .7em;
	padding:10px;
	margin:0;
	text-align:center;
}

/* Content Specific */
#content {
	display: block;
	background-color: #FFF;
	border-color: #333;
	padding: .5em;
	margin: .5em;
	text-align: left;
	height: 100%;
}

#content p {
	color:#000;
}

#content img {
	float:right;
	padding: .5em;
	margin: .5em;
}

#content a img {
	float: right;
	margin: .5em;
	padding: .5em;
}

#adImg a img {
	float: none;
	margin-top: .5em;
	margin-bottom: .25em;
}

#content h1, #content h2, #content h3, #content h4 {
	display: block;
	background-color: #F9AE0C;
	height: 2em;
	padding: .5em;
	text-align: center;
}

.contentTitle {
	display: block;
	background-color: #F9AE0C;
	height: 2em;
	padding: .5em;
	font: 1.5em bold;
	text-align: center;
}

#content a {
	color: #0000FF;
}

#content a:hover {
	color: #F9AE0C;
}

#content a:visited {
	color: #0000FF;
}

#content table {
	font: 1em;
}

/* ------------ header styles */

.headerBar {
	text-align: right;
	margin-top: 0;
	padding-top: .1em;	
	padding-right: 0em;
}
#wrap {
	display:block;
	font-size: .9em;
	padding-bottom: 65px;
	margin-left: 10%;
}


/* ------------ accordion menu styles */

#directory {
	position: absolute;
	margin-left: 30px;
	margin-top: 100px;
}

.directoryTitle {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.5em;
}

.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 255px; /*width of menu*/
	border: 1px solid #9A9A9A;
	overflow:hidden;
	background: #FFF;
}

.applemenu div.silverheader a{
	background: black url(../images/silvergradient.gif) repeat-x center left;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	cursor: pointer;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
	color: white;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../images/silvergradientover.gif);
	color: white;
	margin-left: .2;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	font-size: 10px;
	background: white;
	margin-left: 1em;
}
.applemenu div.submenu p{ /*DIV that contains each sub menu*/
	margin: .25em;
}


/* ------------- ad column styles */

#adColumn {
	margin: 0;
	padding-top: 192px;
	text-align:left;
}

#adColumn img {
	display: block;
	margin: 0 1em 0;
	padding: 0;
}

#adColumn img.secondAd {
	display: block;
	margin: 3em 1em 0;
}

/* Search Feature */
.searchBtn {
	margin-left: 12em;
	margin-top: .3em;
  border: 1px solid #444;
  background: #F9AE0C;
}
.searchBtn:hover {
  border: 1px solid #444;
  background: #888;
}
.searchTitle {
	font-weight: bold;
	font-size: .75em;
	margin-top: 2.5em;
	margin-bottom: 0;
	padding-top: 15;
	padding-bottom: 0;
}
.inputItems {
	width: 228px;
	margin-top: 0;
	padding-top: 0;
}



/* ------------- primary nav styles */

#logo {
	display:block;	
	margin: 1em 1em; padding: 0.5em 0 0em 1em;
}

#primaryNav {
	height: 100%;
	margin-bottom: 1.75em; padding-top: 1px; margin-right: 0px;
	float: left;
}

#navLinks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	margin-top: .25em;
	padding-top: .25em;
	padding-right: 0;
	margin-right: 0;
	width: 150px;
}

#navLinks li.first {
	margin-top: 0em;
	padding-top: 0em;
	padding-right: 0em;
	margin-right: 0em;
}

#navLinks a {
	display: block;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	height: 18px;
	padding: .35em .5em 0 0;
}

#navLinks a:hover {
	background-color: #F9AE0C;
}

/* ------------- secondary nav styles */

#secondaryNav {
	width: 100px;
	height: 100%;
	float: left;
	margin-left: 0;
	padding-left: 0;
}



/* ------------- header nav styles */

#sddm {	
margin: 0;
padding: 0;
z-index: 30;
}

#sddm li {
margin: 0;
padding: 0;
list-style: none;
float: left;
}

#sddm li a {
display: block;
margin: 0 1px 0 0;
padding: 4px 10px;
border-right: 1px #000 solid;
width: 70px;
color: #FFF;
text-align: center;
text-decoration: none;
}

#sddm li a.subNav {
border: 0;
}

#sddm li a.last {
border-right: 0;
}

#sddm li a:hover {
color: #f9ae0c;
}

#sddm div {
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
color: #FFF;
}

#sddm div a {
position: relative;
display: block;
margin: 0;
padding: 5px 10px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
color: #FFF;
}

#sddm div a:hover {
color: #f9ae0c;
}

.headerNav {
width: 100%;
position:relative;
text-align:right;
}

	/* --> */
