/* CSS Document */

body {
	background-color: #000;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;  /* default font size across browsers is 16px */
	text-align:center; 
	color:#000;
	margin:0;
	padding:10px 0 0 0;
	}
html>body {
	font-size:16px;
	}

#container {
	width:660px;
	margin:0 auto;
	padding:0;
	background-color: #fff;
	text-align:left;
	height:100%;
	}
	
a {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

#splash-nav {
	width:656px;
	background-color:#fff;
	margin:0;
	padding:0;
	}
#interior-nav {
	width:656px;
	background-color: #284981;
	margin:0;
	padding:0;
	}
	
#splash-wrap {
	width:656px;
	margin:0;
	padding:0;
	background-color:fff;
	border:#000 dotted 2px;
	font-size:0.6875em; /* 16px*0.6875=11px */
	}

#interior-wrap {
	width:656px;
	margin:0;
	padding:0;
	background-color:fff;
	border:#000 dotted 2px; 
	font-size:0.6875em; /* 16px*0.6875=11px */
	line-height:150%;
	height:500px;
	}

#about-interior {
	width:366px;
	margin:0;
	padding:235px 140px 0 150px;
	background:url(../images/about/bkgnd.jpg) no-repeat;
	height:208px;
	text-align:left;
	}
#leftcol {
	float:left;
	width:180px;
	margin:0 0 0 8px;
	padding:0;
	background-color:#fff;
	border-right:#000  dotted 2px;
	border-left:#000  dotted 2px;
	height:450px;
	}	
	
html>body div#leftcol {
	float:left;
	width:180px;
	margin:0 0 0 20px;
	padding:0;
	background-color:#fff;
	border-right:#000  dotted 2px;
	border-left:#000  dotted 2px;
	height:450px;
	}

#leftcol-workmain{	
	float:left;
	width:180px;
	margin:0 0 0 8px;
	padding:0;
	background-color:#fff;
	border-right:#000  dotted 2px;
	border-left:#000  dotted 2px;
	height:380px;
	}	
	
html>body div#leftcol-workmain{	
	float:left;
	width:180px;
	margin:0 0 0 20px;
	padding:0;
	background-color:#fff;
	border-right:#000  dotted 2px;
	border-left:#000  dotted 2px;
	height:380px;
	}
	
#subnav1 {
	padding:0;
	margin:0;
	width:180px;
	text-align:center;
	}
#subnav1 a {display:block; height:20px; margin:0; padding:7px 0 7px 0; background-color:#fff; 	border-bottom:#000  dotted 2px;}
#subnav1 a:hover {background-color:#c5d1e7;}

#subnav-header-off {display:block; margin:0; padding:7px 0 7px 0; background-color:#fff; 	border-bottom:#000 dotted 2px; text-align:center;}
#subnav-header-on {display:block; height:20px; margin:0; padding:7px 0 7px 0; background-color:#c5d1e7; border-bottom:#000  dotted 2px; text-align:center;}

#caption {width:170px; margin:0; padding:10px 5px 10px 5px; text-align:left; line-height:150%; height:190px;}
#newwork-caption {width:170px; margin:0; padding:10px 5px 10px 5px; text-align:left; line-height:150%; height:330px;}

#paging {
	padding:5px;
	margin:0;
	width:170px;
	text-align:left;
	color:#666666;
	}

#subnav2 {
	padding:0;
	margin:0;
	width:170px;
	text-align:left;
	line-height:1.2em;
	}
#subnav2 a {color:#284981; text-decoration:none;}
#subnav2 a:hover {color:#284981; text-decoration:underline;}
	
#rightcol {
	float:right;
	width:450px;
	margin:0px;
	padding:10px 0;
	background-color:#fff;
	text-align:center;
	}	
	
html>body div#rightcol {
	float:right;
	width:450px;
	margin:0px;
	padding:20px 0;
	background-color:#fff;
	text-align:center;
	}
#rightcol-splash {
	float:right;
	width:450px;
	margin:34px 0 0 0;
	padding:0;
	background-color:#fff;
	border-top:#000 dotted 2px; border-bottom:#000 dotted 2px;
	text-align:center;
	}

html>body div#rightcol-splash {
	float:right;
	width:450px;
	margin:34px 0 0 0;
	padding:0;
	background-color:#fff;
	border-top:#000 dotted 2px; border-bottom:#000 dotted 2px;
	text-align:center;
	}	
	
#rightcol-splash img {margin:0; padding:0;}

#footer {
	clear:both;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.625em; /* 16px*0.625=10px */
	color:#5682af;
	letter-spacing:2px;
	line-height:150%;
	text-align:center;
	padding:5px 0;
	}

#footer a {
	color:#5682af;
	text-decoration: none;
	}

#footer a:hover {
	color:#5682af;
	text-decoration: underline;
	}

.title {color:#000; font-size:1.09em; font-weight:bold; font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
.contact-text {margin:0px; padding:10px; text-align:center}
.orange-text {color:#a14c00}
.subtitle {font-family:Georgia, "Times New Roman", Times, serif; font-size:1.09em; font-weight:bold; color:#5682af; margin:0; padding:0 0 5px 0; text-align:center; letter-spacing:2px;}
.img-frame {margin:0; padding:0; border:#000 solid thin}