
/* #####  CSS for Blue Ribbon Landscape inner pages ##### */


body         
{
	background : #efebec url('../images-css/bkg-innerpages.jpg') no-repeat  center top ;
	margin: 0 ; 
	padding: 0 ;
	text-align: center ; 
	border : none ;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Sans-Serif ;
	font-size : 14px ;
	color: #333333 ;
	line-height: 110% ;
}	

p
{
	text-align : justify ;
}

a
{
	color: #000180 ;
	text-decoration: none ;
}

a:link, a:visited, a:active
{
	color: #000180 ;
	text-decoration: none ;
}

a:hover, a:focus
{
	color: #ab0000 ;
	text-decoration: underline ;
}

a img
{
	border : none ;
	text-decoration: none ;
}

a:link img, a:visited img, a:active img
{
	border : none ;
	text-decoration: none ;
}

a:hover img, a:focus img
{
	border : none ;
	text-decoration: none ;
}

img
{
	border : none ;
	padding : 0 ;
	margin : 0 ;
}

.clearingdiv
{
	clear : both ;
	height : 1px ;
	margin : 0 ;
	padding : 0 ;
}

.center
{
	text-align: center ;
	margin: 0 auto ;
}

.left
{
	float : left ;
}

.right
{
	float : right ;
}

.imgright
{
	float : right ;
	border : none ;
	margin : 10px 0px 10px 15px ;
}

.imgleft
{
	float : left ;
	border : none ;
	margin : 10px 15px 10px 0px ;
}

h1
{
	font-family: georgia, sans-serif ;
	font-size: 105% ;
	color: #ab0000 ;
	margin: 0 ;
	padding: 0 ;
	text-transform : capitalize ;
	text-align:left ;
}

h2
{
	font-family: georgia, sans-serif ;
	font-size: 110% ;
	font-weight: 500 ;
	color: #334d55 ;
	margin: 0 ;
	padding: 0 ;
	text-transform : none ;
	text-align : left ;
}

h3
{
	font-family: Arial,sans-serif ;
	font-size: 100% ;
	font-weight: 500 ;
	color: #334d55 ;
	margin: 0 ;
	padding: 0 ;
	text-transform : none ;
	text-align : left ;
}

h4
{
	font-family: Arial,sans-serif ;
	font-size: 100% ;
	font-weight: 500 ;
	color: #333333 ;
	margin: 0 ;
	padding: 0 ;
	text-transform : none ;
	text-align : left ;
}

h5
{
	font-family: georgia, sans-serif ;
	font-size: 130% ;
	font-weight: 500 ;
	color: #00754f ;
	margin: 0 ;
	padding: 0 ;
	text-transform : none ;
}

#topbutton
{
	text-align : center ;
	margin : 0  ;
	padding : 0  ;
}

#bottombutton
{
	margin : 0 ;
	padding : 0 ;
	text-align : center ;
}

.button
{
	margin : 0 ;
	padding : 0 ;
	height : 25px ;
	width : 290px ;
	font-size : 12px ;
	font-weight : 700 ;
	text-transform : capitalize ;
	color : blue ;
	background : #ffff5c ;
	cursor : pointer ;
}

.buttonsmall
{
	margin : 0 ;
	padding : 0  ;
	height : 25px ;
	width : 110px ;
	font-size : 12px ;
	font-weight : 700 ;
	text-transform : capitalize ;
	color : blue ;
	background : #ffff5c  ;
	cursor : pointer ;
}

#slideshowcontainer 
{
	margin : 0 0 20px 0 ;
}

#slideshowcontainer h1
{
	margin : 10px 0  ;
	padding : 0 0 10px 0 ;
	text-align : left ;
}

#slideshowcontainer img
{
	cursor: url('../images-css/cursors/busy4.ani') ;
}

#container
{
	width : 800px ;
	margin : 0px auto 0 ;
	padding : 0 ;
}

#header
{
	padding: 5px 0 ;
	text-align : center ;
	height : 170px ;
}

#header h1
{
	text-align : center ;
	margin : 10px auto 0 ;
}

#header h2
{
	text-align : center ;
	font-family: georgia, sans-serif ;
	font-size: 14px ;
	color: #ab0000 ;
	margin: 5px auto 0;
	padding: 0 ;
}

#header h1 img
{
	text-align : center ;
	border : 0 ;
}

#headerphones
{
margin: 0;
	padding: 0 ;
	text-align : center ;
}

#headerphones h1
{
margin-top:20px;
text-align:center;
color: #010082;
font-size:160%;
}

#menucontainer
{
	margin : 0 auto ;
	height : 40px ;
	padding : 20px 0 5px 0 ;
	background : url('../images-css/bkg-content-top.gif') no-repeat  left top ;
}

#content
{
	margin : 0 auto ;
	padding : 10px 30px 20px 30px ;
	background : url('../images-css/bkg-content-middle.gif') repeat  left top ;
}

#content h1
{
	margin : 10px 0 0 0 ;
}

#content p
{
	margin : 5px 0 0 0 ;
	padding : 0 0 0 0 ;
}

a.readmore:link
{
	margin : 0 0 0 25px ;
	text-decoration : underline ;
}

a.readmore:visited
{
	margin : 0 0 0 25px ;
	text-decoration : underline ;
}

a.readmore:active
{
	margin : 0 0 0 25px ;
	text-decoration : underline ;
}

a.readmore:focus, a.readmore:hover 
{
	margin : 0 0 0 25px ;
	text-decoration : none ;
}


#content h1 a
{
	color : #ab0000 ;
	text-decoration : none ;
}

#content h1 a:link, #content h1 a:visited, #content h1 a:active
{
	color: #ab0000 ;
	text-decoration: none ;
}

#content h1 a:hover, #content h1 a:focus
{
	color: #000180 ;
	text-decoration: underline ;
}

#contentbottom
{
	height : 10px ;
	margin : 0 ;
	padding : 0 ;
	background : url('../images-css/bkg-content-bottom.gif') no-repeat  left bottom ;
}