@charset "utf-8";

/* ********* Set Defaults to Zero ******* */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,dfn,var,cite,code,em,strong{font-style:normal;font-weight:normal;}
ul{list-style:none;}
caption,th{text-align:left;}

/* !!!!!!!!!! YOU MUST RESTYE THE ABOVE AS NEEDED !!!!!!!!!!!!!  */

/* set global paragraph margin */
p { margin:0 0 15px 0;}
/* Apply left margin only to the few elements that need it: */
dd, blockquote { margin-left: 1em; }


/* This makes the text left justified in the CS debug area */
.cfdebug {text-align:left;}

.floatleft { float:left;}
.floatright { float:right;}
.clear { clear:both;}

a:link {color: #0033CC;	text-decoration: underline;}
a:visited {color: #0033CC; text-decoration: underline;}
a:hover {color: #B71A37; text-decoration: underline;}
a:active, a:focus {color: #0033CC; text-decoration: underline;}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

h1 { color:#32529D; font-size:150%; margin:-14px 0 5px 0;}/* use for page titles */
h2 { color:#666666; font-size:125%;}
h3 { color:#32529D; font-size:110%;}
h4 { color:#32529D; font-size:100%;}

.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #000; 
	padding: 4px 0 0 0;
	border-bottom:1px solid #BDBDBD;
	height:60px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	xbackground: #d8d8d8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 10px 0;
	height:200px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 20px 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 2px 10px 4px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d8d8d8;
	border-top:1px solid #CCC;
	text-align:center; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	 
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content-div { width:700px; background-color:#eee; margin-left:auto; margin-right:auto; margin-top:20px; border:1px solid #CCC; padding:20px;}

.subnav { text-align:center; padding:7px; font-size:80%;}

/* Portfolio Styles */

#portfolio-list { width:700px; background-color:#FFF;  margin-left:auto; margin-right:auto;}
#portfolio-list td{ padding:2px;}

#blowup-navdiv {padding:10px; margin-left:auto; margin-right:auto; width:auto;}
.centered { margin-left:auto; margin-right:auto; border:4px solid lime;}
#blowup-div { padding:70px; border:14px solid black; background-image:url(../graphics/mat_bg.jpg);}
#blowup-div img{ border:4px solid black;}
.photo-title { margin-top:10px; color:#999; font-size:90%;}
.headline { 
	text-align:center; 
	border: 1px solid black; 
	color:#000; padding:4px; 
	font-weight:bold; 
	margin:10px auto; 
	width:500px; 
	background-color: #D3DAEE; 
	font-size:110%; 

}
/* for form validation  */
.required { font-weight:bold;}
.alert { font-weight:bold; color:#CC0000;}

/* aaachoo */
#container{ 
	width: 760px;
	margin: 0 auto;
	margin-top: 20px; 
	margin-bottom: 20px; 
	border:1px #ccc solid; 
	background-color:#EEEEEE;
	text-align: left;
	padding:20px;
}

.aaachoo-heading { font-weight:bold; color:#990000;}
