﻿/*** Reset goofy browser margins and stuff ***/
* {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	left: 0px;
	color: #000000;
}
/*** Now that everything is reset, here is what we really want stuff to look like. ***/
body {
	background: #000000;
	color: #303030;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: .9em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 20px 10px 10px 15px;
	text-align: center;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height:1.5em;
	padding: 5px 10px 10px 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	color: #CC0000;
	padding: 5px 10 10px 10px;
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.2em;
	padding: 15px 0 5px 15px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height:1em;
	color: #CC0000;
	padding: 5px 0 5px 15px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height:1em;
	color: #CC0000;
	padding: 5px 0 5px 15px;
}
p {
line-height:1.5em;
padding:5px 10px 15px 15px;

}
a {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*** Main container ***/

#container {
	/*background: url('images/fosterweb/bgGreen1.jpg') repeat-x;*/
	color: #303030;
	margin: 0 auto 0 auto;
	width: 780px;
	padding: 0;
	text-align: left;
}

/*** Header section ***/

#branding {
	background: url('images/header780x118.jpg') no-repeat;
	color: #ffffff;
	height: 118px;
	text-align: right;
}
#branding h1 {
	font-weight: normal;
	font-size: 2.4em;
	margin: 0;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #336600;
}

#branding h2 {
	font-weight: bold;
	font-size: 2.0em;
	color: #000000;
	text-align: right;
	margin: 0;
	padding-top: 70px;
	padding-right: 20px;
	font-style: italic;
}
#branding h3 {
	font-size: 1.5em;
	color: #000000;
	text-align: right;
	padding-top: 70px;
	padding-right: 20px;
	font-weight: normal;
}

/*** Horizontal menu ***/

#mainmenu {
	float: left;
	width: 780px;
	background-image: url('images/menu_off.png');
	background-repeat: repeat-x;
}

#mainmenu ul {
	font-size:16px;
	margin:0;
	padding:0;
}

#mainmenu li {
	float: left;
	height: 37px;
	list-style: none;
	margin: 0;
	padding: 0;
} 
#mainmenu a {
	font-size: .85em;
	border-right: 1px solid #b0b0b0;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 10px 10px;
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-weight: bold;
}

#mainmenu a:hover {
	color: #000;
	text-decoration: none;
	background-image: url('images/menu_over.png');
	background-repeat: repeat-x;
}

#mainmenu a.current {
	background: #f0f0f0 url('mages/menu_over.png') repeat-x left top;
	color: #000;
	text-decoration: none;
}
/*** Content wrap ***/

#wrap {
	clear: both;
	font-size: 0.9em;
	padding: 0;
	position: relative;
	background-color: #FFFFFF;
}

/*** Sidebar ***/

#sidebar {
	width: 190px;
	float: left;
	position: relative;
}

#sidebar h1 {
	color: #505050;
	font-weight: bold;
	margin: 0 0 12px 0;
	font-size: 14px;
}

#sidebar h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

#sidebar p {
	font-size: .8em;
	margin: 0 3px 3px 5px;
}
/*** Sidebar menu ***/
#verticalMenu {
width: 12em; /* set width of menu */
background: #eee;
margin-top: 10px;
} 

#verticalMenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#verticalMenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#verticalMenu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#verticalMenu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#verticalMenu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#verticalMenu a:hover {
color: #a00;
background: #fff;
}

#verticalMenu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#verticalMenu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
/* Hover styles */
div#verticalMenu ul ul li:hover ul ul
{display: none;}

div#verticalMenu ul ul ul
{display: none;}

div#verticalMenu ul ul ul li:hover ul
{display: block;}

div#verticalMenu ul ul li:hover ul
{display: block;}

/*** Layout with 2 columns - this is the larger column ***/
#colLarge {
	width: 590px;
	float: left;
}
#colLarge p {
line-height:1.5em;
padding:5px 10px 5px 15px;

}
/*** Alternate layout with only one big column ***/
.colCombined {
	width: 780px;
}
/*** Alternate layout with 2 columns side by side ***/ 
/***one is big enough to fit that rotating image on the home page ***/

.col-379pxFloatLeft {
    float: left;
    width: 379px;
}
.col-400pxFloatLeft {
    float: left;
    width: 400px;
}
.colSmallCentered {
	width: 500px;
	margin: 0px auto 0px auto;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}


/*** Content ***/

.imageleft {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px;
padding:5px;
}

.imageright {
border:1px solid #b0b0b0;
float:right;
padding:3px;
}



/*** Footer ***/

#footer {
	background: url('images/MasterPage/CallToday.png') no-repeat top;
	clear: both;
	width: 100%;
	background-color: #989898;
}
#footer p{
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	margin-top: 95px;
}

/*** Misc ***/

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr.letsmeetatbottom {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

.PhotoCaption {
	font-weight: bold;
	width: 400px;
}
/* End */



