/* CSS RESETS */

html {
	color:#000;
	background:#FFF;
}
/* td */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button, textarea, p, blockquote, th  {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input, button, textarea,optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}


input, button, textarea, select {
	*font-size: 100%;
}

/* Custom CSS Begins */

html {
	background-image: url("Images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #e6e5e1;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	outline: none;
}

img {
	border: none;
}

#container {
	width: 960px;
	margin: auto;
	overflow: auto;
}

#container_home {
	margin: auto;
	overflow: visible;
	display: block ;
}

.home_page_animation{
	position: absolute;
	top: 83px;
	left: 0px;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 225px;
	min-height: 100px; 
	margin-bottom: 25px;
	background: #000000;
	z-index: 10;
}

#container_home_nav {
	width: 960px;
	margin: auto;
	overflow: auto;
	height: 355px;	
}

#nav {
	height: 80px;
	padding-left: 0;
	background-image: url("Images/mock_logo.png");
	background-repeat: no-repeat;
}

.main_logo {
	display: block;
	float: left;
	height: 80px;
	width: 75px;
	text-indent: -9000px;
	padding: 0 165px 0 0;
}

#content {
	margin-top: 25px;
	margin-bottom: 75px;
	font-size: 12px;
	color: #2e2e2e;
	overflow: auto;
	min-height: 100px;
}

#content_home {
	display: block;
	height: 225px;
	background: transparent url("Images/home_center_bg.jpg") top center no-repeat;
	min-height: 100px; 
	margin: 0 0 25px 0;
}

#content h1 {
	text-transform: uppercase;
	/*font-size: 26px;*/
	font-size: 22px;
	color: #bd4343;
	margin-top: 35px;
	margin-bottom: 30px;
}

#content h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #bd4343;
	margin-top: 35px;
	margin-bottom: 30px;
}

#content h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #bd4343;
	margin-top: 25px;
	margin-bottom: 20px;
}

#content h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #bd4343;
	margin-top: 15px;
	margin-bottom: 20px;
}

#content p {
	margin-bottom: 18px;
	line-height: 18px;
}

#content p a { 
	color:#bd4343;
	text-decoration: none;
}

#content p a:hover { 
	color:#892222;
	text-decoration: none;
}

#content p strong {
	font-weight: bold;
}

#content ul {
	margin-bottom: 12px;
}

#content ul li {
	background-image: url("Images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#content ul li a{
	color:#bd4343;
	text-decoration: none;
}

#content ul li a:hover{
	color:#892222;
	text-decoration: none;
}

#content hr {
	margin: 10px 0 20px 0;
}

.content_banner_holder {
	display: block;
	float: left;
	width: 960px;
	padding: 0 0 0 0;
	margin: 15px 0 15px 0;
}

#location {
	font-size: 10px;
	color: #666666;
	width: 240px;
	line-height: 14px;
	float: right;
	text-align: right;
}

#location a {
	color: #666;
	text-decoration: none;
}

#location a:hover {
	color: #999999;
	text-decoration: underline;
}

#copy {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #666666;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#footer {
	height: 150px;
	overflow: hidden;
}

div.footer_nav {
	height: 92px;
	padding: 0px 14px 0px 13px;
	border-right: 1px solid #797979;
	text-align: left;
}

div.footer_nav a.nav_head {
	font-size: 11px;
	height: 18px;
	display: block;
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}

div.footer_nav a.nav_head:hover, div.footer_nav a.nav_head:active {
	color: #b8272a;
}

div.footer_nav a.nav_link {
	font-size: 11px;
	height: 18px;
	display: block;
	color: #666666;
	text-decoration: none;
}

div.footer_nav a.nav_link:hover, div.footer_nav a.nav_link:active {
	color: #b8272a;
}

div.footer_nav_first {
	padding-left: 50px;
	text-align: right;
}

div.footer_nav_last {
	border: none;
}
		
.firstlibg {
	background-image: url("Images/firstlibg.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* Dropdown Menu */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 50;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 81px;
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu a {
	text-decoration:none;
}

.amenu2 {
	font-size: 10px;
	padding-left: 30px;
	padding-top: 5px;
	height: 15px;
	background-image: url("Images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 17px 9px;
	color: #666666;
	text-transform: uppercase;
}

.amenu2:hover {
	color: #b8272a;
	text-decoration: none;
}

.amenu1 {
	height: 45px;
	padding-top: 36px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
	color: #404040;
	font-weight: bold;
	text-transform: uppercase;
}

.li2 {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	height: 80px;
	margin-left: -2px;
}

.sf-menu .li2.sfHover, .sf-menu .li2:hover {
	border-left: 2px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	height: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffff;
}

.sf-menu a, .sf-menu a:visited  {
}

.sf-menu li {
	background: none;
}

.sf-menu li li {
	background: none;
	padding-left: 10px;
	height: 20px;
}

.sf-menu li li #firstlibg {
	background-color: #FFFFFF;
}

.sf-menu ul {
	background-image: url("Images/firstlibg.jpg");
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: solid 1px #b6b6b4;
	border-right: solid 1px #b6b6b4;
	border-bottom: solid 1px #b6b6b4;
}

.sf-menu li li li {
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/******************************/


.form .inner .field label {
    display: block;
    margin-top: 10px;
    
}




.form .inner .field label span {
    color: #2E2E2E;
}


.form .inner .field input.text {
    background-color: #FFFFFF;
    border: 1px solid #2E2E2E;
   
    display: inline;
    font-size: 100%;
    /*height: 15px;*/
    margin-top: 5px;
    padding: 3px 0 0 5px;
    text-align: left;
}

label span {margin-top: 10px;}

#content td, #pereless div, #content .bodytextlead {
    
    line-height: 1.4;
}

select {background-color: #FFFFFF;
    border: 1px solid #2E2E2E;
   
    
    font-size: 100%;
   display: block;
   margin-top: 5px;
    padding: 3px 0 0 5px;
    text-align: left;}
