/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
date:	   7/2/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: .9em/1.2em Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	margin: 0; 
	padding: 0;
}

#content p {
	color: #6c9fd4;
	text-align: center;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	text-align: center;
}

#flash {
	margin: 35px auto;
	width: 765px;
	height: 385px;
}

#content {
	margin: 0 auto;
	width: 540px;
	text-align: center;
}

#logos {	
	margin-top: 5px;
}

/* =Headings
-----------------------------------------------------------------------------*/
h3 {
	color: #e17fae;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #6c9fd4;
	text-decoration: underline;
}

a:hover, a:active {
	color: #e17fae;
	text-decoration: underline;	
}

/* =Branding
-----------------------------------------------------------------------------*/

/* =Main Nav
-----------------------------------------------------------------------------*/
/* =Main Content
-----------------------------------------------------------------------------*/

/* =Secondary Content
-----------------------------------------------------------------------------*/
.logo {
	height: 44px;
	margin-right: 26px;
}

.logo_last {
	height: 44px;
}




/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 23px;
	font-size: 80%;
	margin-top: 10px;
	} 
	
/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

form p {
  position: relative;
	width: auto;
}

input.submit {
  width: auto;
}
/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
