sup { vertical-align:text-top; font-size:0.7em;}
img { border:0px;}
p { margin-top:0px;}
body {
	background-attachment:fixed;
	background-image:url(../images/bg_gradient.gif);
	background-repeat:repeat-x;
	padding:20px;
	margin:0px;
	/* Gradient BG*/
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(234,234,234,1) 0%, rgba(122,122,122,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(122,122,122,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(234,234,234,1) 0%,rgba(122,122,122,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(234,234,234,1) 0%,rgba(122,122,122,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(234,234,234,1) 0%,rgba(122,122,122,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(234,234,234,1) 0%,rgba(122,122,122,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#7a7a7a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#base { 
	width:600px;
	margin:0 auto;
}
#base .content {
	background-color:#056177;
	text-align:center;
	padding-bottom:1px;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:0.9em;
	color:#fff;
	padding:40px;
	border:2px solid #bfc1c5;
	/* rounded corners*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* shadow */
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 50);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 50);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 50);
}
#base .content .leftJust {
	text-align:left;
	padding:0px 20px 0px 20px;
}
h3 { margin-bottom:0px;}
h4 { margin-bottom:0px; margin-top:1em; font-size:1em;}
#base .content .leftJust ul { list-style:none; margin:0px; padding:0px;}
#base .content .leftJust ul ul { margin-left:1em; margin-top:0px; padding-left:0px; list-style-image:url(../images/bullet_white.gif);}
a:link, a:visited { color:#bfc1c5; text-decoration:none;}
a:hover, a:active { color:#fff; text-decoration:underline;}

/* Styles for Portfolio pages */
html #portPage {
	background-image:none;
	color:#333;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size:0.8em;
}
.portImages { width:430px; float:left; margin-right:20px;}
.portText { 
	width:250px;
	float:left;
	border:1px solid #ddd;
	padding:10px;
	background-color:#efefef;
}
.portText h3 { background-color:#056177; color:#ccc; padding:5px;}
#portPage a:link, #portPage a:visited { color:#333; text-decoration:underline;}
#portPage a:hover, #portPage a:active { color:#999; text-decoration:none;}
