* { 
	margin:0; 
	padding:0;
}

/* no shift */
html { height: 101%; }

body { 	
	background:#e4e7de url(images/tail_site.gif) top center repeat-x; 
	font-size:12px;
	line-height: 18px; 
	font-family:tahoma; 
	color:#221F1D; 
	text-align: left;
}


/* --------------------------------------  high level */
a {text-decoration: none;}

a:hover {text-decoration: underline;}

h1, h2, h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 7px;
}


h5 {
	font-weight: lighter;
	margin-bottom: 15px;
	margin-top: 0px;
}

img {border:0; vertical-align:top; text-align:left;}
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {font-size: 14px; color: #2B6885;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
p {padding-bottom: 10px;}
strong{color:#38849d;}
sup, sub {line-height:0;font-size: 10px; margin-left: 10px; margin-bottom: 15px;}


/* --------------------------------------  main page div */
#page {
	width: 700px;
	margin: 0 auto;
}

/* -------------------------------------- logo */
#logo {
	padding-top:10px;
}

/* -------------------------------------- home navigation*/
.navigation {
	background:url(images/nav_bar.gif) 0 0 repeat-x;
	height: 50px;
}
.navigation a{
	font-weight: bold;
	color:#265665;
	text-indent: 50px;
	background-repeat: no-repeat;
	background-image: url(images/menu_bull_list.gif);
	float: left;
	padding-top: 17px;
	padding-right: 25px;

}
.navigation a:hover{
	text-decoration: underline;
}

#first_link {
	background-image: none;
}

/* -------------------------------------- home banner*/
#banner_header img{
	padding:0px;
}

#banner_header {
    padding: 0px;
    margin-left: -20px;
    margin-top: -30px;
    margin-bottom: 30px;
}




/* -------------------------------------- content*/
.content{ 
	border-width: 5px;
	border-color: #000;
	
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 60px;
	
	background-color: white;
	
}
.content a{ color:#ec590c;}
.content img{
  float: right; 
  margin: 7px; 
}
  
.photo {
	border: 1px solid #4C3C1B;
	padding: 4px;
	background-color: #FFFCEF;

}



/* -------------------------------------- ss_romo content*/
#ss_promo { 
	font-size:15px;
	color:#666666;
	line-height: 25px;
	width: 550px;
}
#ss_promo ul{
	padding-left:40px; padding-top:30px; padding-bottom:30px; 
	color:#ED650E; 
	font-weight:bold; 
	line-height:1.5em; 
	text-decoration:none;
}

/* -------------------------------------- promo content*/
#promo { 
	font-size:15px;
	color:#666666;
	line-height: 25px;
}
#promo ul{
	padding-left:40px; padding-top:30px; padding-bottom:30px; 
	color:#ED650E; 
	font-weight:bold; 
	line-height:1.5em; 
	text-decoration:none;
}



/* -------------------------------------- footer*/
.footer{ 
	padding:10px 0; 
	color:#798186; 
	text-align:center;
}

.footer a{ color:#38849d; text-decoration:none; font-weight:bold;}
.footer a:hover{ text-decoration:none; color:#798186;}
.footer img{vertical-align:middle;} 

/* --------------------------------------  misc */
.bg_none{ background:none !important;}

.clear {
	line-height: 0;
	font-size: 0;
	height: 0;
	display: block;    
	clear: both;
}


/* --------------------------------------  to get rid of page shift in Firefox/opera/safari */
html { min-height: 100%; margin-bottom: 1px; }
