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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
	display: block;
}

/* structural */

.grid {
	padding: 0;
}

.row {
	margin-bottom: 1em;
}

.banner-wrap {
	background: #2a7ec1;
	padding: 10px;
	margin-bottom: 1em;
}

.banner-home{
	text-align: left;
 }
 
 .banner-small{
	text-align: left;
 }
 
.banner{
	text-align: left;
    padding:30px 0 30px 0;
 }
 
 #social{text-align:right; }
 
 #maintext{
    font-family: 'Gudea', sans-serif;
	text-align: left;
    color:#252525;
    font-size:1.1em;
 }
 
#rightcol{
    font-family: 'Gudea', sans-serif;
	text-align: left;
    color:#252525;
    font-size:1.1em;
    padding:20px 0 40px 0;
 }

.footer-wrap {
	background: #E5E5E5;
	padding: 10px;
}

#footer{
    font-family: 'Gudea', sans-serif;
	text-align: center;
    color:#999;
    font-size:0.8em;
 }
 
 
 
 
 



/* links */

#maintext a, #maintext a:link, #maintext a:visited {
	color: #151515;
	text-decoration: underline;
}

#maintext a:hover, #maintext a:active {
	color: #2a7ec1;
	text-decoration: none;    
}

#button a, #button a:link, #button a:visited {
    font-size:1.8em;
	color: #FFF;
	text-decoration: none;
    display: block;
    padding: 20px;
    margin-right:20px;
    background-image: url(../images/buttonarrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#button a:hover, #button a:active {
	color: #FFF;
	text-decoration: none;    
}

#footer a, #footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
    padding:0 0 0 60px;
}

#footer a:hover, #footer a:active {
	color: #2a7ec1;
	text-decoration: none;    
}



/* top nav */ 

#nav a, #nav a:link, #nav a:visited {
	color: #151515;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #2a7ec1;
	text-decoration: none;    
}





/* general css */

img {
	max-width: 100%;
}

#button {
background-color:#d65501;
color:#FFF;
margin-top:30px;
text-align:center;
width:55%;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px; /* future proofing */
-khtml-border-radius: 30px; /* for old Konqueror browsers */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
p {
	margin: 0;
	max-width: 634px;
}

#list {
margin: 20px 0 20px 40px;
padding: 0;
list-style: circle;
}

#list li {
padding: 0 0 15px 10px;
}

ol {
margin: 20px 0 20px 40px;
padding: 0;
}

ol li {
padding: 10px 0 5px 0;
}

#starbullet {
margin-left: 0;
padding-left: 0;
list-style: none;
}

#starbullet li {
font-size:1.2em;
padding: 0 0 30px 40px;
background-image: url(../images/star.gif);
background-repeat: no-repeat;
background-position: top left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gudea, serif;
}

h1 {
	font-size: 3em;
	font-weight: 400;
}
h1.intro1 {
	font-weight: 700;
	font-size: 1.0em;
    color:#252525;
    line-height:1.4;
    padding:0 0 20px 0;
}
h2 {
	font-weight: 700;
	font-size: 1.4em;
    color:#252525;
    line-height:1.4;
    padding:0 0 20px 0;
}
h2.strap {
	font-size: 1.8em;
	font-weight: 400;
	color: #FFF;
}
h2.intro {
	font-weight: 700;
	font-size: 1.0em;
    color:#252525;
    line-height:1.4;
    padding:0 0 20px 0;
}

h3 {
	font-size: 1.2em;
    padding:20px 0 20px 0;
}

h3.home {
	font-weight: 400;
	font-size: 1.6em;
    color:#2a7ec1;
    line-height:1.4;
    padding:0 0 40px 0;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}





