body 
{
	background: #ffffff;
	margin: 0 auto;
}

p
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 150%;
	color: #696969;
	text-align: left;
}

h1
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 22px;
	line-height: 100%;
	color: #c80850;
	margin-bottom: 0;

}

h2
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
	line-height: 150%;
	color: #99cbcb;

}


h3
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 150%;
	color: #696969;

}

img
{
	border: 0;
}

a, a:link, a:visited
{
	color: #99cbcb;
	text-decoration: none;
}
		
a:hover
{
	color: #c80850;
	text-decoration: none;
}

/*
a:visited 
{
	color: inherit; 
	text-decoration: none;
}*/




/* STRUCTURE */

#container
{
	width: 990px;
	height: auto;
	margin: 25px auto;
}

/* appears on all */

#header
{
	width: 990px;
	height: 163px;
}

	#logo
	{
		width: 147px;
		height: 163px;
		float: left;
	}

/* MAIN CONTENT AREA */

#main_content
{
	width: 990px;
	height: auto;
	margin-top: 15px;
}

#left
{
	width: 150px;
	float: left;
}


	/* left TYPOGRAPHY */
	
	
	#left p
	{
		font-family: Helvetica, Arial, san-serif;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 0 10px 10px;
		color: #696969;
	}
	
		#left a, a:link, a:visited
		{
			color: #696969;
			text-decoration: none;
		}
		
		#left a:hover
		{
			color: #c80850;
			text-decoration: none;
		}
		/*
		#left a:visited 
		{
			text-decoration: none;
		}*/
/**/

#space_left
{
	width: 25px;
	height: 100%;
	float: left;
}

/**/

#content_portfolio /* PORTFOLIO */
{
	width: 590px;
	height: auto;
	float: left;
}

#content_text   /* TEXT ONLY with LEFT active */
{
	width: 775px;
	height: auto;
	float: left;
}

		#content_text a, a:link, a:visited
		{
			color: #99cbcb;
			text-decoration: none;
		}
		
		#content_text a:hover
		{
			color: #c80850;
			text-decoration: none;
		}
	

#content_full /* SERVICES with multi columns or 100% text */
{
	float: left;
	width: 990px;
	height: auto;
}

	#services01  /* these are the 4 column options for services page */
	{
		float: left;
		width:  228px;
	}
	
	#services02
	{
		float: left;
		width: 228px;
		margin-left: 25px;
	}
	
	#services03
	{
		float: left;
		width: 228px;
		margin-left: 25px;
	}
	
	#services04
	{
		float: left;
		width: 228px;
		margin-left: 25px;
	}

#content_home
{
	width: 214px;
	height: 500px;
	text-align: center;
	margin: 100px auto;
}	
	
	.home_logo
	{
		font-family: Helvetica, Arial, san-serif;
		font-size: 25px;
		color: #ffffff;
		text-align: center;
		margin-bottom: 30px;
	}
	
	/* home navigation */
	
	.home_nav
	{
		font-family: Helvetica, Arial, san-serif;
		font-size: 25px;
		color: #ffffff;
		text-align: center;
	}
	
		a#about_home 
		{
		    display: inline-block;
		    width: 214px;
		    height: 51px;
		    background-image: url(../images/hp_about_off.png);
		    background-repeat: no-repeat;
		    margin: 0 auto;
		    text-align: center;
		}
		
		a#about_home:hover 
		{
		    background-image: url(../images/hp_about_on.png);
		    background-repeat: no-repeat;
		    text-align: center;
		}
		
		a#portfolio_home 
		{
		    display: inline-block;
		    width: 209px;
		    height: 41px;
		    background-image: url(../images/hp_portfolio_off.png);
		    background-repeat: no-repeat;
		    margin: 0 auto;
		    text-align: center;
		}
		
		a#portfolio_home:hover 
		{
		    background-image: url(../images/hp_portfolio_on.png);
		    background-repeat: no-repeat;
		    text-align: center;
		}
		
		a#services_home 
		{
		    display: inline-block;
		    width: 207px;
		    height: 42px;
		    background-image: url(../images/hp_services_off.png);
		    background-repeat: no-repeat;
		    margin: 0 auto;
		    text-align: center;
		}
		
		a#services_home:hover 
		{
		    background-image: url(../images/hp_services_on.png);
		    background-repeat: no-repeat;
		    text-align: center;
		}
		
		a#contact_home 
		{
		    display: inline-block;
		    width: 209px;
		    height: 42px;
		    background-image: url(../images/hp_contact_off.png);
			background-repeat: no-repeat;
		    margin: 0 auto;
		    text-align: center;
		}
		
		a#contact_home:hover 
		{
		    background-image: url(../images/hp_contact_on.png);
		    background-repeat: no-repeat;
		    text-align: center;
		}
		
		
		a .alt_home 
		{ 
			display: none; 
		}
	
	/* end home navigation */

