@charset "utf-8";
/* CSS Document */
body {
	/* background-image:url(images/clouds_bg2.jpg);
	background-repeat:repeat; */
	background-color:#929fcc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
/* make h1 headings larger and grey with a solid bottom border */
h1 {
	color:#666666;
	font-size:120%;
	margin:.3em 0 1em 0;
	padding-bottom:.2em;
	border-bottom:2px solid #666;
}
/* make h2 headings black with a dotted bottom border */
h2 {
	color:#000;
	font-size:100%;
	margin-top:.2em;
	margin-bottom:.2em;
}
/* style wrapper for all site content */
#wrapper {
	width:64.9em;
	margin:auto;
	margin-top:1.5em;
	margin-bottom:1.5em;
	background-color: #d2e6f4;
	border: 10px outset #578399;
}
/* set height for branding bar */
#branding {
	height:12.5em;
}
/* set width and margins for header image */
#branding>img {
	margin:0;
	width:64.9em;
}	
/* basic styling of navigation bar */
#navbar {
	height:1.75em;
	margin-left:-1.5em; 
	width:64.9em;
}
/* remove bullets from ul in the navbar */
#navbar ul {
	list-style-type:none;
}
/* make navbar items appear side by side */
#navbar li {
	float:left;
}
/* applies to navbar links, visited and unvisited */
#navbar a, navbar a:link, #navbar a:visited {
	text-decoration:none;
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size: 95%;
	color:#fff;
	background-color:#578399;
	display:block;
	height:1.75em;
	width:9.2em;
	border-right:solid 1px #ddd;
	text-align:center;
	line-height:1.75em;
	outline-style:none;
}
/* navbar hover, active, and current page links */
#navbar a:hover, #navbar a:active, #navbar li.selected a:link, #navbar li.selected a:visited {
	background-color:#666;
	color:#fff;
}
/* on select pages, float content area left and add margins and padding */
#content {
	float: left;
	padding: .4em 20.5em 1em 2.5em;
	margin-top:1em;
}
/* set a minimum height for all page content */
#content, #contentWide {
	min-height:450px;
}
/* set margins for list items in content areas */
#content li, #contentWide li {
	margin-bottom:.6em;
    line-height: 1.5em;
}
/* set top margin for sub-lists in content areas */
#content li ul , #contentWide li ul {
	margin-top:.5em;
}
/* set padding and margin for paragrapbs in content areas */
#content p, #contentWide p {
	padding:0 .5em 0 0;
	margin-bottom:.5em;
}
/* set margin and padding for wider content area on select pages */
#contentWide {
	padding: .4em 2.5em 1em 2.5em;
	margin-top:1em;
}
/* format sections on services page */
.section {
	clear:both;
	height:125px;
}
/* add space below sections in content areas */
.contentSect {
	margin-bottom:2em;
}
/* add border and padding to sections on packages page */
.pkgSect {
	border-bottom:2px dashed #666;
	padding:1em 0;
}
/* remove border from last section on packages page */
.pkgSectLst {
	border-bottom:none;
	padding:1em 0;
}
/* set width, margin and background color for sidebar */
#sidebar {
	float: left;
	width: 17em;
	margin: 2em 0 2em -18.8em;
	background-color: #578399;
}
/* styling for paragraphs in sidebar */
#sidebar p {
	color:#fff;
	font-size:.85em;
	font-style:italic;
	margin-bottom:.2em;
}
/* styling for links within sidebar */
#sidebar a {
	color:#fff;	
}
/* add border and margins for section on sidebar */
.sideSection, .sideSectLst {
	border-bottom:1px solid #fff;
	margin:.7em;
	padding-bottom: .2em;
}
/* remove border on last section in sidebar */
.sideSectLst {
	border-bottom:none;
}
/* styling of the footer */
#footer {
	clear:both;
	background-color:#999;
	margin-top:.5em;
	padding:.2em 0;
}
/* styling of text within the footer */
.footerTxt {
	margin:auto;
	padding:0 .75em .2em 0;
	color:#fff;
	font-family:Geneva, Tahoma, sans-serif;
	font-size:85%;
	font-style:italic;
	text-align:right;
}
/* make links within the footer white */
.footerTxt a {
	color:#fff;
}
/* style photo bar on designers page */
#photoBar {
	width:160px;
	float:right;
	margin-top:.4em;
}
/* spacing of images in photo bar */
#photoBar img {
	margin-bottom:1.2em;
	border:1px solid #999;
}
/* float images left and add top and right margins */
.floatLft img {
	float:left;
	margin:.5em .7em .5em 0;
}
/* float images left and add smaller margins */
.floatLft2 img {
	float:left;
	margin:.3em .7em .3em 0;
}
/* float images right and add margins */
.floatRt {
	padding: .7em 0;
}
.floatRt img {
	float:right;
	margin:.5em 0 .3em .7em;
	border:1px solid #578399;
}
/* set background color for table on portfolio page */
.table {
	background-color: #578399;
}
/* set color of links in table on portfolio page */
.table a {
	color:#fff;
	text-decoration:none;
}
/* add underline to hovered on links in table on portfolio page */
.table a:hover {
	text-decoration:underline;
}
/* add more spacing between lines in select areas */
.spacing {
	line-height:1.5em;
	/* margin-bottom:1em; */
}
/* styling of quote captions */
.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#fff;
	font-size:.85em;
	margin-left:1em;
}
/* indent select content and add top margin */
.indent {
	margin-left:1.5em;
	margin-top:1em;
}
/* add spacing around images in indented sections */
.indentImg {
	padding-left:5em;
	margin-top:1.5em;
}
/* center-align horizontal photo bar with 2 horizontal images */
.horizImg2 {
	margin-left:3em;
}
/* add spacing between images in horizontal image bar */
.horizImg2 img {
	float:left;
	vertical-align:middle;
	margin:.2em 3em .5em;
}
/* center-align horizontal photo bar with 3 horizontal images */
.horizImg3 {
	margin-top:1em;
	margin-left:2em;
	padding:.4em;
}
/* vertical-align images in horizontal image bar */
.horizImg3 img {
	float:left;
	vertical-align:middle;
	margin:.2em .8em;
}
/* clear all floats */
.clear {
	clear:both;
}
/* add extra space above select content and images */
.topSpace {
	padding-top:2.2em;
}
/* add a smaller amount of extra space above select content and images */
.topSpace2 {
	padding-top:1.4em;
}
/* add an even smaller amount of extra space above select content and images */
.topSpace3 {
	padding-top:.9em;
}
.topSpace4 {
	padding-top:.5em;
}
/* very small amount of space above select content and images */
.smallSpc {
	margin-top:-.2em;
}
