
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;
    color:#000;
}

body {
	line-height: 1;
    color:#000;
}

ol, ul {
icon:url(../images/check.png);
}

li {
  margin-top:10px;
  margin-left:0px;
  text-indent: 0px;
  text-align:left;
}

 }

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: #000;
	font: 1em Helvetica, Arial, sans-serif;

}

h1 {                                         /*page header*/
font-size: 1.5em;
font-family: Calibri, Century Gothic, Arial;
color: #930000;
line-height:1.25;
margin-top:10px;
}

h2 {
font-size: 1.5em;
color: #930000;
font-family: Papyrus, arial;
text-align: left;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2D5A59;
}


/* Header Tag Line
------------------------------------------------------------------------------*/
h4 {
	font-size:2.8em;
    text-align:center;
    color: red;
    font-family: Papyrus, arial; 
}

header {
   font-size:3em;
   text-align: center;
   color: red;
   font-family: arial;
    }


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

small {
      font-size:.75em; }

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 {
	font-weight: bold;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #00A5FF;
	text-decoration: underline;
    font-weight:bold;
}

a:active {
	color: #0000FF;
	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 {
    height:0px;
    visibility:hidden;
    width:100%;  
}

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

blockquote, q {
	quotes: none;
    color:#098040;
    font-weight:bolder;
    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: 0px;
	margin-top: 10px;

}

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

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

html {
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	margin-bottom: 0px;
	margin: 0 auto;
	position: relative;
	border: none;
    max-width:1000px
}


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

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

.container {
    width:97%;
	max-width: 960px;    
    margin:0 auto;
    text-align:left;
    position:relative;
    margin-top:0;
    margin-bottom:0;
    }


.colLeft {
    padding-top:5px;
	float: left;
	width: 47.5%; /* 460/960 */
	border: none;

}

.colRight {
	float: right;
    padding-top:5px;    
	width: 47.5%; /* 460/960 */
	border: none;
}

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

.col4 {
	float: left;
    width: 60%;
	border: none;
    margin-bottom: 10px;
}

.col5 {
	float: right;
	width: 35%; /* 460/960 */
    margin-bottom: 10px;
    padding:5px;
}


#Top{
    width:100%;
    background-color:white;
    max-width:1000px;
    max-height:300px;
 }    

#TopLeft {
    float:left;
    padding:0px;
	width: 30%; /* 460/960 */
    background-color:white;
}

#TopRight {
    float:right;
    padding:0px;
	width: 70%; /* 460/960 */
    background-color:white; 
}

#topmenu{
    width:100%;
    background-color:#703005;
    max-height:100px;
 }    

.main {
    width:100%;
    position:relative;
    padding:15px;
 }

.container ul {
    list-style-image:url('../images/bullet2.gif');
	line-height: 1.3em;
    margin-left:25px;
}

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

    
#signature {
	margin-bottom: 5px;
	text-align: right;
    padding-top:10px;
    color:#703005;
    border-top:groove;
    border-top-width:10px;
    border-top-color:#703005;
}

footer {
	clear: both;
    margin-top:30px;
    padding-top:10px;
	border: none;

}

footer p {
	float: left;
	font-size: 0.8em;
    color:000;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 66%;
	margin-left: 0;
	padding-top: 3px;

	border: none;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

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

footer ul li a:hover {
	color: #0000FF;
}


@media screen and (max-width:750px)
{
	nav ul li a {
		padding: 10px 2% 15px 2%;
		width: 12.5%;
	}

#Top{
    width:100%;
    background-color:white;
    max-width:1000px;
    max-height:300px;
 }    

#TopLeft {
    float:left;
    padding:0px;
	width: 30%; /* 460/960 */
    background-color:white;
}

#TopRight {
    float:right;
    padding:0px;
	width: 70%; /* 460/960 */
    background-color:white; 
}
    
.colLeft, .colRight {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

    h1 {
    margin-top:0px;
    font-size: .7em;
    text-align:center; } 

    h2 {
    font-size: .7em;
    text-align:left;     }    
  
	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)
{
    #Top, TopLeft, TopRight {
		float: none;
		width: 100%;
		margin-bottom: 2px;
        text-align:center;
	}

    #TopLeft img {
    max-width:200px; }
    
    h1 {
    font-size: .9em;
    margin-top:10px;
    margin-bottom:0px;
    }
    
    h2 {
    font-size: 1.2em; 
    text-align:left;}
    
    h3 {
    font-size: 1.2em;
     }
    
    p {
    font-size: 1.2em;
     }

   
	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.8em;
    color: #000000;
	border: none;
}
    
}
