@charset "utf-8";
/* CSS Document */

/* Color references
lt blue #7ac2d8

*/
body {
	margin: auto;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 14px;
}
#bghome { /* creates background for home page */
	background:url(../images/pagebgshort.jpg) no-repeat center top;
	width: 1200px;
	display: table;
	min-height: 600px;
	margin: 0px auto auto auto;
}

#bginterior { /* creates background for interior pages */
	background: url(../images/bginterior.jpg) no-repeat center top;
	width: 1200px;
	display: table;
	min-height: 600px;
	margin: 0px auto auto auto;
}

#header { /* encloses menu and info */
	margin: 0px 120px 0px 120px;
}

#menu { 
	margin: -6px 0 0 0; 
	height: 41px;
	text-align: right;
	padding: 0;
}

#info { /* creates intro text on home page */
	margin: 0;
	padding-top: 75px;
	padding-bottom: 5px;
	text-align: right;
}

#rollovers { /* encloses rollover portfolio links on home page */
	margin: 34px 0 30px 0;
	padding: 0;
	text-align: center;
}

#pagehead { /* positions main heading for interior pages */
	text-align: right;
	margin-bottom: 20px;
}

#divider { /* creates vertical sections of site with HR graphic */
	width: 1200px;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 110px;
	padding-bottom: 20px;
	margin: auto;
}

#plain { /* encloses content with no graphic header */
	margin: auto;
}

#left {
	float:left;
	width: 470px;
	margin-left: 120px;
	margin-right: 20px;
}

#right {
	float:right;
	width: 470px;
	margin-right: 120px;
}

/*----------------- FOUR COLUMNS -------------------------*/

#one {
	float: left;
	width: 220px;
	margin-left: 120px;
}

#two {
	float: left;
	width: 220px;
	margin-left: 27px;
	margin-right: 27px;
	text-align: left;
}

#three {
	float: left;
	width: 220px;
	margin-right: 26px;
}

#four {
	float: left;
	width: 220px;
	margin-right: 120px;
}

/*-------------------------------------------------------------*/

#clear {
	clear: both;}

#footer {
	width: 1200px;
	background: url(../images/footer.jpg) no-repeat center top;
	color: #666;
	padding-top: 150px;
	padding-bottom: 35px;
	margin: 20px auto auto auto;
	font-size: 10px; 
}

/*---------------------------------------LINKS------------------------------------------------*/

a, a:active, a:visited {color: #d87ac2; text-decoration: underline; }
a:hover {color:#adcb4d; text-decoration: none; text-decoration: underline;}

a.nav:link, a.nav:visited {color:#7ac2d8; text-decoration: none;}
a.nav:active {color:#adcb4d; text-decoration: none;}
a.nav:hover {color:#adcb4d; text-decoration: none;}

a.head2 {color:#CCC; text-decoration: none;}
a.head1 {color:#FFF; text-decoration: none;}

a.foot, a.foot:visited {color:#666; text-decoration: none; font-size: 12px;}
a.foot:active {color:#adcb4d; text-decoration: none; font-size: 12px;}
a.foot:hover {color:#adcb4d; text-decoration: none; font-size: 12px;}

a.tools, a.tools:visited, a.tools:active {color: #FFF; text-decoration: none; font-size: 12px;text-shadow: #000 1px 1px 1px; }
a.tools:hover {color:#adcb4d; text-decoration: none; font-size: 12px;text-shadow: #000 1px 1px 1px; }

/*---------------------------------------LISTS------------------------------------------------*/

#navheader ul {margin:0; padding:0; font-size: 14px;}
#navfooter ul {margin:0; padding:0;}

#navheader li {
	display: inline;
	list-style-type: none;
	padding-left: 40px;
	padding-top: 0px;
	margin: 0;
}
#navfooter li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	margin: 0;
}

strong.res {color: #ccc; }
ul.res li { font-size: 12px; }
ul.res {
	margin: 5px 0 15px 0;
	padding:0;
	list-style-type: none;
}
ul.res li {
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
}
ul.res:first-child {padding-top: 5px;}


/*---------------------------------------TEXT------------------------------------------------*/

h1 { font-size: 30px; color: #fff; display: inline; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 42px; }
h2 { font-size: 26px; color: #999; display: inline; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 38px; }

p {
	font-size: 12px;
	color: #CCC;
	line-height: 18px;
}
p.italics { font-size: 18px; color: #999; font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight: normal; padding-top: 38px;}
p.title {font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 0; padding-bottom: 5px; color: #7ac2d8;}
p.port {font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 0; padding-bottom: 10px; color: #7ac2d8; text-align: center;}
p.res { margin: 5px 0 5px 0; font-weight: bold; }

p.cred {
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	margin: 0 0 2px 0; 
	color: #7ac2d8; 
	}
	
p.sect { 
	font-size: 24px; 
	color: #7ac2d8; 
	display: block; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; 
	border-bottom: solid 1px #666; 
	margin: 0 20px 10px 0;
	padding: 0 0 4px 0;
}


span.tools {
	margin: 0 5px 0 0;
	padding: 5px 8px 6px 8px;
	background-color: #333;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #999;
	text-shadow: #000 1px 1px 1px;
	display: inline-block;
}

/*---------------------------------------IMAGES------------------------------------------------*/

img.rollovers {padding: 0 10px 0 10px; text-decoration: none;}
img.thumb {padding-bottom: 5px;}

