/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: .3em; border:2px solid #c0c0c0}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: .3em; border:2px solid #c0c0c0} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#999999;}
#main_wrapper {background-color:#fff;}
#header {background-color: white}
#nav {background-color:transparent;}
#content {background-color:#FFF;}
#promo {background-color:transparent;}
#footer {background:white url(../Back_Images/footer1.gif) no-repeat;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, Arial, sans-serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h5 {
	color:#656565;
	}
h4 {color:black;}
h6 {
	color:#c00;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
	
table, form {
	color: #666;
	}
a {
	color:#CC0000;
	font-weight:bold;
	}
a:hover {
	color:#006;
	text-decoration:underline;
	}	
#footer p {
	margin:0;
	color: white;
	}

	


/* FONT SIZES */
h1 {font-size:1.25em; /* 20pt */
	}
h2 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.0em; /* 16pt */
	line-height:1.25;
	}
h4 {font-size:.875em;/* 14pt */
	}
h5 {font-size:.875em; /* 14pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.75em; /* 11pt */
	line-height:1.25; /* on 13.75pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	text-decoration:none;
	}
a:hover {
	
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.75em;
		line-height:1.5;
		text-indent:5px;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:0em 0em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em .5em 1em .5em;
	border-top:1px solid #c00;
	border-bottom:1px solid #c00;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em 1em .3em 1em;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 


/* Right Column Boxes */
.rtbox {width: 186px;
border: 1px solid #c0c0c0;
margin:5px auto 20px auto;
background-color:transparent;
}

.rtbox h3 {font-size: .8em; border-bottom:1px solid #c0c0c0; background-color:#f3f3f3; padding: 4px; font-weight:bold;}

.rtbox p, .rtbox h6 {padding:4px 4px 0px 4px; font-size:.8em; color:#656565;} 

.rtbox ul, .rtbox a   {padding:4px; text-indent:-3px;}
.rtbox li {padding-bottom:4px;}

/* Left Column Boxes */
.ltbox {width: 150px;
border: 1px solid #c00;
margin:5px auto 20px auto;
background-color:transparent;
}

.ltbox h3 {font-size: .8em; border-bottom:1px solid #c00; background-color:#c00; padding: 4px; font-weight:bold; color:white;}

.ltbox p, .ltbox h6 {padding:4px 4px 0px 4px; font-size:.8em; color:#656565;}
.ltbox ul, .ltbox a {padding:4px;}

/* Center Column Boxes */
.ctbox {
float:left;
border: 1px solid #c0c0c0;
margin:5px 5px 20px 5px;
background-color:transparent;
}

.ctbox h3 {font-size: .9em; border-bottom:1px solid #c0c0c0; background-color:#f3f3f3; padding: 4px; font-weight:bold;}
.ctbox h5 {font-size: .8em; border-bottom:1px solid #c0c0c0; background-color:#f3f3f3; padding: 3px; font-weight:bold;}
.ctbox p, .ctbox ul, .ctbox a {padding:4px;}
.ctbox p, .ctbox ul, .ctbox li {color:black;}
.ctbox li {text-indent:-1px;}

.news {border-top:1px dotted #c0c0c0;
		margin-top:.7em;}
.news h6 {color:black;} 

table.ssbm {border:1px solid white;  font-size:.6em;}
table.ssbm  th {border:1px solid white; background-color:#333; color:white;}
table.ssbm  td {border:1px solid white; background-color:#f3f3f3; color:#333;}
table.ssbm  td.red {background-color:red;}
table.ssbm  td.green {background-color:#009900; }
table.ssbm  td.yellow {background-color:yellow; }
table.ssbm  td.center {text-align:center; }

.smalltext {font-size:8px;}

table.colombo {border:1px solid #999;  font-size:.6em; text-align:center;}
table.colombo  th {border:1px solid #999; background-color:#333; color:white;}
table.colombo  td {border:1px solid #999; color:#333;}
table.colombo td a {text-decoration:underline; color:#333;}
table.colombo td a:hover {color:#c00;}
table.colombo td.dark {background-color:#666; color:white;}
table.colombo td.med {background-color:#ccc;}
table.colombo td.light {background-color:#f3f3f3;}