/*
===============================================
 Base Stylesheet
 Author:  Suleman Chikhalia
 Version: 1.0
 Updated: 12/07/2005
=============================================== */


/* Base Styles
=============================================== */
html, body {
	margin: 0;
	padding: 0;
	font: 12px Georgia, Times New Roman, Times, Serif;
	color: #ccc;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #336633;
}
a:active, a:hover {
	color: #336633;
	text-decoration: none;
}
/* see http://css-discuss.incutio.com/?page=ScreenreaderVisibility for deatils*/
.off-left {
	position: absolute;
	left: -999px;
	width:990px;
}
.clear {
	clear: both;
	margin: 0;
}


/* Page Layout
=============================================== */
#container {
	background-color: #000;
	height: 1%;
}
#left-column {
	height: 495px;
	width: 290px;
	float: left;
	margin-left: -1px;
	color: #ccc;
	background-color: #000;
}
#main-column {
	background-color: #000;
	float:left;
	color: #ccc;
	width: 470px;
}
#footer {
	clear: both;
	display: block;
}


/* Navigation Bar
=============================================== */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu li#home {
	background-image: url(../images/navigation/home-off.gif);
}
#menu li#about {
	background-image: url(../images/navigation/about-us-off.gif);
}
#menu li#gallery {
	background-image: url(../images/navigation/gallery-off.gif);
}
#menu li#contact {
	background-image: url(../images/navigation/contact-us-off.gif);
}
#menu a {
	display: block;
	width: 99px;
	height: 0;
	padding-top: 68px;
	color: #000;
	overflow: hidden;
}
/* hack for older versions of IE with incorrect box model */
* html #menu a:link, * html #menu a:visited {
	height: 68px;
	he\ight: 0;
}
#menu li {
	float: left;
	margin-right: 4px;
}
#menu a#home-link {
	background: transparent url(../images/navigation/home-on.gif) -130px -90px no-repeat;
}
#menu a#about-link {
	background: transparent url(../images/navigation/about-us-on.gif) -130px -90px no-repeat;
}
#menu a#gallery-link {
	background: transparent url(../images/navigation/gallery-on.gif) -130px -90px no-repeat;
}
#menu a#contact-link {
	background: transparent url(../images/navigation/contact-us-on.gif) -130px -90px no-repeat;
}
#menu a#home-link:hover, #menu a#about-link:hover,
#menu a#gallery-link:hover, #menu a#contact-link:hover {
	background-position: 0 0;
	z-index: 50;
}
* html #menu a:hover {
	height: 68px;
	he\ight: 0;
}
#menu {
	display: block;
	width: 425px;
	height: 68px;
	margin: 30px 0 70px 40px;
}


/* Left Column
=============================================== */
h3#logo {
	padding: 187px 0 0 0;
	margin: 0 0 30px 0;
	overflow: hidden;
	background-image: url("../images/logo.gif"); 
	background-repeat: no-repeat;
	width: 287px;
	height: 0px !important; /* for most browsers */
	height /**/:187px; /* for IE5.5's bad box model */
}
#left-column img {
	display: block;
    	margin-left: auto;
    	margin-right: auto;
}
.caption {
	font-size: 11px;
	text-align: center;
	margin: 10px 40px 10px 40px;
	padding: 0;
	width: 205px;
	font-style: italic;
}


/* Main Column
=============================================== */
#content {
	border-left: 1px solid #484848;
	padding: 0 0 0 20px;
	height: 1%;
	line-height: 1.4em;
	width:800px;
}
#content img {
	padding-bottom: 0;
	margin: 0;
}
img.icon {
	position: relative;
	top: 1px;
	left: -7px;
	padding: 0;
	margin: 0;
}
span#indent-extra {
	display: block;
	margin-left: 13px;
}
.justify-text {
	text-align: justify;
}
.gallery-image {
	display: inline;
	float: left;
	width: 220px;
	padding-bottom: 10px;
}
span.small-text{
	font: 10px Verdana, Georgia, Times New Roman, Times, Serif;
	color: #575757;
	width: 170px;
	padding: 0;
	margin: 0 0 0 6px;
}
span.green-text {
	color: #336633;
}
span.pos-left {
	float: left;
	text-align: left;
}
span.pos-right {
	float: right;
	text-align: right;
}
span.small-grey-box {
	background-image: url("../images/gallery/3-small-boxes.gif"); 
	background-repeat: no-repeat;
	margin: 4px 5px 0 0;
	padding: 0;
	width: 24px;
}
.tab {
	margin-left: 30px;
}


/* Footer
=============================================== */
#footer {
	background-color: #000;
	color: #333;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:active, #footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer p#cl {
	background-color: #000;
	background-image: url("../images/bottom-left-corner.gif"); 
	background-repeat: no-repeat;
	width: 114px;
	height: 75px;
	float: left;
	margin: 0;
	padding: 0;
}
#footer p#cr {
	background-color: #000;
	background-image: url("../images/bottom-right-corner.gif"); 
	background-repeat: no-repeat;
	width: 107px;
	height: 75px;
	float: right;
	margin: 0;
	padding: 0;
}
#footer p#footer-text {
	background-color: #fff;
	clear: both;
	margin: 0;
	padding: 2px 0 10px 114px;
	font-size: 10px;
}
