@charset "UTF-8";
body {
	background: transparent url(../images/layout/background.jpg) repeat;
}
#container {
	margin:0pt auto 0px;
	position:relative;
	top:0pt;
	width:968px;
}

/* STYLES FOR FRAME AND MATTING */
#containerFrameTop {
	background-image:url(../images/layout/frameTop.gif);
	background-repeat:no-repeat;
	background-color: transparent;
	margin:0;
	padding: 104px 0 0;
	width:968px;
}
#containerFrameBottom {
	background-image:url(../images/layout/frameBottom.gif);
	background-position: 0% -1%;
	background-repeat:no-repeat;
	background-color: transparent;
	height:65px;
	margin:0 0 10px;
	padding-bottom: 50px;
	width:968px;
}
#containerFrameSide {
	position: relative;
	z-index: 100000;
	background-image:url(../images/layout/frameSide.gif);
	background-repeat:repeat-y;
	background-color: transparent;
}
#content {
	margin-top: 20px;
	margin-right: 145px;
	margin-bottom: 0px;
	margin-left: 145px;
}
#header {
	height: 185px;
	padding-top: 10px;
}
#contentRight {
	width: auto;
}

/* STYLES FOR IMAGES */
.logo {
	margin-right: 127px;
}
.image {
	padding: 5px;
	border: 1px solid #000;
	background: #eee;
}
.portfolioImageWrapper
{
	margin: 0 auto;
}
.portfolioImageWrapper a
{
	display: block;
}

/* STYLES FOR LINKS */
#header a {
	clear: both;
	display: block;
	width: 120px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	line-height: 38px;
	background-image: url(../images/layout/button.gif);
	background-repeat: no-repeat;
	background-position: 53% 4%;
	color: #FFFFFF;
	font-variant: small-caps;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 9pt;
}
#header a:hover {
	background-position: 53% 87%;
}
#header ul {
	list-style-type: none;
	position: absolute;
	top: 150px;
	left: 125px;
	padding: 0;
	margin: 0;
	width: 725px;
}
#header li {
	float: left;
	padding: 0;
	margin: 0;
}

/* STYLES FOR FLOATS */
.fltRight {
	float: right;
}
.fltLeft {
	float: left;
}
.clear {
	clear: both;
	height: 0;
}

/* FORM STYLES */
.headerAlignMiddle {
	vertical-align: middle;
	background: #ccc url(../images/layout/contactHeader.gif) repeat-y;
	font-weight: bold;
	text-align: right;
	width: 108px;
	padding: 4px;
	white-space:normal;
}
#adminForm td, #regularForm td {
	border: 1px solid #ccc;
}
#adminForm table, #regularForm table {
	border: 1px solid #ccc;
}
#adminForm table table, #regularForm table table {
	border: none;
	margin: 0;
	padding: 0;
}
#adminForm table table td, #regularForm table table td {
	border: none;
}
.marginTop {
	margin-top: 8px;
}

/* CONTENT STYLES */
#content h1, #content h2 {
	text-align: center;
}
ul.mainContentLinks {
	text-align: left;
	list-style-type: none;
}

/* PORTFOLIO TABLE STYLES */
.portfolio {
	padding: 8px 5px;
	background: url(../images/layout/tableHeader.gif) repeat-x;
}
.tableImage {
	width: 80px;
	padding: 10px 6px 5px 12px
}
.tableImage img {
	margin: 0;
}
.clientName {
	vertical-align:middle;
}
.paging td {
	font-size: 12px;
	font-weight: bold;
	width: 3em;
	padding-right: 20px;
}

/* HOMEPAGE VISIBILITY STYLES */
#storyContainer1 {
	display: none;
}
#storyContainer2 {
	display: none;
}
#storyContainer1 img, #storyContainer2 img {
	margin: 0;
}
.story {
	margin: 0 5px;
	width: 60%;
}

.group:after{content:".";display:block;height:0;clear:both;visibility:hidden;}