@charset "UTF-8";
/* CSS Document */


/*  Body
-----------------------------------------------------------------------------*/

body {
	background-image: url(../images/backgrounds/page-home-chart.gif);
}

h2 {
	line-height: 1.5em;
}

/*  Content
-----------------------------------------------------------------------------*/


/* Main Content Area */
#page-content-area1 {
	float: left;
	width: 614px;
	padding-right: 0px;
}

#page-content-area1-featured {
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.4em;
}

#page-content-area1-featured-col1 {
	float: left;
	width: 614px;
}

#page-content-area1-featured-col2 {
	float: right;
	width: 301px;
}


#page-content-area1-featured h5 {
	font-size: .9em;
	font-weight: normal;
	color: #666666;
	margin-top: -1em;
	margin-bottom: .5em;
}

/* Sidebar Content Area */
#page-content-area2 {
	float: right;
	width: 242px;
	font-size: .9em;
	line-height: 1.4em;
}




/*  Footer
-----------------------------------------------------------------------------*/

#page-footer {
	padding: 0px 0px 0px 0px;
	text-align: center;
}



/*  Boxes
-----------------------------------------------------------------------------*/


/* Main */
div.box1-top {
	background-image: url(../images/backgrounds/box1-top.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	min-height: 235px;
}

div.box1-repeat {
	background-image: url(../images/backgrounds/box1-mid.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

div.box1-bottom {
	background-image: url(../images/backgrounds/box1-bott.gif);
	background-repeat: no-repeat;
	height: 15px;
	clear: both;
}

div.box1-content {
	padding: 18px 16px 18px 16px;
}



/* Sidebar */
div.box2-top {
	background-image: url(../images/backgrounds/box2-top.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

div.box2-repeat {
	background-image: url(../images/backgrounds/box2-mid.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}

div.box2-bottom {
	background-image: url(../images/backgrounds/box2-bott.gif);
	background-repeat: no-repeat;
	height: 6px;
	clear: both;
	margin-bottom: 11px;
}

div.box2-content {
	padding: 12px 19px 12px 19px;
}

div.box2-content ul {
	margin: 0em;
	padding: 0em;
	list-style: none;
}

div.box2-content ul li {
	background-image: url(../images/bullets/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 4px 10px;
}


/*  Forms
-----------------------------------------------------------------------------*/
#form-search {
	width: 210px; 
	height: 31px; 
	background-image: url(../../images/form-input.gif); 
	background-repeat: no-repeat;
}

#form-search form {
	margin: 0em;
	padding: 0em;
}

#form-search form input#Keyword {
	width: 140px;
	height: 12px;
	margin: 0px 14px 0px 10px;
	position: relative;
	top: -12px;
	border: none;
	border-color: #FFFFFF;
}

#form-search form input#btnSubmit {
}

