/* This style sheet is used to layout the site */

/* This styles sheet holds the following values
	padding
	margin
	position
	top
	left
	float
	width
	height
*/

/* NOTE: if you are looking for the left channels styles you will find them on the page itself. URL includes/inc.leftchannel.php */

html{height:100%;}
body{margin:0px; padding:0px 20px 0px 0px; height:100%;}
img{margin:0px; padding:0px;}

div#site{margin-left:auto; margin-right:auto; width:790px; height:100%;}

div#topBar{float:left; width:760px; height:25px;}

div#logo{float:left; width:276px; height:139px;}
div#house{float:left; width:273px; height:139px;}

div#leftSpacer{float:left; padding-left:0px; padding-right:10px;}
div#contentContainer{float:left; width:549px;}

div#mainMenuHolder{width:230px; float:left;}
div#mainMenu{width:181px; padding:17px 10px 17px 20px; margin:160px 0px 0px 0px;}
div#rhc{width:186px; margin:16px 0px 0px 0px; padding:12px;}

div#leftChannel{float:left; width:230px; padding:0px 25px 0px 0px; margin:0px 21px 0px 0px;}
div#rightChannel{float:left; width:230px; padding:0px 22px 0px 0px;}
div#latestNews{float:left; clear:left; padding:12px; width:231px;}

div#rightChannelIndex{float:left; width:252px; padding:0px 0px 0px 0px;}
div#rightChannelContact{float:left; width:230px; padding:0px 22px 0px 0px;}
div#rightChannelAbout{float:left; width:230px; padding:0px 22px 0px 0px;}
* html div#rightChannelContact{padding-right:9px;}	/* Remove IE's extra padding when using input tags */
* html div#rightChannelAbout{padding-right:0px;}	/* Right-padding defined by staff list (IE only - Firefox doesn't appear to handle it correctly) */

/** html div#leftChannel{margin-right:16px;} /* IE Fix to get the right channel column into place */
/** html div#rightChannel{width:220px;} /* IE Fix to get the right channel column into place */

div#footer{float:left; width:100%; margin:17px 0px 20px 0px;}
div#footerLeft{float:left;}
div#footerRight{float:right; text-align:right;}

/* about.php */
div.staff{float:left; width:252px; margin:0px 0px 25px 0px;}
div.staffImage{float:left; width:92px; height:92px;}
div.staffDesc{float:right; width:155px;}

/* Galleries.php */
div.gallery{float:left; width:515px; margin:0px 0px 20px 0px;}
div.galleryImage{float:left; width:72px; height:72px;}
div.galleryDesc{float:right; width:430px;}
div.galleryItemBack{float:right; clear:both;}
div.galleryItemImage{float:left; margin:0px 8px 8px 0;}
div.galleryItemCaption{width:190px; margin:4px 0px 0px 0px;}

/* FAQs */
div.faqBackToTop{float:right; clear:both;}

/* Generic */
div#nav{float:left; width:515px;}
div#back{float:left; width:80px;}
div#next{float:right; width:80px;}
div#navLinks{float:left;width:355px;}

div.rhcGalleryCaption{padding:4px 0px 0px 0px;}
div.indexGalleryCaption{padding:4px 20px 0px 20px;}
