/* Design by STUDIO7DESIGNS.com
Company:	Nautica X - Opensourcetemplates.org
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background: url(../images/body-bkg.gif) repeat-y top center;
	
}

div#inner-wrapper {
	background: url(../images/header-bkg.gif) repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
}
div#logo {
	background: url(../images/logo-box-bkg.gif) no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 85px;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 20px;
	padding: 1px 0;
}	
	
div.content-left {
	padding: 4px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}
div.content-left li{ color:#FF0000}

div.content-left img {
	border: 1px solid #fff;
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: .8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	display: inline;
}
div.content-right li a{
 color: #FF0000;
}
div.content-full {
	clear: both;
	padding-top: 15px;
}
p.end-story-links {
	border-bottom: 4px solid #d1b9b3;
	margin-bottom: 15px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #000000;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;
}

ul.side-nav {
	margin: 10px 5px 10px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: 11px;
	color: #978f7c;
	text-transform: uppercase;
	
}
ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #000000;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #cac6ba;
}

ul#footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #464031;
}
.dateline {
	font-size: 12px;

	color: #dc3409;

}
.dateline2 {
	font-size: 12px;

	color: #666666;
	
}

h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a1a09b;
}
h5 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #990000; font-weight: bold; margin-bottom: 12px;}
h6 { }
/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #929291;
	margin-top:20px;
	padding: 1px 0px;
	
}
div#content-inner p {
	margin: 2px 0 30px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #000000;
	text-decoration: none;
	font-size:12px;	
}

div#content-inner a:hover {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

div#content-inner .mtop a, div#content-inner .mtop a:hover {
	color: #dc3409;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

div#fragment-1 a:hover, div#fragment-2 a:hover, div#fragment-3 a:hover, div#fragment-4 a:hover, div#fragment-5 a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

#cuser { height: auto; font-size: 12px; color:#000000}

#mbar {height: 150px;}

#dateline3 ul li { padding: 3px 3px 3px 3px;}

div#info table{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border: 1px solid #70645b;
border-collapse: separate;
}

div#info td{
border: 1px solid #e2dfcd;
padding: 2px 0px 2px 2px;
}

div.info table{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border: 1px solid #70645b;
border-collapse: separate;
}

div.info td{
border: 1px solid #e2dfcd;
padding: 2px 0px 2px 2px;
}


div#changes_row td{

border-collapse: collapse;

}
div#changes_row {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

/* styles for new borrower page */
#layout_box {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; clear:both;}

#layout_box h1{font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #DC3409; font-weight: bold;}

#layout_box h2{
margin: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #464031;
}

#layout_box h3{
margin: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #464031;
}

#new_bor_menu
{
	float:left;
	padding-right:50px;
	margin:-30px;
	width:30%;
}

#new_bor_menu ul
{
	color:black;
	font-size:12px;
	list-style-type:none;
	
}

#new_bor_menu ul ul
{
	color:black;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	
}

#new_bor_menu ul li a:link, #new_bor_menu ul li a:visited, #new_bor_menu ul li a:active, #new_bor_menu ul li a:hover 
{
	text-decoration:underline;
	font-size:12px;
}

#new_bor_content
{
	margin-top:43px;
	float:right;
	width:70%;
}


#fileTooBig
{
	display:none;
	margin-left:160px;
}

#fsUploadProgress
{
	color:green;
}

div.fieldset {
border:1px solid #000000;
margin:10px 0;
padding:20px 10px;
}

div.flash {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-color:#000000;
margin:10px 0px;

}

div.fieldset span.legend {
-x-system-font:none;
background-color:#FFFFFF;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:700;
line-height:normal;
position:relative;
top:-30px;
}

form
{
	padding:0px;
	margin:0px;
}
