/* -------------------------------------------
Main style sheet for Sourcing Property 


/* basic elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 20px;
	color: #000;
	background: #ffffff;
	text-align: center;
	background-attachment: fixed;
	margin: 0;
}

form {
	margin: 0; 
}

a {
	color: #003d79; 
	text-decoration: underline;
}
A:hover {
text-decoration: none;
color: #00b6ff; } 

img {
	border: 0;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 12px;
	text-align: left;
}

input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* layout divs */

#container {
	width: 950px;
	text-align: center;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:auto;
}

#header {
	width: 950px;
	height: 100px;
	background: #fff url(../images/header950.png) no-repeat;
	text-align: right;
}

#navigation {
	width: 950px;
	height: 20px;
	background: #003d7d;
	padding-right: 0px;
	text-align: right;
	padding-top: 5px;
}
#navigation a { 
text-decoration: none; 
color: #ffffff; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em; 
font-weight: normal; 
padding-left: 5px; 
padding-right: 5px;}

#navigation a:hover {
text-decoration: none;
color: #00b6ff; }



#banner {
	width: 950px;
	height: 198px;
	margin: 0;

	background: #fff;
}


#sidebar {
	float:left;
	width: 250px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
}
#sidebar h1 {
	color:#003d7d;
	font-size:18px;
	padding:0 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003d7d;
}
#sidebar p {
	
	display:block;
	line-height:40px;
	margin:0px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
}	
	
#content {
	width: 659px;
	float:left;
	border-left: 1px solid #D9D9D9;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* content styles */

#content h1 {
	color: #003d7d;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
}
#content img {
	margin-top: 0px;
}

#content p {
	text-align: justify;
	padding-left: 10px;
}

#content ul {
	text-align:left;
		
	
	}
	



#content a:hover {
text-decoration: underline;
color: #00b6ff; }


#content p.process {
	border: 1px solid #7f765d;
	padding: 10px 10px 10px 14px;
	margin: 0;
}

#content p.processlast {
	border: 1px solid #a49878;
	padding: 10px 10px 10px 14px;
	margin: 0;
	background: #a49878;
	color: #fff;
}

#content p.processtop {
	border: 1px solid #7f765d;
	padding: 10px 10px 10px 14px;
	margin: 16px 0 0 0;
}

#content img.flow {
	padding: 0;
	margin: 0;
}

#content p .hilite {
	font-weight: bold;
	color: #7f765d;
}






#footer {
		padding-top: 10px;
	width: 950px;
	text-align: center;
	font-size: 100%;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #d9d9d9;
	border-top-width: 1px;
	clear:both;
}

/* header styles */

#header img {
	position: relative;
	top: 48px;
}


/* contact form styles */

.fieldset {
	width: 550px;
	border: 0;
}

.fieldset label {
	text-align: right;
	width: 70px;
	float: left;
	padding: 0.2em;
	margin: 0;
	margin-top: 0.3em;
}

.fieldset .nobr {
	display: none;
}  

.fieldset .textfield {
	margin: 3px;
	height: 17px;
	width: 200px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7f765d;
}

.fieldset .textarea {
	margin: 3px;
	height: 110px;
	width: 460px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7f765d;
}

.fieldset .submit {
	margin: 3px;
	width: 120px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background: #7f765d;
	color: #fff;
	padding: 1px;
}

/* footer styles */

#footer p {
	margin: 0;
	line-height: normal;
}

#footer p .goldtext {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	color: #7f765d;
}

#footer p#copyright {
	margin: 0;
	line-height: 2.2em;
}

#footer p#created {
	margin: 0;
	line-height: 1.8em;
}
