/* universal tags */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #000000;
	background-image: url(images/bluefilm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 28px;
}
h1 {
	color: #1c3f95;
	font-size: 1em;
	margin-bottom: .5em;
}

h2 {
	color: #11275c;
	font-size: .9em;
	margin: -.6em 0 .5em 0;
}
/* > used below to override the rule above so that IE 6 won't recognize */
#info>h2 {
	color: #11275c;
	font-size: .9em;
	margin: 0 0 .5em 0;
}
p {
	color:#11275c;
	font-size: .8em;
	margin-bottom: .5em;

}

/* div selectors */
#wrapper {
	width: 776px;
	margin-top: 28px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bckgrdyrepeat.gif);
	background-repeat: repeat-y;
}
#content {
	background-image: url(images/contentback.jpg);
	background-repeat: no-repeat;
	height: 563px;
	min-height: 563px;
	position:relative;
}

#wrapper> #content {
	height: auto;
}

#logo {
	position: absolute;
	top: 22px;
	left: 23px;
}
/* global links stuff */
#globallinks ul {
	position: absolute;
	left: 275px;
	top: 105px;
	font-size:1em;
	font-weight: bold;
	width: 485px;
	padding-bottom: 3px;
}
#globallinks li {
	list-style-type: none;
	display: inline;
	margin-right: 1.05em;
}

#globallinks a {
	color: #1c3f95;
	font-size: 0.9em;
	text-decoration:none;
}
#globallinks a:hover {
	color: #000;
	border-bottom: solid 2px black;
	border-top: solid 2px black;
}

/* css for #info section */
#info {
	margin-left: 37px;
	width: 705px;
	padding:145px 0 40px 0;
}
#info ul {
	margin: .7em 0;
}
#info li {
	list-style-type:none;
	list-style-image: url(images/nfgbullet.gif);
	list-style-position: inside;
	padding-left:5px;
	font-size: .8em;
	padding-top:0px;
	color: #11275c;
}
#info>li {
	list-style-type:none;
	background-image: url(images/nfgbullet.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}

.horizontalrule {
	line-height: 1px;
	height: 1px;
	width: 705px;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	margin-top: .7em;
	clear:both;
}
/* > used below to override the rule above so that IE 6 won't recognize */
#info>.horizontalrule {
	line-height: 1px;
	height: 1px;
	width: 705px;
	background-image: url(images/hr.gif);
	background-repeat: no-repeat;
	margin-bottom: .6em;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
/* footer section */
#footer {
	width: 705px;
	border-top: solid 1px #11275c;
	position: absolute;
	left: 37px;
	bottom: 0px;
	padding-top: 5px;
	margin-bottom: 16px;
	margin-top: 20px;
}
#footer ul {
	margin-left: -5px;
	font-size:.7em;
	font-weight: bold;
	width: 485px;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 .5em;
}
#footer a {
	color: #11275c;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#copyright {
	position: absolute;
	right: 34px;
	bottom: 0px;
	margin-bottom: 16px;
	font-size:.7em;
	font-weight: bold;
}
#cost {
	border: solid 1px #11275c;
}
#cost th, #cost td {
	font-size: .75em;
	color: #11275C;
	padding:5px;
}
#info a:link, #info a:visited, #info a:active {
	color: #535877;
	text-decoration: underline;
}
#info a:hover {
	color: #fff;
}
iframe {
	margin: 5px 0 20px;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
img {
	border: solid 1px #11275c;
}
#logo img {
	border: none;
}
#info #headshots li {
	list-style-image: none;
	padding-left:0px;
	float: left;
	display: block;
	margin-right: 10px;
}
#headshots {
	clear: right;
	height: 400px;
	position: relative;
}

#contact {
	position: absolute;
	bottom: 0px;
	left: 310px;
	width: 380px;
	line-height: .7em;
}
#info p {
	clear: both;
}

#headshots #enlarge {
	clear: none;
	position: absolute;
	left: 310px;
	top: 120px;
	font-size: 0.7em;
}
