a:link {text-decoration: none;  color: #006 }
a:visited {text-decoration: none;  color: #003 }
a:hover {text-decoration: none; color: #00c;}
a:active {text-decoration: none; color: #600;}

body {
    background-color: #ccf;
	background-repeat: no-repeat;
    background-image: URL('images/bg.jpg');
    background-position: center;
	background-attachment: fixed;
	padding: 0;
	text-align: center;
	margin: auto 0;
	font-size: 62.5%;
	font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
}

li {
  text-indent: 0;
}  

.hidden
{
	display: none;
	margin: 0;
}

.no {
    display: none;
}

.smaller {
	font-weight: normal;
	font-size: 1.1em;
}

.nav {
    position: relative;
	top: 5px;
    width: 72em;
	min-width: 720px;
	max-width: 720px;
	width: expression(document.body.clientWidth < 720 ? "720px" : "auto" );
	width: expression(document.body.clientWidth > 720 ? "720px" : "auto" );
    text-align: left;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
}
	
.ltcol {
    float: left;
    width: 33em;
	min-width: 330px;
	max-width: 330px;
	width: expression(document.body.clientWidth < 330 ? "330px" : "auto" );
	width: expression(document.body.clientWidth > 330 ? "330px" : "auto" );
	margin: 0 auto;
	text-align: center;
	padding: 0;
    font-size: 1.1em;
    color: #111;
}

.ltcol_txt {
    width: 29em;
	max-width: 290px;
	min-width: 290px;
	width: expression(document.body.clientWidth < 290 ? "290px" : "auto" );
	width: expression(document.body.clientWidth > 290 ? "290px" : "auto" );
	font-weight: bold;
	color: #003;
	padding-top: 0px;
	padding-left: 10px;
	text-align: left;
}

.rtcol {
    float: right;
    width: 35em;
	min-width: 390px;
	max-width: 390px;
	width: expression(document.body.clientWidth > 390 ? "390px" : "auto" );
	width: expression(document.body.clientWidth < 390 ? "390px" : "auto" );
	margin: 0;
	padding: 0;
	font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
    font-size: 1em;
    color: #111;
	text-align: left;
}

.ltcolbox {
	top: 10px;
	left: 2em;
      width: 27em;
	min-width: 270px;
	max-width: 270px;
	width: expression(document.body.clientWidth < 270 ? "270px" : "auto" );
	width: expression(document.body.clientWidth > 270 ? "270px" : "auto" );
	border: 3px groove #8686b9;
	color: #003;
	margin: .5em;
	padding: .5em;
	margin-top: 1em;
	font-size: 1.2em;
	text-align: center;
}

h2 {
    font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
    font-size: 1.6em;
    color: #033;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
	margin: auto 0;
	padding: 0;
	padding-bottom: .5em;
}

h3 {
    font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
    font-size: 1.4em;
    color: #036;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
	margin: auto 0;
	padding: 0;
	padding-bottom: .5em;
}

.content {
    font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
    font-size: 1.5em;
    color: #111;
    font-weight: normal;
    text-align: left;
	padding-top: .5em;
    padding-left: .5em;
	padding-right: .5em;
	text-indent: 2em;
}

.contact {
    font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	width: 400px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0;
}

.bg {
    position: relative;
	width: 72em;
	min-width: 720px;
	max-width: 720px;
	width: expression(document.body.clientWidth < 720? "720px": "auto" );
	width: expression(document.body.clientWidth > 720 ? "720px" : "auto" );
	min-height: 140px;
    margin: 0 auto;
	text-align: center;
	padding: 0;
	padding-bottom: 2em;
	background-position: 0px 0px; 
    background-image: url(images/circle_bot.gif);
	background-repeat: no-repeat;
}

.search {
    position: relative;
	width: 83.6em;
	min-width: 836px;
	max-width: 836px;
	width: expression(document.body.clientWidth < 836? "836px": "auto" );
	width: expression(document.body.clientWidth > 836 ? "836px" : "auto" );
    margin: 0 auto;
	text-align: center;
        text-indent: -78px;
	padding: 0;
        margin-top: -5px;
	background-position: 0px 0px; 
    background-image: url(images/circle_bot.gif);
	background-repeat: no-repeat;
}

.form1 {
	line-height: 1.6em;
    font-size: 1em;
	font-weight: bold;
    color: #003333;
}

.form2 {
	line-height: .6em;
	font-weight: bold;
    color: #003333;
}

.form3 {
	line-height: 1.6em;
    font-size: 1em;
	font-weight: bold;
    color: #003333;
}

.form4 {
	line-height: .6em;
	font-weight: bold;
    color: #003333; 
}

.form5 {
    font-size: 1em;
	font-weight: bold;
    color: #003333;
}

.sub {
	font-weight: bold;
	margin: auto 0;
	text-align: center;
}

.photo {
    float: right;
    font-family: Century Gothic,Gothic,Helvetica,Arial,Sans-serif;
    font-size: 1em;
    color: #003;
    font-weight: bold;
    text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-top: .5em;
	width: 130px;
}

.footer {
    position: relative;
	bottom: 5px;
	width: 72em;
	min-width: 720px;
	width: expression(document.body.clientWidth < 720 ? "720px" : "auto" );
	font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: .9em;
    color: #003;
    font-weight: normal;
	margin: 0 auto;
	clear: both;
	text-align: center;
	padding: 0;
	padding-top: 4em;
}

input {  font-family: Verdana,Helvetica,Arial,Sans-serif; font-size: 10px; font-weight: normal; color: #033; padding: 2px; background-color: #ccf}
select {  font-family: Verdana,Helvetica,Arial,Sans-serif; font-size: 10px; font-weight: normal; color: #033; padding: 2px; background-color: #ccf}
textarea {  font-family: Verdana,Helvetica,Arial,Sans-serif; font-size: 10px; font-weight: normal; color: #033; padding: 2px; background-color: #ccf}

