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;
}

body {
    background: #d7dad5 url('images/bg.gif') top repeat-x;
    text-align: center;
    font-family:"Lucida Grande",Verdana,Arial;
    font-size: 15px;
}

a, a:hover, a:visited {
    color: #ee8120;
    font-weight: bold;
    text-decoration: underline;
}    

br.clear {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}     

a.logo {
    display: block;
    float: left;
    height: 155px;
    width: 388px;
    margin: 5px 0 0 10px;
}

p.last_update {
    font-size: 11px;
    color: #336699;
    text-align: right;
    font-weight: bold; 
    float: right;
    padding: 15px 15px 0;
    width: 500px;
}

p.social {
    text-align: right;
    margin-top: 95px;
    height: 25px;   
    float: right; 
    padding: 0 15px 0; 
    width: 500px;
}

/* MAIN */

div.container {        
    position: relative;
    background: url('images/container.png') no-repeat;
    text-align: left;
    width: 983px;
    margin: 0 auto;
}

div.main {   
    margin-top: 20px;
    padding: 0 40px; 
    color: #fff;
    height: 410px;
}

div.description {
    margin-top: 90px;
    width: 280px;
    line-height: 1.2;
    float: left;
}

div.description p {
    margin: 20px 0;
    line-height: 1.1;
} 

div.form {
    width: 480px;
    height: 194px;
    float: left;   
    margin-top: 90px;
    margin-left: 95px;
    background: url('images/form.png') center top no-repeat; 
} 

div.form form {
    width: 480px;
    height: 119px;
    padding: 75px 0 0; 
}     

div.form form div {
    width: 190px;
    float: left;
    padding: 0 0 0 30px;
}  

div.form input.text {
     padding: 5px;
     border: 1px #c1c1c0 solid;
     font-weight: bold;
     width: 187px;
     height: 31px;
     margin-bottom: 15px;
     color: #666;
}

p.partner {
    margin-top: 40px;
}

div.footer {
    margin-top: 25px;
    padding: 15px 30px;
}

p.copyright {
    font-size: 10px;
}    

ul.links {
    list-style: none;
    margin: 20px 0;  
    font-size: 13px;
}    

ul.links li {
    list-style: none;
    display: inline;
    margin-right: 30px;
}

/* /MAIN */


/* DIRECTORY */ 

div.directory_container {        
    position: relative;
    background: #fff url('images/directory_header.png') center top no-repeat;
    text-align: left;
    width: 968px;
    margin: 0 auto;
}    

div.directory_container a.logo {
    margin: 5px 0 0 0;
}

#directory {   
    margin: 5px 0 0;
    padding: 40px 40px 0;     
    background: #fff url('images/cross-hatch-bg.png') top repeat-x;
}   

#directory h1 {   
    font-size: 200%;
    color: #5a8927;
    margin-bottom: 30px;
}        

#directory h1 span {
    color: #a3d8de;
}

#directory h3 {   
    font-size: 120%;
    margin: 20px 0 10px 0;
    font-weight: normal;
} 

#directory .group1 {
    width: 400px; 
    float: left;
}                 

#directory .group2 {
    width: 400px;
    float: right;
}  

#directory p {   
    line-height: 1.2;
    margin: 10px 0;
    font-size: 11px;
}               

#directory p a {   
    display: block;   
    font-weight: bold; 
    font-size: 13px;
}   

div.directory_container div.footer {
    margin-top: 0;
}     

div.directory_container p.copyright {
    padding-top: 275px;
    background: url('images/shadow-people.jpg') center top no-repeat;
}  

/* /DIRECTORY */

/* THANK YOU PAGE */

div.form div.thanks {
    text-align: center;
    padding-top: 95px;
    color: #000;
    font-weight: bold; 
} 

/* /THANK YOU PAGE */