/*
	STYLE INFO
*/


/* @group Basics incl. Meyer's 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,
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;
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align: baseline;
}

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

body {
	line-height: 1em;
	color: #333;
	background: #583a87;
	background-image: url("../images/shared/bg_body.gif");
	background-repeat: repeat-x;
}

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: "" "";
}


strong
{
	font-weight: bold;
}


/*
	Page body style
*/




/*
	Standard paragraph style
*/

p, td, th
{
	color: #333;
	font-size: 0.7em;
}


ul
{
	color: #333;
	margin-top: 20px;
}



/*
	headings
*/

h1
{
	color: #583a87;
	font-size: 1em;
	font-weight: normal;
}

h2
{
	font-size: 0.8em;
	color: #583a87;
	font-weight: normal;
}

h3
{
	font-size: 0.7em;
	color: #583a87;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #6F9202;
	font-size: 1em;
	text-decoration: none;
}


a:hover
{
	color: #000;
	font-size: 1.0em;
	text-decoration: underline;
}

a:visited
{
	color: #999;
	font-size: 1.0em;
	text-decoration: underline;
}

/* @end */

/* @group Basic Structure */

/*
	BASIC STRUCTURE
*/


/*
	Container for page
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #;
	width: 980px;
}


#header
{
	width: 980px;
	height: 160px;
	position: relative;
	background-color: #fff;
}

div#logo
{
	position: absolute;
	top: 20px;
	left: 25px;
	width: 230px;
	height: 110px;
	margin: 0;
	padding: 0;
}



/* Columns */

div#left-column
{
 	width: 615px;
 	float: left;
 	margin: 0 20px 0 0;
 	padding: 0 0 20px 25px;
}

div#right-column
{
 	width: 295px;
 	float: left;
 	margin: 0 0 0 0;
	padding: 0;
}




#content-wrapper
{
	width: 980px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-height: 300px;
	background-color: #fff;
}

/* @end */

/* @group Homepage */

div#promo
{
  	width: 615px;
  	height: 280px;
  	background-color: #583a87;
  	background-image: url(../images/home/homepage_promo_bg.gif); 	background-repeat: no-repeat;
  	margin: 0 0 30px 0;
}

div#promo h1
{
	width: 450px;
  	color: #fff;
  	font-family: Trebuchet MS, Arial, sans-serif;
  	font-size: 1.5em;
  	line-height: 1.5em;
  	padding: 45px 0 0 20px;

}

div#promo h2
{
	width: 400px;
  	color: #a0e394;
  	font-family: Trebuchet MS, Arial, sans-serif;
  	font-size: 0.8em;
  	line-height: 1.4em;
	padding: 40px 0 0 20px;
}

span.highlight
{
  	color: #a0e394;
  	font-family: Trebuchet MS, Arial, sans-serif;
}



/* Text areas on homepage */

#homepage-content-1
{
	width: 270px;
	float: left;
	padding: 0 30px 30px 20px;
}

#homepage-content-2
{
	width: 270px;
	float: left;
	padding: 0 0 30px 0;
}

#homepage-content-3
{
	width: 270px;
	float: left;
	padding: 0 0 30px 30px;
}

div#homepage-content-1 h1, div#homepage-content-2 h1, div#homepage-content-3 h1
{
  	font-family: Trebuchet MS, Arial, sans-serif;
  	margin: 0 0 10px 0;
}

h1.homepage-headline
{
	font-size: 1.4em;
	font-weight: bold;
  	margin-bottom: 20px;
  	padding: 0 0 10px 20px;
  	border-bottom: 2px solid #66b356;
  	font-family: Trebuchet MS, Arial, sans-serif;
}

div#full-width
{
  	width: 930px;
  	margin: 0 0 0 25px;
}



/* @end */

/* @group Page Definitions */

div#content-left-top
{
	width: 450px;
  	height: 14px;
  	padding: 0 0 0 0;
	margin: -5px 0 0 0;
}

img.bottom-left-curve
{
  	width: 615px;
  	height: 10px;
  	padding: 0 0 0 0;
	margin: 0 0 0 -20px;
	vertical-align: bottom;
}


div#content-green-edges
{
 	width: 575px;
 	float: left;
 	margin: 0 0 0 0;
 	padding: 10px 20px 0 20px;
 	background-image: url(../images/shared/content_left_middle.gif);
 	background-repeat: repeat-y;
 	background-position: bottom;
}

div#content-green-edges p
{
 	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

div#content-green-edges h1
{
	font-family: Trebuchet MS, Arial, sans-serif;
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



/* Right Purple Column */

div#content-right-purple
{
	float: left;
 	width: 295px;
  padding: 0;
	margin: 0 0 30px 0;
	background-color: #583a87;
	background-image: url(../images/shared/content_right_top.gif);
	background-repeat: no-repeat;
}

img.bottom-right-curve
{
  	width: 295px;
  	height: 10px;
  	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: bottom;
}


div#content-right-purple p
{
	color: #fff;
 	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
}



img.photo-top-right
{
	padding: 2px 0 0 2px;
	margin: 0 0 0 0;
}



img.photo-bottom-right
{
	padding: 20px 0 0 2px;
	margin: 0 0 0 0;
}





/* Right White Column */

div#content-right-white
{
	float: left;
 	width: 295px;
  padding: 0;
	margin: 0 0 30px 0;
	background-color: #fff;
	background-image: url(../images/shared/content_right_white_top.gif);
	background-repeat: no-repeat;
}

img.bottom-right-curve-white
{
  width: 295px;
  height: 10px;
  padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: bottom;
}


div#content-right-white p
{
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #583a87;
 	padding: 10px 10px 0 10px;
	margin: 0 0 0 0;
}

img.photo-top-right-white
{
	padding: 10px 0 0 5px;
	margin: 0 0 0 0;
}





/* @end */

/* @group Footer */

/* Footer */

#footer
{
	width: 980px;
	height: 60px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #;
	text-align: left;
	border-top: 1px solid #000;
}


#footer p
{
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
}

/* @end */

/* @group Standard Defs */

/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}


/*
	Standard images
*/

img
{
	border: none;
}

/* Twitter */

body#twitterBody
{
background-color: #fff;
background-image: none;
}

h1#twitterHeading
{
font-family: Trebuchet MS, Arial, sans-serif;
   margin: 0 0 10px 0;
}

div.twtr-tweet-text p
{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.9em;
}

div.twtr-tweet-text a
{
font-family: verdana, arial, helvetica, sans-serif;
}




/* @end */




