@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0099cc;
}

#bar_top {
	background-color: #0099cc;
	background-position: top;
	margin: 0px;
	height: 50px;
	width: 100%;
}

#work {
display:inline;
}

#bar_bottom {
	background-color: #0099cc;
	margin: 0px;
	height: 23px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_pad{
	text-align: center;
	}
	
#header {
	padding-top: 10px;
}

#container {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	color: #666666;
	line-height: 18pt;
	/*letter-spacing: .4 em; */
	width: auto;
	height: auto;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}
a {
color: #666666;
}
#projects {
	height: auto;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom:0px;
	width: 600px;
}

#info {
	height: auto;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom:0px;
}


.footer {
	color: white;
	font-size: 12px;
	}
	.footer a{
	color: white;
	}
	.footer a:hover{
	color: grey;
	}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	/*letter-spacing: 0.2em;*/
	text-align: left;
}

h2 a {
	font-size: 19px;
	text-transform: uppercase;
	color: #0099cc;
	text-align: left;
	display:inline;
	text-decoration: none;
}

h2 {
	font-size: 19px;
	text-transform: uppercase;
	color: #0099cc;
	text-align: left;
	display:inline;
}
h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #666666;
	text-align: left;
	display:inline;
	font-weight: 200;
}

h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: #0099cc;
	text-align: left;
	display:inline;
}

h4 a:link {
	font-size: 12px;
	text-transform: uppercase;
	color: #0099cc;
	text-align: left;
	display:inline;
	text-decoration: none;
	font-style: normal;
}

.title {
padding-left: 0px;

}

#description {
margin-top: 5px;
margin-left: 30px;;
width: 600px;
}

.vertical_line {
padding: 10px;

}

.vertical_line_contact {
padding-left: 10px;
padding-right: 10px;
}



.nav a {
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: white;
	padding-right: 5px;
	margin: 5px;
}


.nav a:hover {
	border-right-color: #999999;
}

.project_nav a 	 {
	font-size: 12px;
	color: #0099cc;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	font-variant: normal;
}
.nav_home a,.nav_info a, .nav_work a {
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCCCCC;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #00A5D8;
	padding-right: 5px;
	margin: 5px;
}
.project_nav a:hover {
color: #0099cc;
}

.project_nav_highlight a:link {
font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	font-variant: normal;
color: #0099cc;
}
#quote{
	margin-top: 75px;
	padding-top: 110px;
	font-size: 16px;
	width:370px;
	margin-left:auto;
	margin-right:auto;
	line-height:normal;
	font-style: normal;
}
#portfolio {
	list-style-type: none;
	left: 80px;
}

#thumbnails{

	height: auto;
	width: auto;
	margin-top:20px;
}

ul {

	list-style-position: outside;

	list-style-type: none;

}

li {
	list-style-type: none;
}

img a {
	border-style: none;
}
