﻿body
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.9em;
    background-color:Gray;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #2A89A5;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

#floatleft {
	float: left;
	/*width: 100px;*/
}

a:link, a:visited {color: black}

#c1 
{
	background-color:Silver;
	width: 500px;
	color: Black; 
}

#c2
{
	background-color: Gray;
	color: White;
}

h1         {
            font-size: 1.2em;
            font-variant:small-caps;
            font-weight:bold;
	        color:#2A89A5;
           }


h2
{
    font-size: 1.1em;
    font-variant:small-caps;
    font-weight:bold;
	color:#2A89A5;
}

h3
{
	font-weight :normal;
    font-size: 1em;
	color:#2A89A5;
	margin:0;
	padding:0;
}

h4
{
	font-weight :normal;
    font-size: 1em;
	color:#2A89A5;
	margin:0;
	padding:0;
}


.defaultformview
{
	padding: 0px 0px 0px 0px;
	border: none;
}

td.menu
{
	border-top: none;
	border-bottom: 5px solid white;
	background-color:#B6BCA3;
	font-weight:bold;
}

table.master 
{
	width: 900px;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: White;
}

/* Picture at the top of the site */
#poster
{
    background: url(images/top-business-health.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 193px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#footer
{
    color: white;
    font-size: 0.75em;
    background-color: #2A89A5;
    width: 900px;
    height: 26px;
    text-align: center;
    padding-top: 8px;
    border-top: 2px solid white;
}

table.menu 
{
	margin:0;
	width: 900px;
	border: 0;
	border-top: 1px solid white;
	border-bottom: 2px solid white;
}

td.menuline
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
	border-left: none;
	background-color: #B6BCA3;
}

td.menu, td.menulast, td.menuwide, td.menuselected, td.menuselectedlast
{
	width: 13%;
	border-top: 1px solid white;
	border-bottom: none;
	border-right: 1px solid white;
	background-color: #B6BCA3;
	font-weight:bold;
	height: 1.5em;
}

td.menuwide
{
	width: 20%;
}


a.menu, a.menu:visited, a.menulast, a.menulast:visited, a.menuwide, a.menuwide:visited, a.menuselected, a.menuselectedlast
{
	font-size: 0.8em;
	text-align:left;
	margin-left: 10px;
	text-decoration:none;
	color:white;
}

td.menulast, td.menuselectedlast
{
	width:auto;
	border-right: none;
}

td.menuselected, td.menuselectedlast
{
	background-color: white;
}


a.menuselected, a.menuselectedlast
{
	color: #262528;
}

a:hover, a.menu:hover, a.menulast:hover, a.menuwide:hover 
{
	color:#2A89A5;
	/*background-color:#2A89A5;*/
}	

li {display:inline}

/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo , .photo a:link, .photo a:visited
{
    /*background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    */
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
    border-style: none;
	border: none;   
    padding: 0px;
}

.picture , .picture a:link, .picture a:visited
{
    /*background: #FEFFC8;*/
    /*border: solid 1px #E8DCA3;*/
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
    border-style: none;
	border: none;   
    padding: 0px;
    /*padding: 3px;*/
    /*margin: 5px;*/  
}

