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


/****************************************** Main Layout *********************************************/
body  {
	background: url(../images/bg.jpg) fixed repeat-x #FFE784;
	margin: 0;
	padding: 0;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
.container { 
	width: 980px;
	background: #fff;
	margin: 0 auto;
	border: 2px solid #E25517;
	text-align: left;
}

/****************************************** Header *********************************************/ 
.header { 
	background: #fff; 
	padding:0;
}
.headerBottomBorder {
    width:980px;
	height:65px;
	position:absolute;
	margin-top:282px;
    background: url(../fireworks/border-ballons.png) repeat-x;
	z-index:999;
}

/****************************************** Main Content *********************************************/
.contentWrapper {
    width:980px;
    height:auto;
	background: url(../images/mainContent_bg.jpg) repeat-y;
}
.contentLeft {
    width:260px;
    height:100%;
    float:left;
	margin:35px 0px 0px 15px;
	padding:0;
}
.contentRight {
    width:690px;
    height:auto;
    float:right;
	margin:35px 0px 0px 15px;
	padding:0;
}

/****************************************** Navigation *********************************************/
.navTop {
    width:253px;
	height:46px;
	background: url(../images/nav/nav_top.jpg) no-repeat;
	margin:0px 0px 0px 8px;
	padding:0;
}
.navMid {
    width:228px;
	height:auto;
	background: url(../images/nav/nav_mid.jpg) repeat-y;
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 25px;
}
.navBtm {
    width:253px;
	height:16px;
	background: url(../images/nav/nav_btm.jpg) no-repeat;
	margin:0px 0px 0px 8px;
	padding:0;
}

/****************************************** Footer *********************************************/
.footer {
    width:980px;
    height:50px;
	background:#fff;
	background: url(../images/footer_bg.jpg) no-repeat;
}
.copyright {
    width:326px;
    height:50px;
    float:left;
	text-align:left;
}
.top {
    width:328px;
    height:50px;
    float:right;
	text-align:center;
}
.visualsymmetry {
    width:326px;
    height:50px;
    float:right;
	text-align:right;
}
.footer p {
	font-size:10px;
	color:#999;
	margin:0;
	padding:30px 10px;
}
.footer a {
	font-size:10px;
	color:#999;
	text-decoration:none;
}
.footer a:hover {
	font-size:10px;
	color:#999;
	text-decoration:underline;
}

/****************************************** Float *********************************************/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************************************** Contact Us Form *********************************************/
fieldset {
    margin: 0px 20px;
	width:400px;
    border: 1px solid #999999;
}
input {
    background-color: #EAEAEA;
}
.inputSubmit{
    background-color: #1679BC;
    color: #fff;
	font-weight: bold;
	width:80px;
	height:24px;
}
textarea {
    background-color: #EAEAEA;
}
