/* document layout */

html, body {
	color: #000000;
	background: #cecece;
	font: 13px 'Trebuchet MS', 'Lucida Sans Unicode', Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	display: table;
	position: relative;
	color: #000000;
	background: #FFFFFF;
	width: 842px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	border-left: #5D5D5D ridge 3px;
	border-right: #5D5D5D groove 3px;
}

#content {
        display: block;
        position: relative;
        color: #000000;
        background: #FFFFFF;
        width: 842px;
        height: 100%;
        margin: 0 auto;
        overflow: visible;
}

#header {
	position: relative;
	float: left;
	clear: left;
	top: 0;
	left: 0;
	background-image: url(/images/gware_bg.png);
	background-repeat: no-repeat;
	width: 842px;
	height: 127px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu {
	position: relative;
	float: left;
	clear: left;
	top: 0;
	left: 0;
	width: 134px;
	margin: 0;
	padding: 18px 5px 18px 24px;
	text-align: left;
}

#include {
	position: relative;
	float: left;
	clear: none;
	top: 0;
	left: 0;
	width: 523px;
	min-height: 300px;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	overflow: visible;
}

* html #include {
	padding-top: 15px;
	height: 320px;
	min-height: 320px;
}

#footer {
	color: #3B4247;
	background-color: #FFFFFF;
	display: table;
	position: relative;
	float: left;
	clear: left;
	top: 0;
	left: 0;
	font-size: 11px;
	width: 842px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

#footer a {
	color: #3B4247;
	background-color: #FFFFFF;
}

#footer a:hover {
	color: #3B4247;
	background-color: #FFFFFF;
	text-decoration: none;
}

* html #footer {
	margin: 15px auto;
}

a.language {
	text-decoration: none;
	margin: 5px;
}

/* end document layout */

/* html classes */

a {
	color: #307082;
	background-color: #FFFFFF;
}
a:hover {
	color: #7EC0EE;
	background-color: #FFFFFF;
}

h1 {
	color: #3C6B8F;
	background-color: #FFFFFF;
	border-bottom: 1px solid #3B4247;
	font-size: 16px;
}

h2 {
	font-size: 13px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

/* end html classes */

/* classes */

p.date {
	margin-top: -10px;
	border-bottom: 1px solid #CCCCCC;
}

hr.divider {
	width: 100%;
	height: 1px;
	color: #000000;
	background-color: #FFFFFF;
}

.info-box {
	padding-right: 20px;
}

/*
.trademark sup {
	line-height: 0;
}
*/

/* end classes */

/* rollover menu */

ul.rollmenu {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 125px;
}

ul.rollmenu li {
	margin: 0;
	padding: 0;
	width: 125px;
}

ul.rollmenu a {
	font-weight: normal;
	text-decoration: none;
	color: #3C6B8F;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 0 0.5em;
	width: 125px;
	border-bottom: 1px solid #3C6B8F;
	display: block;
}

ul.rollmenu a:hover {
	color: #FFFFFF;
	background-color: #3C6B8F;
}

ul.rollmenu a.selected {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3C6B8F;
	margin: 0;
	padding: 0 0 0 0.5em;
	width: 125px;
	border-bottom: 1px solid #3C6B8F;
	display: block;
}

ul.rollmenu a.selected:hover {
	color: #FFFFFF;
	background-color: #3C6B8F;
}

ul.rollmenu a.top {
	border-top: 1px solid #3C6B8F;
}

/* end rollover menu */

/* below menu */

p.below-menu {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 2px;
	border: 0;
	width: 125px;
}

/* end below menu */
