#col1 {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 160px;
	float:left;
	display:none;
}
#col2 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 870px;
	float: left;
	margin: 50px 20px 10px 50px;
}

#col3 {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	width: 600px;
	float:left;
	padding: 40px 0 0 0;
}
#col4 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 225px;
	float: right;
}
#col5 {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 950px;
	float: right;
}

/*** while in development ***/
/*#col1 {border:1px solid red;}
#col2 {border:1px solid orange;}
#col3 {border:1px solid blue;}
#col4 {border:1px solid yellow;}
#col5 {border:1px solid black;}
*/
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #608aa9 url(images/bg.jpg) no-repeat center top;
	margin:0;
	padding:0;
	}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
	
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h2 {
	font-size: 1.6em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


/*** Infrastructure ***/
#mc, #header, #contentstart, #contentend, #footer {
	width:950px;
}
#mc {
	margin:auto;
}
#pagetile {
	background: white url(images/mc_bg.gif) repeat-y;
	float:left;
}
#header {
	height:163px;
	background: white url(images/top.jpg) no-repeat;
}
#contentstart {
	text-align: left;
	float:left;
	background: url(images/content_bg.jpg) no-repeat 0px 0px;
}
#contentend {
	float: left;
	padding: 0;
	background: url(images/content_end.jpg) no-repeat center bottom;
}
#footer  {
	font: normal 10px/12px arial, verdana;
	color: #211907;
	height:75px;
	text-align: center;
	background:  url(images/end.gif) no-repeat 0px 0px;
	padding: 10px 0px 0px 0px ;
	float: left;
	text-decoration:none;
}
 #footer a {
	color: #211907;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover {
	color: #211907;
	text-decoration:underline;
}
#gohome {
	position: absolute;
	z-index: 1000;
	visibility: visible;
	margin: 30px 0 0 380px;
}
#TopPanePosition {
	width:673px;
	margin:10px 0 0 130px;
}
#navcontainer {
	width: 840px;
	padding: 120px 0 0 150px;
	display:none;
}
/*** Submenu Appearance ***/
.sf-menu {
	float:left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;
	padding: .75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:black;
}
.sf-menu li {
	background:#orange;
}
.sf-menu li li {
	background:#orange;
}
.sf-menu li li li {
	background:#red;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#cb9319;
	outline:0;
}

/*** Essential Styles ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** Arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}