/* CSS Document */

body {
	font: normal 12px/135% Arial, Helvetica, sans-serif;
	color: #333333;
	/* background: #384359; */
	margin: 0px;
	padding: 0px;
	background: url(pix/stone-bg.jpg) repeat;
}

#topLinks {
	margin: 0px;
	padding: 0px;
}

#mainContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: #FFFFFF;
	padding: 15px;
	border-top: 1px solid #70B4F3;
	border-right: 1px solid #3D6386;
	border-bottom: 1px solid #3D6386;
	border-left: 1px solid #70B4F3;
	}

#colLeft {
	float: left;
	width: 488px;
}

#colRight {
	float: right;
	width: 330px;
	padding-top: 2px;
	border-left: 1px dotted #999999;
	padding-left: 15px;
}

#links {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #47729E;
	text-align: right;
}

#leftHome {
	background: url(pix/sarah-home.jpg);
	height: 408px;
	width: 488px;
}

#leftPortfolio {
	background: url(pix/sarah-portfolio.jpg);
	height: 408px;
	width: 488px;
}

#leftContact {
	background: url(pix/sarah-contact2.jpg);
	height: 408px;
	width: 488px;
}

#leftAbout {
	background: url(pix/sarah-about.jpg);
	height: 408px;
	width: 488px;
}

#leftTestimonials {
	height: 408px;
	width: 488px;
}
#leftCurrent {
	height: 408px;
	width: 488px;
}

#leftBlogs {
	background: url(pix/sarah-blogs.jpg);
	height: 408px;
	width: 488px;
}

#leftCopywriting {
	background: url(pix/sarah-copywriting.jpg);
	height: 408px;
	width: 488px;
}

#leftSports {
	background: url(pix/sarah-sports.jpg);
	height: 408px;
	width: 488px;
}

#leftPR {
	background: url(pix/sarah-magazines.jpg);
	height: 408px;
	width: 488px;
}

#leftCaseStudies {
	background: url(pix/case_studies.jpg);
	height: 408px;
	width: 488px;
}


#leftBlank {
	width: 488px;
	margin-bottom: 10px;
}
.below20px {
	margin-bottom: 20px;
}

#insetCol {
	padding-left: 345px;
	padding-top: 25px;
}

#insetCol img {
	border: 1px solid #666666;
}

a:link {
	color: #47619C;
	text-decoration: none;
}

a:visited {
	color: #47619C;
	text-decoration: none;
}

a:hover {
	color: #47619C;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #667FAB;
	margin-bottom: 8px;
}

p {
	margin-bottom: 8px;
	margin-top: 8px;
}
#left156 {
	float: left;
	width: 156px;
}
#right312 {
	float: right;
	width: 312px;
}
.greyBorder {
	border: 1px solid #999999;
}

.style10Italic {
	font-size: 10px;
	font-style: italic;
	line-height: 135%;
}

/* menu styles */

ul.menu {
list-style-type: none;
width: auto;
position: relative;
display: block;
height: 33px;
/* font-size:.6em; */
background:url(pix/menu-bg.png) repeat-x left top;
/* font-family:Verdana,Helvetica,Arial,sans-serif; */
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display: block;
float: left;
margin: 0;
padding: 0;
}

ul.menu li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
	padding: 9px 9px 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
}

ul.menu li a:hover,.current {
color: #fff;
background: url(images/bg.png) repeat-x top left;
text-decoration: none;
}

ul.menu .current a {
color: #fff;
/* font-weight: 700; */
}

/*BLUE*/

ul.menu.blue{
background-color: #76B3F1;
}

ul.menu.blue li a:hover, .menu.blue li.current {
background-color: #A3BAE6;
}
.picRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
.picLeft {
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}

