/*
	StyleSheet by Jason Key
	http://www.texasinternetsolutions.com
		
*/

body {
background : #E4E4E4 url(../img/body_bg7.jpg) repeat-x;
padding : 0;
margin : 0;
line-height : 1.5em;
color : #333333;
}

a {
color : #890000;
background : none;
text-decoration : none;
}

a:hover {
color : #890000;
background : none;
text-decoration : underline;
}

p {
margin : 5px 0;
}

.mainsub {
	color: #2d2d2d;
	font: normal 18px/normal "Arial", Verdana;
	margin: 0;
	padding: 7px 0 7px 0;
}

h1 {
font : 1.8em Georgia, Serif;
padding : 8px 0 4px 0;
margin : 0;
}

h2 {
font : .8em Georgia, Serif:
color : #7A0A24;
}

h3 {
font : .8em Georgia, Serif;
padding : 0 0 0 10px;
margin : 0;
color : #ffffff;
}

h4 {
font : 1.4em Georgia, Serif;
padding : 8px 0 4px 0;
margin : 0;
letter-spacing : -1px;
}

h5 {
	border-bottom: 1px solid #dddddd;
	color: #ffffff;
	font: normal 3px/normal "Trebuchet MS", Verdana, Arial;
	margin: 0;
	padding: 0 0 0 0;
}

img {
border : 0;
}

hr {
height : 1px;
border-style : none;
color : #d0d0d0;
background-color : #c0c0c0;
margin : 10px 0;
}

#container {
background: #ffffff;
margin: auto;
margin-top: 0px;
position: relative;
padding : 0;
width: 880px;
}

#top {
background: #ffffff;
position: relative;
margin: auto;
margin-top: 8px;
margin-bottom: 16px;
height : 62px;
width: 880px;
}


#topcontainer {
background: #ffffff;
margin : auto;
position: relative;
width : 860px;
}

#topright {
margin: 0;
padding-top: 35px;
padding-right: 3px;
width : 600px;
float: right;
text-align: right;
}

#topright a{
color: #22365E;
font: 13pt Trebuchet MS;
}

#topleft {
margin: 0;
width : 210px;
padding-top: 10px;
background : inherit;
}

#midbox {
margin : auto;
position: relative;
background: url(../img/midbox_bg.jpg);
padding-top : 0;
height : 202px;
width: 880px;
border: 0;
}

#midleft {
margin: 0;
padding-left: 18px;
padding-top: 6px;
width : 500px;
background : inherit;
}

#midleft h1 {
font: 2.7em Times New Roman, Serif;
color: #ffffff;
line-height: 1.1;
font-weight: lighter;
letter-spacing: -1px;
padding-bottom: -5px;
}

#midleft a {
color: #FFF9E2;
border-bottom: 1px dashed #FFF9E2;
}

#midleft a:hover {
color: #FFF9E2;
text-decoration: none;
border-bottom: 0;
}

#midleft h2 {
font: 0.9em Arial, sans-serif;
padding-bottom: 0;
color: #ffffff;
font-weight: lighter;
line-height: 1.4;
letter-spacing: 0;
margin-top: 11px;
}

#midright {
margin-left: 0;
padding-top: 11px;
padding-right: 10px;
width : 313px;
float: right;
text-align: right;
}

#maincontent {
background: #ffffff;
margin: auto;
position: relative;
padding: 0;
width : 880px;
}


#maincontentboxarea {
background: #ffffff;
margin: auto;
position: relative;
padding-top: 0px;
padding-left: 0px;
width : 860px;
overflow: hidden;
}

#maincontentbox {
background: #ffffff;
margin: auto;
position: relative;
padding-top: 18px;
padding-left: 10px;
font: 12pt Arial;
width : 860px;
}

#maincontentbox h1 {
font: 1.2em Arial;
color: #890000;
font-weight: lighter;
line-height: 1.1;
}

#leftcol {
background: #ffffff;
font: 13px Arial;
line-height: 1.5;
width : 590px;
}

#leftcol h1 {
font: 1.7em Arial, sans-serif;
color: #890000;
line-height: 1.1;
font-weight: lighter;
letter-spacing: 0px;
padding-bottom: 12px;
}

#rightcol {
background: #ffffff;
font: 12pt Arial;
float: right;
width : 235px;
padding-top: 12px;
}

.arrowlistmenu{
width: 210px; /*width of menu*/
margin-left: 5px;
margin-top: 5px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #890000;
background: url(../img/text_arrow.jpg) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font: 9pt Arial;
text-decoration: none;
border-bottom: 1px solid #eeeeee;
}

.arrowlistmenu ul li a:visited{
color: #890000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #890000;
background: url(../img/text_arrow.jpg) no-repeat center left; /*custom bullet list image*/
}


.checklistmenu{
width: 290px; /*width of menu*/
margin-left: 0;
margin-top: 1px;
}

.checklistmenu ul{
list-style-type: none;
margin-left: 0px;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.checklistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
background: url(../img/check_arrow2.jpg) no-repeat top left; /*custom bullet list image*/
padding-left: 35px;
padding-top: 4px;
padding-bottom: 12px;
font: 0.9em Arial;
line-height: 1.3;
display: block;
color: #666666;
}

.checklistmenu ul li a{
padding-bottom: 2px; /*bottom spacing between menu items*/
background: url(../img/spacer.gif) no-repeat center left; /*custom bullet list image*/
color: #890000;
display: block;
padding: 0 0;
padding-left: 0px; /*link text is indented 19px*/
font: 1.2em Arial;
font-weight: bolder;
text-decoration: none;
border-bottom: 0px solid #890000;
}

.checklistmenu ul li a:visited{
color: #890000;
}

.checklistmenu ul li a:hover{ /*hover state CSS*/
color: #890000;
background: url(../img/spacer.gif) no-repeat center left; /*custom bullet list image*/
text-decoration: underline;
}



#midfooter {
   background: url(../img/index_footer.gif) repeat-x;
   border-top: 0px solid #cccccc;
   margin: auto;
   position: relative;
   height: 13px;
   width: 880px;
}

#midfooterleft {
   background-color: #eeeeee;
   border-top: 1px solid #cccccc;
   height: 50px;
   width: 100%;
}

#footer {
   background: #e4e4e4;
   margin: auto;
   position: relative;
   width: 840px;
}

#footerleft {
   background: inherit;
   padding-top: 12px;
   font: 0.8em Arial;
   width: 420px;
}

#footerright {
   background: inherit;
   border-top: 0px solid #cccccc;
   width: 400px;
   padding-top: 12px;
   float: right;
   font: 0.8em Arial;
   text-align: right;
}

#footerright a{
color: #22365E;
}