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

body  {
	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: #000000;
	background-color:#272727;
	background-image:url(images/bg_grad1.jpg);
	background-repeat:repeat-x;
	height:100%;
}

body, p {
font: 100% Verdana, Arial, Helvetica, sans-serif;
}

p, li {
	font-size:.8em;
}

li {list-style-type:square}

a 	{
	text-decoration:none;
	color:#373990;
}

a:hover {
	color:#990000;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2, h3 {font-family:Arial, Helvetica, sans-serif;}

h1 {font-size:2em; color:#272727;}
h1.header {color:#ff6633;}
h2 {font-size:1em; color:#cc3300;}
h3 {font-size:.9em}
h3.header {color:#FFFFFF;}

 #topbg {
	float:left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height:400px;
	background-image:url(images/top_sunset.jpg);
	background-repeat:no-repeat;
} 

#container { 
	width: 60em;
	background: #b3aaa5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#nav {
	width:auto;
	background-color:#990000;
	background-image:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
	border: none;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
#nav span {
	float:left;
	width:162px;
	height:35px;
	margin:0;
	padding:0;
	border-right:1px solid #cf3532;
	border-bottom:1px solid #999999;
	text-align:center;
}
#nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display: block; 
	padding: 9px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#nav a:hover {
	background-color: #990000;
	}
#nav a.active:link, #nav a.active:visited, #nav a.active:active, #nav a.active:hover {
	color: #373990;
} 

#nav a.active {
	background-color: #fcfcfc;
	background-image:url(images/bg_nav_active.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #FFFFFF;
}

 #header { 
	background: transparent;
	padding: 0;  
}

#header p{
	font-size:.8em;
	margin:2px;
}
#header a{
	font-weight:bold;
}

#imageHeader {
	width:100%;
	width: 60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:135px;
	background: transparent;
	background-image:url(images/bg_header.jpg);
	background-repeat:repeat-x;
	border:1px solid #999999;
	border-collapse:collapse;
}	
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#shadetop {
	height:40px;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-x;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin: 60px 0px 0px 40px;
}

#sidebar1 .title {
	background-color:#373990;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:6px;
}

#sidebar1 .content {
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #373990;
}

#sidebar1 .content span {
	font-size:.8em;
}

#sidebarBorder1, .border1 {
	border-right:1px solid #5a5553;
	border-bottom:1px solid #5a5553;
}

#sidebarBorder2, .border2 {
	border-right:1px solid #867f7c;
	border-bottom:1px solid #867f7c;
}

#sidebarBorder3, .border3 {
	border-right:1px solid #a49c97;
	border-bottom:1px solid #a49c97;
}

 #mainContent { 
	margin: 30px 40px 0 280px; 
	padding: 0 10px 0 0;
	height: expression( this.scrollHeight < 451 ? "450px" : "auto" ); /* sets min-height for IE */
	min-height: 450px; /* sets min-height value for all standards-compliant browsers */
} 

#mainContent p {margin-left:55px;}

ul.skills {margin-left:40px;}

 #footer { 
	text-align:center;
	} 

#footer #botbar {
	background-image:url(images/bg_carbon.jpg);
	background-repeat:repeat-x;
	height:18px;
}
#footer a{
	font-size:11px;
	padding: 9px;
	}


#footer a.active:link, #footer a.active:visited, #footer a.active:active, #footer a.active:hover {
	text-decoration:underline;
}

#copy {
	text-align:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 60em; 
}

#copy div {
	font-size:.7em;
	color:#FFFFFF;
	padding:.3em;
}

table ul {
	margin-top:2px;
}

table ul li {
	font-size:80%;
	list-style-type:square;
}

table td {
	vertical-align:top;
	padding-bottom:12px;
}

#contactform {
	border:1px solid #666666;
	background-color:#FFFFFF;
	font-size:12px;
}

#contactform td{
	padding:6px;
}

#contactform th{
	background-color:#666666;
	color:#FFFFFF;
}

#print h3 {
	color:#FFFFFF;
}

.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;
}
