html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial Regular", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	color: #000000;
	background-color: #000000;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 150%; text-transform: uppercase; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #333333; }
h2 { font-size: 155%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #333333; }
h3 { font-size: 140%; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #333333; }
h4 { font-size: 110%; text-transform: uppercase; font-weight: normal; margin-bottom: 0px; margin-top: 1px; color: #333333; }
hr { width: 100%; border: 0; color: #DCDCDC; background-color: #DCDCDC; height: 1px; margin-top: 15px; margin-bottom: 15px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: underline; outline: none; color: #000000; }
a:hover { text-decoration: underline; outline: none; color: #000000; background-color: #D7D7D7; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }

img {
	border: 0;
}


/* content formatting containers ******************************************** */
#outer_container {
	position: relative;
	left: 20px;
	top: 30px;
	margin:0;
	padding:0;
	width: 895px;
	margin-bottom: 20px;
}



#box_top {
	height: 25px;
	background: url(/images/static/main_top.gif); top center no-repeat;
}


#box_bottom {
	position: relative;
	top: -1px;
	height: 25px;
	background: url(/images/static/main_bot.gif) bottom center no-repeat;

}


#left_container {
	position: relative;
	float: left;
	width: 190px;
}

#logo {
	width: 190px;
	height: 100px;
}

#menu {
	position: relative;
	top: 20px;
	width: 190px;
}


#right_container {
	position: relative;
	float: right;
	width: 688px;
}

#right_main_container {
	position: relative;
	float: left;
	width: 688px;
	/*min-height: 442px;*/

	/*ugly ie css hack */

	/*min-height:442px;
	height:auto !important;
	height:442px;*/

	background-image: url(/images/static/main_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#right_inner_container {
	position: relative;
	margin-left: 30px;
	margin-top: 14px;
	/*left: 24px;
	top: 14px;*/
	width: 625px;
}


#default_cell01 {
	/*margin-bottom: 30px;*/
}

#two_col_cell01 {
	position: relative;
	float: left;
	width: 215px;
	margin-bottom: 30px;
}

#two_col_cell02 {
	position: relative;
	float: right;
	width: 410px;
	margin-bottom: 30px;
}


#bot_menu {
	position: absolute;
	width: 215px;
	bottom: 35px;
	left: 25px;
}



#address {
	position: relative;
	font-size: 90%;
	line-height: 12px;
	color: #999999;
}

#address a:link, #address a:visited, #address a:active {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
}

#address hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	width: 180px;
	float: left;
}





#contact_form {
}

.form_pair {
	margin-bottom: 10px;
}

.form_item {
	margin-top: 5px;
}






/* navigation *************************************************************** */
#nav li {
	list-style: none;
}

/* level 1 ****************************************************************** */
#nav {
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #333333;
	margin-bottom: 20px;
}

#nav a {
	font-size: 120%;
	color: #333333;
	text-decoration: none;
	outline: none;
	line-height: 19px;
}

/* level 2 ****************************************************************** */
#nav li ul {
	margin-left: 0;
	padding-left: 2.3em;
	text-indent: -1em;
}

#nav li ul a {
	font-size: 110%;
	outline: none;
}

/* level 3 ****************************************************************** */
#nav li ul li ul {
	margin-left: 0;
	padding-left: 2.3em;
	text-indent: -1em;
}

#nav li ul li ul a {
	font-size: 100%;
	outline: none;
}

/* common ******************************************************************* */
#nav li a.current {
	color: #333333;
	text-decoration: underline;
}

#nav li a.current:hover {
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
}

#nav li a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #D7D7D7;
}








/* lev3 ********************************************************************* */
/* navigation *************************************************************** */

#lev3 {
	padding:0;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
}

#lev3 li {
	display:inline;
}

#lev3 li a {
	font-weight: normal;
	font-size: 9px;
	text-decoration:none;
	float:left;
	margin-left: 0.2em;
	margin-right: 0.2em;
	padding:0.2em 0.4em;
	outline: none;
}

#lev3 li a:hover {
	text-decoration:underline;
	outline: none;
}

#lev3 li a.current {
	text-decoration:underline;
	outline: none;
}



.lev3_link {
	width: 35px;
	height: 35px;
	position: relative;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 2px;
	line-height: 35px;
}

.lev3_link:hover {
	border: 1px solid #414141;
}

.lev3_link_on {
	width: 35px;
	height: 35px;
	float: left;
	border: 1px solid #414141;
	margin: 2px;
}
