@charset "utf-8";



* {

	margin: 0;

	padding: 0;

}

html {

	font-size: 100%;

}

body {

	background-color: #FFF;

	text-align: center;

	margin: 0;

	padding: 0;

	font-family: Arial, Verdana, sans-serif;

	color: #666666;

	font-size: 12px;

}

body#bkg_home {

	background-image: url(../images/bkg_home.jpg);

	background-position: top center;

	background-repeat: no-repeat;

}

body#bkg_sub {

	background-image: url(../images/bkg_sub.jpg);

	background-position: top center;

	background-repeat: no-repeat;	

}



#container {

	width: 960px;

	margin: 0 auto;

	text-align: left;

}



div.col_left {

	float: left;

	width: 292px;

}

div.col_right {

	float: right;

	width: 668px;

}



/* header */



#header {

	position: absolute;

	top: 0;

	width: 960px;

	height: 167px;

}



#header div.col_left img {

	margin: 27px 0 0 33px;	

}



#header div.col_right ul {

	margin: 0;

	padding: 94px 0 0 0;

	list-style: none;

	list-style-image: none;

}

#header div.col_right ul li {

	float: left;

	margin: 0;

	padding: 0 1px 0 0;

}



/* main content */



#content {

	position: absolute;

	top: 167px;

	width: 960px;

}



/* home */



#home_welcome {

	float: right;

	background-image: url(../images/home-welcome.png);

	width: 288px;

	height: 394px;

}

#home_welcome h1 {

	display: none;	

}

#home_welcome div.wrapper {

	padding: 110px 76px 0 40px;

}

#home_welcome div.wrapper * {

	color: #FFF;	

}

#home_welcome div.wrapper p {

	font-size: 14px;	

}



/* subpages */



#banner {

	height: 127px;

	padding: 0 0 0 274px;

	margin: 0 0 30px 0;

}



ul#submenu {

	margin: 0;

	padding: 0 0 20px 0;

	list-style: none;

	list-style-image: none;

	width: 216px;

}

ul#submenu li {

	padding: 2px 0 2px 13px;

	margin: 0;

	background-image: url(../images/arrow-submenu.gif);

	background-position: left;

	background-repeat: no-repeat;

}

ul#submenu li a {

	color: #000;

	text-decoration: none;

}

ul#submenu li a:hover {

	text-decoration: underline;

}

ul#submenu li a.active {

	color: #336666;

	font-weight: bold;

}



.col_right div.wrapper {

	padding: 0 50px 15px 0;	

}



/* footer */



#footer {

	border-top: 1px solid #cccccc;

	margin: 8px 0 0 0;

	padding: 12px 0;

}



#footer p {

	font-size: 10px;

	color: #666;

	padding: 0 0 0 45px;

}

#footer p a {

	color: #666;

	text-decoration: none;

}

#footer p a:hover {

	text-decoration: underline;

}

#footer p span.spacer {

	padding: 0 7px;	

}

#footer p span#copyright {

	padding-left: 40px;	

}



/* common tags */



.clear {

	clear: both;

	height: 1px;

	display: block;

}

.largeText {

	font-size: 14px;

}



/* general tags */



h1 {

	font-size: 24px;

	padding: 0 0 15px 0;

	color: #000;

}

h2 {

	font-size: 14px;

	padding: 0 0 15px 0;

	color: #000;

}

h3 {

	font-size: 12px;

	padding: 0 0 15px 0;

	color: #000;

}

h4, h5 {

	font-size: 11px;

	padding: 0 0 15px 0;

	color: #000;

}



p {

	line-height: 150%;	

	padding: 0 0 15px 0;

}

ul {

	margin: 0 0 0 30px;

	padding: 0 0 15px 0;

	list-style: square;

}

ol {

	margin: 0 0 0 30px;

	padding: 0 0 15px 0;	

}

li {

	padding: 0 0 5px 0;

	line-height: 140%;

}

a {

	color: #666666;

	text-decoration: underline;	

}

a:hover {

	text-decoration: none;	

}