/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}


body {
	color: #3D311E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #648CAA url(images/bg/bg-???.jpg);
}
#border {
	clear: both;
	width: 668px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 10px 0 0px 0;
	margin-top: 30px;
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 1em;
	padding-bottom: 10px;
}

h3 {
	margin-bottom: .5em;
	letter-spacing: 1px;
	font-size: .7em;
}

p, blockquote, ul, ol {
	margin-bottom: .6em;
	line-height: 1.2em;
}

p {
	font-size: .93em;
	line-height: 1.2em;
}

.byline {
	font-size: 0.9em;
	color: #999999;
	padding-bottom: 4px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

cite {
	font-size: 9px;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #993501;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #ACB7BD;
}

img {
	border: none;
}

.floatLeft {
	float: left;
	margin: 2px 20px 2px 0px;
	clear: right;
}


/* Container */

.floorline {
	padding-top: 20px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
}

.boxed .content {
	padding: 10px;
}

/*********************/
/* LOGO/BANNER STYLES */
/*********************/

#logo {
	width: 648px;
	height: 88px;
	margin: 0  auto;
	padding: 0;
	background: #FFFFFF url(images/bg/bg-banner.jpg) no-repeat;
}

#logo .banner{
	color: #FFFFFF;
	font-size: 36px;
	margin: -49px 0 0 120px;
	font-family: Helvetica, sans-serif, Arial;
	font-weight: bold;
	letter-spacing: 1px;
}


/* Menu */

#menu {
	width: 648px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}



/********************************/
/* SECTION WRAPPER AND TOP COLUMNS */
/*******************************/

.navi { /* the actual navigation bar is within the SpryAssets folder: SpryTabbedPanels.css */
	border: 0;
}

#sectionWrapper {
	clear: both;
	width: 648px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#topSection {
	width: 648px;
	background: #ffffff url(images/bg/???.jpg) no-repeat;
	padding-top: 0px;
}


/* MAIN COLUMN (LEFT POSTION) */

#col-main {
	float: left;	
	width: 470px;
	padding-top: 0px;
	margin-top: 0px;
}


#col-main .floorline {
	background: url(images/bg/line-col2.gif) repeat-x;
}

#col-main .boxed {
	padding: 10px;
}


#col-main .title {
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px solid #767E4E;
	background: #ACB7BD url(images/bg/bar-btm.gif) no-repeat;
	font-size: 18px;
	font-family: Eurostile, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#col-main .boxed .content {
}

#col-main .boxed li {
	list-style-type: square;
	margin-left: 40px;
}

#col-main .boxed ol li {
	font-size: 9px;
	list-style-type: decimal;
}

/* COLUMN TWO (FAR RIGHT POSTION) */

#col-two {
	float: right;
	width: 160px;
	margin-left: 10px;
	padding-top: 0px;
}

#col-two .search {
	text-align:right;
	padding-top: 4px;
}

#col-two .height {

	overflow: hidden;
	border: #46555E 1px solid;
}

#col-two .floorline {
	background: url(images/bg/floorline.jpg) repeat-x;
}

#col-two .image {
	padding: 5px 0;
}

#col-two .boxed {
	padding: 10px;
}

#col-two .title {
	color: #38444B;
	font-size: 17px;
	margin-top: -10px;
	margin-left: -10px;
}

#col-two .boxed .content {
}



/* COLUMN TWO LIST PLUG IN(List Properties) */


#listPlugIn  {

	margin-top: -5px;
	margin-bottom: 5px;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#listPlugIn li {
	display: inline;
}

#listPlugIn .item {
	font-size: .88em;
	display: block;
	padding-left: 14px;
}

#listPlugIn .txt-sm {
	font-size: 0.7em;
	line-height: normal;
	letter-spacing: normal;
}


#listPlugIn a {
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	color:#333333;
	line-height: 110%;
	background: url(images/elements/blt-red.gif) no-repeat 0px 4px;
}
/* hack for IE 6 < to make entire block clickable */
* html #listPlugIn a {
	height: 1px; 
}

#listPlugIn a:hover {
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	display: block;
	border-style: none;
	color: #000000;
	background-color: #ACC3D5;
}




/********************************/
/* BOTTOM SECTION */
/*******************************/





#floorBar {
	font-size: 10px;
	color: #9CACB6;
	padding-top: 2px;
	padding-left: 10px;
	height: 18px;
	clear: both;
	background: #FFFFFF url(images/bg/bar-floor.jpg) no-repeat;
	margin-bottom: 10px;
}

#floorBar a{
	color: #9CACB6;
	text-decoration: none;
}

#floorBar a:hover{
	color: #FFF;
}



/* Footer */

#footer {
	background-color: #648CAA;

}

#footer p {
	margin: 0;
	width: 648px;
	margin: 0 auto;
	font-size: 9px;	
	clear: both;
}

#footer .privacy {
	text-align: right;
	margin: 0;
	width: 648px;
	margin: 0 auto;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing: 1px;
}

#footer .privacy a{
	color:#FFFFFF;
	text-decoration: none;
}

#footer .privacy a:hover{
	color:#0033CC;
	text-decoration: none;
}