html, body
{
	width: 100%;
	height: 100%;
	margin: 0 0;
}

body
{
    font-size:62.5%;
    font-family:Verdana,Arial;
	background:#fff url(../images/bodyBg.jpg) repeat-x;
}

body.noFlash {
    background:#8b8b8b url(../images/noFlashBg.jpg) repeat-x;
}

#contentContainer {
    width:936px;
    margin:19px auto 0;
}

img {
    border:0;
}

#mainContainer
{
	text-align: center;
}

#flashContent
{
	margin: auto auto;
}

#dropShadow {
    width:100%;
    background:url(../images/dropShadowBg.jpg) no-repeat top center;
}







#footer {
    width:1024px;
    font-size:1.0em;
    text-align:left;
    margin:0 auto;
    color:#999999;
    padding-top:25px;
    position:relative;
}

#footer ul { 
	padding:0;
	margin:0;	
	list-style-type:none;
}

#footer #footerLinks {
	padding-right:200px;
}

/* icons */
#footer #footerContact
{
	position:absolute;
	top:21px;
	right:0;
      
}

#footer #footerContact li
{
	padding-right: 5px;
}


.dividerLine
{
	width: 140px;
	height: 1px;
      position:absolute;
	top:31px;
	right:83px;

	/*border-bottom: 1px solid #e9e9e9;*/

	background:url(../images/Divider_Line_Icons.gif) no-repeat;
}

#footer ul li {
   float:left;
}

#footer ul li a { color:#999999; text-decoration:none; }
#footer ul li a:hover { color:#999999; text-decoration:underline; }



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

