body, td, p {font-family: Tahoma, Arial, sans-serif; font-size: 12px; color: #000000;  line-height: 150%;}

.hp_body { background-color: #ffffff; background-image: url('../gfx/layout/bg.gif'); margin: 0px; }
.hp_copy {font-size: 14px; padding: 0 60px 0 60px; text-align: center; line-height: 175%;}

.L2_body { background-color: #ffffff; background-image: url('../gfx/L2_layout/bg.gif'); margin: 0px; }
.header_bg {
	background-image: url('../gfx/L2_layout/arrows_right.png');
	background-repeat:no-repeat;
	background-position:right; 	
}

a:hover {text-decoration: none; color:#0033ff;}
a:visited {color: #000099;}

.L2 {text-decoration: none;}
.L2:hover {text-decoration: underline;}
.L2_on {text-decoration: underline;}

h1 {font-size: 17px;}
h2 {font-size: 15px; color:#333333;}
h3 {font-size: 13px; line-height: 12pt; padding: 0px; margin: 10px 0 5px 0; text-transform: uppercase; }
h4 {font-size: 12px; margin: 15px 0 0 0;}
h5 {font-size: 12px; margin: 0;}

.small_text {font-size: 10px; text-align: right;}

.scrollcopy {
	/*width: 769px;
	margin:0px au
	height: 380; 
	overflow: auto; */
	font-family: Tahoma, Arial, sans-serif;
}

#homegallery {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#homegallery li {
	float:left;
	margin-left:14px;
	position:relative;
	width:282px;
	height:244px;
	overflow:hidden;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #333;
}
#homegallery li.first {
	margin:0px;
}

#homegallery li div.overlay {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10000;
}

#homemenuwrap {
	position:relative;
	height:28px;
}

.ddsmoothmenu{
	font-family:Copperplate, Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	width: 980px;
	position:absolute;
	top:-3px;
	left:-35px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #333;
	padding: 8px 10px;
	text-decoration: none;
	background:url(../gfx/layout/menudiv.gif) no-repeat left;
}
.ddsmoothmenu ul li.first a {
	background:none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected{
	background: #0d2375; /*background of menu items during onmouseover (hover state)*/
	color: #FFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
background:#FFF;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
display:none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}


BODY.inside{
	margin:0px;
}
#header {
	height:104px;
	background:url(../gfx/layout/headergradient.jpg) repeat-x;
}
#header DIV {
	width:975px;
	margin:0px auto;
	position:relative;
}
#header ul {
	list-style-type:none;
	padding:0px;
	position:absolute;
	margin:0px;
	top:5px;
	left:560px;
}
#header ul li {
	float:left;
	margin:0px 0px 0px 5px;
}


.ddsmoothmenu2{
	font-family:Copperplate, Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	width: 975px;
	margin:0px auto;
	height:34px;
	background:url(../gfx/layout/newheader_navbg.jpg);
	border-bottom:1px solid #FFF;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	padding-left:5px;
}

.ddsmoothmenu2 ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu2 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
	display: block;
	color: #FFF;
	padding: 8px 8px;
	text-decoration: none;
	background:url(../gfx/layout/menudiv_inside.gif) no-repeat left;
}
.ddsmoothmenu2 ul li.first a {
	background:none;
}

* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu2 ul li a:hover, .ddsmoothmenu2 ul li a.selected{
	color: #FFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	background:#FFF;
	color:#333;
}
.ddsmoothmenu2 ul li ul li a:hover {
	color:#333;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu2{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
display:none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

.clear {
	clear:both;
}
ul.subthumbs {
	float:right;
	width:555px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.subthumbs li {
	width:175px;
	float:left;
	margin:10px 10px 0px 0px;
}
ul.subthumbs li div {
	width:170px;
	height:85px;
	overflow:hidden;
	position:relative;
	border:1px solid #081d6c
}
ul.med li div {
	height:115px;
}
ul.subthumbs li div img {
	position:absolute;
	left:-1px;
	bottom:-1px;
}
ul.subthumbs li h3 {
	margin:5px 0px;
}
p.sidenote {
	width:150px;
	float:left;
	margin:10px 0px;
}

div.bigimg {
	text-align:center;
}
div.bigimg img {
	border:1px solid #081d6c;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
}
.subpage h1 {
	float:right;
	width:500px;
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:right;
	font-size:30px;
	line-height:1;
}

ul.sidegallery {
	width:420px;
	float:right;
	margin: 10px 0px 0px 10px;
	list-style-type:none;
	padding:0px;
	clear:both;
}
ul.single {
	width:210px;
}
ul.sidegallery li {
	float:left;
	width:200px;
	margin:0px 10px 10px 0px;
}
ul.sidegallery li img {
	width:200px;
	border:1px solid #081d6c;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
}
