/*  General rules */

body.sample {
	margin: 0;
	padding: 0;
	font: 10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: rgb(255, 255, 255);
	background-color: rgb(217, 217, 217);
	background-position: bottom right;
	background-repeat: no-repeat;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

img.floatLeft {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.positionText 
{
	position:relative;
	top:-12px;
	padding-right:15px;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}

/*^Lists rules*/
ul {
	margin: 0 0 13px 0;
	padding: 0 23px 0 23px;
	line-height: 13px;
	list-style-image: url("/clientfiles/images/list_style_default_arrow.gif");
}

body.sample .storyContainer p.beforeList {
	padding-bottom: 3px;
}
/*$Lists rules*/

body.sample a {
	color: rgb(255, 255, 255);
}


body.sample a:hover {
	color: rgb(173, 255, 59);
}

body.sample a:active {
	color: rgb(94, 197, 255);
}


/*Frequently used Global Rules*/
p.subhead {
	font-size: 11px;
	font-weight: bold;
}

.manualSpace {
	font-size: 5px; 
	line-height: 5px;
}


/*------Content Box Rules------*/
body.sample #pageContainer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(54, 59, 77);
	background-repeat: no-repeat;
}

body.sample #imageTitleCell {
	height: 77px;
	width: 50%;
	margin: 0;
	padding: 0 0 10px 20px;
	background-image: url("/clientfiles/images/portfolio_slideshow_header.jpg");
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: rgb(255, 255, 255);
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 3px rgb(50, 50, 50);
	text-align: left;
	vertical-align: middle;
}

body.sample #navigationPositionText {
}

body.sample #navigationButtonsCell {
	height: 77px;
	width: 50%;
	margin: 0;
	padding: 0 25px 10px 0;
	background-image: url("/clientfiles/images/portfolio_slideshow_header.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: right;
	vertical-align: center;
}

body.sample #imageContainer {
	width: 100%;
	height: 344px;
	margin: 0;
	padding: 0;
	background-image: url("/clientfiles/images/portfolio_slideshow_middle.jpg");
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: center;
}

body.sample #footerContainer {
	width: 100%;
	height: 68px;
	margin: 0;
	padding: 0;
	background-image: url("/clientfiles/images/portfolio_slideshow_footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: center;
}



/*------Portfolio Gallery Header------*/
body.sample #portfolioGalleryHeader {
	width: 541px;
	height: 55px;
	margin: 0;
	padding: 0 0 0 20px;
	background-image: url("/clientfiles/images/portfolio/portfolio_header_background.gif");
	background-repeat: no-repeat;
	color: rgb(255, 255, 255);
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 3px rgb(50, 50, 50);
	vertical-align: middle;
}

body.sample #portfolioGalleryTop {
	width: 541px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-image: url("/clientfiles/images/portfolio/portfolio_group_top.gif");
	background-repeat: no-repeat;
	font-size: 0;
}

body.sample #portfolioGalleryMiddle {
	width: 541px;
	margin: 0;
	padding: 0;
	background-image: url("/clientfiles/images/portfolio/portfolio_group_middle.gif");
	background-repeat: repeat-y;
}

body.sample #portfolioGalleryBottom {
	width: 541px;
	height: 3px;
	margin: 0;
	padding: 0;
	background-image: url("/clientfiles/images/portfolio/portfolio_group_bottom.gif");
	background-repeat: repeat-y;
	font-size: 0;
}

body.sample #portfolioGalleryGrid {
	margin-right: auto;
	margin-left: auto;
}

body.sample .portfolioGalleryGridCell {
	width: 165px;
	height: 165px;
	text-align: center;
	font-size: .9em;
}

body.sample .portfolioGalleryGridCell a.portfolioThumbnail {
	display: block;
	width: 165px;
	height: 165px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

body.sample .portfolioGalleryGridCell a.portfolioThumbnail strong {
	font-size: 1.1em;
}

body.sample .portfolioGalleryGridCell a:hover.portfolioThumbnail {
	background-image: url("/clientfiles/images/portfolio/portfolio_grid_cell_hover_background.gif");
	background-repeat: no-repeat;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

body.sample .portfolioGalleryGridCellVerticalSeperator {
	width: 2px;
	background-image: url("/clientfiles/images/portfolio/portfolio_grid_vertical_seperator.gif");
	background-repeat: repeat-y;
	font-size: 0;
}

body.sample .portfolioGalleryGridCellHorizontalSeperator {
	height: 2px;
	background-image: url("/clientfiles/images/portfolio/portfolio_grid_horizontal_seperator.gif");
	background-repeat: repeat-x;
	font-size: 0;
}