/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/pagedesign/design1_04.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

li {
	list-style-position: outside;
	list-style-image: url(images/pagedesign/bullet.jpg);
	margin-left: 10px;
}

h1 {
	color: #CC3333;
	font-size: 20px;
}

h2 {
	color: #CC3333;
	font-size: 14px;
}

p {
	line-height: 16px;
}

a {
	color: #CC3333;
	font-weight: bold;
}

a.top {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

.red {
	color: #CC3333;
	font-weight: bold;
}

.break {
	position: relative;
	background-image: url(images/pagedesign/para.jpg);
	width: 300px;
	height: 50px;
}

.breakmin {
	position: relative;
	background-image: url(images/pagedesign/parasmall.jpg);
	width: 300px;
	height: 20px;
}

#container {
	position: relative;
	width: 737px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	top: 0px;
}

#nav {
	position: absolute;
	top: 0px;
	width: 737px;
	height: 304px;
	background-color: #FFF;
}

#flower {
	background-image: url(images/pagedesign/design1_01.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 304px;
	width: 169px;
}

#navbuts {
	position: absolute;
	left: 169px;
	top: 0px;
	margin: 0px;
}

#logo {
	position: absolute;
	left: 529px;
	top: 0px;
	height: 110px;
	width: 208px;
}

#domesticflash {
	background-image: url(images/pagedesign/design1_13.jpg);
	position: absolute;
	left: 529px;
	top: 194px;
	height: 110px;
	width: 208px;
}

#banner {
	position: absolute;
	left: 0px;
	top: 304px;
	background-image: url(images/pagedesign/design1_19.jpg);
	background-repeat: no-repeat;
	width: 737px;
	height: 220px;
}

#flash {
	position: absolute;
	left: 55px;
	bottom: 0px;
}

#content{
	position: absolute;
	width: 737px;
	left: 0px;
	top: 524px;
	height: auto;
	min-height: 374px;
	background-image: url(images/pagedesign/design1_21.jpg);
	background-repeat: repeat-y;
}

* html #content {
	height: 374px;
}

#cont1{
	position: relative;
	width: 300px;
	left: 65px;
	float: left;
	top: 10px;
	height: auto;
}

#cont2{
	position: relative;
	width: 300px;
	right: 40px;
	float: right;
	top: 10px;
	height: auto;
}

#cont3{
	position: relative;
	width: 620px;
	left: 65px;
	top: 10px;
	height: auto;
}


#footer {
	position: absolute;
	height: 125px;
	bottom: -125px;
	left: 0px;
	width: 737px;
	clear: both;
	background-image: url(images/pagedesign/design1_23.jpg);
}

#footext {
	position: absolute;
	width: 300px;
	height: 50px;
	left: 65px;
	top: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

.textbox {
	width: 200px;
}

#pagehead {
	position: absolute;
	left: 170px;
	width: 400px;
	height: 60px;
	top: 265px;
	z-index: 20;
}