/*-----------------------------------------------------------------------------
Print Style Sheet

version:   1.0
date:	   11/7/2007	
author:    Larry Cobb
email:     lcobb@trsg.net
website:   http://www.amerisbank.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, hr {
  margin: 1em 0;
}

/* Put it back on certain elements */
ul, ol {
  margin: 1em 3em;
}

li {
  margin: .25em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	margin: 0; 
	padding: 0;
	background: #ffffff;
}

.date {
	font-weight: bold;
	color: #000066;
	font-size: .9em;
	line-height: 1.2em;
}

.callout {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
}

#leftDiv > h2 {
	margin-top: 0;
}

#homeNews > h3 {
	margin-top: 0;
}

#leftDiv h4 {
	margin: .75em 0;
}

#leftDiv h4 + p {
	margin-top: .25em;
}

#footer p {
	color: #5e4d42;
	font-size: 0.8em;
	line-height: 0.8em;
}


/* =Main Layout
-----------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 760px;
	background: #fff;
}

#masthead {
	width: 745px;
	height: 202px;
	padding-right: 15px;
	vertical-align: top;
}

#headerImage {
	float: left;
	width: 467px;
	height: 202px;
	vertical-align: top;
}

#mainDiv {
	margin: 5px 0 6px;
	width: 760px;
	background: url(../images/bg_main.gif) repeat-y;
}

#mainDivHome {
	margin: 5px 0 6px;
	width: 760px;
}

#leftDiv {
	float: left;
	width: 431px;
	vertical-align: top;
	border: 0px black solid;
	padding: 18px 18px 10px;
}

#rightDiv {
	float: right;
	width: 293px;
	vertical-align: top;
	border: 0px black solid;
	padding: 0;
}

#leftDivHome {
	float: left;
	width: 431px;
	vertical-align: top;
	border: 0px black solid;
	padding: 18px 18px 10px;
}

#rightDivHome {
	float: right;
	width: 293px;
	vertical-align: top;
	border: 0px black solid;
	padding: 0;
}

#homeNews {
	margin:  0;
	padding: 16px;
	width: 261px;
	text-align: left;
	background: #cddaed;
}

#homeBanner {
	margin-top: 7px;
	vertical-align: top;
	height: 169px;
}

#bannerCallout {
	float: left;
	width: 86px;
	height: 149px;
	background: url(../images/bg_banner_home.gif) no-repeat top left #5e4d42;
	vertical-align: top;
	padding:  20px 18px 0 18px;
}

#bannerImage {
	float: right;
	width: 171px;
	height: 169px;
	vertical-align: top;
	border: 0px black solid;
	padding: 0;
}

/* =Headings
-----------------------------------------------------------------------------*/
h2 { 
	font-size: 1.5em; 
	line-height: 1.3em;
	color: #990000;
}

h3 {
	font-size: 1.4em; 
	line-height: 1.2em;
	color: #0066cc;
}

h4 {
	font-size: 1.2em; 
	line-height: 1em;
	color: #000066;	
}

h5 {
	font-size: 1em; 
	line-height: 1em;
	color: #001144;
	margin: .25em 0;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #0066cc;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000066;
	text-decoration: underline;	
}

#bannerCallout a:link, #bannerCallout a:visited {
	color: #e2d0ae;
	text-decoration: underline;
}

#bannerCallout a:hover, #bannerCallout a:active {
	color: #cddaed;
	text-decoration: underline;	
}

#footerNav a:link, #footerNav a:visited {
	text-decoration: underline;
}

#footerNav a:hover, #footerNav a:active {
	color: #000066;
	text-decoration: underline;	
}

/* =Branding
-----------------------------------------------------------------------------*/
#logo {
	margin: 18px 0;
	float: right;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	width: 760px;
	height: 20px;
    background: #990000;	 
	vertical-align: middle;	
}

#nav {
	padding: 0;

	width: 740px;
	height: 20px;
    list-style: none;	 
	font-weight: bold;
	margin: 0 10px;
	background: #990000;	 
	line-height: 1;
}

