/* 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 Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* CLASS:ANNA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.anna {background-color:#FFF;}
.anna #main_wrapper {background-color:#FFF;}
.anna #header {background-color:#0499CC;}
.anna #nav {background-color:#0499CC;}
.anna #content {background-color:#FFF;}
.anna #footer {background-color:#1C3664;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:ANNA TEXT COLORS */
.anna h1 {
	color:#FFF;
	}
.anna h2 {
	color:#FFF;
	}

.anna h3, .anna h4, .anna h5 {
	color:#006699;
	}
.anna h6 {
	color:#000000;
	}

.anna p {
	color:#000;
	text-align: left;
	}
.anna ul, .anna ol, .anna dl, .anna blockquote, .anna cite {
	color:#BF9960;
	}
.anna cite {
	color:#FFF;
	}
.anna #nav ul, .anna #nav a {
	color:#FFF;
	}
.anna table, .anna form {
	color: #6430BF;
	}
.anna a {
	color:#BF9960;
	}
.anna a:hover {
	color:#727EA3;
	}
.anna #nav a:hover {
	color:#000;
	}
#footer_inner p {
	color:#FFF;
	text-align: center;
    }
.anna #content ul, .anna #content li {
	color:#006699;
	}

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.875em; /* 14pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
		       

#nav li {
	list-style-type:square;
	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:0px none;
	text-align: center;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
/* 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;}


#header_contactinfo {
	margin-left: 150px;
	font-size: 36px;
	font-weight: bolder;
	text-align: center;
}

#header_contactinfo p {
	font-size: 18px;
	font-weight: normal;
}

#header_nav {
	background-color: #1C3664;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	clear: both;
	text-indent: 5px;
}

p#footer_nav {
	color: #FFCC01;
	font-size: 16px;
}
.highlight {
	color: #FFCC10;
}
.byline {
	font-size: 20px;
	font-weight: bold;
}
#content_inner h1, #content_inner h2, #content_inner h3 {
	color: #000;
}
#costalogo {
	height: 75px;
	width: 275px;
	background-color: #FFF;
}
#footer_copyright {
	font-size: .8em;
}
#nav_inner {
	text-align: center;
}
#nav_inner h2, #nav_inner ul {
	text-align: left;
}
#header_contactinfo p a {
	color: #000;
	text-decoration: none;
}
.CRtable {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 600px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cellcolor1 {
	background-color: #ffcc01;
}
.cellcolor2 {
	background-color: #0499cc;
}
#header_nav a {
	color: #fff;
	text-decoration: none;
}
#footer_nav a {
	color: #ffcc01;
	text-decoration: none;
}
#tshirt p {
	font-size: 16px;
	color: #000;
	text-align: center;
}
#tshirt td {
	font-size: 14px;
	color: #000;
}
#header_inner p {
	text-align: center;
}
.center {
	text-align: center;
}
.CRtable .byline {
	text-align: center;
}
