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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-decoration:none;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color:#0a8dd1;
} 
a:hover {
	color:#427793;
} 
p {
	text-align:left;
	font-size:12px;
	padding:10px 10px 10px 10px ;
	line-height:16px;
	color:#525252;
}
h1 {
	text-align:left;
	font-size:16px;
	padding:10px 10px 15px 10px;
	font-weight:bold;

}
h2 {
	text-align: left;
	font-size:14px;
	padding:5px 5px 0px 5px;
	font-weight:bold;
}
h3 {
	text-align: left;
	font-size:12px;
	padding:0px 5px 15px 5px;
}
/** Site Specific CSS **/
body {
	background:url(../../local/graphics/menu/background.gif) repeat-x top left;
	height:auto;
	color:#333;
}

/* CENTER */
.centerOne {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-height:100%;
	text-align:center;
	background:url(../../local/graphics/body/footer.gif) repeat-x bottom left;
}
.centerTwo {
	position:relative;
	top:0px;
	height:100%;
	width:920px;
	margin: 0 auto;
}
.centerThree {
	left:0px;
	width:920px;
	margin: 0 auto;
}


/* Header*/
#header {
	position:relative;
	float:left;
	width:100%;
}
#headerLogo {
	position:relative;
	float:left;
	width:291px;
	height:87px;
	padding-left:8px;
}
#headerButtonBar{
	position:relative;
	float:left;
	height:87px;
}
#headerButtonBar ul{
	margin:0px;
	padding:0px;
}
#headerButtonBar li {
	position:relative;
	float:left;
	height:87px;
	overflow:hidden;
	display:inline;
}
#headerButtonBar li a{
	position:relative;
	float:left;
	width:154px;
	height:30px;
	padding-top:57px;
	color:#e7e7e7;
	font-size:14px;
	background:url(../../local/graphics/menu/buttons/button.png) no-repeat top left;
	cursor:pointer;
}



#headerButtonBar li a:hover{
	background-position:0px -87px;
	color:#ffffff;
}



/** Content **/
.content {
	position:relative;
	float:left;
	width:900px;

	padding:25px 10px 163px 10px;
}

/** column define**/
.columnRight {
position:relative;
float:right;
width:40%;
}
.columnRight p {
	padding-right:0px;
	padding-left:20px;
}
.columnRight h1 {
	padding-right:0px;
	padding-left:20px;
	text-align: center;
	font-size:14px;
	padding:10px 10px 15px 10px;
	font-weight:bold;
	background:url(../../local/graphics/content/header_bottom.gif) no-repeat bottom center;
}

#hOverwrite {
	padding-right:0px;
	padding-left:20px;
	text-align: center;
	font-size:14px;
	padding:10px 10px 15px 10px;
	font-weight:bold;
	background:url(../../local/graphics/content/header_bottom.gif) no-repeat bottom center;
}

.columnLeft {
position:relative;
float:left;
width:60%;
}
.columnLeft p {
	padding-left:0px;
	padding-right:20px;
}
.columnLeft h1 {
	padding-left:0px;
	padding-right:20px;
}
#leftAbout {
	width:200px;
}
#rightAbout {
	width:680px;
}

.aboutMenu {
	position:relative;
	float:left;
	width:200px;
}
.aboutMenu ul{
	padding:0px 0px 0px 20px;
	margin:0px;
	margin-left:10px;
	text-align:left;
	font-size:12px;
}
.aboutMenu li{
	padding:5px 0px;
	border-bottom:1px dashed #d4d4d4;
	color:#d4d4d4;
	list-style:disc;
}
/* Footer **/

#footer{
	position:absolute;
	bottom:77px;
	height:12px;
	width:100%;
	text-align:center;
	cursor:default;
}
#footer li{
	position:relative;
	display:inline;
	color:#cacaca;
}
#footer li a{
	color:#cacaca;
	font-size:12px;
	cursor:pointer;
}
#footer li a:hover{
	color:#ffffff;
	font-size:12px;
}
#footer h1{
	background: none;
	padding:none;
	font-size:10px;
	color:#969696;
	text-align:center;
}
#footer ul{
	padding:0px; 
	
}
/** IE 6 Hacks **/
*html .centerOne { height:700px; }
*html #headerButtonBar li a{color:#CCC}
*html #headerButtonBar li a:hover{color:#FFF; text-decoration:underline;}