@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	line-height: 150%;
}

a {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF9966;
	padding-right: 5px;
	margin-right: 25px;
	border-right: 5px #FF9966 solid;
	text-align: right;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FF3333;
	text-align: center;
	padding: 2px 5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: midnightblue;
	text-align: center;
	padding: 2px 5px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px 2px 50px;
	background: url(images/blockquote.png) 5px 5px no-repeat #F9F9F9;
	border: 1px #DDDDDD dotted;
}

td {
	vertical-align: top;
}


/* ----- PAGE LAYOUT ----- */

#container {
	margin: auto;
	width: 750px;
	background: url(images/header.png) no-repeat 0px 17px;
}

#header {
	width: 750px;
	height: 350px;
}

#content {
	width: 750px;
	min-height: 350px;
	background: url(images/body.png) repeat-y;
	padding-top: 0px;
}
#content img {
	margin: 5px;
	padding: 2px;
	border: gray 1px dotted;
	width: 150px;
}
#content ul {
	list-style: url(images/bullet.png);
}

#pageheader {
	position: absolute;
	z-index: 1;
	width: 510px;
	top: 335px;
	
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF9966;
	padding-right: 5px;
	border-right: 5px #FF9966 solid;
	text-align: right;
}

#text {
	width: 520px;
	padding-left: 30px;
	padding-bottom: 15px;
}

#footer {
	clear: both;
	width: 750px;
	height: 30px;
	background: url(images/footer.png) no-repeat;
	
	font-size: 9px;
	text-align: center;
}


/* ----- NAVIGATION PANELS ----- */

#navi {
	position: absolute;
	z-index: 1;
	width: 130px;
	top: 300px;
	margin-left: 580px;
}
#navi a:hover {
	color: #333399;
	text-decoration: none;
	letter-spacing: 1px;
}
#navi ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #E9E9E9;
}
#navi li {
	padding: 2px 15px;
	border-top: 1px #EEEEEE solid;
	border-bottom: 1px #CCCCCC solid;
}

#navi_top {
	position: absolute;
	z-index: 1;
	width: 130px;
	top: 48px;
	margin-left: 580px;
}
#navi_top a {
	color: #DDDDDD;
	text-decoration: none;
}
#navi_top a:hover {
	color: #FF9966;
	text-decoration: none;
}
#navi_top ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navi_top li {
	padding: 2px 5px;
	border-bottom: 1px gray solid;
}

#navi_sub {
	position: absolute;
	z-index: 1;
	width: 120px;
	top: 510px;
	margin-left: 590px;
}
#navi_sub a {
	color: black;
	font-weight: normal;
}
#navi_sub a:hover {
	color: #FF3333;
	text-transform: uppercase;
	text-decoration: none;
}
#navi_sub ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navi_sub li {
	padding: 2px 3px;
	border-bottom: 1px #999999 dotted;
}

#banner {
	position: absolute;
	z-index: 1;
	width: 130px;
	top: 510px;
	margin-left: 580px;
}


/* ----- DESIGN ELEMENTS ----- */

.thumb {
	padding: 2px;
	border: gray 1px dotted;
	width: 150px;
}

.cellhead {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: right;
	padding: 15px 25px 0px 0px;
	margin-right: 25px;
	background-position: top right;
	background-repeat: no-repeat;
}

#portfolio {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#portfolio li {
	padding: 5px 15px;
}