@charset "UTF-8";
/* CSS Document */

/*----------------------------------*\
-------------TAG STYLES---------------
\*----------------------------------*/

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-top: 2px;
}
h2 {
	font-size: 12px;
}

li, h1, h2, h3, h4 {
	font-family:Helvetica, Arial, sans-serif;
}
p, #mainCol li, th, td, .error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	margin-top: 0;
}
#mainCol a {
	text-decoration:underline;
}

table.detail th {
	text-align:right;
	font-weight: normal;
	width: 128px;
	padding-right: 2px;
	vertical-align:top;
}
/*----------------------------------*\
--------------ID STYLES---------------
\*----------------------------------*/
#footer p {
	font-size: 10px;
}

#sideCol p {
	font-size:15px;
}

#topNav p {
	font-size: 11px;
	line-height: 19px;
	color:#002d56;
	text-transform:lowercase;
}
	#topNav p a {
		color: #002d56;
	}
	#topNav p a:hover {
		color: #00728f;
	}

#mainCol.affiliations p a {
	text-decoration: none;
}
#mainCol.affiliations p a:hover {
	text-decoration:underline;
}

#mainCol ul {
	padding: 13px 0;
	margin: 0;
	list-style-type:none;
}
	#mainCol ul li {
		background-image:url(../images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		padding: 0 5px;
	}
	#mainCol ul li:first-child {
		margin-top: -25px;
	}
	#mainCol ul li:first-child.normalItem {
		margin-top: -15px;
	}

#mainNav li {
	font-size:16px;
	font-weight:lighter;
	text-indent: 10px;
}
	#mainNav li a:hover {
		text-decoration: none;
	}
	
#splash .text p {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin: 22px 0 0 9px;
	font-size: 18px;
	font-weight:bold;
}
#splash .text p a:hover {
	text-decoration:none;
}

#splash #enter {
	text-align:right;
}
	#splash #enter p{
		margin-top: 10px;
		font-size: 15px;
		font-weight: lighter;
		letter-spacing:.1em;
		text-transform:uppercase;
	}
	#splash #enter p a {
		color: white;
	}


/*----------------------------------*\
------------CLASS STYLES--------------
\*----------------------------------*/
.email-print {
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	color: #999999;
}
	.email-print a {
		color: #999999;
	}
.error {
	color: red;
}
.finePrint {
	font-size: 10px;
}
.finePrint,
.promo-description {
	width: 385px;
}
	
.galleryH1 {
	margin-top: 5px;
	margin-bottom: -10px;
}
.over {
	text-decoration:underline;
}
p.service {
	color:#646568;
	font-style:italic;
}

