body {
	background: url("/_ima/bg.jpg") no-repeat #ffffff;
	margin: 0px; 
	padding: 0px;
	color: #272727;	
	font: 11px/22px Verdana, sans-serif;
	}

/*____________________________________________________________________________________________ Links _*/

a:link {
	color: #272727;
	text-decoration: none;
	}
a:visited {
	color: #272727;
	text-decoration: none;
	}
a:hover {
	color: #272727;
	text-decoration: underline;
	}
a:active {
	color: #272727;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; color: red; }

/*____________________________________________________________________________________________ Fixed Presets _*/

p { margin: 0px 0px 0px 0px; padding: 7px 0px 7px 0px; }

ul { list-style: none; padding: 0px 0px 0px 20px; }
ul li { background: url(/); padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 20px }

.middler { width: 880px; height: 100%; margin: 0px auto; }

.breaker-padding { clear: both; padding: 40px 0px 40px 0px; }
.breaker { width: 100%; height: 0px; font-size: 0px line-height: 0px; padding: 0px; margin: 0px; border-top: 1px solid #A0A0A0; border-bottom: 1px solid #fff; }

.content-breaker { clear: both; width: 100%; height: 20px; font-size: 20px line-height: 20px; padding: 0px; margin: 0px; }
	
/*____________________________________________________________________________________________ Main Layout _*/

#top-bar {
	background: url("/_ima/top-bar.jpg") repeat-x #060606;
	width: 100%;
	height: 17px;
	}
	
#top-red {
	background: url("/_ima/top-red.jpg") repeat-x #060606;
	width: 332px;
	height: 16px;
	border-bottom: 1px solid #fc5152;
	float: left;
	}
	
#banner {
	background: url("/_ima/banner-fade.jpg") repeat-x bottom #252525;
	width: 100%;
	height: 95px;
	padding: 25px 0px 0px 0px;
	}
	.fullcitymedia {
		width: 332px;
		height: 76px;
		float: left;
		border: 0px;
		}
	#navigation {
		width: 450px;
		float: right;
		font-size: 16px;
		color: #E6E6E6;
		font-weight: bold;
		letter-spacing: -1px;
		padding: 29px 0px 0px 0px;
		text-align: right;
		}
		
	.nav-breaker { width: 20px; height: 20px; float: right;; }
		
	#navigation a:link { color: #999999; text-decoration: none; float: right; }
	#navigation a:visited { color: #999999; text-decoration: none; float: right; }
	#navigation a:hover { color: #E6E6E6; text-decoration: none; float: right; }
	#navigation a:active { color: #999999; text-decoration: none; float: right; }

#content {
	background: url("/_ima/content-fade.jpg") repeat-x top #E6E6E6;
	width: 100%;
	min-height: 400px;
	padding: 50px 0px 40px 0px;
	}
	
.half-left {
	width: 430px;
	float: left;
	}	
.half-right {
	width: 430px;
	float: right;
	}
	
.title {
	background: url("/_ima/title-bg.gif") repeat-x;
	width: 100%;
	height: 27px;
	}
	.title-box {
		background-color: #272727;
		float: left;
		padding: 8px 11px 8px 10px;
		color: #E6E6E6;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 11px;
		}
	.title-box span {
		text-decoration: line-through;
		color: #5F5F5F;
		}
		
	a.title-box-2, a.title-box-2:visited {
		background-color: #BFBFBF;
		float: right;
		padding: 8px 11px 8px 10px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 11px;
		text-decoration: none;
		color: #E6E6E6;
		}
	a.title-box-2:hover, a.title-box-2:active {
		background: url("/_ima/top-red.jpg") repeat-x bottom #C50405;
		float: right;
		padding: 8px 11px 8px 10px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 11px;
		text-decoration: none;
		color: #fff;
		}
	
#footer {
	background-color: #272727;
	width: 100%;
	height: 120px;
	color: #E6E6E6;
	padding: 10px 0px 0px 0px;
	border-bottom: 15px solid #060606;
	}
	#footer a:link, #footer a:visited { color: #E6E6E6; text-decoration: none; }
	#footer a:hover, #footer a:active { color: #fff; text-decoration: underline; }

.footer-links {
	width: 400px;
	float: left;
	}
