/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px; 
	background-color:#a6cfe7; 
	font-family:arial, san-serif; 
	font-size:9pt; 
	color:#66552a;
	text-align:left;
}

td {font-size:9pt;}
p {margin:0px; padding:5px 0px;}

h1 {margin:0px; padding:0px; color:#0e0b06; font-family:Trebuchet MS, Helvetica, sans-serif; font-size:13pt;}
h2 {margin:0px; padding:0px; color:#0e0b06; font-family:Trebuchet MS, Helvetica, sans-serif; font-size:11pt;}
h3 {margin:0px; padding:0px; color:#0e0b06; font-family:Trebuchet MS, Helvetica, sans-serif; font-size:9pt;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}
.img {border: solid 3px #5ab4e8;}

hr {color:#ccc; background-color:#ccc;}


/* ----- typography/positioning ----- */
.video {padding:0px 28px 0px 32px;}
.footer, .copyright {color:#0e0b06; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#2190d5;}
a:visited {text-decoration:none; color:#2190d5;}
a:hover {text-decoration:underline; color:#2190d5;}
a:active {text-decoration:none; color:#2190d5;}


/* ----- backgrounds ----- */
.bg1x {background:url('bg1x.jpg') center top repeat-x;}
.head-l {background:url('head-l.jpg') right top no-repeat;}
.head-r {background:url('head-r.jpg') left top no-repeat;}

.bg2x {background:url('bg2x.jpg') center top repeat-x #fff;}
.cont-l {background:url('cont-l.jpg') right top no-repeat;}
.cont-r {background:url('cont-r.jpg') left top no-repeat;}
.content {background-color:#fff;}
.video {background:url('video_02.jpg') left top no-repeat;}

.bg3x {background:url('bg3x.jpg') center top repeat-x;}
.footer {background:url('foot-bg.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul li {margin-left:-12px; list-style-image:url('bullet.gif');}

/* ----- navigation ----- */
.chromestyle {width:760px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; top:0; border:1px solid #027d3f; border-bottom-width:0; font:normal 8pt Verdana; line-height:20px; z-index:100; background-color:#4da4da; width:235px; visibility:hidden;}		
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #197fbd; border-top:1px solid #a6cfe7; text-decoration:none; color:#fff; text-align:left;}		
	.dropmenudiv a:hover {background-color:#a6cfe7; color:#197fbd; text-align:left;}
	* html .dropmenudiv a { /*IE only hack*/ width:100%;}
	.notop {border-top:0px !important;}
	.small {width:132px !important;}