/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background:url(images/nav_main_background.jpg) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 0.5em 0px;
	letter-spacing: -0.05em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #575757;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
	line-height:90%;
	color: #666;
}

h3 {
	margin: 0px 0px 1em 0px;
	font-size: 100%;
	color: #616161;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 45px 20px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 26px;
	padding: 10px 14px 0px 16px;
	background-image: url(images/nav_menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.2em;
	text-align: left;
	line-height: 17px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(images/nav_list_bullet.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #6C9294;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 90px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	background: url(images/nav_button_small.jpg) no-repeat left top;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: normal 13px "Arial";
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer {
	height: 100px;
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	color: #CCC;
}
#wrapper tr #wrapper2 #wrapper3 tr td #wrapper4 tr #wrapper5 #footer tr td br {
	color: #FFF;
}

/** TABLES */

.table1 {
	width: 100%;
}

.table1 tr {
}

.table1 td {
	height: 31px;
	padding: 0px 10px;
	background: #CEE9EB;
	border-bottom: 1px solid #FFFFFF;
	color: #6C9294;
}

.table1 td.left {
	background: #c3e9f7 url(images/nav_list_left.jpg) no-repeat left top;
}

.table1 td.right {
	background: #ceffb4 url(images/nav_list_right.jpg) no-repeat right top;
}

.table1 tr.alt td {
	background: #d8f4ff;
}

.table1 tr.alt td.left {
	background: #d8f4ff url(images/nav_list_alt_left.jpg) no-repeat left top;
}

.table1 tr.alt td.right {
	background: #d8f4ff url(images/nav_list_alt_right.jpg) no-repeat right top;
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 20px 20px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(images/nav_main.jpg) repeat-y center top;
}

#wrapper2 {
	background: url(images/nav_footer_repeat.jpg) repeat-x left bottom;
}

#wrapper3 {
	background: url(images/nav_header_repeat.jpg) repeat-x left top;
}

#wrapper4 {
	width: 1000px;
	margin: 0px auto;
	background: url(images/nav_header.jpg) no-repeat left top;
	position:relative;
}

#wrapper5 {
	background: url(images/nav_footer.jpg) no-repeat left bottom;
}

/** BOX STYLE 1 */

.box-style1 {
	padding-bottom: 30px;
}

.box-style1 .title {
}

.box-style1 .title h1 {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	background: url(images/nav_title_image.gif) no-repeat left center;
}

.box-style1 .title h2 {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B2BEBF;
}

.box-style1 .content {
	padding: 20px 0px 0px 0px;
}

/** BOX STYLE 2 */

.box-style2 {
	padding-bottom: 30px;
	background: url(images/nav_titlebar_right.jpg) no-repeat right top;
}

.box-style2 .title {
	margin-right: 50px;
	background: url(images/nav_titlebar_middle.jpg) repeat-x left bottom;
}

.box-style2 .title h2 {
	height: 29px;
	background: url(images/nav_titlebar_left.jpg) no-repeat left bottom;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.box-style2 .content {
	margin-left: -50px;
	padding: 5px 20px 0px 70px;
	background: url(images/nav_shadow.jpg) no-repeat left top;
}


/** CONTENT */

#content {
	padding: 0px 0px 0px 50px;
}

/** TOP NAV */
/*#topnav {width: 700px;  color:#FFFFFF; margin-left:300px; font-family:"Arial"; margin-top:0px;}*/
#topnav {
	width: 901px;
	color:#FFFFFF;
	font-family:"Arial";
	position:absolute;
	top:182px;
	right:99px;
	height: 43px;
}
#topnav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav ul {float:right; display:inline;}
#topnav li {
	display:inline;
	height:30px;
	background-image:url(images/nav_menu_spacer.gif);
	background-position:right top;
	background-repeat:no-repeat;
	list-style-position: inside;
	padding-right: 9px;
	padding-left: 5px;
}

/* TOP SUB NAV*/

/*#topsubnav {
	float:right;
	margin-top:20px;
	margin-right:32px;
}*/
#topsubnav {
	position:absolute;
	top:20px;
	right:96px;
	width: 197px;
}
#topsubnav .image {padding-right:5px;}
#wrapper tr #wrapper2 #wrapper3 tr td #wrapper4 tr #wrapper5 #footer tr td {
	color: #FFF;
	font-size: 14px;
}
#wrapper tr #wrapper2 #wrapper3 tr td #wrapper4 tr #wrapper5 #footer tr td {
	font-size: 12px;
}
