﻿    /********************************************
   AUTHOR:  			Yankee Planning Group, LLC
   WEBSITE:   			http://www.yankeeplanning.com
   WEBSITE NAME:		CTGBC
   DATE:          	    July 8, 2008          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/       

	body {		
	font: 11px/1.75em fixed Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: left;
	margin: 0 0 15px 0;
	background-color: #fff;
	
	
}

HR {
    height:1px;
    width:80%;
    background:#fff;
    align:left;
    margin:0;
	text-align: left;
}

	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        background-color: white;
             


    }
	#header {
		border-bottom:0px solid #000;
	}
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header h1 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header p {
	    padding:.4em 15px 0 15px;
        margin:0;
	
	    
	   

	}
	
	<style type="text/css">
   img {
border: none;
} 
    
#tabsC {
      float:left;
      width:100%;
      background:#EDF7E7;
      font-size:94%;
      line-height:normal;
      }
    #tabsC ul {
	  margin:0;
	  padding:5px 5px 0 5px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
        
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }
      
      #tabsB {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
      }
    #tabsB ul {
	margin:0;
	padding:7px 15px 0 15px;
	list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
      #tabsI {
      float:left;
      width:100%;
      background:#EFF4FA;
      font-size:94%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
      }
          
    #tabsI ul {
	margin:0;
	padding:5px 5px 0 15px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
      

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		

	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.colmid {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.colright {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col2 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.col1 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#eee;		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		background-color:white
    }
    #footer p {
        padding:15px 40px;
        margin:0;
    }
    /* --> */   
.newStyle2 {
	list-style-type: disc;
	list-style-position: outside;
}
