@charset "utf-8";
/* CSS Document */

body {
background:url(siteImages/bg.jpg) repeat-x;
margin:0 0 0 0px;
font-family:"Trebuchet MS", arial;
font-size:12px;
color:#333333;
}

h1.gold {
font-size:16px;
color:#ae7a17;
text-align:center;
}


h1.white {
font-size:16px;
color:#ffffff;
text-align:center;
}

.container {
width:900px;
margin:auto;
text-align:center;
}


.logo {
float:left;
width:213px;
height:86px;
margin-top:20px;
}

.leftStaticImg {
width:481px;
height:226px;
float:left;
margin-top:0px;

}


.homeFlashContainer {
background:url(siteImages/homeFlashBg.jpg);
width:396px; 
height:271px;
float:right;
margin-top:23px;

}

.homeFlashPresentation {

width:371px; 
height:243px;
float:right;
margin-top:5px;
margin-right:19px;

}



.menuContainer {
background:url(siteImages/menuBg.jpg) no-repeat;
width:850px; 
height:39px;
float:left;
margin-top:10px;

}


.mainContentContainer {
width:900px;
padding:20px;
float:left;
min-height:200px;

}

.contentLeft {
text-align:justify;
width:450px;
float:left;
margin-top:-70px;
}

.contentRight {
text-align:justify;
width:400px;
float:right;
}

.contentVideo {
width:590px;
float:right;
margin-right:200px;
min-height:500px;
}

.footerContainer {
background:url(siteImages/footerBg.jpg) repeat-x;
width:100%;
height:60px;
float:left;
text-align:center;
margin-top:20px;


}

.phone {
font-size:16px;
color:#003300;
font-weight:bold;

}

.menuLinks {
margin-top:10px;

}

.clear {
clear:both;
}

a.menu:link, a.menu:active, a.menu:visited {font-size:14px; color:#FFFFFF; text-decoration:none;padding:10px;}
a.menu:hover {text-decoration:underline; background:url(siteImages/menuHover.jpg);}


a:link, a:active, a:visited {font-size:12px; color:#0066CC; text-decoration:none;}
a:hover {color:#0000CC;text-decoration:underline;}


