
::-moz-selection{ background: #FF5E99; color: #fff; text-shadow: none; }
::selection { background: #FF5E99; color: #fff; text-shadow: none; }

	/* Removes class items called icon */
@media handheld {
.icon { display: none; } 
}

	/* Removes list-style from lists */
ol,ul {
	list-style : none;
}

	/* Stops Safari adjust text size */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}
	
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background-color: #000;
}

a {
	color: #c887ff; font-weight: normal;
	cursor: pointer;  text-decoration: underline;
	transition:color 0.2s ease; -moz-transition:color 0.2s ease; -webkit-transition:color 0.2s ease; -o-transition:color 0.2s ease;
}

a:hover {
	color: #697f00; text-decoration: none; background: rgba(74, 11, 0, .025);
}

div#wrap {
	max-width:60em;
	margin:0 auto;
	padding:0;
	background-color: #fff;
	background-size: 100%;
}

div#header {
	margin:0;
	text-align:center;
	background-color:#000;
}

.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}

.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}

.blueberry .slides li.active { display: block; }
.blueberry li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }



#main-content strong.green {
	color: #669900;
}

#main-content strong.phone a {
	color: #de0000;
	font-weight: bolder;
}

	/* this is for the right bkg if the content col extended under it */
#main-content {
	background: #fff url(../images/pagetop.jpg) no-repeat top;
	margin:9px auto;
	padding:0;
}

#main-content strong {
	color:#8341f0;
}

#main-content p.right {
	text-align:left;
}

#main-content p.right img {
		float:left;
		padding: 0 12px 10px 0;
		margin-top:0;
}

sup {
    position: relative;
    font-size: 40%;
    line-height: 0;
    vertical-align: baseline;
    top: -1.0em;
}

sup2 {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.10em;
}

p sup2 {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.50em;
}

p {
	margin-bottom: 5px;
	line-height: 16px;
	font: 92% 'Raleway', sans-serif;
	letter-spacing:0.075em;
}

h3 { 
	font: 1.5em 'Linden Hill', serif center;
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	line-height:0.15em;
	font-weight:normal;
	color:#000;
}

	/* 16px per em */
div#content {

	float:right;
	max-width:32em;
	padding: 0 20px;
	margin:0 0 0.3em 0.6em; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		width:100%;
}

div#content img {
	max-width: 100%;
	height: auto;
	float:left;
	padding-bottom: 12px;
}

div#content h1 {
	font:1.50em 'Raleway', sans-serif;
	margin:2px 0 0 4px;
	color:#fff;
	letter-spacing:0.0475em;
	text-align:left;
}

div#content p {
	color: #5e556a;
	padding: 10px 0;
	line-height:1.1em;
	font: 110% 'Raleway', sans-serif;
	font-weight:400;
	text-align:left;
	letter-spacing:0.075em;
}

div#content p.box {
	border-width:1px;
	border-style:solid;
	border-color:#ff5e99;
	padding:6px 0 9px 12px;
	font: 98% 'Linden Hill', serif;
}

div#content h2 {
	font: 1.65em 'Linden Hill', serif;
	margin:8px 0 -1.1em 0;
	color:#006bc5;
	letter-spacing:0.0475em;
	text-align:left;
}

div#content h3 {
	font: 130% 'Linden Hill', serif;
	padding:0 0 0 8px;
	margin-top:0;
	color:#fff6d5;
	text-align:center;
}

div#content .leftimg img {
	max-width: 100%;
	height: auto;
	float:left;
	padding:5px;
}

div#content .rightimg img {
	float:right;
	padding:5px;
	margin-top:8px;
}

div#content ul {
	text-align:left;	
}

div#content li.bulets {
	display: inline-block;
    text-align: left;
	font-weight: bolder;
	color: #000;
	font: 110% 'Raleway', sans-serif;
	letter-spacing:0.10em;
}

div#content ul li.bulets img {
	margin-top: 2px;
}

