/* CSS Reset */

* {
    margin: 0 auto;
    padding: 0;
}

/* -------------------*/

/* General CSS Declarations */

body {
    background-color: #008599;
    font: 1em Georgia, Trebuchet MS, Verdana;
}

a {
    outline: none;
}

img {
    border: none;
}

hr {
    border: none;
    background-color: #ddd;
}

/* -------------------*/

/* Clear all floats */

.clearFloat {
    clear: both;
    height: 10px;
}

/* -------------------*/

/* Wrapper that surrounds the entire body  */


#wrapper {
    width: 1000px;
    text-align: center;
    background: url(../images/bodybg.jpg) repeat-x top;
}

/* -------------------*/

/* Menu style declaration */

#menu-container {
    width: 950px;
    height: 25px;
    padding-top: .5em;
    padding-bottom: .5em;
    position: relative;
    margin: 0px auto 0px;
    display: block;
}

#drop_down_menu {
    position: absolute;
    float: none;
    clear:both;
    text-align: left;
    width: 950px;
    display: block;
    left:0px;
    top:.5em;
}

#drop_down_menu li:hover ul, #drop_down_menu li.over ul { 
    display: block;
}

#drop_down_menu ul {
    margin: 0;
    list-style: none;
}

#drop_down_menu li {
    float: left;
    list-style: none;
}

#drop-down_menu li ul {
	font: .9em Verdana;
}
#drop_down_menu ul li {
	font: .8em Verdana;
	color: #fff;
}

#drop_down_menu a:hover {
    text-decoration: underline;
}

#drop_down_menu li a, .active {
	text-decoration: none;
	color: #fff;
        margin-right: 4em;
	font-size: .9em;
}

#drop_down_menu li a.yellow {
	background: #ffe947;
	padding: .2em;
	color: #008599;	
}

.active {
    background-color: #016170;
    padding: .2em;
}
#drop_down_menu li ul li { display:block; float:none; clear:both; text-align: left; }
#drop_down_menu li ul li a {
	display: block;
	padding: .4em;
	width: 9em;
        background-color: #016170;
        border-bottom: .1em solid #ccc;
	text-align: left;
	font: .9em Verdana;
	margin: 0;
}
#drop_down_menu li ul li a:HOVER { text-decoration:underline; }

/* -------------------*/

/* Header style declaration */

#main {
    background-color: #fff;
    margin-bottom: .5em;
    width: 950px;
    clear: left;
}

#header {
    height: 100px;
    width: 930px;
}

#header #logo {
    float: left;
    background: url(../images/teclogo.jpg) no-repeat;
    width: 400px;
    height: 95px;
    margin-left: .5em;
    margin-top: .5em;
}

#logo h1, h2 {
    text-indent: -9999px;
}

#header #contact_information {
    float: right;
    margin-right: 1.5em;
    margin-top: 2em;
}

#contact_information h3, h4 {
    color: #878887;
    font-family: Verdana, Franklin Gothic Medium;
}

#contact_information h3 {
    font-size: .8em;
}

#contact_information h4 {
    font-size: .9em;
}

/* -------------------*/

/* Quotes style declaration */

#quotes_home {
    background: url(../images/quotesbg.jpg) no-repeat center;
    height: 173px;
    text-align: left;
}

#quotes_volunteer {
    background: url(../images/quotesbg_volunteer.jpg) no-repeat center;
    height: 173px;
    text-align: left;
}

#quotes_programs {
    background: url(../images/quotes_programs.jpg) no-repeat center;
    height: 173px;
    text-align: left;
}

#quotes_projects {
    background: url(../images/quotes_projects.jpg) no-repeat center;
    height: 173px;
    text-align: left;
}

#quotes_donation {
    background: url(../images/quotes_donations.jpg) no-repeat center;
    height: 173px;
    text-align: left;
}

#quotes_home .text, #quotes_volunteer .text, #quotes_programs .text, #quotes_projects .text, #quotes_home .text_home, #quotes_donation .text {
    width: 770px;
    margin-left: 8em;
    padding-top: 1em;
}

#quotes_home .text h5  {
    color: #fff;
    margin-left: 9em;
    padding-top: .5em;
    font-size: 1em;
}

#quotes_home .text p, #quotes_volunteer .text p, #quotes_programs .text p, #quotes_projects  .text p, #quotes_home .text_home p, #quotes_donation .text p {
    font-size: .9em;
    margin-left:10em;
    margin-top: 1em;
    color: #365037;
}

#quotes_volunteer .text p, #quotes_programs .text p, #quotes_projects .text p, #quotes_home .text_home p, #quotes_donation .text p {
    margin-top: 2.5em;
}

#quotes_home p.author, #quotes_volunteer p.author, #quotes_programs p.author, #quotes_projects p.author, #quotes_donation p.author  {
    font-size: .8em;
    text-align: right;
    margin-top: 1em;
}

/* -------------------*/

/* Content style declaration */

#content {
    width: 910px;
    text-align: left;
}

#content a {
    color: #649d67;
    /* 006699, FFA34F, cellpic3.gif, 98AAB1, 006699 */
}

#content a:hover {
    text-decoration: none;
}

#content ul {
    margin-left: 1em;
}

#content ul.alphabets {
    list-style: lower-alpha;
    margin-left: 2.5em;
}

#content ul.roman {
    list-style: lower-roman;
}

#main_content {
    float: left;
    width: 630px;
    margin-bottom: 1em;
}

h1, h3 {
    color: #0e7787;
}

#main_content h1, #content h1, #right_content h1 {
    font-size: 1.1em;
    padding-top: 1em;
}

#main_content h3, #content h3 {
    font-size: 1em;
    padding-top: .5em;
    color: #666;
}

span.small {
    font-size: .8em;
}

#main_content p, #right_content form p, #right_content p, #content p, #content ul li {
    font-size: .8em;
    color: #333;
    padding-top: 1em;
    word-spacing: .1em;
    line-height: 1.5em;
}

#right_content {
    float: right;
    width: 230px;
    margin-left: .5em;
    margin-bottom: 1em;
    margin-right: .5em;
    margin-top: 1em;
}

#right_content h1 {
    margin-top: -1em;
}

#right_content h3 {
    font-size: .8em;
}

#right_content form, #main_content form {
    margin-bottom: 3.5em;
}

#right_content form label, #main_content form label {
    float: left;
    width: 70px;
    text-align: left;
}

#main_content form label {
	width: 100%;
}


#right_content form p, #main_content form p {
    padding: 0;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 5px;
}

#right_content .btn, #main_content .btn {
    float: right;
    background-color: #027b8d;
    border: none;
    padding: .3em;
    margin-top: .5em;
    color: #a2d4a5;
}

#main_content .btn {
	float: left;
}

#right_content select, #right_content form input {
    border: .1em solid #999;
    color: #737171;
}

#right_content p a.pdf {
    background: url(../images/pdf.jpg) no-repeat left;
    color: #649d67;
    padding-left: 1.8em;
}

#right_content p a:hover {
    text-decoration: none;
}

p.top {
    text-align: right;
}

p.bold {
    font-weight: bold;
}

/* -------------------*/

/* Footer Style Declaration */

#footer, a {
    margin-bottom: .5em;
    color: #cdcbcb;
}

#footer a:hover {
    text-decoration: none;
}

#footer p {
    font-size: .7em;
}

#footer ul {
    font-size: .8em;
    margin-top: .5em;
}

#footer ul li {
    display: inline;
    list-style: none;
}

/* -------------------*/

/* CSS file ends */