.social-links {
	width: 400px;
	float: right;
	text-align: right;
	}
	.social-links a img,
	.social-links a img:visited,
	.social-links a img:hover,
	.social-links a img:active {
		border: 0px;
		text-decoration: none;
		}

/*____________________________________________________________________________________________ Index Layout _*/

.gallery-padding {
	padding: 0px 32px 0px 0px;
	}

.gallery-pic-container {
	float: left;
	width: 270px;
	}
.gallery-pic-container img {
	border: 3px solid #272728;
	width: 270px;
	}
	a.gallery-pic:hover img {
		border: 3px solid #000;
		}
		
a.gallery-pic span, a.gallery-pic:visited span {
	position: absolute;
	font-size: 0px;
	line-height: 0px;
	}
	a.gallery-pic:hover span, a.gallery-pic:active span {
		position: absolute;
		width: 266px;
		background-color: #000;
		margin: 64px 0px 0px 3px;
		padding: 3px 0px 1px 5px;
		opacity:.90;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		font-size: 11px;
		line-height: 20px;
		color: #fff;
		overflow: hidden;
		cursor:pointer;
		}	
		
.index-portfolio {
	padding: 20px 0px 0px 0px;
	}

.thumb {
	border: 3px solid #272727;
	display: block;
	margin: 0px 26px 0px 0px;
	padding: 0px;
	float: left;
	}
.thumb-non {
	border: 3px solid #272727;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	}

.news-lead {
	border-bottom: 1px dashed #000;
	height: 165px;
	}
.news-date {
	font-size: 10px;
	padding: 0px;
	}

.news-pic {
	width: 424px;
	border: 3px solid #272727;
	}
	

/*____________________________________________________________________________________________ Inside Layout _*/

.inside-left {
	width: 560px;
	float: left;
	}
	
.inside-right {
	width: 270px;
	float: right;
	}
	
/*____________________________________________________________________________________________ Portfolio Layout _*/

.port-piece {
	border: 3px solid #252525;
	display: block;
	}
	.port-info {
		width: 300px;
		float: left;
		padding: 0px;
		margin: 0px;
		}	
	.port-link {
		width: 100px;
		float: right;
		padding: 0px;
		margin: 0px;
		text-align: right;
		}
	
.client-list {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #9D9D9D;
	}
.more-info {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #9D9D9D;
	}
	
/*____________________________________________________________________________________________ Blog News Layout _*/

.little-nice-people { width: 270px; margin: 20px 0px 0px 0px; }

.blog-pic { border: 14px solid #fff; display: block; }

/*____________________________________________________________________________________________ Equal Heights Layout _*/

.block {
	width: 238px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background-color: #EFEFEF;
	float: left;
	border: 1px solid #DFDFDF;
	}
		
/*____________________________________________________________________________________________ Gallery Layout _*/
		
a.lightbox-view img {
	background-color: #fff;
	width: 80px;
	height: 70px;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 5px;
	border: 1px solid #EFE5D9;
	text-decoration: none;
	}
	a.lightbox-view img:visited {
		border: 1px solid #EFE5D9;
		text-decoration: none;
		}
	a.lightbox-view img:hover {
		border: 1px solid #D36800;
		text-decoration: none;
		}
	a.lightbox-view img:active {
		border: 1px solid #EFE5D9;
		text-decoration: none;
		}
	
/*____________________________________________________________________________________________ Calendar Layout _*/

.date-container {
	background: url("/_ima/date-bg.jpg") no-repeat;
	width: 49px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	.date-month {
		text-align: center;
		height: 17px;
		line-height: 17px;
		font-size: 11px;
		margin: 0px;
		padding: 0px 0px 0px 1px;
		color: #fff;
		}
	.date-day {
		text-align: center;
		height: 25px;
		line-height: 27px;
		font-size: 18px;
		margin: 0px;
		padding: 0px;
		color: #005E94;
		}
	
	.date-header {
		margin: 10px 0px 0px 10px;
		padding: 0px;
		float: left;
		width: 400px;
		}

/*____________________________________________________________________________________________ Contact Layout _*/

.contact-left {
	width: 540px;
	float: left;
	}
	#form-section {
		float: left;
		}	
	.input-stripes {
		background: url("/_ima/title-bg.gif") repeat-x;
		width: 130px;
		height: 27px;
		float: left;
		margin: 0px 5px 6px 0px;
		}
	.input-names {
		background-color: #BFBFBF;
		float: left;
		padding: 8px 11px 8px 10px;
		color: #E6E6E6;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 11px;
		}
	.inputs {
		width: 200px;
		height: 20px;
		padding: 3px 0px 2px 5px;
		margin: 0px 10px 0px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.selects {
		width: 207px;
		height: 25px;
		padding: 2px 0px 2px 0px;
		float: left;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
	.textareas {
		width: 554px;
		height: 85px;
		margin: 6px 0px 0px 0px;
		padding: 2px 0px 2px 5px;
		float: left;
		font-size: 16px;
		font-family: verdana;
		border: 1px solid #CFC9C2;
		}
	#submit-btn {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		}
		
	.inputs:focus {
		border: 1px solid red;
		}
	select:focus {
		border: 1px solid red;
		}
	textarea:focus {
		border: 1px solid red;
		}
		
	.error {
		color: red;
		}

/*____________________________________________________________________________________________ FCM _*/
	
	.footer-left a:link {
		color: #ddd;
		text-decoration: none;
		}
	.footer-left a:visited {
		color: #ddd;
		text-decoration: none;
		}
	.footer-left a:hover .fcm-full {
		color: #FF00C7;
		text-decoration: none;
		}
	.footer-left a:hover .fcm-city {
		color: #A8F800;
		text-decoration: none;
		}
	.footer-left a:hover .fcm-media {
		color: #21A9F7;
		text-decoration: none;
		}
	.footer-left a:active {
		color: #ddd;
		text-decoration: none;
		}
	
/*____________________________________________________________________________________________ scroll follow Layout _*/

#scroll-container {
	width: 780px;
	padding: 10px;
	background: #EFEFEF;
	}
	#scroll-left {
		width: 500px;
		height: 1000px;
		float: left;
		border: 1px solid red;
		}
	#scroll-area {
		position: relative;
		width: 250px;
		height: 100px;
		border: 1px solid #42CBDC;
		float: right;
		}
	
/*____________________________________________________________________________________________ jslider Layout _*/

	.cyclepics {  
	    padding: 0;  
	    margin:  0;  
		} 
	.cyclepics img {  
	    padding: 5px;  
	    border:  1px solid #ccc;  
	    background-color: #eee;  
	    top:  0; 
	    left: 0 
		} 	

/*____________________________________________________________________________________________ jslider Layout _*/
	
#slider-box {
	width: 410px;
	height: 320px;
	float: left;
	}
	
