 /* 
 
SHOREWOOD DOT CSS
 
Blue: #0093d0
Dark Blue: #005f87


Step 1: 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}


/* Step 2: CSS */


 
body{
    background-color:#0093d0;
    font-family: trebuchet ms, arial, sans-serif;
    color: white;
    font-size:14px;
    line-height:1.2em;}

a, a:visited {
    color: white;
    text-decoration: underline;}

#link1 a, #link1 a:visited {
    color: #0093d0;
    text-decoration: underline;}

a:hover, a:visited:hover {
    text-decoration: underline;
    color: #e5e5e5;
    }

#link1 a:hover, #link1 a:visited:hover {
    text-decoration: underline;
    color: #005f87;
    }

p {
	padding:0 0 12px 0;
}

h1 {
    font-size:2.3em;
    color:#fff;
    letter-spacing:.05em;}

h2 {
    padding-bottom: 15px;
    font-size:1.5em;
    color: #fff;
    letter-spacing:.05em;}
    
#wrapper {
    background-color:#0093d;
}

#container{
    width:900px;
    margin:0 auto 0 auto;
    position:relative;
    }
#main {
	margin-top: 30px;
}
#inner {
	padding-right: 50px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 2px;
	padding-left: 50px;
	padding-top: 30px;
}
#donate1 {

	width: 240px;

	font-weight: bold;

	display: inline-block;

	border-right-color: #0093d0;

	border-right-style: none;

	border-right-width: 2px;

	padding-right: 15px;

	padding-left: 15px;

	padding-bottom: 20px;

	background-color: white;
	color: #0093d0;
	padding-top: 20px;

}
#donate2 {

	width: 240px;

	font-weight: bold;

	color: white;

	background-color: #0093d0;

	display: inline-block;

	border-right-color: white;

	border-right-style: none;

	border-right-width: 5px;

	padding-right: 15px;

	padding-left: 15px;

	padding-bottom: 20px;

	padding-top: 20px;

}
#info1 {
	width: 525px;
	display: inline-block;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: white;
	color: #0093d0;
}

#info2 {
	border-right-color: white;
	border-right-style: none;
	margin-left: 0px;
	border-right-width: 5px;
	width: 525px;
	display: inline-block;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #0093d0;
	color: white;
}

#link1 {
	display: inline-block;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: white;
	color: #0093d0;
}

#link2 {
	margin-left: 0px;
	display: inline-block;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #0093d0;
	color: white;
}

tiny {
	font-size: 0.8em;
}

#firstlink {
	margin-bottom: 10px;
	padding-right: 22px;
	float: right;
}

#lastlink {
	padding-right: 20px;
	margin-top: 15px;
	float: right;
}

#footer {
	margin-bottom: 30px;
	font-size: 0.85em;
	padding-top: 30px;
	margin-top: 60px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 2px;
}
