@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg.gif) repeat-x #123163;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

img { border: 0; }

a.blueLink:link {
	text-decoration: none;
	color: #18396e;
}

a.redLink:link {
	text-decoration: none;
	color: #d60f08;
}
a.redLink:visited {
	text-decoration: none;
	color: #9d170a;
}
a.redLink:hover {
	text-decoration: underline;
	color: #d60f08;
}
.leftColumn ul {
	padding-left: 20px;
	color: #123264; 
	line-height: 130%;
}

.wrapper {
	background-color: #FFFFFF; 
	width: 960px; 
	margin-left: auto; 
	margin-right: auto;
}

.cardboardBg {
	background: url(images/cardboard.gif) center 271px no-repeat;
}

.header {
	background: url(images/gray-gradient.gif) repeat-x; 
	height: 139px;
}

.logo { padding: 33px 0 0 44px; }

a.menuItem:link {
	color: #18396e; 
}

a.menuItem:visited {
	
	color: #18396e; 
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

a.menuItem:hover {
	
	color: #18396e; 
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

.allTanBands {
	float: left; 
	margin-top: 14px;
	width: 260px;
}

a.tanBand:link {
	width: 250px; 
	height: 67px; 
	background: url(images/tan-bg.gif); 
	margin-bottom: 7px;
	padding-top: 16px;
	display: block;
	text-decoration: none;
	color: #000d21;
}

a.tanBand:visited {
	width: 250px; 
	height: 67px; 
	background: url(images/tan-bg.gif); 
	margin-bottom: 7px;
	padding-top: 16px;
	display: block;
	text-decoration: none;
	color: #000d21;
}

a.tanBand:hover {
	width: 250px; 
	height: 67px; 
	background: url(images/tan-bg.gif); 
	margin-bottom: 7px;
	padding-top: 16px;
	display: block;
	color: #c02112;
}

.logoTextBox {
	height: 35px;
}

.bigTanText {
	float: left; 
	padding: 9px 0 0 13px; 
	color: #193b71; 
	font-weight: bold; 
	font-size: 110%;
	width: 180px;
}

.tanLearnMore {
	font-size: 75%; 
	float: left; 
	padding-left: 97px; 
	width: 115px;
}

.leftColumn {
	float: left; 
	width: 639px;
}

.rightColumn {
	float: right; 
	padding-right: 25px; 
	width: 295px;
}

.ruledPaper {
	float: right; 
	background: url(images/ruled-paper-bg.gif); 
	width: 621px; 
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 75%;
	color: #676767;
	line-height: 160%;
}

.ruledPaper h1 {
	font-size: 110%;
	color: #123264;
	margin-bottom: 0;
	background: none !important;
}

.ruledPaper p {
	color: #676767;
	margin: 0 0 3% 0;
	line-height: 160%;
	background: none !important;
}

.redBgHeader {
	color: #FFFFFF; 
	background: #c02112; 
	font-size: 120%; 
	padding: 7px 11px 6px 11px; 
	font-weight: bold;
}

.imagesBox {
	background: url(images/images-box.gif); 
	height: 15px;
}

.imagesContent{
	background: url(images/images-bg.gif); 
	padding: 5px 25px 10px 25px;
}


.imagesContent h1{ 
	padding: 8px 8px 0 8px;
	color: #123264;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
}

.imagesContent img{ padding: 8px; }

.imagesBoxBottom {
	background: url(images/images-box.gif) 0 20px; 
	height: 15px; 
	margin-bottom: 23px;
}

.bodyBottom {
	background: url(images/bottom-body.gif); 
	height: 39px;
}

a.footerLinks:link {
	display: block; 
	text-decoration: none;
	padding: 0 0 0 50px;
	font-size: 70%;
	color: #979696;
	line-height: 140%;
}
a.footerLinks:visited {
	display: block; 
	text-decoration: none;
	padding: 0 0 0 50px;
	font-size: 70%;
	color: #b6b6b6;
}
a.footerLinks:hover {
	text-decoration: underline;
	color: #979696;
}

a.footerLinksMain:link {
	display: block; 
	text-decoration: none;
	padding: 0 0 0 50px;
	font-size: 85%;
	font-weight: bold;
	color: #d60f08;
}

a.footerLinksMain:visited {
	display: block; 
	text-decoration: none;
	padding: 0 0 0 50px;
	font-size: 85%;
	font-weight: bold;
	color: #d60f08;
}

a.footerLinksMain:hover {
	text-decoration: underline;
	color: #d60f08;
}

.socialLinks {
	float: left; 
	display: block; 
	width: 35px; 
	height: 33px; 
}

/*///////////////////////////////////////////// */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;

}

#nav li a { /* main links */
	padding-left: 44px; 
	color: #18396e; 
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

#nav ul a { /* all subordinate links */
	
	padding: 7px 10px; 
	width: 100px; 
	color: #18396e;
	background: url(images/menu-bg.jpg) bottom no-repeat #ffffff;
	background-color: #fff;
	font-weight: normal;
	font-size: 70%;
}
#nav li ul { /* second-level group */
	position: absolute;
	margin-left: 44px;
	background: #fff;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level individual */
	background: url(images/menu-bg.jpg) bottom no-repeat #ffffff;
	
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 120px;
	
}
	