div#content ul li {
	margin-left:-1.45em;
	padding:0;
	text-indent: 0;
	line-height: 1.375em;
}

	
/* this float and width works on small screens - a right padding problem, so added leftmargin to content div  */

div#sidebar {
	float:none;
	max-width:100%;
	padding:1px 12px 18px 24px;
	margin:0 0 0.3em 0.6em; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* just used on index page might change later  */
div#sidebar p.sidenav img {
	max-width: 100%;
	height: auto;
	float:left;
}

div#sidebar p.sideleft img {
	max-width: 100%;
	height: auto;
	float:left;
	padding-right:20px;
}

div#sidebar p {
	line-height:1.2;
	font-size: 105%;
	color: #5e556a;
}

div#sidebar h1 {
	font:1.40em 'Raleway', sans-serif;
	margin:2px 0 -10px 4px;
	color:#fff;
	letter-spacing:0.0475em;
	text-align:left;
}

div#sidebar h2 {
	font: 1.45em 'Linden Hill', serif;
	margin:10px 0 -15px 0;
	color:#ff6445;
	letter-spacing:0.0475em;
	text-align:left;
}

div#sidebar ul {
	text-align:left;	
}

div#sidebar li.bulets {
	font-weight: bolder;
	color: #000;
	font: 110% 'Raleway', sans-serif;
	letter-spacing:0.10em;
}

div#sidebar ul li.bulets img {
	margin-top: 2px;
}

div#sidebar ul li {
		color: #000;
	font: 110% 'Raleway', sans-serif;
	margin-left:-1.45em;
	padding:0;
	text-indent: 0;
	line-height: 1.375em;
}

/* changed heigth of bkg from 84 98 mobile problem w/phone no */

div#footer { 
	clear:both;
	height: auto;
	padding:6px 0 1px 0;
	margin:0;
	text-align:left;
	color:#d8eeff;
	background:#001c38 url(../images/footerbkg.jpg) repeat-x top;
}

div#footer .footerimg {
	font: 80% 'Raleway', sans-serif;
	text-align:center;
	max-width: 60%;
	margin:0 0 20px 0;
	padding-top: -12px;
}

div#footer .footerimg acronym {
	font: 76% 'Raleway', sans-serif;
	text-align:center;
	max-width: 60%;
	margin:0 0 20px 0;
	padding-top: -12px;
}

div#footer p {
	text-align:left;
	padding-left:22px;
	font:1.1em/1.6 'Linden Hill', serif;
}

div#footer p img {
	padding:0;
	margin:0 4px 8px 4px;
	vertical-align: text-bottom;
}

div#footer a {
	color:#FFC;
	text-decoration: none;
}
div#footer a:hover {
	color: #006bc5;
	background: rgba(24, 11, 0, .075);
}

div#footer p.futer2 {
	float:left;
	max-width:38em;
	padding:0 0 0 22px;
	margin-top:12px;
}

div#footer p.futer2 img {

	padding:0 0 2px 0;

}

div#footer .futer2a {
	float:right;
	max-width:15em;
	padding:4px 20px 0 0;
	margin-top:6px;
}


.nav {
    background-color: #063565;
    margin: 0;
    padding: 0 4px;
    width: 100%;
    line-height: 1;
    overflow: hidden;
}
 
.nav li, .nav a {
    display: inline-block;
}
 
.nav li {
    list-style-type: none;
}
 
.nav > li {
    margin-left: 0;
}

 
.nav > li:first-child {
    margin-left: 0;
	    border-left: 1px solid #bcf9fe;
}
.nav a:last-child {
	    margin-right: 0;
    border-right: 1px solid #bcf9fe;
} 
 
.nav a {
    padding: 4px .55em;
    text-decoration: none;
    height: 4.6em 0;
	font:1.20em 'Raleway', serif; 
    color: #ffeabd;
}
 
.nav a:hover {
    background-color: #0076a2;
	color: #fff;
}