/*            
universal                      
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	background: url(/images/background.png) repeat-x 0 0; /*#FBFFEA*/
	color: #1B3D50;
	font-family: 'Lucida Grande', Arial, Sans-serif;
	font-size: 87.5%;
}

.accessible_title {
	position: absolute;
	left: -9999px
}

a,a:link,a:visited {
	color: #6F1F21;
	text-decoration: none;
}

a:active {
	background-color: #FAFFD6;
}

a:hover {
        color: #666;
	text-decoration: underline;
}


/*mainWrap*/


.mainWrap {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	position: relative;

}


/*header*/
.header {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	border: 0px;
	width: 780px;
/*	overflow: hidden*/
}

.header h1 {
	float: left;
	height: 187px;
	margin: 0;
	width: 435px;
	position: relative;
	left: -70px;
}

.header h1 a {
	background: url(/images/signature.png) no-repeat 0 0;
	display: block;
	height: 187px;
	width: 435px;
	text-indent: -9999px;
}

.navigation {
	border-bottom: 1px solid #E9EAED;
	margin: 0;
	margin-top: 112px;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

.navigation li {
	display: inline;
	list-style:none;
}

.navigation li.current a {
	color: #666;
	border-bottom: 1px solid #000;
}

.navigation li a:hover {
        color: #666;
	text-decoration: none;
	border-bottom: 1px solid #000;
}


.navigation li.current a:hover {
	cursor: default;
}


.articleContainerWrap table {
margin: 40px 0px 7px 0px;
} 

/* article headline */
.title {
font-weight: bold;
font-size: 1.4em;
letter-spacing: -.02em;
line-height: .9em;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: none;

}




.articleContainerText h3 {
text-transform: uppercase;
font-size: .9em;
letter-spacing: .1em;
font-weight: 100;
margin: 10px 0px 3px 0px;
clear: left;
}

.articleContainerText p {
font-size: .9em;
line-height: 1.5em;
font-weight: normal;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
clear: left;
}



.moreInfo {

font-family: Georgia, Times, Times New Roman, serif;
font-size: .85em;
line-height: 1.4em;
color: #CFAB51;

display: block;
font-style: italic;
padding: 10px 0px 8px 20px;

}

.postedBy {
display: block;
font-family: Verdana, Arial;
font-size: .7em;
padding: 0px 0px 0px 0px;
text-transform: uppercase;

}




.articleImageWrap {
	margin: 0px 0px 0px 0px;
}

.articleImageWrap img {
	margin: 5px 0px 8px 0px;
	padding: 8px;
	border: 1px solid #E7E5E5; /*#E7E1C9*/
	background-color: #E9EAED; /*#EDE7CD*/
}


.spacer {
width: 780px;
height: 20px;
clear: both;
margin: 0px 0px 0px 0px;
}

.footer {
width: 780px;
height: 60px;
border-top: 1px solid #E9EAED;
clear: both;
padding: 20px 0px 0px 0px;
}

.footer p {
margin: 0px 0px 0px 0px;
width: 500px;
float: left;
}

.footer h3 {
color: #798C9A;
font-size: .7em;
font-weight: normal;
margin: 0px 0px 0px 0px;
}

.footer h3 a:link, .footer h3 a:visited, .footer h3 a:active {
font-weight: bold;
text-decoration: none;
}

.footer h3 a:hover {
font-weight: bold;
text-decoration: none;
}


/* Specific to About Page */
.sidebar {
float: left;
width: 778px;
padding: 0px 10px 0px 10px;
margin: 0px 0px 30px 0px;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #281902;
}


.aboutPhoto {
width: 270px;
height: 485px;
float: left;
margin: 0;
background: #E9EAED url('http://www.arikroper.com/images/176.jpg') no-repeat 0 50%;
border: 1px solid #E7E5E5;

}


/* ----- contact div -----*/

.contact {
width: 260px;
height: 100px;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


/* ----- client list div -----*/
.clients {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width: 518px;
float: left;
}



/* ------contact and client text formatting ----*/

.contact h2, .clients h2 {
font-size: 1.2em;
letter-spacing: -.01em;
line-height: .8em;
margin: 0px 0px 0px 0px;
}

.contact h2 {
padding: 40px 0px 10px 0px;
}

.clients h2 {
padding: 40px 0px 10px 30px;
}

.contact p {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;

}

.clients p {
padding: 0px 0px 20px 30px;
margin: 0px 0px 0px 0px;
}




.articleContainerWrap {
width: 800px;
float: left;
padding: 40px 0px 20px 0px;
margin: 0px 0px 0px 0px;
}  




.articleContainerText {
padding: 0px 0px 0px 12px;
margin: 0px 0px 0px 0px;
width: 516px;
float: left;


}  

