*{
	margin: 0px;
	padding: 0px;
}


body {


background:#113c66 url(images/top-background.jpg) repeat-x left top;

	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p,  h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.6;
}
h1 {
font-family: Times,Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px #666 dotted;

padding-left: 0px;
	font-size:  1.8em;
	color: #283b78;
	}

address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:black;
padding-left: 5px;
    padding-top: 0px;


    
    }
a:link, a:visited, a:active { 
	color: #000; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #999; 
	}
a:visited {
}
/* All links must inclde some typeopy of hover interactivity */
a:hover {
     font-weight: normal;
}
a:active {
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 990px;
	margin: 0px auto;
	background: #ffffff;
	
	}
	
div#backgroundimage {
position: relative;
	float: right;
	margin-left: 0px;
	width: 990px;

	background-image:    url(images/back.jpg);
	background-repeat: repeat;
	background-position: right top;
	margin-top: 0px;

}

div#content {

float: left;
width: 675px;
	border-right: 1px #666 dotted;
margin-left:30px;
padding-right:15px;

font-family: arial;
font-size: 16px;
text-align: left;
margin-top: -10px;	
display:inline; 
}

ul.listcolumn {
width: 290px;
float: left;
list-style-image: url(images/arrow.gif);
margin:0;
padding:0px 0 0 20px;}
	ul.listcolumn li {
	padding:0 0 0px 0;}

ul.listcolumn2 {
width: 605px;
float: left;
list-style-image: url(images/arrow.gif);
margin:0;
padding:0px 0 0 20px;}
	ul.listcolumn li {
	padding:0 0 0px 0;}

/* ----------------- CUSTOM CLASSES ----------------- */


img.right {
	float: right;
padding: 5px;
	background: white;
	margin: 0px 15px 3px 8px;
	border: solid 1px #ccc;

}

img.normal {
	
padding: 2px;
	background: white;
	margin: 0px 10px 3px 8px;
	border: solid 1px #ccc;

}

.blue {
	color: #195285;
	
}



br.clearboth {
clear: both;
}


div#disclaimer {
	width: 100%px;
	margin: 20px 0px 2px 0px;
	text-align: left;

	padding: 2px 0px 8px 6px;
	color: #ffffff;
	background: #13599e;
	border: 1px dotted #000;
}


div#footer {
float: left;
margin: -35px auto 10px auto;
width: 990px;
height: 55px;
background-image: url(images/footer.jpg);


}

div#copyright a:hover {
text-decoration: overline;

}

div#owner a:link, {
font-size: 9px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline 
    font-weight: normal;	
}

div#owner a:hover{
color: yellow;
}

div#contactbutton {
	position:absolute;
	width:220px;
	top:29px;
	left:737px;
	z-index: 1;
	line-height: 1.6;

}

div#video {
	position:absolute;
	top:177px;
	left:22px;
	z-index: 1;
	border: 1px solid #eeeeee;
}



div#flash {
	position:absolute;
	top:47px;
	left:24px;
	z-index: 1;
}

div#header {
position: relative;
width: 990px;
	height: 492px;
	margin: 0px;
	padding: 0px;
    background-image:    url(images/bg-header.jpg);

}



	
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */


.ddsmoothmenu{
	

width:980px;
	margin-bottom: 0px;


}

.ddsmoothmenu ul{
z-index:1000 !important;
margin: 0px;
padding: 0px;
list-style-type: none;

margin-left:12px;
}

/*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;
	background: #164b7a; /*background of menu items (default state)*/
	color: white;
	padding: 13px 27px;
border-right: 1px solid #164b7a;
	color: #2d2b2b;
	text-decoration: none;
	font: normal 11px Verdana;
	margin-top: 110px;
	

	
	
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link , .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #ffff66; 
color: black;
}

.ddsmoothmenu ul li a:hover {
background: #ffff66; /*background of menu items during onmouseover (hover state)*/
color: black;
}

.ddsmoothmenu ul li a.current {
background: #ffff66; /*background of menu items during onmouseover (hover state)*/
color: black;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
margin-left: 0px;
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 11px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 6px;
	
	margin: 0px;
	border-top-width: 0;
	border-bottom: 1px solid white;

	
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

top: 102px;
padding-left: 8px;


}

.rightarrowclass{

top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0;
}

	

/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
		
	float:left;
	margin-left: 180px;
	margin-top:33px;
	margin-bottom: 50px;

	
	display: inline;
	}
	ul#utilitynav {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #fff;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #yellow;
	text-decoration: none;
	
	}
	
div#copyright {
	width: 990px;
	margin: 0px auto;

	padding-top: 8px;
	font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: white;
	text-decoration: none;
	}
	div#copyright a:hover {
	color: yellow;
	text-decoration: underline;

	}

