/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


		html, body, div, header, footer, aside, nav, article, section	{ margin: 0; padding: 0; }
		header, footer, aside, nav, article, section	{ display: block; }
		body 			{ color: #333; font: 13px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #9e0b0f; }
		a				{ color: #3b597d; text-decoration: none;}
        a:hover         {  text-decoration: underline;} 
		p				{ margin: 0 0 18px; }
        #topbanner		{ background: #24364b; }
        #bottombanner		{ background: #24364b; }
        #developer		{ background: white; }
        #topbannertext	{ width: 940px; margin: 0 auto; }
        #bottombannertext	{ width: 940px; margin: 0 auto; }
		#container		{ width: 940px; margin: 0 auto; }
        #developertext	{ width: 940px; margin: 0 auto; padding-left: 40px; }

        #basicgap		{ width: 940px; height: 5px; margin: 0 auto; background: white; }
        #basicgapsmall		{ width: 40px; height: 5px; margin: 0 auto; background: white; }
        #basicgapblue		{ width: 940px; height: 5px; margin: 0 auto; background: #24364b; }
        #basicgapred		{ width: 940px; height: 5px; margin: 0 auto; background: #9e0b0f; }
        #primaryimage		{ width: 940px; height: 300px; margin: 0 auto; background: #24364b; }
			/* Header */
		header			{ background: #24364b; }
		header h1  	{ color: #ffffff; margin: 0 0 3px; padding: 24px 18px 0; }
		header p		{ color: #ffffff; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		nav		{ margin-left: 18px; }
		nav ul	{ padding: 0 18px 9px; }
		#extra			{ margin: 0 18px; }
        #extratwo			{ margin: 0 10px; }
        #extrathree			{ margin: 0 15px; }
        
		#extra small	{ font-size: 11px; line-height: 18px; }
        #extratwo small	{ font-size: 11px; line-height: 18px; }
        #extrathree small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin: 0 18px; }
		#content p, #extra p, #extratwo p, #extrathree p { padding-right: 15px; }
        #topbannertext a	{ font-size: 10.5px; }
        #bottombannertext a	{ font-size: 10 px; }
		
		/* Content Positioning and Size */
		nav		{ float: right; width: 550px;padding-top: 20px; }
		#content		{       }
		#extra			{ float: left; width: 300px; }		
        #extratwo			{ float: left; width: 300px; }	
        #extrathree			{ float: left; width: 230px; }	
        	
        /* Footer */
		footer			{ background: #24364b; border-bottom: 2px solid #aaa; clear: both; }
		footer a		{ color: #fff; }
		footer	p		{ color: #ccc; margin: 0; padding: 0 18px 9px; }
		footer ul		{ border-bottom: 1px solid #999; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
        
        topnav			{ background: #24364b; border-bottom: 2px solid #aaa; clear: both; }
		topnav a		{ color: #fff; }
		topnav	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		topnav ul		{ border-bottom: 1px solid #999; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		topnav li		{ display: inline; font-size: 10px; font-weight: bold; padding-right: 5px; }

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

     
#extratwo li:before {

    content:'\25A0';
   
    padding-right:7px;
    color: #9e0b0f; /* or whatever color you prefer */

}
#extra li:before {

    content:'\25A0';
   
    padding-right:7px;
    color: #9e0b0f; /* or whatever color you prefer */

}
li { 
    padding-left: 1em; 
    text-indent: -.7em;
    list-style:none;
}   