@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
}

html, body{
background: #c2c2c2;
padding:0;
min-width:1024px;
font-family:Helvetica, Arial, sans-serif;
color:white;
font-size:13px;
line-height:25px;
height: 100%;
}


/* MAIN DIVS */
#maincontainer {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -70px;
}

#topsection{
height: 35px;
}

#contentwrapper{
float: right;
width: 100%;
min-height:100%;
margin-left: -1000px; /* -(left column width + center column width)*/
}

#leftcolumn{
float: left;
width: 350px;
}

#rightcolumn{
margin-left: 1000px; /* (left column width + center column Width)*/
}

#centercolumn{
float: left;
width: 650px;
}

#push{
clear:both;
height: 70px;
}


#footer{
clear: both;
width: 100%;
height:70px;
}


/* CONTENT DIVS */
#bizCard
{
position: relative;
background-color: #c1272d;
width: 100%;
height: 215px;
}

	#headerNavigation{
	position: relative;
	width: 80px;
	padding-left:20px;
	float:left;
	}
	
	#headerTitle{
	position: relative;
	padding-left:20px;
	height: 67px;
	}
	
	#headerContent{
	border-left: 1px dotted black;
	float: left;
	line-height: 20px; /* Adjust this variable to make room for more projects */
	padding-left: 25px;
	}
	
	#mainHeaderContent{
	float: left;
	width: 220px;
	line-height:25px; /* Adjust this variable to make room for more projects */
	}
	
		#mainLogo{
		position: relative;
		float:right;
		top:35px;
		right:-10px;
		}

#aboutMe{
position: relative;
top:17px;
left: 20px;
width: 330px;
line-height:10px;
}

#breadcrumbs{
position: relative;
margin-top:10px;
margin-bottom:10px;
left: 20px;
width: 330px;
height:58px;
}

.breadcrumb0{
position:absolute;
display:inline;
cursor: pointer;
}

.breadcrumb1{
position:absolute;
display:inline;
cursor: pointer;
left:115px;
}

.breadcrumb2{
position:absolute;
display:inline;
cursor: pointer;
left:230px;
}

.breadcrumb3{
position:absolute;
display:inline;
cursor: pointer;
top:33px;
}

.breadcrumb4{
position:absolute;
display:inline;
cursor: pointer;
top:33px;
left:115px;
}

#backArrow{
display:inline;
position:absolute;
bottom:0px;
right:38px;
width:33px;
height:25px;
cursor: pointer;
}

#forwardArrow{
display:inline;
position:absolute;
bottom:0px;
right:0px;
width:33px;
height:25px;
cursor:
pointer;
}

#content{
position: relative;
left: 20px;
top: 2px;
width: 330px;
line-height:10px;
}

#copywrite{
font-size:10px;
font-style:italic;
float: left;
padding-left: 20px;
padding-top: 30px;
}

#logo{
float:right;
position: relative;
padding-right:20px;
padding-top:20px;
}

#showcaseImage{
position: relative;
padding-left:10px;
}

#introSpacer{
height:175px;	
}

#introDiv{
margin-left:10px;
}

#introButton{
width:330px;
margin:30px 10px;
background-color:#444444;	
}

#slideshowFrame{
position: relative;
padding-left:10px;
}

#bizCardPair{
position: relative;
float:right;
background-color: #c1272d;
width: 15px;
height: 215px;
}


/* TEXT STYLES */
A:link {text-decoration:none; color:white;}
A:visited {text-decoration:none; color: white;}
A:active {text-decoration:none; color: white;}
A:hover {text-decoration:none; color: white;}

a.link {color:#c1272d; font-weight:bold;}
a.altLink {color:#333333; font-weight:100;}
a.altLink:hover {font-weight:bold;}
a.altLink:hover:before {content: "\00A0\00A0";}

a.currentPage {color:white; font-weight:900;}

a.download {color:#c1272d;}

a.homeLink{
position:relative;
top:15px;
font-size:18px;
}

.divLink{
display:block;
}

a.subHead{
position:relative;
top:9px;
font-style:oblique;
letter-spacing:1px;
}

a.bodyCopy{
color:#333333;
line-height:15px;
}

a.caption{
margin-left:10px;
font-size:11px;
color:#333333;
line-height:20px;
font-weight:bold;
}

a.introText{
color:#c1272d;
line-height:15px;
font-weight:bold;
font-size:13px;
word-spacing:-1px;
}

a.redIntroText{
color:#c1272d;
line-height:22px;
font-size:20px;
font-weight:bold;
word-spacing:1px;
}

a.blackIntroText{
color:#333333;
line-height:18px;
font-size:14px;
}

a.buttonText{
margin-left:10px;
}

a.linkClass{
font-weight:100;
font-size:13px;
}

a.linkClass:hover
{font-weight:bold;
}

a.linkClass:hover:before
{content: "\00A0\00A0";
}


/* CSS FOR SLIDESHOW */
ul.slideshow {
	list-style:none;
	width:640px;
	height:480px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:640px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}