#nav li ul li a:hover {
	color: #ffffff;
	background: transparent;
	background-color: #d60f08;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;	
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	

}

#content {
	clear: left;
	color: #ccc;
}


.footerTop {
	width: 960px; 
	height: 83px; 
	background: url(images/footer.gif); 
	margin-left: auto; 
	margin-right: auto;
}

.footerMiddle {
	width: 960px; 
	background: url(images/footer-bg.gif); 
	margin-left: auto; 
	margin-right: auto; 
	padding: 15px 0 20px 0px;
}

.footerBottom {
	width: 960px; 
	height: 84px; 
	background: url(images/footer.gif) center 84px; 
	margin-left: auto; 
	margin-right: auto;
}

.copyright {
	float: left; 
	width: 757px; 
	padding: 10px 0 0 50px; 
	font-size: 55%; 
	color:#9e9d9e;
}

.allTanBandsSecondary {
	float: left; 
	margin-top: 14px;
	width: 314px;
}


a.tanBandSecondary:link {
	width: 250px; 
	height: 67px; 
	background: url(images/tan-bg.gif); 
	margin-bottom: 7px;
	padding-top: 16px;
	padding-left: 54px;
	display: block;
	text-decoration: none;
	color: #000d21;
}

a.tanBandSecondary:visited {
	width: 250px; 
	height: 67px; 
	background: url(images/tan-bg.gif); 
	margin-bottom: 7px;
	padding-top: 16px;
	padding-left: 54px;
	display: block;
	text-decoration: none;
	color: #000d21;
}

a.tanBandSecondary:hover {
	width: 250px; 
	height: 67px; 
	background: url(images/tan-bg.gif); 
	margin-bottom: 7px;
	padding-top: 16px;
	padding-left: 54px;
	display: block;
	color: #c02112;
}

.notebook {
	width: 444px; 
	background:url(images/notebook-middle.jpg);
	padding: 0 80px 0 115px;
	font-size: 75%;
	color: #676767;
	line-height: 160%;
}

.notebook h1 {
	font-size: 120%;
	color: #123264;
	margin-bottom: 0;
	margin-top: 0;
	background: none !important;
}

.notebook p {
	margin: 0 0 10px 0 !important;
	background: none !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 10pt !important;
}

.imagesContentSecondary{
	background: url(images/images-bg.gif); 
	padding: 16px 20px 10px 20px;
}

.imagesContentSecondary img{ padding: 0; }

/* PHOTO NAVIGATION */
.photoNav {
	text-align: center; 
	padding-bottom: 15px; 
	font-size: 60%;
}
a.photoLink:link, a.photoLink:visited {
	display: inline-block; 
	padding: 5px; 
	background-color:#f2f2f2; 
	text-decoration: none; 
	color: #676767; 
	border: #dddddd solid 1px;
}

a.photoLink:hover {
	display: inline-block; 
	padding: 5px; 
	background-color:#c02112; 
	text-decoration: none; 
	color: #ffffff; 
	border: #c02112 solid 1px;
}
a.photoActive {
	display: inline-block; 
	padding: 5px; 
	background-color:#c02112; 
	text-decoration: none; 
	color: #ffffff; 
	border: #c02112 solid 1px;
}

#siteMap li {
	font-size: 110%; 
	line-height: 2em;
}
#siteMap ul {
	margin-bottom: 2em;
}

/* Media Uploads */
#upload {
	float: left;
	width: 265px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #c5c5c5;
}

#upload h1 {
	margin: 0 0 15px 0;
	color: #18396e;
	font-size: 130%;
	border-bottom: 1px solid #18396e;
}

#upload h2 {
	margin: 0 0 15px 0;
	color: #d60f08;
	font-size: 110%;
}

#upload p {
	color: #d60f08;
}

#orBox {
	padding: 10px; 
	margin: 18px 0; 
	background:#f5e4d0;
	border: 1px solid #d60f08;
}

#or {
	font-weight: bold; 
	font-size: 90%; 
	text-align: center; 
	background: #d60f08; 
	color:#FFFFFF; 
	padding: 2px; 
	margin: 15px 0;
}

#delete {
	float: left; 
	width: 345px;
	margin-left: 30px; 
	padding: 20px; 
	text-align: center; 
	background: #FFFFFF;
	border: 1px solid #c5c5c5;
}

#delete h1 {
	text-align: left; 
	margin: 0 0 15px 0;
	color: #18396e;
	font-size: 130%;
	border-bottom: 1px solid #18396e;
}
