/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {

}

li {
  list-style-image: url('images/bullet2.gif');
  margin-top:10px;
  margin-left:10px;
  text-indent: 10px;
}

 }

blockquote, q {
	quotes: none;
    color:#098040;
    font-weight:bolder;
    font-style:italic;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #001F80;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.5em;
}


h3 {
	font-size: 1.5em;
	font-weight: bold;
}

/* Header Tag Line
------------------------------------------------------------------------------*/
h4 {
    padding:20px;
    font-size:1.5em;
    font-family: Lucida Sans Unicode, Arial;
    color: #008080;
    text-align:center;
    line-height:1.1em;
    font-weight:bolder;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
    text-align:center;
    font-style:italic;
    margin:10px;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #38261E !important;
	font-weight: bold;
}

a {
	color: #E15C2E;
	text-decoration: none;
}

/*a:link {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #42BDC8;
	text-decoration: underline;
}

a:active {
	color: #E15C2E;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
    width: 80%;
    
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote, q {
	quotes: none;
    color:#000;
    font-weight:bold;
    font-style:italic;
    padding-left:20px;
    padding-right:20px
}
ul, ol {
	margin-left: 25px;
	padding-left: 10px;
    list-style-image: url('images/check.png');
    }

li {
    text-indent: 10px;
	margin-top: 10px;
	list-style-image: url('http://moneysensefromlinda/images/check.png')
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
img {
padding:10px;
 }

/* Layout
------------------------------------------------------------------------------*/

html {
background-color:#448D95;
background-image:
radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px; 
background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}


body {
	margin-bottom: 20px;
	margin: 0 auto;
	position: relative;
	border: none;
}





#header {
	/*height: 197px;*/
    margin:auto;
    display:block;
	width: 100%;
    text-align:center;
	border: none;
    background-color:fff;
    color: #008080;
    }




#mainRight, #mainRight2 {
	margin-top: 0px;
    margin-bottom:0px;
	width: 98%;
	max-width: 960px;
	text-align: left;
    margin: 0 auto;
}

.pageImg {
	width: 100%;
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/


.columns {
	margin: 0px 0;
	padding: 2.08333%; /* 20/960 */
	border: none;
}

.colLeft {
	float: left;
	width: 47.91666667%; /* 460/960 */
	border: none;
}


.colRight {
	float: right;
	width: 47.91666667%; /* 460/960 */
	border: none;
}

.col1 {
	float: left;
	width: 29.16666667%; /* 280/960 */
	width: 30.434782%;
	border: none;
    margin-bottom: 10px;
    margin-right: 3.125%;
    text-align:center;
}
.col2 {
	float: left;
	width: 29.16666667%;
	width: 33.33333333%;
	width: 30.434782%;
	border: none;
    margin-bottom: 10px;
    margin-right: 3.125%;
    text-align:center;
}
.col3 {
	float: left;
	width: 29.16666667%; /* 280/960 */
	width: 33.33333333%;
	width: 30.434782%;
	border: none;
    margin-bottom: 10px;
    text-align:center !important;
}

.TopLeft {
    float:left;
    padding:10px;
    align:center;
    width:45%;
    background-color:#F9F9F5;}

.Top{
    background-color:#fff;
    width:100%;}

 }    

.main {
    width:100%;
    position:relative;
    background-color:#F9F9F5;
    padding:15px;
 }
.container {
    width:95%;
    margin:0 auto;
    text-align:left;
    position:relative;
    background-color:#F9F9F5;
    margin-top:0;
    margin-bottom:0;
}
.container ul {
    list-style-image:url('../images/bullet2.gif');
	line-height: 1.3em;
    margin-left:25px;
}

.container li {
    text-indent: 0px;
	margin-top: 10px;
	list-style: disc;
}




    
#signature {
	margin-bottom: 5px;
    margin-right: 10px;
	text-align: right;
}

footer {
	clear: both;
    background-color:#026873;
	padding-top: 10px;
    height: 28px;
	border: none;
}

footer p {
	float: left;
    margin-left: 1.041666666667%; /* 10/960 */
 	font-size: 0.8em;
    color: #EDE9C1;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 34.375%; /* 330/960 */
	padding-top: 3px;
	text-align: right;
    margin-right:1.041666666667%; /* 10/960 */
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 1.5151515152%; /* 5/330 */
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #EDE9C1;
}

@media screen and (max-width:768px)
{
	nav ul li a {
		padding: 10px 2% 15px 2%;
		width: 12.5%;
	}
	.colLeft, .colRight {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.col1, .col2, .col3 {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	footer p {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	footer ul {
		float:none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	footer ul li {
		padding-left: 0;
	}
	p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 480px)
{
	header {
	background-color: #FFFFFF(255, 255, 255, 0.6);
	}
	#mainRight, #mainRight2 {
		width: 100%;
	}
    
    h1,h4 {
    font-size: 1.1em;
    }
    p {
    font-size: .8em;
     }

   
	nav ul {
		height: 100%;
	}
	nav ul li {
		display: block;
		text-align: center;
		width: 100%;
		padding: 8px 0;
	}
	nav ul li a {
		padding: 0;
		font-size: 1.4em;
	}
	nav ul li a.selected {
		background: none;
		border-bottom: 2px solid green;
	}
footer p {
	float: left;
    margin-left: 1.041666666667%; /* 10/960 */
 	font-size: 0.5em;
    color: #EDE9C1;
	border: none;
}
    
}
