/*******************************************************
TITLE: Eville Swing Cats
DATE: Modified November 16,2009
AUTHOR: James Newman
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-size:16px;
line-height:22px;
font-family:"Comic Sans MS";
background-color:#FFF;
background-color:#ffffff;
}

p {
margin:4px 0 30px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1 {
font-family:"Comic Sans MS";
font-size:28px;
font-weight:bold;
margin:10px 0 5px 0;
color:#660000;
}

h2 {
font-family:"Comic Sans MS";
font-size:22px;
font-weight:bold;
margin-bottom:5px;
}

h3 {
font-family:"Comic Sans MS";
font-size:20px;
font-weight:bold;
}

h4 {
font-family:"Comic Sans MS";
font-size:18px;
font-weight:bold;
color:#FFFFFF;
margin:0 0 2px 0;
}

h5 {font-size:16px;
color:#F00;
}

h6 {
font-size:16px;
font-family:"Comic Sans MS";
color:#663399;
font-weight:lighter;
}

a:link, a:visited {
color:#cc0000;
text-decoration:none;
}

a:hover, a:active {
color:#999999;
text-decoration:none;
}


ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:960px;
border:1px solid #333333;
background-image:url(/csst_bg.gif);
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0;
width:960px;
height:200px;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:960px;
height:5px;
background-color:#333333;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 0;/*top, right, bottom, and left*/
width:120px;
height:650px;
}

#columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:2px 5px 10px 5px;
width:600px;
background-color:#ffffff;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:right;
text-align:center;
margin:0 10px 5px 0;
padding:0 ;
width:205px;
}
#columnThree p {
margin:4px 0 8px 0;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 0 1px 0px;
width:960px;
height:60px;
font-size:15px;
color:#cccccc;
background-color:#000000;
clear:both;
text-align:center;
}

#footer a:link, #footer a:visited {
color:#ff3333;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */