@charset "utf-8";

body
{
	margin:0;
	padding:0;
}

#maincontainer
{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#headercontainer
{
    position: absolute;
    top: 0px;
    width: 100%;
	height: 113px;
	z-index: 2;
}

/* hide from IEMac \*/
* html #headercontainer
{
    position: absolute;
    top: 0px;
    width: 100%;
	height: 113px;
	z-index: 2;
	/*margin-top:-3px;*/
}
/* end hide IEMac */

#searchContainer
{
}

/* hide from IEMac \*/
* html #searchContainer
{
    padding-top: 15px;
}
/* end hide IEMac */

#header
{
	height: 113px;
	margin: 0 auto;
	width: 850px;
}

#logocontainer
{
    z-index: 2;
    margin-top: 12px;
    margin-left: 16px;
    width: 230px;
	height: 101px;
}

#globalnavcontainer
{
    position: absolute;
    z-index: 1;
    top: 107px;
    background-image: url(/assets/skin/images/global_nav/gnav_bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
	height: 57px;
}

/* hide from IEMac \*/
* html #globalnavcontainer
{
    position: absolute;
    z-index: 1;
    top: 107px;
    background-image: url(/assets/skin/images/global_nav/gnav_bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
	height: 57px;
	margin-top:-3px;
}
/* end hide IEMac */

#globalnav
{
	height: 45px;
	margin: 0 auto;
	width: 881px;
}

#contentcontainer
{
	float: left;
	width: 100%;
	margin-top: 125px;
	background-color: #ffffff;
}

/* hide from IEMac \*/
* html #contentcontainer
{
	float: left;
	width: 100%;
	margin-top: 100px;
	background-color: #ffffff;
	/*margin-top:-1px;*/
}
/* end hide IEMac */

#content
{
	margin: 0 auto;
	margin-top: 57px;
	width: 900px;
	background-color: #ffffff;
}

* html #content
{
	margin: 0 auto;
	margin-top: 85px;
	width: 900px;
	background-color: #ffffff;
}

#footer
{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	background-color: #ffffff;
}

#overlay
{
    position: absolute;
    z-index: 101;
    top: 170px;
    left: 0px;
    background-color: #ffffff;
}

#flashcontainer
{
    position: absolute;
    z-index: 102;
    margin: 0 auto;
    width: 100%;
}

#closeflash
{
    margin: 0 auto;
    width: 600px;
    height: 30px;
    text-align:right;
}

#closeflash a
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}

#closeflash a:link
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}

#closeflash a:visited
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}

#closeflash a:active
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	text-decoration: none;
}

#closeflash a:hover
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #666666;
	text-decoration: underline;
}

#flashvideo
{
    margin: 0 auto;
    width: 600px;
    height: 480px;
}