/* CSS Document */

/* Html Tags */
body{
	margin:0px;
	background-image:url(images/bg-r-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #ccc6b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
img { behavior: url(iepngfix.htc);}

h1{
	font-family:"Myriad Pro";
	font-size:24px;
	color:#941e19;
	font-style: italic;
	margin: 0px;
}
h2{
	font-family:"Myriad Pro";
	font-size:18px;
	color:#333333;
	margin: 0px;
	letter-spacing: 1px;
}
h3{
	font-family:"Myriad Pro";
	font-size:18px;
	color:#941e19;
	font-style: italic;
	margin: 0px;
}
p{
	margin-top:5px;
}

a{
	color: #333333;
}

a:hover{
text-decoration:underline;
}

ul{
	margin:0px;
	padding:0px;
	color: #9B2D28;
	list-style-position: outside;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}	

li{
	margin-left: 20px;
	behavior: url(iepngfix.htc);
	background-image: url(images/arrow.png);
	background-position: left top;
	padding-left: 20px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: normal;
}
iframe{
overflow-x:hidden;
}
/* Main Container */
#main{
	width: 100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

#header{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	height:504px;
}

#mid{
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	padding-left:30px;
	padding-right:30px;

}

#mid #content{
	float:left;
	width:480px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
}

#mid #content #text-right{
	float:right;
	width: 300px;
}

#mid #content #image-left{
float:left;
}

#mid #frame{
	float:right;
}

#mid #frame #bottom{
	background-image: url(images/left-bottom.png);
	background-repeat: no-repeat;
	behavior: url(iepngfix.htc);
	width:405px;
    padding-top:13px;
}
#mid #frame #top{
	background-image: url(images/left-top.png);
	background-repeat: no-repeat;
	behavior: url(iepngfix.htc);
	width:405px;
    padding-top:13px;

}
#mid #frame #top #middle{
	background-image: url(images/left-repeat.png);
	background-repeat: repeat-y;
	behavior: url(iepngfix.htc);
	width:405px;
}

#mid #iframe{
	width:366px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(images/left-r.gif);
	background-repeat: repeat-x;
	background-color: #beb8ab;

}

#green {
	margin-top: 50px;

}

#red-footer {
	color:#FFFFFF;
	margin-bottom: 30px;
	padding-top: 10px;
}

#footer{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer-right{
	float:right;
	margin-bottom: 15px;
}

#footer-left{
float:left;
}

#footer-main{
background-color:#bdb7aa;
}


.heading-bold{
	color: #9B2D28;
	font-size: 14px;
	font-weight: bold;
}

.frontlist{

}

.float-left{
	float:left;
}

.float-right{
	float:right;
	width:400px;
}

.float-right p{
	margin-top:5px;
	margin-bottom:0px;
}

.img1{
	background-image:url(images/img.png);
	background-repeat:no-repeat;
	width:55px;
	height:48px;
	behavior: url(iepngfix.htc);
	margin-left: 10px;
}
.img2{
	background-image:url(images/img2.png);
	background-repeat:no-repeat;
	width:55px;
	height:48px;
	behavior: url(iepngfix.htc);
	margin-left: 5px;
}
.img3{
	background-image:url(images/img3.png);
	background-repeat:no-repeat;
	width:55px;
	height:48px;
	behavior: url(iepngfix.htc);
	margin-left: 5px;
}
.more{
background-image:url(images/more.png);
width:59px;
height:21px;
margin-left:auto;
behavior: url(iepngfix.htc);
}
