@charset "UTF-8";
/* CSS Document */




/* ===== Global Styles ===== */

body {
	min-width:1129px;  /* Added to fix iPad footer background not displaying at full width  */
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #5D5D5D;
	text-decoration: underline;  /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #5D5D5D;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




/* ===== Main DIV Styles ===== */

/* ~~ this fixed width container surrounds the other divs ~~ except for the footer */
.container {
	width: 1129px;
	background-color: #FFF;
	margin: 0 auto ; /* the auto value on the sides, coupled with the width, centers the layout */
}




/* ===== HEADER: Navigation and logo Styles ===== */

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #FFFFFF;
	padding: 0;
	border: 0;
}

.headerBackground {
	height: 185px;
	padding: 0px 0;
	background-image:url(../images/nav/top_bkgnd.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-color: #FFFFFF;
}

.headerContainer {
	position: relative;
	display: block;
	width: 1129px;
	background-color: #FFF;
	margin: 0 auto ;    /* the auto value on the sides, coupled with the width, centers the layout */
}




/* ===== MAIN CONTENT AREA Styles ===== */

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

	padding: 0px 0;
}

.content p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#5D5D5D;	
}



/* ~~ HOMEPAGE Styles ~~ */

.homeText {
	display: block;
	position:inherit;
	width: 913px;
	margin: 0px 0px 20px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}

.homeImage {
	display: block;
	position:inherit;
	width: 913px;
	margin: 0px 0px 0px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}

.homeArtTitle {
	display: block;
	position:inherit;
	width: 913px;
	margin: 10px 0px 20px 108px;
	padding: 0px 0px 0px 0px;
	text-align:right;	
	float: left;
	
}

.homeArtTitle p {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.homeImgSelectContainer {
	display: block;
	position:inherit;
	width: 1013px;
	margin: 0px 0px 0px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}
.homeImgSelectContainer ul {
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;	
}

.homeImgSelectContainer li {
	display: block;
	position:inherit;
	width: 53px;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
}

.homeText2 {
	display: block;
	position:inherit;
	width: 400px;
	margin: 20px 0px 20px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}

.homeSidePic {
	display: block;
	position:inherit;
	width: 608px;
	margin: 160px 0px 20px 13px;
	padding: 0px 0px 0px 0px;	
	float: left;
}

/* ~~ ABOUT Page Styles ~~ */

.aboutHeadline {
	display: block;
	position:inherit;
	width: 216px;
	margin: 0px 0px 35px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}
.aboutText {
	display: block;
	position:inherit;
	width: 455px;
	margin: 0px 0px 0px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}
.aboutPic {
	display: block;
	position:inherit;
	width: 322px;
	margin: 0px 0px 7px 117px;
	padding: 0px 0px 0px 0px;	
	float: left;
}




/* ~~ CONTACT Page Styles ~~ */

.contactText {
	display: block;
	position:inherit;
	width: 455px;
	margin: 0px 0px 40px 150px;
	padding: 0px 0px 0px 0px;	
	float: left;
}





/* ~~ GALLERY Page Styles ~~ */

.galleryText {
	display: block;
	position:inherit;
	width: 473px;
	margin: 0px 0px 40px 108px;
	padding: 0px 0px 0px 0px;	
	float: left;
}
.galleryText p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.galleryPic {
	display: block;
	position:inherit;
	width: 379px;
	margin: 0px 0px 77px 59px;
	padding: 0px 0px 0px 0px;	
	float: left;
}

.galleryLine {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.galleryDetailPic {
	display: block;
	position:inherit;
	width: 51px;
	margin: 9px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
	float: left;
	vertical-align:top;
}

.galleryDetail {
	display: block;
	position:inherit;
	width: 343px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	vertical-align:top;
	text-align:right;
}

.galleryMainText {
	clear:both;
	margin: 9px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}




/* ===== FOOTER Styles ===== */


.footerBackground {
	height: 326px;
	padding: 0px 0;
	background-image:url(../images/footer/footer_bkgnd.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-color: #FFFFFF;
}

.footerContainer {
	position: relative;
	display: block;
	width: 1129px;
	background-color: #FFF;
	margin: 0 auto ;    /* the auto value on the sides, coupled with the width, centers the layout */
}

.footerContainer p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#5D5D5D;	
}

.footerBlock1{
	display: block;
	position:inherit;
	width: 106px;
	margin: 163px 0px 0px 435px;
	padding: 0px 0px 0px 0px;	
	float: left;	
}
.footerBlock2{
	display: block;
	position:inherit;
	width: 106px;
	margin: 163px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;	
}
.footerBlock3{
	display: block;
	position:inherit;
	width: 117px;
	margin: 163px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;	
}
.footerBlock4{
	display: block;
	position:inherit;
	width: 121px;
	margin: 163px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;	
}
.footerBlock5{
	display: block;
	position:inherit;
	width: 200px;
	margin: 163px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	float: left;	
}