#nav ul {
	padding: 0;
	list-style: none;	 
	line-height: 1;
	font-weight: bold;
	border-color: #990000;
	border-style: solid;
	border-width: 0;
	margin: 0;
	background-color: #990000;
}

#nav a {
	display: block;	
	text-decoration: none;
	padding: 0.25em  0.5em;
	color: #fff;
	vertical-align: middle;
}

#nav a.top {
	display: block;	
	text-decoration: none;
	padding: 0.25em .5em;
	color: #fff;
	vertical-align: middle;
	
}

#nav p {
	display: block;	
	text-decoration: none;
	padding: 0.25em  0.5em;
	color: #fff;
	margin: 0;
}

#nav li { /* all list items */
	float: left;
	height: 20px;
	margin: 0;
}

#nav li.top { /* top list items */
	float: left;
	margin-right: 19px;
	border-left: #990000 solid 0px;
	vertical-align: middle;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 10.5em;
	w\idth: 10em;
	font-weight: normal;
	border-width: 0.25em;
	margin: .1em 0 0 0;
	text-align: left;
}

#nav li li {
	width: 10em;	
	text-align: left;
}

#nav li li.double {
	padding-right: 1em;
	padding-top: .25em;
	height: 2.5em;
	width: 9em;	
	text-align: left;
}

#nav li li.triple {
	padding-right: 1em;
	padding-top: .25em;
	height: 3.5em;
	width: 9em;	
	text-align: left;
}

#nav li ul a {
	width: 9em;
	w\idth: 9em;
}

#nav li ul p {
	width: 9em;
	w\idth: 9em;
	margin: 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 -10.4em;
}

#nav li ul ul#nav-program-emergency { /* third-and-above-level lists */
	margin: -3.2em 0 0 -10.4em;
}

#nav li ul ul#nav-program-housing { /* third-and-above-level lists */
	margin: -2.2em 0 0 -10.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #6394e3;
}

/* =Footer Nav
-----------------------------------------------------------------------------*/
#footerNav {
	padding: 3px 0 0 10px;
}

/* =Main Content
-----------------------------------------------------------------------------*/
hr {
	margin: .25em 0;
	color: #990000;
	background-color: #990000;
	height: 2px;
}

.pageGraphic { 
	width: 293px;
	height: 328px;
}

.homeGraphic { 
	width: 171px;
	height: 169px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 760px;
	height: 21px;
	margin: 0;
	background: #ddbb98;
}
	
#copyright {
	float: right;
	padding-right: 10px;
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

form p {
  position: relative;
	width: auto;
}

input.submit {
  width: auto;
}

#sign_in {
  width: auto;
  	font-size: .85em;
	font-weight: bold;
	color: #036;
	line-height: 1.5em;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}
/* =site map
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin: 3px 15px; padding: 0;
}
#sitemap li {
	list-style: none;
}
#sitemap a.top_level:link, #sitemap a.top_level:visited {
	text-decoration: none;
	font-size: 1.4em;
	line-height: 120%;
	color: #003366;
	font-weight: bold;
	}
#sitemap a.top_level:hover, #sitemap a.top_level:active {
	text-decoration: underline;
	color: #0099cc;
	}
#sitemap a.sub1:link, #sitemap a.sub1:visited {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 120%;
	color: #003366;
	font-weight: bold;
	}
#sitemap a.sub1:hover, #sitemap a.sub1:active {
	text-decoration: underline;
	color: #0099cc;
	}
#sitemap a.sub2:link, #sitemap a.sub2:visited {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	color: #003366;
	font-weight: bold;
	}
#sitemap a.sub2:hover, #sitemap a.sub2:active {
	text-decoration: underline;
	color: #0099cc;
	}
.subhead {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 120%;
	color: #cc0033;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead2 {
	text-decoration: none;
	font-size: 1em;
	line-height: 120%;
	color: cc0033;
	font-weight: bold;
	margin: .25em 0;
	}