/* CSS Document */

body{
	background-color: #CDCDCD;
	font: 13px/140% Tahoma;
}
td{
	vertical-align: top;
	padding: 5px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input{
	border: 1px solid #999999;
}
textarea{
	border: 1px solid #999999;
}
ul{
	
}
li{
	margin-top: .2em;
	margin-bottom: .2em;
}
h3{
	color: #4a3b66;
	font: 180% Arial, Helvetica, sans-serif;
}
h4{
	font-family: "Times New Roman", Times, serif;
	color: #4a3b66;
}

a,a:link,a:visited,a:active{
	text-decoration: none;
	color: #4A3B66;
}
a:hover{
	text-decoration: underline;
}
/* Main Layout Styles */

#wrapper-tmp{
	width: 260px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	font-family: "Copperplate Gothic Light";
	font-size: 14px;
}


#wrapper{
	background-image: url(../images/content-fill.jpg);
	width: 821px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
}
#header{
	background-image: url(../images/header.jpg);
	position: relative;
	height: 127px;
	width: 821px;
	margin: 0px;
}
#topnav{
	background-image: url(../images/menu-fill.jpg);
	background-repeat: repeat-y;
	position: relative;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 45px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topnav a, #topnav a:link, #topnav a:visited, #topnav a:active{
	color: #FFFFFF;
	padding: 8px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:hover{
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#bottom-nav{ 	
	text-align: center;
}
#bottom-nav img{
	padding-right: 10px;
	padding-left: 10px;
}
#content{
	font-size: 12px;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	background-attachment: scroll;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
}
#maintable{
	width: 92%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#maintable .left-column{
	width:50%;
	padding: 10px;
}
#maintable .right-column{
	width:50%;
	padding: 10px;
}

#footer{
	background-image: url(../images/footer.jpg);
	position: relative;
	height: 54px;
	width: 821px;
	text-align: right;
	font-size: 12px;
}
#copyright{
	color: #666666;
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
}
#movie{
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#powered{
	width: 120px;
	margin-left: 15px;
}
.cleardiv{
	clear: both;
	float: none;
	height: 1px;
	width: auto;
}

.img-left{
	float: left;
	margin: 5px;
}
.img-right{
	float: right;
	margin: 5px;
}
div.phonenumber{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-right: 35px;
	text-align: right;
	margin-top: 75px;
}
div.links{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: capitalize;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	padding: 8px;
}

div.links a,div.links a:link,div.links a:visited,div.links a:active,div.links a:hover{
	color: #666666;
}
