/***********************************************/
/* Paperbag Press Dot Com Style Sheet          */
/***********************************************/

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
a img,a:link img,a:visited img {
border:none;
padding:0px;
margin:0px;
}
address { font-style:normal }
/* fix 3px padding to images in the crappiest browser ever: IE. */
.blockIMG{  display:block; margin:0;}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
 
p{
line-height: 1.6em;
margin-bottom: 1.5em;
margin-top: 1.3em;
}


html, form, body{
	padding: 0;
	margin: 0;
}


body{
	color: #433E41;
	font-size: 78%;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	background-color: #7EABB4;
	line-height: 1.5em;
}


a:hover{
	color: #000000;
	text-decoration: none;
}


#content a {
	color:#457379;
	text-decoration: underline;
}


#content a:hover{
	color: #457379;
	text-decoration: none;
}


h1{
	font-size: 1.7em;
	line-height: 1.2em;
	color: #457379;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #D6C6A2;
}



h2{
	font-size: 1.7em;
	color: #457379;
	font-weight: normal;
	margin-bottom: 10px;
}



h3{
	font-size: 1.3em;
	font-weight: normal;
	color: #457379;
	margin-top: 10px;
	margin-bottom: 5px;
}


h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #457379;
	margin-top: 5px;
	margin-bottom: -10px;
}


h5{
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	margin-top: -3px;
}


h6{
	font-size: 0.8em;
	margin-top: 0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


hr{
	margin-top: 10px;
}


ul{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 5px;
}


li{
	padding-bottom: 7px;
	list-style-type: none;
	list-style-position: outside;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame {
	position: relative;
	width:660px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	}


#header{
	height: 230px;
}


#nav{
	background-image: url(../images/nav_bar.jpg);
	height: 46px;
	padding: 0;
	text-align: left;
}

#nav ul {
    margin: 0;
	padding: 0 0 0 376px;
}

#nav ul li {
    float: left;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 8px 0 0;
}

#nav ul li a {
    height: 46px;
    background: no-repeat top left;
    background-position: 0;
}

/* show on/off/active rollover image states */
#nav ul li a#about,
#nav ul li a#about_on,
#nav ul li a#work,
#nav ul li a#work_on,
#nav ul li a#contact,
#nav ul li a#contact_on {
    display: block;
}

#nav ul li a#about,
#nav ul li a#about_on {
    width: 78px;
    background: url(../images/nav_about.jpg);
}
#nav ul li a#work,
#nav ul li a#work_on {
    width: 80px;
    background: url(../images/nav_work.jpg);
}
#nav ul li a#contact,
#nav ul li a#contact_on {
    width: 76px;
    background: url(../images/nav_contact.jpg);
}

#nav ul li a#about_on,
#nav ul li a#work_on,
#nav ul li a#contact_on {
    background-position: 0 -46px;
}

#nav ul li a#about:hover,
#nav ul li a#work:hover,
#nav ul li a#contact:hover {
    background-position: 0 -92px;
}




#content{
	float:left;
    width:604px;
	padding: 35px 28px 17px 28px;
}

#content .right{
	float:left;
    width:360px;
	margin-left: 180px;
}

#content .imgRow{
	float:left;
    width:568px;
	padding: 0 9px 0 27px;
}


#footer{
	clear: both;
	background-repeat: no-repeat;
	height: 190px;
	text-align: center;
	background-image: url(../images/footer.gif);
}


/***********************************************/
/* Layout Classes                              */
/***********************************************/

.imgLeft {
	float: left;
	margin-right: 5px;
    margin-bottom:5px;
}

.workSquare {
	float: left;
	margin-right: 17px;
	margin-bottom:10px;
	margin-top:0px;
	border: 1px solid #D6C6A2;
}

.workSquare:hover {
	border: 1px solid #A4864E;
}


.imgRight {
	float: right;
	margin-left: 5px;
}

.imgNavLogo {
	float: left;
}

.line{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D6C6A2;
	margin-bottom: 10px;
	margin-top: 10px;
	clear:both;
}

.spread {
	font-size: 0.8em;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 10px;
	margin-top: -3px;
}

.space{
	height: 8px;
	margin-bottom: 10px;
	clear:both;
}


.blackBox{
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 7px;
	color: #ffffff;
}

.blackBox a:link, .blackBox a:visited, blackBox a:active, .blackBox a:hover{
color: #ffffff;
	font-size: .9em;
	font-weight: bold;
}


/***********************************************/
/* Form Classes                                */
/***********************************************/


/***********************************************/
/* Text Classes                                */
/***********************************************/

.small{
 font-size:.85em;
}

.names{
	font-size: 1.1em;
	color: #457379;
	font-weight: normal;
}

/***********************************************/
/* Misc Classes                                */
/***********************************************/

.prop {
    height:450px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.imgPad{
  margin-bottom: 8px;
}
