/* Global Content Formatting and Styles */

body {
	color: #333;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #fff;	
}

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;  
	background-color: #fff;
	}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #09C;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	font-weight: bold;
	}
	
p {margin: 0 0 .75em 0;}

img {
	max-width: 100%;
	}

a {
	color: #246285;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

a:hover {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

a:visited {
	color: #246285;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	}

footer {font-size: .85em; color: #000; background-color: #CCC; text-align: center; padding: 10px 10px 10px 10px;}

.promo h3 {font-size: 1.1em; margin: 0px;}

.promose p {line-height: 1.2em; font-size: .9em; margin-bottom: .5em;}

.promo {background-repeat: no-repeat; background-size: 60px 60px;}

p.quotes {
	color: #09C;
	text-size: 1em;
	text-align: left;
	font-style: italic;
	}

nav a {
	color: #246285;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
	}	

#primary_nav_wrap {
    margin-top: 0px
    }

#primary_nav_wrap ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0
    }

#primary_nav_wrap ul a {
	display: block;
	color: #246285;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	line-height: 20px;
	padding: 0 10px;
	font-family: Arial;
    }

#primary_nav_wrap ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
    }

#primary_nav_wrap ul li.current-menu-item {
	background: #ddd
    }

#primary_nav_wrap ul li:hover {
	background: #f6f6f6
    }

#primary_nav_wrap ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0
    }

#primary_nav_wrap ul ul li {
	float: none;
	width: 200px
    }

#primary_nav_wrap ul ul a {
	line-height: 120%;
	padding: 10px 15px
    }

#primary_nav_wrap ul ul ul {
	top: 0;
	left: 100%
    }

#primary_nav_wrap ul li:hover > ul {
	display: block
    }
	
nav a:hover {color: #ffffff;}

.clear-fix {clear: both; line-height: 1px;}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

/* Don't think this is needed without Promo images */

}