#outerShell {
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top:7px;
	width:850px;
	height:auto;
	z-index:1;
	background-color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px none #000000;
}
#header{
	position: relative;
	height:80px;
	padding:10px 0px 0px 15px;
	background-image: url(images/interactivePD.jpg);
	background-repeat: no-repeat;
	background-position: 580px 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #466F82;
}

#navContainer{
	position:absolute;
	z-index:2;
	left: 430px;
	width: 400px;
	top: 63px;
}

#homeimage{
	position: relative;
	height:210px;
	padding:10px 0px 0px 15px;
}
	
#homeContent{
	position: relative;
	height:auto;
	padding:10px 0px 0px 15px;
}

#designerProfile{
	position: relative;
	height:auto;
	padding:10px 0px 0px 15px;
	width: 835px;
}
#contact{
	position: relative;
	height:auto;
	padding:10px 0px 0px 15px;
	width: 835px;
}


#portfolio{
	position: relative;
	height:480px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}


#footer{
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	top:0px;
	width:830px;
	height:auto;
	z-index:1;
	left: 0px;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #466F82;
	margin-top: 5px;
	color: #666666;
	line-height: 20px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}


/************ navStyles ************/


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 85%;
	background: black url(images/e_indentbg.gif) center center repeat-x;
	border-top: 1px solid #cccccc;
	border-right: 0 solid #466F82;
	border-bottom: 1px solid #466F82;
	border-left: 0 solid #466F82;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #466F82;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.indentmenu ul li a:visited{
color: #466F82;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(images/e_indentbg2.gif) center center repeat-x;
}

	
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 10px;
	color: #345261;
}
.content1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0099FF;
}


.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 6px;
	color: #345261;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #466F82;
	margin-left: 15px;
}

.content2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}


.content2header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 10px;
	color: #345261;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 15px;
	font-weight: bold;

	background-color: ;
	background-color: #FBC068;
}
.content1header {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 10px;
	color: #345261;
	margin-left: 15px;
	font-weight: bold;
	background-color: #FBC068;
}
#myProfile {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #466F82;
	position: absolute;
	width: 240px;
	height: auto;
	left: 7px;
	top: 108px;
}
#imageHolder {
	border: 1px solid #999999;
	text-align: center;
	width: 160px;
	height: 180px;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

/************ contentStyles ************/


.contentslide{
	border: 10px solid #FBC068;
	border-bottom-width: 6px;
	padding: 8px;
	width: 785px;
	height: 420px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 801px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #FBC068;
border: 10px solid #FBC068;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 8px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 785px; /*IE5 width*/
w\idth: 801px; /*IE6 width*/
}

.pagination a{
	padding: 4px 4px;
	text-decoration: none;
	color: #466F82;
	background-color: white;
	border: 1px solid #466F82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #466F82;
}
.contactHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBC068;
}
.content3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #345261;
}

.content3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
a {
	color: #0099FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
