body {
	background: url(./images/bgHighlight.png);
	background-repeat: repeat-x;
	background-color: #cef2ec;
	margin:auto;
	font-family: arial, helvetica, verdana, sans-serif;
	color:#000;
	font-size:12px;
}

.clear {clear:both; height:1px; margin-bottom:-1px;}

a {text-decoration: none; color:#72ccbd;}
a:hover {color:#e77200;}
a img {border:none;}

ul {margin:0; padding:0;}
li {list-style:none; margin:0; padding:0;}


.wrapper {
	background-color: transparent;
	margin:auto;
	width:1025px;
}

#outer-container {
	width: 1005px;
	margin-left:10px;
	height:1000px;
	/*background: url(./images/gridLines.gif);*/
	background-position: top left;
	background-repeat: repeat-Y;
	background-color:#fff;
	min-height:650px; height:auto !important;  height:650px;
}

.double-rule {
	height:4px;
	background: url(./images/doubleRule.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}

.dotted-rule {
	height:4px;
	background: url(./images/dottedRule.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	}



/* HEADER ******************************************************************* */
#header {
	width:945px;
	padding: 30px 0 0 30px;
}

#header img { }

.laurieKanes {
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 165px;
	background-image: url(./images/LaurieKanesCom.gif);
	float: left;
}

a.masthead {
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 255px;
	background-image: url(./images/LaurieKanesCom.gif);
	float: left;
}

a.masthead:hover {	
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px -21px;
	width: 255px;
	background-image: url(./images/LaurieKanesCom.gif);
	float:left;
}

#header .double-rule {
	margin-top:30px;
}



/* NAVIGATION ******************************************************************* */

#navigation {
	width:165px;
	height:300px;
	float:left;
	margin-left:30px;
	margin-top:50px;
}

#navigation .dotted-rule {
	margin-bottom: 25px;
}

#current-work, #portfolios, #more-about-me {
	padding: 20px 10px 20px 0;
	line-height:24px;
	letter-spacing:.5px;
	color:#e77200;
}
#current-work {
	background: url(./images/currentWork.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#portfolios {
	background: url(./images/portfolios.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#more-about-me {
	background: url(./images/information.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#current-work a, #portfolios a, #more-about-me a {
	color:#72ccbd;
}

#current-work a:hover, #portfolios a:hover, #more-about-me a:hover {
	color:#e77200;
}




/* CONTENT ******************************************************************* */

#content {
	width:750px;
	float:left;
	margin-left:30px;
	margin-top:50px;
}


/* HOME  ******************************************************************* */

#content-home {
	width:750px;
	height:465px;
	background-color:#ebebeb;
	float:left;
	margin-left:30px;
	margin-top:50px;
	background: url(./images/homeOffice1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content-home a {
	color:#fff; 
	padding-right:20px;
}

#content-home a:hover {color:#e77200}

.home-contact {
	position:relative; 
	left:10px; top:443px; 
	color:#fff;
}



/* SAMPLES  ******************************************************************* */

.sample-header {
	margin-bottom: 20px;
}

.pagination {
	color:#8c7f68;
	font-size:11px;
	line-height:10px;
	width:390px;
	float:left;
}
.pagination a {
	color:#72ccbd;
	padding: 3px 5px;
}

.pagination a:hover {
	color: #fff;
	padding: 3px 5px;
	background-color: #e8e2d8;
}

.pagination span {
	color:#fff;
	padding: 3px 5px;
	background-color: #e77200;
}

.title {
	color:#8c7f68;
	font-size:11px;
	line-height:10px;
	width:360px;
	float:left;
}

.sample {
	width:750px;
	height:318px;
	margin-bottom: 20px;
}

.sample-description {	
	width:555px;
	color:#8c7f68;
	line-height:20px;
}

.sample-description span {	
	font-weight:bold;
	color:#e77200;
	padding-right:6px;
}




/* BIO + CONTACT ******************************************************************* */
.bio-text, .contact-text {
	float:left;
	width:360px;
	margin-right:30px;
	margin-top: -7px;
	line-height:24px;
	color:#8c7f68;
}

.bio-text p, .contact-text p {
	margin:0; 
	padding: 0 0 24px 0;
}

.bio-photo {
	float:left;
}

.bio-photo .double-rule {
	margin-top:10px;
}

.contact-text a {color:#72ccbd}
.contact-text a:hover {color:#e77200}



/* RESUME  ******************************************************************* */
.resume-text {
	height: 455px; 
	width:555px;
	overflow:auto;
	float:left;
	margin-right:30px;
	line-height:24px;
	color:#8c7f68;
	border-bottom: 1px solid #c5bcab;
}

.resume-text p {
	margin:0; 
	padding: 0 0 12px 45px;
	width:455px;
}

.resume-text p.resHdr {
	padding: 0 0 12px 0;
}

.resume-text p.resEmployer {
	padding: 0 0 12px 0px;

}
.resume-text p.resEmployer span{
	font-weight:bold;
}

.resume-text p.resTitle {
	padding: 0 0 12px 15px;
}

ul#resList {
	padding: 0 0 12px 45px;
	width:455px;
}

#resList li{
	list-style:normal;   
	list-style-type: square;
	list-style-position: outside;
}

.resume-dwnld a {
	color:#72ccbd; 
	letter-spacing: .5px;
	}
.resume-dwnld a:hover {color:#e77200;}

