/* CSS Document */
#wrapper {
  position:absolute;
	top: 0px;
	left: 250px;
  border-bottom:1px #0000FF solid;
  border-left:1px #0000FF solid;
  border-right:1px #0000FF solid;
  width:750px;
	height:auto;
}

/*---header---*/

#logo {
  display:inline;
  float:left;
	position:relative;
	top: 0px;
	left: 0px;
  height:80px;
	width:600px;
}

#google {
  position:relative;
	top:20px;
  float:right;
	height:50px;
	width:130px;
}

#subHeader {
  float:left;
	position:relative;
	display:inline;
	width: 750px;
	vertical-align:middle;
}

#hdate {
  float:left;
  position:relative;
	left: 80px;
	top:10px;
  color: #000080;
  font: 14px Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	width: 250px;
	vertical-align:middle;
}

.pviews {
  float:right;
	position:relative;
	right:10px;
	display:block;
	font-family:arial;
  font-size:12px;
  font-weight:400;
  color:#000080;
}

#vonline {
  float:left;
	position:relative;
	top:10px;
  margin-left:5px;
	width:200px;
	vertical-align:middle;
}

/*#nav, #nav ul { 
  float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
	font-weight:bold;
	background:#b5b5ff;
}

#nav a {
	display: block;
	text-decoration:none;
	color:#000080;
}

#nav a:hover {
	color:#FFFFFF;
}

#nav li.first { 
	float: left;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	width:auto; 
	border-right: 1px solid #000080;
	background:#b5b5ff;
}

#nav li ul { 
	padding:5px;
	position: absolute;
	background:#b5b5ff;
	width:auto;
	left: -999em; 
	border-top:1px white solid;
	line-height:1.25em;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
	z-index:1;
	background:#b5b5ff;
}
*/
#topMenuBar {
  float:left;
	padding-top:2px;
	padding-bottom:2px;
	position:relative;
	top:2px;
	background-color:#b5b5ff;
	width:100%;
}

/*---Content---*/

/*---Left Column---*/

#leftCol {
  float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-width:1px;
	border-color:#0000ff;
	border-right-style:solid;
	font-size:8px;
	width:130px;
}

.leftColHeader, .leftColHeader a {
	Background-image:url(/images/slice7.gif);
	background-color:#808080;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.leftColContent {
	font-size:10px;
	color:#000080;
	text-align:center;
}

/*---Middle Column---*/

#midCol {
  display:inline;
  float:left;
	width:488px;
}

#midContent {
  text-align:center;
}

.midFldst {
	border-bottom-style:none;
	border-right-style:none;
	border-left-style:none;
	border-color:#0000FF;
}

p.portfolio {
	font-family:arial;
	font-size:12px;
	font-weight:400;
	color:#000080;
	text-align:left;
	text-indent:5px;
}

.portContent {
  float:left;
	position:relative;
	top:0px;
}

.topPort {
	position:relative;
	text-align:center;
}

.leftPort {
  float:left;
	position:relative;
	left:0px;
}

.rightPort {
  float:right;
	position:relative;
	right:0px;
}

.rightPortContent {
	font-family:arial;
	font-size:12px;
	font-weight:400;
	color:#000080;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}

.gallMidContent {
  float:left;
	position:relative;
}

.gallLeftContent {
  float:left;
	position:relative;
	left:20px;
}

.gallRightContent {
  float:right;
	position:relative;
	right:20px;
}

/*---Right Column---*/

#rightCol {
  display:inline;
  float:right;
	position:relative;
	right:0px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-color:#0000ff;
	border-left-style:solid;
	font-size:8px;
	width:130px;
}

#rightColHeader, #rightColHeader a {
	Background-image:url(/images/slice7.gif);
	background-color:#808080;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.rightColContent {
	font-size:10px;
	color:#000080;
	text-align:center;
}





/*---Footer---*/

#footer {
  clear:left;
	position:absolute;
	bottom:0px;
}

#bottomLinks {
  position:relative;
	left:250px;
	font-family:"times new roman";
	font-size:12px;
	font-weight:400;
	color:#000080;
}

#copyLeft {
  float:left;
	position:relative;
	left:5px;
	bottom:0px;
}

#copyRight {
  float:left;
	position:relative;
	left:300px;
	bottom:0px;
}

