/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";


/* Site
-------------------------------------------------------------- */

body {
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}

#page {
	margin: 0 auto;
	width: 880px;
}

/* Column Main
-------------------------------------------------------------- */

.start {
	position: relative;
}

.start h1, .start h2 {
	position: absolute;
	color: white;

	text-shadow: 0px 0px 10px #000;
    filter: dropshadow(color=#000, offx=0, offy=0);
}

.start h2 {
	top: 350px;
	left: 30px;
	font-size: 24px;
}

.start h1 {
	top: 390px;
	right: 170px;
	font-size: 28px;
}
 
#column_main {
	float: left;
	width: 590px;
	margin-right: 30px;
}
  
#container_menu {
	background-repeat: no-repeat;
	overflow: hidden;     
	white-space: nowrap;
	position: relative;
	z-index: 5;
}

#menu {
	height: 120px;
	width: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;  
}

#menu ul li a {
	background: white;
	height: 27px;
	float: left;
	text-align: left; 
	padding: 93px 10px 0 10px;
	color: black;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li .active {
	background: none;
	color: white;
	text-decoration: none;
}          

#fill {
	float: left;
	height: 120px;
	width: 300px;
	background: white;
}

#submenu {
	margin-top: -30px;
	position: relative;
	z-index: 10;
	float: left;
	width: 160px;
}

#submenu a {
	color: black;
}
#submenu a:hover {
	text-decoration: none;
}

#submenu ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: none;  
}
#submenu ul li {
	margin: 0;
	padding: 2px 0;
}
#submenu ul li ul {
	list-style-image: url(../img/bullet.gif);
}

#column_content {
	margin-top: -30px;
	padding: 0 20px 20px 0px;
	margin-left: 165px;
	z-index: 11;
	position: relative;
}
#content {
	margin-top: -30px;
	padding: 0 20px 20px 20px;
	z-index: 10;
	position: relative;
}
#content li {
	margin-bottom: 6px;
}

#footer {
	font-size: 0.7em;
	padding: 50px 20px 20px 20px;
}

/* Column Right
-------------------------------------------------------------- */
#column_right {
	float: right;
	width: 260px;
}

#column_right .address {
	margin: 40px 0 0 0;
}

.logo {
	margin: 20px 0 0 0;
}

#logo {
	float: left;
	margin-right: 10px;
}

.logo h1 {
	font-size: 16px;
	letter-spacing: 1px;
}

.logo h2 {
	padding-top: 35px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 9.5px;
	line-height: 13px;
	letter-spacing: 1px;
}
