/* General Text Styles */

* {
	font: 9pt Helvetica, Tahoma, Verdana,  Arial, sans-serif;
	color: #444;
}

body, p, span, tr, td, a, li{
	line-height: 20px;
}

a{
	color: #e77100;
	text-decoration: underline;

}

p{
	margin-bottom: 15px;
}

h1, h1 a{
	font: 18pt Century Gothic, Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #e77100;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	letter-spacing: 2;		
}

h2, h2 a{
	font: 14pt Century Gothic, Helvetica, Arial, sans-serif;
	line-height: 18px;	
	color: #e77100;
	margin: 10px 0px 10px 0px;
	font-weight: bold;	
}


h3, h3 a, legend{
	font: 11pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #444;
	text-transform: none;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h4{

	font-family: Garamond, Times New Roman;
	font-size: 1.2em;
	font-style: italic;
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 20px;
	

}

a:hover{
	color: #444;
}

/* Text Styles for Specific Areas */

div#top_nav, div#top_nav p, div#top_nav li, div#top_nav li a{
	font-size: 8pt;
	font-weight: bold;
	color: #EEE;	
}
div#top_nav a:hover, div#top_nav li a:hover{
	color: #AAA;
}

div#quote *{
    color: #DDD;
    font: 24pt Century Gothic, Helvetica, Arial, sans-serif;
    font-weight: light;
    margin: 10px;
    line-height: 44pt;
    text-align: right;
}


div#footer *{
	font-size: 0.9em;
}



/* Text Styles for Specific Elements */

/* Lists */
ul, ol{
	margin-bottom: 15px;
}

ul ul, ul ol, ol ul, ol ol{
	margin-bottom: 0px;
}


li{
	margin: 0px 0px 0px 40px;
	list-style-position: inside;
}

ul li{
	list-style-image: url('images/icons/blue_arrow.png');
}

ul li li{
	list-style-image: url('images/icons/grey_arrow.png');
}


/* Tables */
table{
    border: 2px #555 solid;
    border-width: 2px 1px 1px 2px;    
	margin-bottom: 15px;
}

table td{
    padding: 2px 8px;
    margin: 0px;
    border-style: none solid solid none;
    border-color: #555;
    border-width: 1px;
}

table thead td{
    text-align: center;
    font-weight: bold;
    background-color: #b3c5da;
    color: white;
}

table tr.odd td{

}

table tr.even td{
    background-color: #dbe4ed;
}



/* Styling Classes */

.serif, .serif * { font-family: Garamond, Times New Roman; font-size: 1.2em;}
.serif *{font-size: 1em;}

strong, b, .strong, .strong * { font-weight: bold;}

em, i, .emphasis, .emphasis * { font-style: italic; }

big, .big, .large { font-size: 1.5em; }
small, .small { font-size: 0.8em; }



.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; } 


