html, body, div, h1, h2, h3, p, img, ul, li { margin: 0; padding: 0; }

body {
	background-image:url(images/body-bk.gif);
	background-position: top left;
	background-repeat:repeat-y;
	background-color:#8f98b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, #copy h2 { font-size: 120%; font-weight: bold; color: #E8EAF0; letter-spacing:0.1em; margin: 2em 0 0.5em;}
#copy h2 { font-size: 100%; margin: 0.5em 0; letter-spacing: 0; }

p { line-height:1.4em; margin: 0 0 1em;}

ul { list-style-image:url(images/right-arrow.gif); margin:10px 0 0 10px;}

a:link, a:visited { color: #DDDEE5; text-decoration:underline;}
a:hover {color: white;}

img { display: block; }
a img {border-width: 0; }

div#nav {
	margin: 10px 0 0 12px;
}

div#nav img { margin: 15px 0 0 16px; }

div#copy {
	position: absolute;
	left: 640px;
	top: 0px;
	width: 310px;
	color: white;
}

div#photo {
	position: absolute;
	left: 272px;
	top: 0;
	width: 346px;
}

div#nav a:link, div#nav a:visited { color: #888; text-decoration:none; }
div#nav a:hover { color: #333;}

div#nav li { font-weight: bold; font-size:14px; line-height:1em; margin:0 0 8px 26px; color: #bbb;}

div#copy ul {
	list-style-image:url(images/left-arrow.gif);
	margin-left: 18px;
}

div#copy li { 
	margin-bottom: 0.6em;
	color: #666;
}

div#photo img, div#flash { border-bottom: 1px solid white; }

a#next:link, a#next:visited {
	background-image: url(images/next-arrow.gif);
	background-repeat:no-repeat;
	background-position:center right;
	background-color: white;
	float: right;
	padding: 5px 23px 5px 15px;
	font-size: 14px;
	color: #888;
	text-decoration:none;
}

a#next:hover { color: #333; }

h2 {
	clear: right;
	font-size: 100%;
	font-weight: bold;
	color: #888;
	margin: 3em 0 0.3em 10px;}

div#photo p { color: #888; margin: 0.6em 10px 0; }

div#photo a:link, div#photo a:visited { color: #888; }
div#photo a:hover { color: #333; }

div#caption { margin-bottom: 2em; }

div#legal { margin-top: 3em; }
div#legal p { margin: 0; font-size: 0.8em; color: #d2d2d2; }



/*CONTACT PAGE:
  ================================ */
.contact div#photo { color: #888;}
.contact div#photo img { border-width: 0; }
.contact div#photo ul { list-style-type: none; list-style-image: none; margin-top: 1em; margin-bottom: 2em;}
.contact div#photo li { margin: 0.5em 0; }

.contact h2, .contact div#photo p, .contact div#photo ul { margin-left: 40px; }

.contact div#legal { margin-top: 1em; }
.contact div#legal p { color: #999; }

table { width: 310px; }

th { 
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 14px; /*these attributes for IE5*/
	color: white;
}

td {
	vertical-align: top;
	padding-bottom: 10px;
}

input { font-size: 14px; width: 180px;}
textarea { font-size: 14px; width: 180px;}
input.button { padding: 2px 9px; width: auto;}
p.error { color:#d33; }


/*FAQ Page*/
.faq div#photo h2 { margin-top: 35px; margin-right: 20px;}
.faq div#photo p { line-height: 1.4em; }
.faq div#copy li { color: #555; }