#slider {
	width: 410px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	background-color: #fff;
	border: 1px solid #BFE9FF;
	}
#sliderContent {
	width: 410px; /* important to be same as image width or wider */
	height: 300px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0px;
	}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	}
.sliderImage span {
	width: 390px;
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
	color: #00465F;
	display: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}
.sliderImage span strong {
	font-size: 16px;
	}
.top {
	top: 0;
	left: 0;
	}
.bottom {
	bottom: 0px;
	left: 0;
	}
.left {
	left: 0;
    bottom: 0;
	width: 110px !important;
	height: 280px;
	}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
	}
#slider ul { list-style-type: none;}
	

/*____________________________________________________________________________________________ Accoutn Info Layout _*/
	
.account-breaker {
	width: 100%;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}
.big-account-breaker {
	width: 100%;
	height: 15px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
	}

	.input-stripes2 {
		background: url("/_ima/title-bg.gif") repeat-x;
		width: 200px;
		height: 27px;
		float: left;
		margin: 0px 5px 6px 0px;
		}
		.input-stripes2 .input-names {
			color: #fff;
			letter-spacing: 0px;
			}
			
	.account-inputs {
		width: 348px;
		height: 20px;
		padding: 3px 0px 2px 5px;
		margin: 0px 0px 0px 0px;
		float: right;
		font-size: 16px;
		border: 1px solid #CFC9C2;
		}
		
	.checkbox-box {
		background: url("/_ima/top-red.jpg") repeat-x bottom #C50405;
		float: left;
		padding: 4px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 11px;
		text-decoration: none;
		color: #fff;
		}