html {

}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	min-width: 760px;
	width: expression(document.body.clientWidth < 760 ? "760px" : "auto");
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em;
	background-color: white;
}

#container {
	width: 760px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header {
	height: 250px;
	background: url("header_background.jpg") repeat-x 0 0;
}

#header_menu {
	height: 34px;
	margin: 0px 9px 0px 8px;
	background: url("header_background_menu.jpg") repeat-x 0 0;

	text-align: center;
}

#header_logo {
	height: 216px;
	margin: 0px 8px 0px 7px;
	background: url("header_logo_background.jpg") repeat-x 0 0;
}
	#header_logo img {
		margin: 21px 0px 0px 24px;
	}

#services_submenu {
    position:absolute;
    z-index:100;
    display: none;
    margin-left: 19.0em;
    *margin-left: -6.1em !important;
    top: 2.1em;
    
}

#services_submenu {
    background-color: #35515d;
}

#services_submenu ul {
    list-style: none;
}

#services_submenu ul li {
    display: block;
    padding: 0.6em 0.6em 0em 0.6em;
}

#services_submenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.75em;

}

#services_submenu ul li a:hover {
    text-decoration: underline;
}

#content {
	background: url("content_background.jpg") repeat-x 0 0;
	padding-top: 15px;
	overflow: hidden;
	height: 100% !important;
}

#sidebar {
	width: 206px;
	margin-left: 10px;
	float: left;
}

#sidebar table {
	border-collapse: collapse;
	width: 175px;
}

.press-form {
	overflow: hidden;
	width: 100%;
	clear: both;
}

.right-column {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

#main {
	font-size: 0.75em;
	color: #585858;
	padding-right: 17px;
}

	#main p, ul {
		margin-bottom: 1em;
		text-align: justify;
	}

	#main ul {
		list-style-position: inside;
	}
	
	#main img {
		float: right;
		border: 1px dotted #3c5a68;
		padding: 1px;
		margin: 7px;
	}
	
	#main strong {
		color: #3d5c6b;
		font-weight: bold;
	}
	#main h1 {
		color: #c6262c;
		font-weight: bold;
		font-size: 1em;
	}
	
	#main .black {
		color: black;
	}
	
	#main u {
		color: #c6262c;
	}
	
	#main #boxset {
		width: 233px;
		float: right;
		padding: 0px;
		margin-left: 15px;
		margin-right: 0px;
	}
	
	#main #boxset img {
		padding: 0xp;
		margin: 2px;
	}
	
	#main form {
		float: left;
		width: 180px;
	}
	
	#main form label {
		float: left;
		margin-top: 10px;
	}
	
	#main form input, select {
		float: left;
		border: 1px solid #3c5a68;
		width: 155px;
	}
	#main form textarea {
		float: left;
		border: 1px solid #3c5a68;
		width: 500px;
		height: 90px;
	}
	
	#main form .long_label {
		width: 400px !important;
		white-space: nowrap;
		font-weight: bold;
	}
	
	#main form .submit {
		margin-top: 20px;
		width: auto;
		color: white;
		background: #3c5a68;
	}
	
	#main form .radiobuttons {
		float: left;
		padding-top: 0px;
		width: 300px;
		height: 45px;
	}
	
	#main form .radiobuttons div {
		width: 90px;
		height: 20px;
		float: left;
	}
	
	#main form .radiobuttons input{
		float: none;
		border: 0px;
		width: auto;
	}
	
	#main form .right-column{
		
	}

#footer {
	/*position: relative;*/
	width: 760px;
	height: 112px;
	margin: 0px auto 0 auto;
	background: url("footer_background.jpg") repeat-x 0 0;
	color: #ffffff;
	font-size: 0.75em;
}

#footer p {
	padding-top: 2em;
	text-align: center;
	color: #b8cbd9;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.clearing {
	height: 0;
	clear: both;
}

.qaa ul li ul {
	margin-left: 20px;
}

.noflow {
	overflow: hidden;
}
