body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#main
{
	margin: auto;
	margin-top: 0px;
	width: 920px;
}

img
{
	border: 0px solid;
}

div#header
{
	width: 920px;
	height: 67px; /* really 81px */
	background: url(../images/header_bg.png);
	border-bottom: 1px solid #000;
	padding-top: 14px;
}

/*Picture Captions*/
div#caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 150%;
}

div#subheading
{
	font-weight: bold;
}

/* for ie7 position */
*:first-child+html div#header
{
	padding-top: 28px;
}

div#container
{
	width: 878px;
	margin: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(../images/content_bg.png) repeat-y;
}

div#menu
{
	width: 208px;
	/* can't find a way to force this div to touch the bottom of the browser unless we make a fake background for the whole page */
	background: #CCE0FF;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

div#menu a, div#menu a:link
{
	text-decoration: none;
	color: #000;
}

div#menu a:hover
{
	color: #060;
}
		
div#content
{
	width: 669px;
	border-left: 1px solid #000;
	float: right;
}

div#top
{
	/* bg image defined in specific page.css file */
	width: 669px;
	height: 295px;
	clear: both;
}

div#left_content_container
{
	float: left;
}

div#content_container
{
	/* padding and margin for crazy side dots */
	padding-top: 20px;
	margin-top: -20px;
	width: 504px;
	float: left;
	border-right: dotted #CCC;
}

div#content_container_topless
{
	margin-top: 10px;
	width: 504px;
	float: left;
	border-right: dotted #CCC; 
}
				
div#left
{
	/* bg image defined in specific page.css file */
	width: 139px;
	height: 366px;
	float: left;
	margin-bottom: 40px;			
}
			
div#center
{
	width: 317px; /* real width 368 */
	float: right;
	padding: 24px;
	font-family: Arial, Verdana, Georgia; 
	font-size: 11px; 
	line-height:17px;
}

div#content_container_topless div#center
{
	width: 456px;   
}

div#center img
{
	margin: 0px;
	padding-top: 5px;
	margin-top: 5px;
}

div#center ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

div#right
{
	width: 140px;
	float: right;
	padding-left:10px;
	padding-right:10px;
	margin: 0px;
	font-family: Arial, Verdana, Georgia;
	font-size: 11px;
	line-height: 12px;
}

div#right p
{
	width: 140px;
	float: right;
	margin: 0px;
	padding-bottom:10px;
	font-family: Arial, Verdana, Georgia;
	font-size: 11px;
	line-height: 16px;
}

div#right img
{
	margin: 0px;
	padding-top: 5px;
	margin-top: 5px;
}
	
/* Bottom of Layout */
div#bottom
{
	clear: both;
	width: 713px;
	height: 77px;
	border-right: dotted #CCC;
	background: url(../images/content_bg.png) repeat-y;
}

div#footer
{
	width: 504px;
	float: right;
	text-align: center;
	font-size: 9px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 0px;
	border-left: 1px solid #000;
	border-top: dotted #CCC 2px;
}
		
/* Team Vision Logo */
div#tv_logo
{
	width: 208px;
	height: 33px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0px solid;
	padding-top: 12px;
	text-align: center;
	float: left;
	margin-top: 34px;
	margin-left: -1px;
	background: #CCE0FF;
}
	
/* Footer Links */
div#footer p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}

div#footer a
{
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding: 10px;
}

div#footer a:hover
{
	color: #237B2C;
}

/** Top Navigation **/
ul#top_nav
{
	padding-right: 14px;
}
ul#top_nav li
{
	list-style: none;
	padding: 0px 10px 0px;
	float: right;
}

/* Menu Styles */
div.menu_title
{
	width: 208px;
	height: 25px;
	display: block;
	padding-top: 10px;
	background: url("../images/menu_bg.png");
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
	
div.menu_content
{
	width: 208px;
}
div.menu_title a,div.menu_title a:visited,div.menu_content a,div.menu_content a:visited
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
	
div#menu ul
{
	padding: 0px;
	margin: 0px;
}
div#menu li
{
	list-style:	none;
	padding: 0px;
	margin: 0px;
}

/* Menu Bar Images */
div#hcs_logo
{
	margin-top: 35px;
}

div#maui
{
	margin-top: 10px;
}

h2
{
	font-family: Arial, Verdana, Georgia;
	font-size: 12px;
	font-weight: bold;
}

h4
{
    margin-bottom:0px;
    padding-bottom:0px;
}