/**/

#space_right
{
	width: 25px;
	height: 100%;
	float: left;
}


/**/

#right
{
	width: 200px;
	float: left;
}
	#right a, a:link, a:visited
	{
		color: #99cbcb;
		text-decoration: none;
	}
			
	#right a:hover
	{
		color: #c80850;
		text-decoration: none;
	}
#footer
{
	width: 990px;
	height: auto;
	margin-top: 25px;
	float: left;
	clear: both;
}

/* TYPOGRAPHY */


#content_full #content_portfolio #content_text p
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 150%;
	color: #696969;
}

#footer p
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 10px;
	color: #696969;
}

.linkselected
{
	color: #c80850;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.large
{
	font-size: 20px;
	line-height: 125%;
}

.medium
{
	font-size: 14px;
	line-height: 160%;
}
.smallitalic
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 10px;
	font-style: italic;
	color: #696969;	
	line-height: 150%;
}

/* end TYPOGRAPHY */

/* top navigation */

.nav
{
	float: right;
	margin-left: 25px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 25px;
	color: #ffffff;
	margin-top: 125px;
}

	a#about 
	{
	    display: inline-block;
	    width: 115px;
	    height: 34px;
	    background-image: url(../images/about_off.png);
	    margin: 0 auto;
	}
	
	a#about:hover 
	{
	    background-image: url(../images/about_on.png);
	}
	
	a#portfolio 
	{
	    display: inline-block;
	    width: 169px;
	    height: 34px;
	    background-image: url(../images/portfolio_off.png);
	    margin: 0 auto;
	}
	
	a#portfolio:hover 
	{
	    background-image: url(../images/portfolio_on.png);
	}
	
	a#services 
	{
	    display: inline-block;
	    width: 149px;
	    height: 34px;
	    background-image: url(../images/services_off.png);
	    margin: 0 auto;
	}
	
	a#services:hover 
	{
	    background-image: url(../images/services_on.png);
	}
	
	a#contact 
	{
	    display: inline-block;
	    width: 145px;
	    height: 34px;
	    background-image: url(../images/contact_off.png);
	    margin: 0 auto;
	}
	
	a#contact:hover 
	{
	    background-image: url(../images/contact_on.png);
	}
	
	
	a .alt 
	{ 
		display: none; 
	}

/* end top navigation */

/**/

/* IMAGE Gallery for PORTFOLIO */

/*preload classes*/
.svw {width: 50px; height: 20px; background: #ffffff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}

.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 1%;
}
.stripTransmitter ul { /* the auto-generated set of links */
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 0 1px 1px 0;
}

.stripTransmitter a{
font: bold 10px Helvetica, Arial, san-serif;;
text-align: center;
line-height: 22px;
background: #99cbcb;
color: #ffffff;
text-decoration: none;
display: block;
}

.stripTransmitter a:hover { /* hover */
background: #c80850;
color: #fff;
}

.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #fff;
color: #696969;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #99cbcb;
color: #ffffff;
font: bold 14px Helvetica, Arial, san-serif;
margin: 0 0 20px 0;
}


/* end styles for portfolio gallery */
