@charset "UTF-8";

/* ------ Basic Styling --------*/

html {overflow: auto;}


body {
	font: 100% 1.4 "proxima-nova", Verdana, Arial, Helvetica, sans-serif;
	background:url(../Images/backgroundBlue.jpg) repeat-x;
	background-color:#FFF;
	background-attachment:inherit;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ----Some general stuff------*/

ul, ol, dl { /*zero padding and margin on lists to be safe.*/
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; /* 'cause people say to do it, that's why*/
}
a img { /* get rid of the nasty blue border */
	border: none;
}

/*----- but most are changed in context----- */
a:link {
	color: #42413C;
	text-decoration: underline; /* hmmmmm */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* looks better */
	text-decoration: none;
}

/* element for the entire page, centered, offset from the top, fixed width */
.container {
	width: 100%;
	max-width: 350px;
	background: #FFF;
	border: 3px groove #4D71B4;
	position: relative;
	margin-left: auto;/* centers the layout */
	margin-right: auto;
	margin-top: 10px;
}

/* ------ header dimension --------*/
.header {
	background: #FFFFFF url(../Images/masthead-phone.png) no-repeat top left;
	width: 320px;
	height: 77px;
}

/*------ position rightside header elements --------*/ 
.header #headerright {
	display:none;
	/*float: left;
	width: 260px;
	background: #fff;
	z-index: 10;
	margin-right: 1px;
	font-size:smaller;*/
}
/*------ properties of header links --------*/ 
.header ul {
	position: absolute;
	left: 39px;
	top: 84px;
	width: 320px;
	list-style: none;
	cursor: pointer;
}

.header ul li{
	float:left;
	padding: 0;
	margin: 0;
}

.header ul a{
	padding:0 1em;
	font-size:12px;
	line-height:1.5em;
	text-decoration:none;
	color:#fff;
	float:left;
	display:block;
	background:url(../Images/menuVertBar.gif) no-repeat left center;
}

.header ul a.last{
	background:url(../Images/menuVertBar.gif) no-repeat right center;
}

.header a:hover{
	color:red;
	text-decoration:underline;
}

#date {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color:#6078bf;
	text-align:right;
	font-weight: bold;
	margin-bottom:5px;
	margin-right:10px;
	font-size: .9em;
}
#search {
	background: #FFF;
	font-size: .9em;
	text-align:right;
}

/*----this is the colored background box of the menu------*/
#Menu{
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	color: #039;
	width: 265px;
	background: #fff;
	float:left;
	margin:10px 0px 15px 10px;
	text-align:left;
	clear:both;
}
#box{
	float: left;
	width: 10px;
	background:#B1BEE0;
	padding: 10px;
	margin: 0;
	z-index: 500;
}

/*------ position leftside content elements --------*/ 
.leftsidebar {
	float: left;
	width: 320px;
	background: #fff;
	margin: 10px;
}
.leftsidebar p {
	font: 1em "proxima-nova", Helvetica, sans-serif;
	color: black;
	text-align:left;
	text-indent: 1.5em;
	line-height: 1.3em;
	margin: 2px;
	padding: 0px 10px 10px 15px;
}
.leftsidebar h1{
	font: 1.3em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
	text-align:left;
	font-style:italic;
	padding: 10px 0px 0px 5px;
}
.leftsidebar h2{
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	color: #039;
	padding: 0px 0px 2px 5px;
}
.leftsidebar h3{
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	color: #039;
	padding: 0px 0px 2px 15px;
}
.leftsidebar a {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color:#999;
	text-decoration: none;
}
.leftsidebar a:hover {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color: #C36;
	text-decoration: underline;
	cursor: pointer;
}
.leftsidebar img {
	float:right;
}
.brackets{
	clear:both;
}

/*the color of the page on which this bracket rests*/
b.rtop, b.rbottom{
	display:block;
	background: #FFF;
}
/*the color of the top and bottom rounded edges*/
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden; 
	background: #4b6eb5;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}
