/*
------------------------------------
TOGETHER ALIVE YOUTH LINK STYLESHEET
1. GENERAL
2. COLUMNS
3. NAVS
3. HEADINGS
4. STYLES
5. HACKS
------------------------------------
*/



/* --------  MAIN   -------- */
body { 
background: #fff;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
line-height: 1.5em;
margin: 25px 0px;
text-align: center;
}

#container {
margin: 0px auto;
text-align: left;
width: 800px;
background: #ffffff;
}

tr { 
vertical-align: top;
}

#logo {
float: left;
padding: 0px;
margin: 0px;
width: 80px;
}

a, a:link, a:active, a:visited {
/*color: #ff3300;*/
color: #0033FF;
text-decoration: underline;
}

a:hover {
color: #ab2c0c;
text-decoration: none;
} 

/*--------  HEADER  --------*/
#smallnav {
float: right;
}

ul#tabs {
clear: both;
text-align: left; /* set to left, right or center */
margin: 2em 0 .5em 0; /* set margins as desired */
font: bold 30px "Courier New", Courier, monospace; /* set font as desired */
text-transform: uppercase;
border-bottom: 1px solid #ab2c0c; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabs li {
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #ff3300; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabs li a { /* settings for all tab links */
padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #ab2c0c; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fee; /* set unselected tab background color as desired */
color: #ff7654; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabs a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #ff3300; /* set selected tab link color as desired */
}


/* --------  BANNER   -------- */

#banner {
margin-bottom: 1em;
}

/* --------  CONTENT   -------- */
#content {
float: right;
width: 550px;
margin: 0 0 20px 0;
}


/* --------  FOOTER   -------- */
#footer {
clear: both;
margin: 0 auto;
padding: 20px 0 0 0;
border-top: solid 1px #ab2c0c;
width: 800px;
text-align: right;
}



/* ------- LEFT VERTICAL MENU  ------- */

#menu2 {
float: left;
margin: 0 0 20px 0;;
padding: 0px;
border: 0px;
font-size: 12px;
line-height: 16px;
width: 200px;
text-transform: capitalize;
}


#menu2 ul  {
list-style: none;
margin: 0px;
padding: 0px;
font-weight: bold;
}

#menu2 li a {
text-decoration: underline;
}

#menu2 li a:link, #menu2 li a:visited {
/*color: #ff3300;*/
display: block;
background:  url(images/arrow_red.gif) no-repeat;
padding: 3px 0px 5px 12px;
/*border-bottom: 1px solid #cccccc;*/
}

#menu2 li a:hover {
color: #ab2c0c;
background:  url(images/arrow_red.gif) no-repeat;
padding: 3px 0px 5px 12px;
/*border-bottom: 1px solid #cccccc;*/
}



/* --------  HEADING   -------- */
h1 {
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: normal;
line-height: 22px;
margin: 0px;
padding: 0px;
}

h2 { 
color: #1185c1;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
line-height: 24px;
padding-top: 0px;
margin-top: 0px;
}

h3 { 
color: #1185c1;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
}

/* --------  CONTACT FORM   -------- */

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

ul#contactform li {
margin: 10px 0 0 0;
}

ul#contactform label {
display: inline-block;
width: 50px;
}

/* --------  STYLES   -------- */

.yellow_bg {
background-color: #FFFF00;
}

.blue {
color: #1c8ec8;
}

.orange {
color: #ff3300;
}

.border {
border-right: 1px solid #cccccc;
border-top: 1px solid #cccccc;
padding-top: 5px;
}

.bordertop {
border-top: 1px solid #cccccc;
padding-top: 5px;
}

.paddingbottom {
padding-bottom: 3px;
}

.red {
color:#CC0000;
}

.orangetitle{
color: #ff3300;
margin-bottom:0px;
font-size:14px;
font-weight:bold;
}

.bluetitle {
color: #1c8ec8;
font-size:14px;
font-weight:bold;
}

#redquote { 
width:275px;
margin:0px 10px 0px 0px;
padding:5px;
float:left;
font-size:15px;

color:#CC0000;
}

.orangeheadline
{
color: #ff3300;
margin:0px 0px 5px 0px;
font-size:17px;
font-weight:bold;
text-align:right;
}

.justified{text-align:justify;}


.trusteesub  {margin-top:0px;padding-left:50px;}

#menu2 ul li.nounderline{border-bottom:1px  solid #fff;}

.images 
{
margin-top: 15px;
margin-left:72px;
float:right;
}

.imagesfirst
{
margin-top: 15px;
float:left;
}



/* =HACKS
----------------------------- */
.clearfix:after {
content:".";
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */





