/* CSS Document */

body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#3a3b3b;
}

#topbar{
	width:99%;
	height:120px;
	padding-left:10px;
	border-bottom:solid 1px #040707;	
}

#topbar-container{
	width:900px;
}

.logo{
	margin-top:30px;
	float:left;
}
.title{
	margin-top:30px;
	margin-left:30px;
	float:left;
}

#contact-details{
	float:left;
	margin-top:30px;
	margin-left:30px;
	background-color:#eff3f0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 16px;
	color:#3a3b3b;
	padding:5px 5px 50px 5px;
}

#contact-details a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#eff3f0;
	text-decoration:none;
	color:#3a3b3b;
}
#contact-details a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	background-color:#3a3b3b;
}

#container{
	padding-left:25px;
	height:500px;
	width:1015px;
}

#navbox{
	float:left;
	width:72px;
	display: block;
}
.nav1, .nav2, .nav3 {
	float:left;
	margin-right:5px;
}
.nav1 a{
	display: block;
	width: 18px;
	height: 124px;
	background-image: url(../images/nav1.png);
	background-position: right top;
	text-decoration: none;
	background-repeat: no-repeat;
}
.nav1 a:hover{
	background-position: left top;	
	text-decoration: none;
}
.nav1 a.active{
	background-position: left top;	
	text-decoration: none;
}

.nav2 a{
	display: block;
	width: 18px;
	height: 124px;
	background-image: url(../images/nav2.png);
	background-position: right top;	
	background-repeat: no-repeat;
	text-decoration: none;
}
.nav2 a:hover{
	background-position: left top;	
	text-decoration: none;
}
.nav2 a.active{
	background-position: left top;	
	text-decoration: none;
}

.nav3 a{
	display: block;
	width: 18px;
	height: 124px;
	background-image: url(../images/nav3.png);
	background-position: right top;	
	background-repeat: no-repeat;
	text-decoration: none;
}
.nav3 a:hover{
	background-position: left top;	
	text-decoration: none;
}
.nav3 a.active{
	background-position: left top;	
	text-decoration: none;
}

.hidden {
	visibility: hidden;	
}
#subnav{
	float:left;
	margin-left:50px;
	margin-top:15px;
	width:135px;
	max-height:500px;
	background-color:#eff3f0;
	padding:3px;
}
#subnav ul li{
	padding-bottom:5px;
}
#subnav ul li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height: 14px;
	text-decoration:none;
	color:#3A3B3B;
	display:block;
}
#subnav ul li.item a:hover{
	background-color:#3b3b3b;
	color:#FFFFFF;
}
#subnav ul li.item:hover{
	background-color:#3b3b3b;
	color:#FFFFFF;
}
#subnav ul li.navheading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 18px;
	border-bottom:solid 1px #3A3B3B;
	color:#3A3B3B;
	margin-bottom:8px;
}

#text-content{
	float:left;
	margin-left:10px;
	margin-top:15px;
	width:165px;
	max-height:500px;
	background-color:#eff3f0;
	padding:3px;
}
#text-content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 18px;
	border-bottom:solid 1px #040707;
	margin-bottom:5px;
	padding-bottom:1px;
	font-weight: bold;
}

#text-content h2 span{
	font-style:italic;
	display: block;
	padding-bottom: 3px;
	font-weight: normal;
}
#text-content p{
	font-size:12px;
	line-height: 17px;
}

#image-content{
	float:left;
	margin: 15px 0px 0px 0px;
	width:200px;
}

div.imageSmall { 
float: left; }

#line-divider1 {
	display: block;
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0px 0px 5px 0px;	
}

#line-divider2 {
	display: block;
	clear: both;
	width: 188px;
	height: 2px;
	border-bottom: 1px solid #333333;	
	margin: 40px 0px 15px 11px;
}



div.imageSmall table { 
padding: 0px;
margin: 0px 0px 12px 10px;
border: none; }

.imagetd {
	vertical-align: middle;
	text-align: center;
	width: 90px;
	height: 90px;
	border: none;
	background-image: url(../images/thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#eff3f0;
}

.texttd { 
vertical-align: top;
text-align: center;
width: 90px;
height: 10px;
border: none;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
line-height: 12px; }

.portrait{
	height:80px;
}
.landscape{
	width: 80px;
}




#main-image{
	float:left;
	margin-left:10px;
	margin-top:15px;
	width:290px;
	background-color:#eff3f0;
	padding:7px;
}

#main-image img{
	width:290px;
}

#main-image a{
	display: block;
	float: right;
	padding: 2px 2px 2px 0px;
	text-decoration: none;
	font-size: 10px;
	color:#444;
}
	

/* INNER PAGE STYLES */
#page-text-content{
	float:left;
	margin-left:50px;
	margin-top:15px;
	width:345px;
	max-height:500px;
	background-color:#eff3f0;
	padding:3px;
	display:block;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 19px;
}
#page-text-content p{
	
}
#page-text-content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom:8px;
}

#page-contact-details{
	float:left;
	margin-left:25px;
	margin-top:15px;
	width:165px;
	max-height:500px;
	padding:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 17px;
	background-color:#eff3f0;
}

#page-contact-details span{
	font-style:italic;
}

#page-contact-details a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#eff3f0;
	text-decoration:none;
	color:#3a3b3b;
}
#page-contact-details a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	background-color:#3a3b3b;
}

#blogiframe {
	margin: 0px 0px 0px 26px;
}







/* HOME PAGE STYLES */
#img-of-the-day-content{
	float:left;
	margin-left:50px;
	margin-top:15px;
	width:340px;
	max-height:500px;
	background-color:#eff3f0;
	padding:3px;
	display:block;
}
.imageoftheday {
	border: none;
	width: 350px;
}

#welcome-container{
	float:left;
	margin-left:25px;
	margin-top:15px;
	width:165px;
	max-height:500px;
	padding:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 19px;
	background-color:#eff3f0;
}
#welcome-container p{
	margin-bottom:15px;
	margin-left:0px;
}
.emailbox {
	margin:7px 0px 5px 0px;
	border:none;
	display: block;
	background-color:#D2D6D4;
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 4px 4px 5px 5px;
}
#welcome-container a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#eff3f0;
	text-decoration:none;
	color:#000000;
}
#welcome-container a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ffffff;
	background-color:#333333;
}