/*------ content element properties --------*/ 
.content {
	float: left;
	
	width: 320px;
	float: left;
}
.content p {
	font: 1em "proxima-nova", Helvetica, sans-serif;
	text-indent: 1.5em;
	line-height: 1.3em;
	color:#000;
}
.content #indent{
	font: 1em "proxima-nova", Helvetica, sans-serif;
	text-indent: 3em;
	line-height: 1.3em;
	color:#000;
}
.content h1 {
	font: 1.5em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
	font-style:italic;
	font-weight:bold;
}
.content h2 {
	font: 1.3em "Trebuchet MS", Helvetica, sans-serif;
	color:#039;
}
.content h3 {
	font: .8em "Trebuchet MS", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
	padding: 10px 0px 2px 50px;
}
.content h4 {
	font: 1.1em "Trebuchet MS", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
	padding: 10px 0px 2px 50px;
}
.content p .more {
	font: 1em "proxima-nova", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
}
.content .more a {
	font: .9em "proxima-nova", Helvetica, sans-serif;
	font-style:italic;
	color: #039;
}
.content a {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color:#999;
	text-decoration: none;
}
.content a #indent {
	font: 1em "proxima-nova", Helvetica, sans-serif;
	margin-left:10em;
	text-indent: 5em;
	line-height: 1.3em;
	color:#000;
}
.content a:hover {
	font-family: "proxima-nova", Helvetica, sans-serif;
	color: #C36;
	text-decoration: underline;
	cursor: pointer;
}
.content img {
	float: left;
	}
	
img .scalable {
	float: left;
	padding-right: 5px;
	height: auto;
	width: auto;
	max-width: 90%;
	}	
	
.content blockquote{
	font: 1em "proxima-nova", Helvetica, sans-serif;
	font-style:italic;
	padding-left:1em;
}

/*padding to accomodate the pics*/
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/*------ #pics is the rotating image on this page*/

.content #pics {
	float:right;
	margin-right: -15px;
	margin-bottom: 20px;
	margin-left: 55px;
	height:auto;
	width:300px;
	margin-top:-30px;
	font: italic 1em "Trebuchet MS", Helvetica, sans-serif;
}
.content #pics p {
	font: italic .9em "Trebuchet MS", Helvetica, sans-serif;
	color: #003f8f;
	margin-right: 30px;
	margin-left:20px;
	text-align:center;
}
.content #pics h1 {
	font: italic 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #003f8f;
	margin-right: 30px;
	margin-left:20px;
	text-align:center;
	font-weight: bold;
}
.content #pics h2 {
	font: italic .8em "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom:10px;
	color: #003f8f;
	margin-right: -48px;
	text-align:center;
}
.content #pics h3 {
	font: italic .8em "Trebuchet MS", Helvetica, sans-serif;
	margin-top:5px;
	color: #003f8f;
	margin-right: 10px;
	text-align:center;
}
.content #pics img {
	margin-left: 20px;
	text-decoration:none;
	float:right;
	padding-bottom:10px;
	height:auto;
	width:auto;
}
.content #pics a {
text-decoration:none;
}
.content #pics a:hover {
text-decoration:none;
}
.content #smallpics {
	float:right;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	height:auto;
	width:auto;
	margin-top:20px;
	font: italic 1em "Trebuchet MS", Helvetica, sans-serif;
	border: 1px #000 solid;
}
.content #smallpics h1 {
	font: italic 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #003f8f;
	margin-right: 30px;
	margin-left:20px;
	text-align:center;
	font-weight: bold;
}
/*------ position footer elements ---------*/
.footer {
	padding: 10px 0;
	background: #f2f2f2;
	height:25px;
	color:#666;
	font:.8em "Trebuchet MS", Helvetica, sans-serif;
	position: relative;/* IE6 */
	text-align:center;
	clear: both; 
}
.footer a:hover {
	color: #C36;
	text-decoration: underline;
	cursor: pointer;
}
/*------ misc. elements for occasional use ---------*/
.clearboth { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft { 
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.clearright { 
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.horizmenu {
	height: 35px;
	width: 320px;
	position: absolute;
	left: 12px;
	top: 88px;
}
.no-css {
	font-style: normal;
}
.content a:hover {
}

/*------- media formats -------*/

/*----- Phone -----*/
@media screen and (max-width:320px) {	

}
/*----- Tablet -----*/
@media screen and (min-width: 321px) and (max-width: 768px) {
	
}.container .content form table tr td label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.Italics {
	font-style: italic;
}
