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

body {
	color: black;
	font-family: tahoma, helvetica, verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

h3 {
	text-align: left;
	color: RGB(213,209,14);
	font-size: 1.25em;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
}

#container {
	border: 1px solid gray;
	width: 902px;
	background-image: url(images/background-image.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
}

#leftnav {
	float: left;
	width: 155px;
	padding-left: 10px;
	padding-top: 138px;
	padding-bottom: 10px;
}

ul#leftnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0
	}
	
ul#leftnav a:link, a:visited {  
    text-decoration: none;
	color: black; 
}

ul#leftnav a:active {
	color: RGB(0, 120, 139);
}

ul#leftnav a:hover {
	color: RGB(0, 120, 139);
	padding-right: 25px;
	background: url(images/leftnavflourish2.png) right no-repeat;
}

ul#submenu ul {
	display: none;
}

ul#submenu li {
	list-style-type: none;
	}
	
ul#submenu li:hover > ul {
    display: block;
}

ul#submenu {
	position: relative;
	left: -20px;
	}

.currentpage a {
	color: RGB(0, 120, 139);
	font-size: 16px;
	padding-right: 25px;
	background: url(images/leftnavflourish2.png) right no-repeat;
	}

#content {
	text-align: justify;
	margin-left: 200px;
	margin-right: 250px;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 20px;
	max-width: 36em;
}

#header {
	text-align: center;
	width: 470px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: none;
}

#header a { /* This points to the ID header and any A tags that are in this ID */
    color: white;
    background: none;
    border: none;
}

#header a:hover {
    color: #999999; /* or some other color */
    background: #ee00000;
}

#box {
	border: 1px solid RGB(213, 209, 14);
	width: 440px;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
}

#box ul {
	color: RGB(213, 209, 14);
	}

#box a {
	color: RGB(0, 120, 139);
	text-decoration: underline;
	}
#box a:hover {
	text-decoration: underline;
	font-weight: bolder;
	}

#box .logo {
	padding-top: 30px;
	width: 440px;
	margin: 0;
	}
	
#box .logo2 {
	padding-top: 0px;
	}
	
#rightcol {
	float: right;
	width: 155px;
	padding-left: 10px;
	padding-top: 138px;
	padding-bottom: 10px;
	padding-right: 5px;
}

p.text {
	margin-top: 0px;
	font-size: 10px;
	}

p.quote {
	color: RGB(0, 120, 139);
	font-size: 12px;
	font-weight: lighter;	
	margin: auto;
	padding-top, padding-right, padding-left: 0.5em;
	padding-bottom: 0;
	}
	
p.person {
	color: #666666;
	font-style: italic;
	font-size: 10px;
	margin: 0;
	padding-left: 1.5em;
	padding-bottom: .5em;
	}

#illustration {
	text-align: center;
	margin: 0px;
	padding-left: 45px;
	}
	
#portfolionav {
	font-size: 12px;
}

ul#pnavlist {
	float: left;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#pnavlist li {
	display: inline;
	list-style-type: none;
	}

#pnavlist a {
	padding: 5px;
	color: #fff;
	background-color: RGB(213, 209, 14);
	text-decoration: none;
}

#pnavlist a:hover {
	color: #fff;
	background-color: RGB(178, 187, 30);
	text-decoration: none;
	}

#pnavlist .active a {
	color: RGB(0, 120, 139);
	font-weight: bolder;
}

#footer {
	clear: both;
	width: 470px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 10px;
	text-align: center;
	color: RGB(200, 200, 200);
	line-height: normal;
}

#footer a:link {
	color: RGB(200, 200, 200);
	text-decoration: none;
	}
	
#footer a:active {
	font-style: italic;
	}

#footer a:hover {
	color: RGB(200, 200, 200);
	text-decoration: underline;
	font-weight: bold;
	}