﻿body
{
    margin:0;
    padding:0;
    background:url(../images1/bg.gif) repeat-x #CCCCCC;
}

#MainContainer 
{
    width:975px;
    margin:4px auto 0 auto;
}

#MainHeader
{
}

#MainMenu
{
    border:solid 1px white;
    background-color:#dddddd;
	white-space:nowrap;
}

#MainContent
{
    background-color:white;
    width:100%;
    padding-bottom:4px;
}

#HomeTitle
{
    background-color:red;
    border-left:solid 1px white;
    border-right:solid 1px white;
    height: 30px;
    text-align:center;
    padding-top:5px;
}

#HomeTitle label
{
    color:white;
    text-transform:uppercase;
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    font-size:10pt;
}

#MainFooter
{
    margin-top:4px;
}

.RegularLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:red;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;  
}

.xLargeButtonLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;  
}

.xLargeButtonLink:hover
{
	color:red;
}

/* SPECIAL LAYOUTS */
#contact-us-container
{
    width:100%;
    padding:0.5em;
}

#fieldsetForm
{
    width:500px;
    float:left;
}

#ContactUsContent
{
    width:450px;
    float:right;
}

#ContactUsText
{
    margin-top:150px;        
}

.ContactUsFooter {
    text-align: center;
    margin-top: 20px;
}


/* video demostration styles */

.video-demo {
    margin: 20px 5px 10px 5px;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.video-demo .caption {
    background: #EFEFEF;
    margin: 5px 2px 0px 2px;
    padding: 5px;
}

.video-demo .caption p {
    margin: 0px;
}

.video-demo + a {
    color: #FF0000;
    text-decoration: none;
    font-weight: 700;
}

.ui-dialog .video-demo video {
    width: 100%;
}

