/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;	
	background-color: #FFF;
	background-image: url(images/pagebkgrd.gif);
	background-repeat: repeat-x;
}

h1 {
	color: #000;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	}
#page_main_content {
	float: left;
	width: 50%;
	left: 40px;
	top: 40px;
}
#center p {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	}

.salesBlock p.salesText {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 2px;
	color:#FFFFFF;
	background-color: transparent;
	clear: none;
	}
	
.salesBlock p.salesText  a{
	color:#1B2338;
	decoration: none;
}

.salesBlock p.salesText  a:hover{
	font-weight: bolder;
}

.salesBlock p {
clear: both;
}

p.sale_ad a {
	clear: right;
	font: bold small Verdana, sans-serif;
	color: #43616B;
	}

.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}

.askprice {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}
.description {
	display: block;
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}

/* 

------------------------------- layout ----------------------------- 

*/


#top {
	width: 989px;
	background-color: #374641;
	background-image: url(images/running_hdr.gif);
	background-repeat: repeat-x;
}

#center {
	background-color: #D3DDF2;
	margin-top: 5%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 2%;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 2%;
	}
	
#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #000000;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #FFF;
}

#footer p a{
	color: #FFF;}

#footer p a:hover{
	font-weight: bolder;}

div#top a {

	}

div#top a:hover {
	text-align: right;
	}
	
.salesBlock {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	min-height: 185px
	}

.salesBlock img{
	float: left;
	border: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 0px;
	position: relative;
	height: 180px;
}

.main_page_text {
	margin-bottom: 0px;
	}

.speciallink {
	font: 0.7em/1 verdana, sans-serif;
	color: #6699CC;
	text-decoration: none;
	background: #000000;
	text-align: left;
	text-indent: 20px;
}

.section_text {
	display: block;
	color: #1C2338;
	width: 570px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	line-height: 2;
	}

.section_text a{
	color: #5C6F90;
	}

.section_text a:link{
	color: #5C6F90;
}

.section_text a:hover{
	font-weight: bold;
}

.saleSheetHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D3D3D3;
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 20px;
}
.saleSheetDescription {
	display: block;
	color: #5C6F90;
	font: x-small/normal Verdana, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.saleSheetFooter {
	display: block;
	color: #5C6F90;
	font: x-small/normal Verdana, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.saleSheetFooter a {
	display: block;
	color: #5C6F90;
	font: x-small/normal Verdana, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.saleSheetAskprice {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	margin-right: 20px;
}
.saleSheetHeadshot {

	display: inline;
	float: left;
	margin: 20px 0.5em 0.5em 15px;
}

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


/* 

------------------------------- form ----------------------------- 

*/

form {
	width:500px;
	margin:15px auto 10px 20px;
	}
form_center {

	}
label {
	display:block;
	font-weight:bold;
	left: auto;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	}
.warning {
	font-weight:bold;
	color:#FF0000;
	}
div#form_center {
	float: none;
	position: relative;
	width: auto;
	left: auto;
	margin-right: 20px;
	margin-left: 20px;
}
#page_second_content {
	width: 30%;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	top: 60px;
	right: 40px;
	float: right;
	color: #1A47A5;
}

p.page_second_content_right {
	clear: right;
}

p.page_second_content_left {
	clear: left;
	}

#feature_menu a{
	text-decoration: underline;
	color: #1C2338;
}
#feature_menu a:hover{
	font-style: oblique;
}

#feature_menu h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}
.feature_readmore {
	font-size: smaller;
	font-style: italic;
	text-decoration: underline;
	position: relative;
	color: #000;
}
#wrapper {
}
.clear {
	clear: both;
}
h3 {
	font-size: .9em;
	margin-top: 0px;
	padding-top: 0px;
}
#page_second_content h1 {
	font-size: 1.3em;
}
#page_second_content p {
	font-size: .8em;
	line-height: 1.2em;
}
a {
	color: #2A6BF2;
	text-decoration: none;
	border: 0px;
	border-style: none;
}

a:hover {
	font-weight:bold;
}
#page_main_content p {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #1A47A5;
}
#page_main_content h2 {
	font-size: 1.1em;
	color: #1B2338;
}

 /*
 --------------style for slideshow
 */
 .gss a img {
	border: none 0;
	 }
 .gss {
	border: none 0;
	height: 260px;
	color: #dddddd;
	background-color: #000000;
	padding: 0px;
	text-align: center;
	    }
/*
--------------------cooliris container
*/
.ci {
	height: 550px;
	color: #dddddd;
	background-color: #000000;
	text-align: center;
	width: auto;
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 10%;
	float: none;
	clear: none;
	margin-right: 5%;
	margin-left: 5%;
    }
#wall {
	text-align: center;
	margin: 15px;
	width: 900px;
}
#container {
	width: 990px;
	background-color: #848B99;
	margin-right: auto;
	margin-left: auto;
}
#container #top #hdr_content ul li {
	display: inline;
	line-height: 2em;
	text-decoration: none;
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
#nav {
	width: 400px;
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
	color: #ffff33;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav li a {
	color: #ffff33;
}

#top #compName {
	position: relative;
	top: 10px;
	right: 10px;
}
#top #companyName {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	padding-bottom: 10px;
}
#top #headPicture {

}
#top #companyName p {
	text-align: right;
	padding-right: 15px;
}
#container #top_fold {
	height: 260px;
	border-width: 0px;
	border-style: none;
}

#photoPageTopFold {
	height: 500px;
	border-width: 0px;
	border-style: none;
}
#page_main_content p img {
	margin: 5px;
	float: right;
}

