@charset "utf-8";

/* CSS Document */
/*-----------------------------------------------------------
PARAGRAPH AND CHARACTERS STYLES
-------------------------------------------------------------*/

/*-----------------------------------------------------------
HEADERS, LINKS, PARAGRAPH, LIST STYLES
-------------------------------------------------------------*/

h1 {
}
h2 {
	color: #f40;
	font-family: tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 2px;
	padding-bottom: 5px;
	margin:0;
}
h3 {
	color: #5d97a9;
	font-family: tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 20px 0 0 0;
}

a, a:active, a:visited {
	color: #f10;
	text-decoration: none;
}

a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}

.footercontents a, a:active, a:visited {
	color: #4e4e4e;
}


ul {
	margin: 0;
	padding: 0 15px;
}
ul li {
	list-style-image: url(../images/bullets/square.gif);
}
ul li ul li {
	list-style-image: url(../images/bullets/right_arrow.gif);
}
ol li {
	margin-bottom:15px;
}

p {
	margin: 0 0 15px 0;
}

/*-----------------------------------------------------------
LAYOUT (contains logo, header image, body, splash image, footer)
-------------------------------------------------------------*/

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.bodytext {
	font-family: tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4e4e4e;
}
.size10 {
	font-family: tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #4e4e4e;
}

.verticalline {
	background-color: #c9c9c9;
	background-repeat: repeat-y;
	height: 520px;
	width: 1px;
	float: left;
}
.footercontents {
	width: 920px;
	height: 94px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.footercontents .left {
	float: left;
	width: 70%;
	text-align: left;
	padding-top: 10px;
}
.footercontents .right {
	float: left;
	width: 30%;
	text-align: right;
}



.bodycontainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* Firefox */
.splashcontainer {
	height: 220px;
	width: 950px;
	margin-top: -21px;
}
/* IE6 & 7 */
*:first-child+html .splashcontainer, * html .splashcontainer {
	margin-top: -17px;
}

.logocontainer {
	margin-top: 20px;
}

.leftcolumn {
	width: 250px;
	padding-left: 15px;
	padding-right: 25px;
	float: left;
}
.leftcolumn_in {
	float: left;
	width: 312px;
}
.rightcolumn {
	float: left;
	margin-left: 30px;
	width: 629px;
	margin-bottom: 30px;
}
.rightcolumn_in {
	float: left;
	width: 638px;
}
.center_in {
	width: 638px;
	margin: 0 auto;
	text-align: left;
}

.column1 {
	width: 300px;
	float: left;
}
.column2 {
	float: left;
	width: 280px;
	padding-left: 24px;
}

.footer {
	position: relative;
	top: 45px;
	height: 94px;
	background: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	clear: left;
	text-align: center;
}

.mainnav {
	width: 950px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 15px;
}

/*-----------------------------------------------------------
SPACERS
-------------------------------------------------------------*/

.space {
	margin-left: 18px;
}

/*-----------------------------------------------------------
CUSTOM STYLES
-------------------------------------------------------------*/

.page_title {
	background: url(../images/div/h2_div.jpg) bottom left no-repeat;
}

.micro {
 	font-family: Tahoma, Verdana;
 	font-size: 10px;
}