/* basic elements */
body {
	background-image: url(../images/swirl_blue_transparent_450wd.gif);
	background-repeat : no-repeat;
	margin: 0px auto;
	width: 760px;
	background-position: center 35px;
	text-align: center;
	}
	
body,p,TD{
	color: #000099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1 {
	text-align: left;
	padding: 20px 0 0 10px;
	font-size: 105%;
	font-weight: bold;
	}

h2 { 
	font-size: 105%;
	padding: 10px;
	}

h3 { 
	font-size: 120%;
	text-align: center;
}
	
h4 { 
	font-size: 120%;
	text-align: left;
}


	
li{
	font-size: 90%;
	line-height: 150%;
}

ul{
	list-style-type: square;
	list-style-position: outside;
}

/* Classes */

.bigtblheading { 
	font-size: 155%;
	text-align: right;
	font-weight: bold;
	padding: 0;
	vertical-align: top;
	margin: .2em .3em 0 0;
}

.close {
	text-decoration: none;
}
	
.displaynone {
	display: none;
}

.hangindent { 
	text-indent: -2em; 
	margin: 2em;
}

.hidefromprint {
	display: block;
}

.hidefromscreen {
	display: none;
}

.leftimage {
	margin: 68px 0 18px 0;
}

.phoneline {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #000099;
}

.solo_sidebar_image {
	padding: 230px 0 0 0;
}

.leadingemphasis {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.CenteredQuote {
	text-align: center;
	font-style: italic;
	font-size: 105%;
}
.portfolioimage {
	text-align: center;
	border: 1px groove #999999;
	vertical-align: middle;
}

/* specific divs */
#dvContainer { 
	text-align: left;
	}
	
#dvContent {
	width: 60%;
	float: left;
	margin: 0;
	padding-left: 15px;
}
	
#dvContent td p { 
	margin: 8px 8px;
	padding: 0;
	}
	

#dvContent p { 
	padding: 5px 30px 0 10px;
	}

#dvFooter { 
	text-align: center; 
	width: 100%;
	clear:both;
	font-size: 70%;
	}
	
#dvHeader { 
	background: url(../../images/logo_pics1.jpg) top left no-repeat;
	width: 760px;
	padding-bottom: 20px;
	margin:0;
	border-bottom: 1px solid #000099;
}

#dvLinks {
	clear: both;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	float:right;
	width: 126px;
	height: 100%;
	display: block;
	padding: 40px 10px 0 10px;
	height: 380px;
	min-height: 380px;
	margin: 0 0 0 20px;
}

#dvSidebar {
	width: 130px;
	float: right;
	padding: 8px;
	background-color: #F0F0FF;
	}

	
#dvWidebar { 
	width: 300px;
	float: clear;
	background-color: #ECEDFF;
	min-height: 460px;
	padding: 10px;
	height: 400px;
	}
	
#dvMenu {
	color: #000099;
	text-align: center;
	font-weight: bold;
	margin: 0;
	width: 135px;
	float: left;
}

#dvQuoteblock {
	font-size: 115%;
	color: #000099;
	font-style: italic;
	line-height: 110%;
	font-weight: lighter;
	margin-top: 18px;
}


#dvMenu .tagline {
	font-style: italic;
	float: left;
	color: white;
	font-size: 83%;
	width: 230px;
	margin: 0;
	padding-top: 3px;
display: block;
}

#dvMenu ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

#dvMenu li {

}

#dvMenu li a {
	background-color: #FFF57F;
	border-top: thick solid #FFFFFF;		
	padding: 2px 0 2px 0;
	color: #000099;
	display: block;
	margin: 0; 
	color: #333399;
	text-decoration: none;
}

#dvMenu li a:hover {
	background-color: white;
	color: #000099;
}

#dvMenu li.current a {
	background-color: #000099;
	color: #FFFFCC;
}

#dvSubmenu {
	visibility: hidden;
	position: absolute;
	width: 300px;
	height: 168px;
}

#dvSubmenu li {
	list-style: none;
   clear: both;
	width: 300px;
	height: 26px;
	margin: 0;
	border: 1px solid #000099;
}

#dvSubmenu li a {
	display: block;
	margin: 0; 
/*	width: 100%; 
	height: 100%;*/
	overflow:hidden;
	color: #000099;
	background-color: white;
	text-decoration: none;
	padding: 0;
}

#dvSubmenu li a:hover {
	background-color: #000099;
	color: white;
}

#dvSubmenu li.current a {
	background-color: #000099;
	color: white;
}

#extraDiv1 {  
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 148px; 
	height: 110px; 
	}

