/* CSS Document */

/*-------------------------------------------------------------------------

Base Style Sheet

Version: 1.0
Author: Erica O'Grady
Email: ericaogrady@gmail.com
Website: http://www.reinventingerica.com/

--------------------------------------------------------------------------- */

/* Body Styles ------------------------------------------------------------ */

* {
      margin: 0;
      border: 0;
      padding: 0;
}

body {
      margin: 0;
      padding: 0;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 67.5%; /*Set the font size */
}
*html body {
      font-size: 75%; /*Trick IE */
}

a:link, a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #dec01d;
}

h3 {
	color: #413f3f;
	font-size: 130%;
	margin-bottom: 1em;
}

#masthead {
	background: #413f3f url(../images/masthead_bg.jpg) repeat-x;
}

#mast_wrap {
	width: 753px;
	margin: 0 auto;
}
#masthead h1 a {
	text-indent: -9999px;
	background: url(../images/logo.jpg) no-repeat;
	overflow: hidden;
	height: 62px;
	width: 195px;
	display: block;
}

#band {
	background: #fff url(../images/band_bg.jpg) repeat-x;
	text-align: center;
}

#navlinks {
	list-style: none;
	text-align:right;
}

#navlinks li {
		display: inline;
		margin-right: 3em;
}

#navlinks li a, #navlinks li a:link, #navlinks li a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.5;
	text-align: right;
	text-decoration: none;
}

#navlinks li a:hover, #navlinks li a:focus, #navlinks li a:active {
	color: #dec01d;
}

#navlinks li.last {
	margin-right: 0px;
}

#container {
	width: 753px;
	margin:0 auto;
}

#main_content {
	width: 416px;
	float: left;
	
}

#main_content p {
	background-color: #dbe2da;
	padding: .5em 1em;
	line-height: 1.4;
	font-size: 1.1em;
}



#sub_content {
	width: 310px;
	float: right;
	margin-left:  15px;
}


h2.main {
	color: #141b3f;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 23px;
	margin-top: .2em;
}

h3.sub {
	color: #000;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: .2em;
	
}

#sub_nav  li{
	list-style: none;
	padding: 15px;
	padding-left: 30px;
	background: url(../images/li.png) no-repeat;
}

#sub_nav a:link, #sub_nav a:visited {
	color: #333333;
}

#sub_nav a:hover, #sub_nav a:active {
	color: #c69516;
}

#footer {
	clear: both;
	font-size: 1em;
	text-align: center;
	padding-top: 4em;
}

#footer_links {
	list-style: none;
	text-align: center;
}

#footer_links li, #footer_links li a {
	display: inline;
	text-decoration: none;
	color: #000;
}

#footer_links li {
	border-right: 1px solid;
	margin-right: .5em;
	padding-right: .75em;
}

#footer_links li.last2 {
	border-right: none;
}

#footer_links li a:hover, #footer_links li a:focus, #footer_links li a:active {
	text-decoration: underline;
}

#site_info {
	font-size: .9em;
	text-align: center;
	margin: 1em 0;
}

.emphasis {
	font-weight: bold;
	font-size: 14px;
	}
	
input {
	margin-bottom: 10px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 3px;
	font-size: 110%;
}

label {
	float: left;
	width: 6em;
}

#remember_me {
	clear: both;
	margin: .6em;
}

.clear {
	clear: both;
}

#submit {
	text-align: right;
	padding-top: 6px;
	padding-right: 90px;
	clear: both;
}

.quote {
   color: #333333;
   font-size: 115%;
}