/********************************************
* Amazing Causes
* Developed by I-ology
* http://www.i-ology.com
*
* Created 04/15/2009- AC
*
* General Style Definitions
********************************************/

/*******************************************
* Browser Reset - Created by Eric Meyer
*******************************************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin:0px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*******************************************
* Typography - Pulled from BlueprintCSS
*******************************************/

body { font-size: 70%; }

body {
    color: #fff; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #666 url(/images/bg.gif) top left repeat-x;
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1em; margin-bottom: 0.5em; font-weight: bold; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; }
img         { margin: 0; }


a.viewmessage:link {color: #e96301; text-decoration: underline; }
a.viewmessage:visited {color: #e96301; text-decoration: underline; }
a.viewmessage:hover {color: #e96301; text-decoration: none; }
a.viewmessage:active {color: #e96301; text-decoration: underline; } 

a:focus, 
a:hover     { color: #E3DEC9; text-decoration: none; }
a           { color: #000; outline: none; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
strong      { font-weight: bold; }

/*******************************************
* Layout Definitions
*******************************************/

#container {
    width: 852px;
    margin: 0 auto;
}

#container-border {
    border-left: 1px solid #b3a38e;
    border-right: 1px solid #b3a38e;
    background: #fff;
    padding: 0;
    margin: 0;
}

/*******************************************
* Landing Page
*******************************************/

#lp-container-padding {
    width: 850px;
    width/**/:/**/ 765px;
    padding: 23px 41px 20px 44px;
    overflow: hidden;
}

#lp-content {
    float: left;
    width: 468px;
    padding: 20px 0;
}

#img-landing-page {
    float: right;
}

.call-to-action {
    width: 468px;
    overflow: hidden;
}

.cta-left {
    float: left;
    width: 217px;
}

.cta-right {
    float: right;
    width: 217px;
}



/*******************************************
* Search Module
*******************************************/



/*******************************************
* Global Navigation
*******************************************/



/*******************************************
* Primary Navigation
*******************************************/



/*******************************************
* Subnavigation
*******************************************/



/*******************************************
* Footer Definitions
*******************************************/
