* {
    margin: 0;
    padding: 0;
}

html,
body,
div#wrap-a,
div#wrap-b {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#wrap-a,
* html div#wrap-b {
    height: 100%;
}

body {
	background: #fff url(../images/bg/body.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #000;
}

body.internal {
	background: #fff url(../images/bg/body_internal.gif) repeat-x 0 0;
}

div#wrap-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#wrap-b {
	width: 100%;
}

div#body {
	position: relative;
	width: 800px;
	margin: 0 auto 75px auto;
	border-top: none;
}

#body div#header {
	position: relative;
	height: 105px;
	width: 762px;
	margin: 0 auto 130px auto;
	background: transparent url(../images/bg/header.gif) repeat-x 0 0; 
}

body.internal #body div#header {
	margin: 0 auto 80px auto;
}

#header div#header-left
{
	position: absolute;
	bottom: 0;
	left: -19px;
	width: 19px;
	height: 105px;
	background: transparent url(../images/bg/header_left_tile.png) repeat-x 0 0;
}

* html #header div#header-left {
	bottom: -1px;
}

#header div#header-right
{
	position: absolute;
	bottom: 0;
	right: -19px;
	width: 19px;
	height: 105px;
	background: transparent url(../images/bg/header_right_tile.png) repeat-x 0 0;
}

* html #header div#header-right {
	bottom: -1px;
}

#header div#header-bottom
{
	position: absolute;
	bottom: 1px;
	width: 762px;
	height: 9px;
	background: transparent url(../images/bg/header_bottom_tile.png) repeat-x 0 0;
}

* html #header div#header-bottom {
	bottom: -5px;
}

#header ul#nav {
	position: absolute;
	z-index: 10;
	bottom: 18px;
	right: 13px;
	list-style: none;
	padding-top: 5px;
	border-top: 1px dotted #D3D7DB;
}

#nav li {
	float: left;
}

#nav a {
	float: left;
	height: 19px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0.5;
}

#nav a:hover {
	background-position: 0 -19px;
}

#nav a#nav-1 {
	width: 49px;
	background-image: url(../images/btn/nav_1.gif);
}

#nav a#nav-2 {
	width: 66px;
	background-image: url(../images/btn/nav_2.gif);
}

#nav a#nav-3 {
	width: 85px;
	background-image: url(../images/btn/nav_3.gif);
}

#nav a#nav-4 {
	width: 72px;
	background-image: url(../images/btn/nav_4.gif);
}

#nav a#nav-5 {
	width: 88px;
	background-image: url(../images/btn/nav_5.gif);
}

#nav a#nav-6 {
	width: 80px;
	background-image: url(../images/btn/nav_6.gif);
}

#header a#logo {
	position: absolute;
	z-index: 2;
	top: 23px;
	left: 23px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	height: 48px;
	width: 250px;
	background: transparent url(../images/btn/logo.gif) no-repeat 0 0;
}

#body div#flashheader {
	position: absolute;
	top: 94px;
	left: 17px;
	width: 767px;
	height: 141px;
}

#body div#staticheader {
	position: absolute;
	top: 94px;
	left: 17px;
	background: transparent url(../images/bg/static_header.jpg) no-repeat 0 0;
	width: 767px;
	height: 91px;
}

#body div#content {
	position: relative;
	background: #FFF url(../images/bg/content.gif) repeat-x 0 0;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 766px;
	margin: 0 auto 0 auto;
	font-size: 85%;
}

#content div#left,
#content div#right {
	float: left;
	height: 100%;
}

#content div#left {
	width: 241px;
/*	background: transparent url(../images/bg/left.gif) repeat-x 0 0; */
	padding-bottom: 50px;
	text-align: center;
}

#content div#right {
	width: 520px;
	margin-top: 60px;
	text-align: center;
}

#right div#search {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 520px;
	height: 31px;
	background: transparent url(../images/msc/search.gif) no-repeat center top;
}

#right form#search-form
{
	position: absolute;
	width: 178px;
	height: 21px;
	right: 18px;
	bottom: 6px;
	background: transparent url(../images/msc/search_box.gif) no-repeat 0 1px;
}

* html #right form#search-form
{
	bottom: 5px;
}

#search input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 13px;
	color: #3D87CF;
	border: 0;
	font-family: Arial;
	font-size: 80%;
	padding: 6px 13px 6px 22px;
	background: transparent;
}

#right div#flashpic
{
	float: right;
	height: 185px;
	width: 270px;
	margin: 12px;
}

#content div#content-left
{
	position: absolute;
	top: 8px;
	left: -19px;
	width: 17px;
	height: 269px;
	background: transparent url(../images/bg/content_left.png) repeat-x 0 0;
}

#content div#content-right
{
	position: absolute;
	top: 8px;
	right: -19px;
	width: 17px;
	height: 269px;
	background: transparent url(../images/bg/content_right.png) repeat-x 0 0;
}


#wrap-b div#footer {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
}

#footer div {
	position: relative;
	margin: 0 auto;
	width: 767px;
	border-top: 1px dashed #D6DADD;
	color: #B4BCC2;
	font-family: Arial, "sans-serif";
}

#footer ul {
	position: absolute;
	list-style: none;
	font-size: 80%;
}

#footer li {
	display: inline;
}

#footer li.dark,
#footer a {
	color: #B4BCC2;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul#copyright,
#footer ul#nav-footer {
	top: 5px;
}

ul#copyright {
	left: 0;
}

ul#nav-footer {
	right: 0;
}

div.img-fr {
	float: right;
	margin: 5px 10px;
	width: 204px;
}

div.img-fl {
	float: right;
	margin: 5px 10px;
	width: 204px;
}

div.img-fr img,
div.img-fl img {
	margin: 0 0 10px 0;
}

div.clr {
	height: 1px;
	clear: both;
}