@charset "UTF-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif; 
background-color: #FFFFFF;
color: #333333;
text-align: center;
}

#construction {
background: url(images/data_globe.jpg) no-repeat;
}

#wrapper {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 775px;
	text-align: left;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#content-wrapper {
	width: 100%;
}

/* ----------Navigation---------------*/

#nav {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	width: 445px;
	float: right;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(images/nav.gif) no-repeat;
}

#nav li {
float: right;
display: inline;
list-style-type: none;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 15px;
background: url(images/nav.gif) no-repeat;
text-indent: -99999px;
overflow: hidden;
font-size: 1%;
}

/* Naviation Matrix method -- each li has own id.
Move background images over to display selected link */

li#nav_hom a {
left: 0px;
width: 87.5px;
background-position: 0px 0px;
}

li#nav_about a {
left: 87.5px;
width: 83px;
background-position: -87.5px 0px;
}

li#nav_services a {
left: 170.5px;
width: 93px;
background-position: -170.5px 0px;
}

li#nav_work a {
left: 263.5px;
width: 76px;
background-position: -263.5px 0px;
}

li#nav_contact a {
left: 339.5px;
width: 104.5px;
background-position: -339.5px 0px;
}

/* Hover states */

li#nav_hom a:hover {
background-position: 0px -15px;
}

li#nav_about a:hover {
background-position: -87.5px -15px;
}

li#nav_services a:hover {
background-position: -170.5px -15px;
}

li#nav_work a:hover {
background-position: -263.5px -15px;
}

li#nav_contact a:hover {
background-position: -339.5px -15px;
}

/*--------End Navigation-------------*/

#left-column { /* coffee cup */
	float: left;
	height: 340px;
	width: 330px;
	clear: none;
}
#welcome { /* Flash */
	float: right;
	height: 400px;
	width: 445px;
	
}
#welcome h2 { /* Hidden copy for search engines */
	display: none;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-variant: normal;
	color: #666666;
	margin-bottom: 10px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	color: #666666;
}
#footer p {
	line-height: normal;
	margin-top: -5px;
}
#footer li a {
	text-decoration: none;
	color: #666666;
}
#footer li a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------
	ABOUT PAGE
---------------------------------------------------------*/

#left-col-about { 
	float: left;
	height: 550px;
	width: 350px;
	clear: none;
	margin-top: 30px;
}
	
	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #990000;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: -6px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 20px;
	padding-left: 25px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	margin-bottom: -10px;
	padding-left: 25px;
}

#about {
	float: right;
	height: 600px;
	width: 410px;
}

/*----------------------------------------
Construction Splash Page
-----------------------------------------*/

#wrapper2 {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	width: 775px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}	
#splash {
	float: right;
	height: 400px;
	width: 445px;
}
#splash a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.right-column {
	float: right;
	height: 400px;
	width: 445px;
}


/*-----------------------------------------
Contact Us Page
------------------------------------------*/
#contact-us {
	float: right;
	width: 445px;
	margin-bottom: 20px;
}

fieldset {
	margin: 1.5em 0 0 0;
	padding: 0;
	border-style: none;
}

legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #990000;
	margin: 0;
	padding: 0;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset.submit {
	border-style: none;
	margin: 0 0 1em 10px;	
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

form {
	margin-left: 25px;
	padding: 0;
	font-size: small;
}

#left-column-contact { 
	float: left;
	height: 550px;
	width: 330px;
	clear: none;
	margin-top: 35px;
}

/*-----------------------------------------
Services Page
------------------------------------------*/

#services {
	float: right;
	width: 445px;
	margin-bottom: 20px;
}#services li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 15px;
	list-style-type: none;
}
#services li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: -15px;
	margin-top: 5px;
}

#left-column-book { 
	float: left;
	height: 550px;
	width: 330px;
	clear: none;
	margin-top: 55px;
}
