/*layout position*/

#container {
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	width:850px;
	z-index:1;	
	}
#container2 {
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	width:850px;
	background-image:url(../../img/bkgnds/oval.gif);
	background-repeat: no-repeat;
	z-index:1;	
	}
#mainnav {
	clear: none;
	width: 72px;
	margin-right: 10px;
	float: left;
}
#masthead {
	clear: none;
	width: 575px;
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
#secondaryinfo {
	clear: none;
	width: 160px;
	float: right;
	padding: 10px;
}
#secondaryinfo2 {
	clear: none;
	width: 180px;
	float: right;
	padding: 0px;
	margin-top: 10px;
}
#maincontent {
	clear: none;
	width: 575px;
	margin-right: 10px;
	float: left;
}
#contentbox {
	width: 545px;
	margin: 0px;
	padding: 15px;
}
#contentbox2 {
	width: 485px;
	margin: 0px 10px 0px 10px;
	padding: 15px;
	background-color:#bd9bde;
}

#contenttable {
	margin: 0 0 0 -10px;
	clear: none;
	float: left;
}

#imgleft {
		float:none;
		margin: 0px 30px 20px 0px;
		clear:none;
}
#imgcenter {
		float:none;
		margin: 0 0 30 0;
		clear:none;
}
#imgfloatleft {
		float:left;
		margin: 0px 20px 30px 0px;
		clear:none;
}
#imgfloatright {
		float:right;
		margin: 0px 0px 30px 20px;
		clear:none;
}

/*headers*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom:0px;
}
h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	margin-top: 2px;
	margin-bottom:0px;
	text-decoration:none;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #276b63;
	margin-top: 2px;
	margin-bottom:10px;
	text-decoration:none;
}

/*lists*/

ul.squarebullet  {
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9933;
	padding-bottom:12;
	padding-left:-10;
}

li.squarebullet  {
	list-style-position: outside;
	list-style-image: url(http://www.thegallaghergroup.net/img/square.gif);
}

ul.boldlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
}

li.boldlist {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom:5;
}

/*text*/

body { 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5 0;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
}

.title {
    font-size: 14px;
	color: #990000;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 8px; 
	margin-top: 8px;
}

.standardtext {
	font-family: Verdana; 
	font-size: 12px; 
	font-variant: normal;
	line-height: 16px; 
	color: #000000; 
}
.standardtext14 {
	font-family: Verdana; 
	font-size: 14px; 
	font-variant: normal;
	line-height: 16px; 
	color: #000000; 
}
.formfields {
	font-family: verdana;
	font-size: 10px;
	font-color: #000000;
	font-weight: bold;
	line-height: 12px; 
}

.formfields2 {
	font-family: verdana;
	font-size: 10px;
	font-color: #000000;
	font-weight: bold;
	line-height: 12px;
	text-align: right;
}

.formsubfields{
	font-family: arial;
	font-size: 10px;
	font-color: #000000;
	font-weight: bold;
	font-style: italic;
	line-height: 12px; 
}

.footertext{
	font-family: verdana;
	font-size: 14px;
	color: #3333cc;
	font-weight: bold;
	font-style: italic;
	line-height: 16px; 
}

a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#599b9b;
	text-decoration:none;
}

.subtitle{
	font-family: Verdana; 
	font-size: 12px; 
	font-style: italic;
	line-height: 14px; 
	color: #000000;
	margin-bottom: 4px; 
}

.reports{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height: 13px;
	margin: 4 0 0 0;
}

.reportsbold{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	line-height: 16px;
	margin-top:5px;
}

.sidenav{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	line-height: 14px; 
}
.execintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	background-color: #7ABD7A;
	background-position: left;
	text-align: justify;
	margin-top: 0px;
	margin-right: 6px; 
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.purplebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	border-top-color: #7A59BD;
	border-right-color: #7A59BD;
	border-bottom-color: #7A59BD;
	border-left-color: #7A59BD;
	background-color: #7A59BD;
	background-position: left;
	text-align: justify;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.purplebox a {
	color:#E4BA6C;
}
.purplebox a:link {
	color:#E4BA6C;
}
.purplebox a:visited {
	color:#FF0;
}
.purplebox a:active {
	color:#FC3;
}
.purplebox a:hover {
	color:#9CCCCC;
}
.lightbluebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #145372;
	text-decoration: none;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	background-color: #C3E0E8;
	background-position: left;
	text-align: justify;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.purpleital {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	line-height: 16px; 
	font-weight: bold; 
	font-variant: normal; 
	color: #3333cc; 
}
.buttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	background-image: url(../../img/buttons/teal.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	text-align: center;
    margin-bottom: 3px;
    margin-top: 3px;
	padding-top: 9px;
}

.buttontext a:hover {
	color: #FFFFFF;
}
.buttontext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	background-image: url(../../img/buttons/teal.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	text-align: center;
    margin-bottom: 3px;
    margin-top: 3px;
	padding-top: 9px;
}
.buttontext2 a:hover {
	color: #FFFFFF;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;

}
.blacktext {
	color:#0S00;
}

a .blacktext  {
	color:#000;
}

#paragraph_focus {
	margin-top:0px;
	margin-bottom:10px;
	padding:10px;
	z-index:1;
	background-color:#9BBDDE;
	}
	
.marginbot10 {
	margin-bottom:10px;
}

.qt_ol li{
	margin-bottom:7px;
	font-size:12px;
}


a.tlc:link {
	color:#59419A;
	font-size: 14px;
	text-decoration:underline;
}
a.tlc:visited {
	color:#59419A;
	font-size: 14px;
	text-decoration:underline;

}
a.tlc:hover {
	color:#599b9b;
	font-size: 14px;
	text-decoration:underline;
}