/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
#nav_inner {
	padding:0em;
	margin-bottom: 0px;
	}

body {
	font: 1em Verdana, Arial, Helvetica, sans-serif; /* 1em = 16pts */
	background-image: url(../images_build/newTopLines.jpg);
	background-repeat: repeat-x;




	behavior:url (css/csshover.htc);
}
.float_left {
	float:left;
}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {
	float:right;
} /* apply this class to any image or element with width  - text will wrap it to the left */



/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {
	background-image: url(../images_build/3TopLinesInside.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
#nav {
	background-color:#FFFFFF;
}
#content {
	background-color:#FFFFFF;
}
#footer {
	background-color:#000000;
	background-image: url(../images_build/2_top_lines.jpg);
	height: 150px;
}
#footer p {
	margin:0;
	}
.bold {
	font-weight: bold;
	color: #666666;
}
h2, h3, h4, h5 {
	color:#666666;
	}

h6 {
	color:#FFFFFF;
	background-color: #ECECEC;
	}
p {
	color:#666666;
	}

p  {
	font-size:0.75em; /* 12pt */
	line-height:1.7em; /* on 15pt */
	margin-bottom:0.75em; /* 12pts of space */
 	}
.blackbackground {
	background-color: #333333;
	color: #F9F7F8;
	font-weight: bold;
	font-size: 0.75em;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
#portfolioNav  a:hover {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

#portfolioNav  ul, #portfolioNav  a {
	color:#666666;
	text-decoration: none;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;

	}
	
	#projectNav  a:hover {
	background-color: #FFFFFF;
	color: #CCcccc;
	text-decoration:none;
}

#projectNav  ul, #projectNav  a {
	color:#666666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.3em;
	padding-left: 0px;
	text-indent: 10px;
	
	}

#nav li {
	background-color: #FFFFFF;
	display:inline;
	}
.underline_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#projectNav li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#nav  ul     {
	display: block;
	padding-left: 0px;
	
		}
#nav ul a {
	display: block;


}
ul {
}
li {

}





	


/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {
	font-size:1em;
	font-family: Helvetica, sans-serif, Arial;
	padding-top: 15px;
	padding-bottom: 0px;
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {
	font-size:.65em; /* 18pt */
	color: #F9F7F8;
	background-color: #333333;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 95px;
	padding-left: 5px;
	}
h5 {
	font-size:1.2em; /* 16pt */
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 0.7em;
	}

h6 {
	font-size:0.6em; /* 14pt */
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 0em;
	display: block;
	width: 95px;
	text-align: center;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#about h6 {
	margin-top: 2em;
}
#about p {
	margin-top: 10px;
}


.cvPadding {
	padding-top: 17px;
}

.blacktext {
	color: #000000;
}
a:hover {
	text-decoration:underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #333333;
	}
#contactLeft p {
	font-size: 0.7em;
	line-height: 1.25em;
}
#contactLeft a {
	text-decoration: none;
	color: #666666;
}
#contactLeft a:hover {
	color: #CC0000;
	text-decoration: underline;
}


a {
	color:#CC0000;
	text-decoration: underline;
	}
/* basic list styling - more-styled lists in list.css */

* html code {font-size:1.1em;} /* default size is smaller in IE */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	}
a img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	float: left;
}

.projectInfo {
	float: right;
	width: 180px;
	margin-left: 10px;
	display: inline;
}
.projectImage {
	float: inherit;
}



.Projects {
	padding: 10px;
	background-color: #ECECEC;
	float: left;
	width: 445px;
	display: inline;
	margin-bottom: 10px;
}
.Projects p {
	font-size: .7em;
}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
/* #content_inner div:hover { 
	background-color: #CCCCCC;
}

.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
.clearthefloats {
	clear: both;
}
#about {

}
#ResTable {

}
th, td  {
	vertical-align: top;
	padding-top: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 0px;
}


#projects_inner img {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#project_top_title p {
	margin-bottom: 0.2em;
	margin-top: .4em;
}
#project_top_title {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
}




#BottomNav {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	border-bottom-style: solid;
}

#ProjectBottomNav {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-bottom-style: solid;
	padding-left: 140px;
	margin-right: 260px;
}


.navButtons {
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 20px;
}
.navButtons a {
	color: #666666;
	text-decoration: none;
}
.navButtons a:hover {
	color: #CC0000;
	text-decoration: underline;#project_top_info p {
	padding-top: .4em;
}
