﻿/* text.css - Text styles: margins, padding, font properties */

body {
	color: #36454d;
	background-color: #36454d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a { color: #ff5a00; text-decoration: underline }
a:hover { text-decoration: none; }

.bold {
	font-weight: bold;
}

h1 {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 30px;
	line-height: 60px;
	text-transform: capitalize;
	color: #010101;
	font-weight: normal;
}

h2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #0E7EB6;	
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
}
p {
	line-height: 16px;
}

	#subnav {
		color: #ffffff;
		font-size: 11px;
		text-decoration: none;
	}
	
	#subnav a {
		color: #ffffff;
		font-size: 11px;
		text-decoration: none;
		padding: 0 10px 0 20px;
	}
	
	#subnav dt {
		background-image: url(../images/bullet.gif);
		background-repeat: no-repeat;
		background-position: 10px 9.5px;
		text-align: left;
		border-top: 1px solid #5d6d76;
	}
	
	#subnav dt a {
		display: block;
	}
	
		#subnav dt a:hover {
			text-decoration: none;
			background-color: #36454d;
			background-image: url(../images/bullet.gif);
			background-repeat: no-repeat;
			background-position: 10px 9.5px;
		}

	#subnav dd { 
		padding: 1px 10px 4px 40px;
		text-align: left;
		line-height: 12px;		
		background-image: url(../images/bullet-sub.gif);
		background-repeat: no-repeat;
		background-position: 32px 7px;
	}
		#subnav dd a {
			color: #c9dde8;
			padding: 0;
		}
		
		#subnav dd a:hover  {
			text-decoration: underline;
		}
	
#footer, #footer a {
	color: #1b2226;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
}
	#footer a:hover {
		text-decoration: underline;
		font-size: 11px;
		line-height: 14px;
	}
	
	#footer #site-links a {
		color: #1b2226;
		padding-left: 5px;
	}
	#footer #site-links .linkdivider {
		padding-left: 5px;
		color:#1b2226;
	}