/* CSS Document */


/*
This Style Sheet is used in the following places:
Inch Punch Portfolio page
*/



/* main site styles */

body {
	background: url(../images/background.jpg) 0 0 repeat-x #FFFFFF;
	font: 0.8em Verdana,Arial;
	color: #000066;
	}
	
body, form {
	margin: 0;
	padding: 0;
	}
	
a img {border-width:0}

a {color: #000000;}
a:visited {color: #40408C;}
a:hover {text-decoration: underline;}

p {
	color: #000066;
	line-height:1.3em;
	}

#icons {float:left;width:100%;height:81px}
#content {float:left;width:100%;margin:0 auto;}
	
#navigation {
	float:left;
	width:100%;
	white-space:nowrap;
	/*height:22px;
	min-height:22px; */
}

#navigation ul {margin:0 auto; padding:0; list-style:none; clear:both}
#navigation li {list-style:none;
	white-space:nowrap; /*prevent text wrapping*/
	float:right; /*keep them inline*/
	padding-left:10px;/*space them out*/}
#navigation li a {position:relative; display:block; text-decoration:none; 
color:#FFFFFF;
padding:3px 8px;
}
#navigation li a:hover {background-color:#FF0000}

.galleryBoxTL {display:block; float:left; margin:20px 10px 0 10px;   
background: url(../images/galleryBoxTL.gif) 0 0 no-repeat}
.galleryBoxTR {float:left; background: url(../images/galleryBoxTR.gif) 100% 0 no-repeat;}
.galleryBoxBL {float:left; background: url(../images/galleryBoxBL.gif) 0 100% no-repeat;}
.galleryBoxBR {float:left; background: url(../images/galleryBoxBR.gif) 100% 100% no-repeat; 
padding:8px; width:500px; }
 
.galleryBoxBR img {float:left; margin-right: 10px; border:1px solid #CCCCCC;}

.galleryBoxBR .galleryText {float:left ;display:block;width:250px;min-height:200px; /*padding-left:5px;*/}
.galleryBoxBR h2{font: 0.8em Arial,Helvetica; width:250px;
background: url(../images/titGradient.gif) 0 0 repeat-x;}

.galleryBoxBR .galleryText ul {padding:0;margin:6px;}
.galleryBoxBR .galleryText ul li{list-style:none; background: url(../images/bullet.gif) 0 4px no-repeat; padding:0;margin:0;padding-left:12px}

.galleryBoxBR h2 {margin:0;padding:0;font-size:1.2em;font-weight:bold;display:block;color:#252A36;background-color:#C8CACD;padding:3px; margin-bottom:5px}
.galleryURL {font-weight:bold;display:block;}

#footer {clear:both;float:left;width:100%;text-align:center;margin:20px;height:1.2em}












