/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
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;
}

/************* End of CSS Resest (Thanks Eric Meyer!) *********************/

body {
    font-family: arial, sans-serif;
    font-size: .9em;
    background: #000;
    color: #e3e7ee;
}

a{ color: #778fd7; text-decoration: none}
a:hover {color: #547bf2; text-decoration: underline;}

div#wrapper_1 {
    background-image: url("images/header_bg.png");
    background-repeat: no-repeat;;
    background-position: 50% 0%;
}

div#wrapper_2{
    background-image: url("images/body_bg.gif");
    background-repeat: repeat-y;
    width: 900px;
    margin:auto;
}

div#navigation {
    height: 49px;
}

#navigation li {
    float: left;
    height: 49px;
    text-indent: -10000px;
}

#navigation li a {
    height: 49px; 
   /* border: 1px solid yellow;*/
    width: 178px;
    display: block;
}

#navigation li#nav_1 {
    background-image: url("images/1.jpg");
    width: 196px;
}


#navigation li#nav_what a {
    background-image: url("images/what.jpg");
    width: 178px;
}
#navigation li#nav_what_active a {
    background-image: url("images/what_active.jpg");
    width: 178px;
}
#navigation li#nav_what a:hover {
    background-image: url("images/what_hover.jpg");
}


#navigation li#nav_who a {
    background-image: url("images/who.jpg");
    width: 178px;
}
#navigation li#nav_who_active a {
    background-image: url("images/who_active.jpg");
}
#navigation li#nav_who a:hover {
    background-image: url("images/who_hover.jpg");
}


#navigation li#nav_contact a {
    background-image: url("images/contact.jpg");
    width: 178px;
}
#navigation li#nav_contact_active a {
    background-image: url("images/contact_active.jpg");
}
#navigation li#nav_contact a:hover {
    background-image: url("images/contact_hover.jpg");
}


#navigation li#nav_end {
    background-image: url("images/end.jpg");
    width: 168px;
}

div#body {
    background-image: url("images/body_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 40px;
}

img.home_float {
    float: right; margin: 0 30px 30px;
}

img.whatis_float {
    float: left; margin: 0 30px 30px;
}

img.contact_float {
    margin: 30px auto;
}

p {
    line-height: 1.3em;
    width: 90%;
    margin: 1em auto;
    display: block
}

p.strong {color: #fff; font-size: 1.1em;}

hr {
    opacity: 0.15;
    margin: 30px 0;
}

p.bio_a {
    line-height: 1.7em;
    width: 500px;
    margin-left: 255px;
}

p.bio_j {
    line-height: 1.7em;
    width: 500px;
    margin-left: 45px;
}

blockquote.official {
		
	background-color: transparent;
	border-top: 17px solid #373c50;
	border-bottom: 5px solid #373c50;

}

blockquote.official cite {
	text-align: left;
	margin-left: 35px;
}


blockquote {
    background-image: url("images/ldqo.gif");
    background-repeat: no-repeat;
    background-position: 48px 20px;
    background-color: #202433;
    clear: both;
    padding: 20px 80px;
    font-family: Georgia;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.5em;
    color: #bcc1d6;
}

blockquote p {
    background-image: url("images/rdquo.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
}

blockquote cite {
    color: #616888;
    font-style: italic;
    font-size: .9em;
    width: 94%;
    text-align: right;
    display: block;
    margin-top: 10px;
}

blockquote cite:before { content: "—"}


div#footer {
    margin-top: 5em;
    font-size: .85em;
    text-align: center;
    margin-bottom: 1.2em;
}
div#footer .small {font-size: .9em }

.small {
    font-size: .8em;
    margin-top:-20px;
    margin-bottom:20px;
    color: #bcc1d6;
}