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


/****************************************** Main Layout *********************************************/
body  {
	background: #FFE784;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.layout #container { 
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #E25517;
	text-align: left;
}

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

/****************************************** Main Content *********************************************/
#contentWrapper {
    width:980px;
    height:auto;
	background-image:url(../images/mainContent_bg.jpg);
	background-repeat: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:260px;
	height:46px;
	background-image:url(../images/nav/nav_top.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 8px;
	padding:0;
}
#navMid {
    width:260px;
	height:auto;
	background-image:url(../images/nav/nav_mid.jpg);
	background-repeat:repeat-y;
	margin:0px 0px 0px 8px;
	padding:0px 0px 0px 25px;
}
#navBtm {
    width:260px;
	height:16px;
	background-image:url(../images/nav/nav_btm.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 8px;
	padding:0;
}

/****************************************** Footer *********************************************/
.layout #footer {
    width:980px;
    height:50px;
	background:#fff;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: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;
}
.layout #footer p {
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	margin:0;
	padding:30px 10px;
}
.layout #footer a {
	font-size:10px;
	color:#999999;
	text-decoration:none;
}
.layout #footer a:hover {
	font-size:10px;
	color:#999999;
	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;
    color: #000000;
}
.inputSubmit{
    background-color: #1679BC;
    color: #FFFFFF;
	font-weight: bold;
	width:80px;
	height:24px;
}
textarea {
    background-color: #EAEAEA;
    color: #000000;
}