html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.bold {
	font-weight: bold;
}

h1 {
	font-size: 14px;
	color: #002863;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #002863;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

ul {
	padding-left: 17px;
	margin: 0;
}

.divider {
	border-top: 1px dashed #c8d2d6;
	height: 1px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
}

#container {
	width: 748px;
	position: relative;
	min-height: 100%; /* Safari + Mozilla */
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	background-color: #d9e3e8;
}

#container p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

* html #container {
	height: 100%; /* IE */
}

/* HEADER */

#header {
	position: absolute;
	top: 0px;
	left: -1px;
	height: 166px;
	width: 750px;
	/* background-color: #fff; */
	background: #fff url(/img/cube_top.jpg) no-repeat 13px 0px;
}

#header h1 {
	position: absolute;
	top: 41px;
	right: 38px;
	margin: 0;
	padding: 0;
	width: 199px;
	height: 46px;
	text-indent: -10000px;
	background: transparent url(/img/logo.jpg) no-repeat 0px 0px;
	float: right;
	/*
	margin-top: 41px;
	margin-right: 37px;
	*/
	cursor: pointer;
	display: inline;
}

#header ul.menu {
	position: relative;
	top: 1px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 50px;
	float: left;
	margin-top: 116px;
	margin-left: 13px;
	display: inline;
}

#header ul.menu li {
	width: 100px;
	height: 50px;
	float: left;
	background: transparent url(/img/drop_shadow.png) no-repeat 0px 0px;
}

* html #header ul.menu li { /* IE: Drop shadow */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/drop_shadow.png', sizingMethod='crop');
	background: none;
}

* html #header ul.menu li a { /* IE: Workaround for bug with links in AlphaImageLoader */
	position: relative;
}


#header ul.menu li a {
	height: 25px;
	width: 81px;
	line-height: 23px;
	display: block;
	background-color: #c8d2d6;
	border: 1px solid #333;
	margin-left: 6px;
	margin-top: 23px;
	text-decoration: none;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#header ul.menu li a:hover {
	text-decoration: none;
	background-color: #cdd7db;
}

#header ul.menu li.selected {
	background: transparent url(/img/drop_shadow_selected.png) no-repeat 0px 0px;
}

* html #header ul.menu li.selected { /* IE Drop shadow */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/drop_shadow_selected.png', sizingMethod='crop');
	background: none;
}

#header ul.menu li.selected a {
	height: 32px;
	line-height: 28px;
	border-bottom: 0;
	margin-top: 17px;
	background-color: #d9e3e8;
}

#header ul.menu li.selected a:hover {
	background-color: #d9e3e8;
}

/* RIGHT BAR */

#right-bar {
	float: right;
	border: 1px solid #c8d2d6;
	padding: 4px;
	margin-left: 6px;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 17px;
	width: 190px;
}

#right-bar h3 {
	background-color: #c8d2d6;
	padding: 0;
	margin: 0;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 19px;
	color: #666;
}

#right-bar p, #right-bar2 p {
	padding: 0;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

#content #right-bar img {
	border: 0;
	margin: 4px 0 0 0;
}

#content #right-bar a.arrow {
	padding-left: 13px;
	background: transparent url(/img/arrow.gif) no-repeat 6px 4px;
	text-decoration: underline;
}

* html #content #right-bar a.arrow {
	background-position: 6px 3px;
}

#content #right-bar a:hover.arrow {
	text-decoration: none;
	color: #000;
}

#right-bar .divider {
	border-top: 1px dashed #c8d2d6;
	height: 1px;
	overflow: hidden;
	margin: 4px 0 0 0;
}

/* Right bar below the right bar */
#right-bar2 {
	float: right;
	clear: right;
	padding: 4px;
	margin-left: 8px;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 17px;
	width: 190px;
	font-weight: bold;
	color: #666;
}

#right-bar2 p {
	padding-bottom: 8px;
}

/* FOOTER */

#footer {
	position: absolute;
	height: 33px;
	width: 750px;
	border-top: 1px solid #333;
	bottom: 0px;
	left: -1px;
	background: #fff url(/img/cube_bottom.jpg) no-repeat 136px 0px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#footer p a {
	color: #333;
}

* html #footer { /* IE hack */
	bottom: -1px;
}

#header-spacer {
	width: 100%;
	height: 166px;
}

#footer-spacer { /* leave out if no footer */
	width: 100%;
	height: 34px; /*  NB: Must be same height as footer */
}

/* CONTENT */

#content {
	border-top: 1px solid #333;
	padding: 21px;
	line-height: 19px;
}

#content a.arrow {
	padding-left: 8px;
	background: transparent url(/img/arrow.gif) no-repeat 1px 5px;
	text-decoration: none;
}
* html #content a.arrow {
	background-position: 1px 4px;
}


#content a:hover.arrow {
	text-decoration: underline;
	color: #000;
}

#content img {
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

/* contact form */
#contact-form .field {
	float: left;
	width: 239px;
	padding-right: 8px; 
	padding-bottom: 8px;
}

#contact-form input, #contact-form textarea {
	width: 233px;
	border: 1px solid #333;
	background-color: #efefef;
	padding: 2px;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;

}

#contact-form textarea {
	width: 480px;
	height: 80px;
}

#contact-form .submit {
	width: 80px;
	font-weight: bold;
	margin-left: 406px;
	margin-top: 16px;
}