/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background: url('bg.jpg') center top repeat; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #000;
	text-align: left;
}

#bg-x {background: url('bg-x.png') center top repeat-x;}
td {font-size: 8pt; text-align: left;}
p {margin: 0px; padding: 0px; text-align: left;}


/* ----- typography/positioning ----- */
.content {padding: 0px 19px 0px 19px;}

.i1 {padding: 0px 10px 0px 15px;}
.i2 {padding: 0px 15px 0px 20px;}
.i3 {padding: 0px 10px 0px 18px;}

h1{margin:0; padding:0; font-size:9pt; color:#061e58; text-decoration:bold;}

.footer {color: #061e58; text-align: right; font-size: 7pt; padding-right:4px;}


/* ----- links ----- */
a:link {text-decoration: none; color: #0066cc;}
a:visited {text-decoration: none; color: #0066cc;}
a:hover {text-decoration: underline; color: #0066cc;}
a:active {text-decoration: none; color: #0066cc;}

.footer a:link, .copyright a:link {text-decoration: none; color: #061e58;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #061e58;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #061e58;}
.footer a:active, .copyright a:active {text-decoration: none; color: #061e58;}


/* ----- backgrounds ----- */
.main {background: url('main.jpg') left top repeat-y;}
.sub {background-color: #fff;}
.findroom {background: url('bg-findroom.jpg') left bottom no-repeat;}
.icons {background: url('i-bg.png') center left repeat-y;}


/* ----- other stuff ----- */
#fader {height: 274px; width: 450px; overflow: hidden;}
.img {border: 1px solid #0066cc;}

ul {padding-top:0px; margin-top:0px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
	padding-bottom: 3px;
}
