@charset "utf-8";
/* CSS Document */

/* Clear all margins and padding */
* {
margin: 0;
padding: 0;
}

/* Set background for the HOME PAGE */
body {
background-color:#8f8d8d;
text-align:center;
}

/* Set text masters */
p, ul, ol  {
Font-family:arial,helvetica,sans-serif; 
color:#231f20; 
font-size:0.9em; 
text-align:left;
line-height:1.4em;
margin: 0 0 1em 0;
}


ul {
margin: 0 0 1.4em 25px;
list-style-image:url(images/bullet.gif);
}

li {
margin-bottom:0.6em;
}



h3  {
Font-family:arial,helvetica,sans-serif; 
color:#231f20; 
font-size:1.3em; 
text-align:left;
margin: 0 0 0.8em 0;
}
h4  {
Font-family:arial,helvetica,sans-serif; 
color:#ff5435; 
font-size:1.1em; 
text-align:left;
margin: 0px;
}


a {
font-weight:normal; 
color:#ff5435; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

a.nav {
color:#ffffff;
font-weight:normal; 
}
a.nav:hover {
font-weight:normal; 
}
a.nav-white {
font-weight:normal;
color:#ffffff; 
}
a.nav-white:hover {
font-weight:normal; 
color:#ffffff;
}

.right {
text-align:right; 
}

.center {
text-align:center; 
}

p.large {
font-size:1.1em; 
}

p.small {
font-size:0.7em; 
}

p.small-right {
font-size:0.7em; 
text-align:right;
}

p.top-margin {
margin-top:1em;
}

p.form {
margin: 0;
}

.nav {
	font-size:16px;
}

/* Set main container */
#main_container{
width:900px;
background:url(images/bkgd.gif) repeat-y top;
text-align:left;
margin:0 auto 0 auto;
position:relative;
}

#main_container_home{
width:900px;
background:url(images/bkgd_home.gif) repeat-y top;
text-align:left;
margin:0 auto 0 auto;
position:relative;
}


/* Set top navigation container */
#nav{
background-image:url(images/top.gif);
width:900px; 
height:169px;
margin:0px;
}

#nav_logo{
width:190px;
padding:0px 0px 0px 20px;
float:left;
}

#nav_links{
width:670px;
padding:20px 0px 0px 20px;
float:right;
}


/* flash */
#home_flash{
width:900px;
height:323px;
margin:0px;
clear:both;
}

/* home content */
#home_content{
width:860px;
margin:0px 20px 0px 20px;
}

#home_news{
width:550px;
float:left;
display:inline;
}
#home_tour{
width:310px;
float:right;
display:inline;
}
.inner{
padding:20px 20px 0px 20px;
}

#inside_left {
width:230px;
float:left;
display:inline;
}
#inside_left_inner {
padding: 0px 20px 0px 20px;
}

#inside_right {
width:650px;
float:right;
background-color:#e9e8e8;
margin-right:20px;
display:inline;
}

/* set the footer  */
#footer{
clear:both;
width:900px;
background-color:#8f8d8d;
border-top:20px solid #ffffff;
}

#footer p {
	text-align:center;
}






