@charset "utf-8";
/* SITE SPECIFIC LAYOUT */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.3em;
	color: #333;
	background-color: #f3f4f4;
}
div#page {
	width: 1000px;
	margin:  0 auto;
	padding: 0;
	text-align: center;
    }
    
    /* HEADER */
div#header {

	height: 83px;
	width: 955px;	
	margin-left: auto;
	margin-right: auto;

        }
    /* END HEADER */
    
    
    /* CONTENT */
div#content {
	margin: 0 auto;
	width: 955px;
        }  
        
     /* MAIN */
div#main {
                
            }
/* END MAIN */

#HomeNews
             {
	width:955px;
	height: auto;
	margin-top: 8px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	}
                
#HomeNews h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #40526A;
	font-family: Tahoma;
	text-align: left;
		 }
#HomeNews h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
	font-family: Tahoma;
	text-align: left;
		 }
#HomeNews p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: 1em;
	line-height:1.3em;
	color: #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    }
		
#HomeNews a:link, a:active {
	text-decoration: none;
	color: #3366CC;
    }
#HomeNews Butn a:link, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#InsideText
             {
	width:480px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	float: left;
}
	
#InsideText h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1C5380;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#InsideTextFull {
	width:750px;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 25px;
	float: left;
}
.aboutPhoto {
	float: right;
	margin-left: 20px;
}
.aboutPhotoleft {
	float: left;
	width: 250px;
	position: relative;
	margin-right: 20px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;

	padding-top: 5px;
	padding-bottom: 5px;
}

.TopBar {
	background-image: url(images/TopcolorBar.jpg);
	background-repeat: no-repeat;
	height: 22px;
	text-align: center;
}
    
/* END TYPOGRAPHY */    
.TopBar2 {
	height: 22px;
	text-align: center;
	background-color: #FFFFFF;
}
.contactph {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 259px;
	height: 72px;
	margin-top: 0px;
	padding-top: 0px;
}

 div#footer p {
            margin: 0;
            padding: 15px;
            
            font-size: 0.8em;
        }
    /* END FOOTER */
/* END LAYOUT */

    img {
        border: 0;
    }
.clear {clear: both;} 
/* LINKS */
    a,
    a:link,
    a:active {
	text-decoration: underline;
	color: #0066FF;
    }
    a:visited {
	color: #0066FF;
	text-decoration: underline;
    }
    a:hover {
	text-decoration: none;
	color: #990000;
    }

/* Breadcrumb LINKS */
  .breadcrumb{
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
	background: transparent url(images/breadcrumb.gif) no-repeat right center;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}

.breadcrumb a:hover{
text-decoration: underline;
}  
/* HEADINGS */
    h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #4b4b4b;
	margin-right: auto;
	margin-left: auto;
    }
    h2 {
	font-size: 1.3em;
	color: #4b4b4b;
	margin-right: auto;
	margin-left: auto;
}


    h3 {
	margin: 0 0 0.5em 0;
	padding:0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666666;
    }
    h4 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.2em;
        line-height: 1.3em;
        
        color: black;
    }
    h5 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.1em;
        line-height: 1.3em;
        
        color: black;
    }
    h6 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1em;
        line-height: 1.3em;
        
        color: black;
    }
/* END HEADINGS */

/* TEXT */
    p {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
        line-height:1.4em;
    }
    blockquote {
        margin-left: 10px;
        border-left: 10px solid #ddd;
    }
    pre {
        font-family: monospace;
        font-size: 1.0em;
    }
    strong, b {
        font-weight: bold;
    }
    em, i {
        font-style:italic;
    }
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
/* hOME lEFT LINKS */
#navlist ul{
	margin: 0;
}
#navlist li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
	line-height: 1.2em;
	font-size: 1em;
	margin-left: 25px;
}
#navlist a:link{
	color: #006699;
	text-decoration: none;
}

#navlist a:hover{
	color: #990033;
	text-decoration: underline;
	}
	
#navlist a:visited{
	color: #006699;
	text-decoration: none;
}
#navlist a:active{
	color: #006699;
	text-decoration: none;
}

 
#featureText{
	width: 675px;
	position: relative;
	padding-top: 10px;
	float: left;

}
.featureText ul{
	display: list-item;
}   

.featureText li {
	list-style-position: inside;
	list-style-type: square;
    text-align: left;
	line-height: 15px;
	font-size: 12px;
    text-indent: -1.2em
}
.featureText h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3F7EA0;
	line-height: 26px;
	background-position: 5px;
	padding-top: 10px;
}
.featureText h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;

}
.featureText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.featureText ul{
        margin: 0 0 1.5em 0;
        padding: 0;
        line-height:1.4em;

}
#featureTextAlternate {
	width: 680px;
	position: relative;
	padding-top: 10px;
	float: left;
	overflow:hidden;
}
#featureTextAlternate p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
}

/* enD hOME lEFT LINKS */
/* LISTS */
    ul {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height:1.4em;
    }
    ul li {
	margin: 0 0 0.25em .25em;
	padding: 0;
    }
    ol {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1.0em;
        line-height: 1.4em;
    }

    ol li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        
        font-size: 1.0em;
    }
    dl {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height: 1.4em;
    }
    dl dt {
        margin: 0.25em 0 0.25em 0;
        padding: 0;
        
        font-weight: bold;
    }
    dl dd {
        margin: 0 0 0 30px;
        padding: 0;
    }
/* END LISTS */
    
    
/* TABLE */
    table {
	margin: 0 0 0em;
	padding: 0;
	font-size: 1em;
    }
    table caption {
        margin: 0;
        padding: 0 0 1.5em 0;
        
        font-weight: bold;
    }
    th {
        font-weight: bold;
        text-align: left;
    }
    td {
        font-size: 1em;
    }
/* END TABLE */    
    
    hr {
        display: none;
    }
    div.hr {
        height: 1px;
        
        margin: 1.5em 10px;
        
        border-bottom: 1px dotted black;
    }

#box
{
	width: 985px;
	height: auto;
	margin: 0px auto;
	background-image: url(images/outer_frame_mid.jpg);
	background-repeat: repeat-y top center;
}

#boxbottom
{
	width: 985px;
	height: 9px;
	margin: 0px auto;
	background-image: url(images/outer_frame_btm.jpg);
}


/*START*/



#mtop
{
	width: 955px;
	height: 8px;
	background-image: url(images/top_line.png);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 0px;
}

#mmiddle
{
	width: 955px;
	height: auto;
	background-image: url(images/center_line.png);
	background-repeat: repeat-y;
	float: left;
}

#mbottom
{
	width: 955px;
	height: 8px;
	background-image: url(images/bottom_line.png);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 8px;
}

#mmiddle #mmtop
{
	height: auto;
	width: auto;
	clear: both;
	margin-top: -3px;
	margin-left: 6px;
	float: left;
}

#mmiddle #mmright
{
	width: 140px;
	height: auto;
	float: right;
	margin-right: 24px;
	margin-top: 12px;
}

#mmiddle #mmright li
{
	margin-bottom: 10px;
}

#footer_secure
{
	padding-top: 15px;
}

#footer
{
	width: 955px;
	height: 72px;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin-top: 8px; /* IE Fix */
	margin-left: auto;
	margin-right: auto;
}

#footer ul
{
	margin-top: 15px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	list-style-type: none;
}

#footer li
{
	float: left;
	clear: both;
}

#footer .footerListClass
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
}

#footer a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFDFDF;
	text-decoration: none;
}

#footer a:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer_links
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #DCDCDC;
	width: 954px;
	height: 40px;
	text-align: left;
	margin-left: 13px;
}

#footer_links a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #DCDCDC;
	text-decoration: none;
}

.footer_copyrightbox
{
	width: 915px;
	height: 45px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e2e2e2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e2e2e2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	line-height: 1.3em;
}

.footer_copyrightbox_text
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9A9A9;
	margin-top: 8px;
}
.footer_copyrightbox a:link	
    {
	text-decoration: underline;
	color: #999999;
    }

#bottompush
{
	width: 985px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;		
	background-image: url(images/outer_frame_mid.jpg);
	background-repeat: repeat-y;

}

.footerpush
{
	width: 915px;
	height: 20px;
}
.col1 {
	float: left;
	width: 350px;
}
.col2 {
	float: right;
	width: 350px;
	padding-right: 10px;
}
.member_sig {
	margin:0.3em 0;
	padding: 0.3em 0 0 75px;
	border-bottom: 1px #666 dotted;
	text-align: left;
	width: 585px;
	float: left;
}
ul div.post {background-color: #e5ebff; list-style-type: none;}

li div.post {background-color: #e5ebff; }
div.data {font-size: 10px; margin-bottom: 5px;}
#testimony  ul.posts_list div.image {
	width: 64px; margin-bottom: -22px; padding-right: 10px;
}
#testimony ul{list-style-type: none;}
#testimony ul.posts_list  li div.post {background-color: #e5ebff;}
#box #HomeNews #InsideTextFull #testimony .posts_list .post_outside .post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 5px;
}

#testimony ul.posts_list div.post_outside{background-position: 40px 30px; }
#testimony ul.posts_list li div.post_outside {
	width: 650px;
	background-image: url(images/quote_box_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-left: 10px;
	font-size: 11px;
	color: #666
}
#tricolumn {
	float: left;
	width: 220px;
	margin-right: 22px;
	padding: 0;
}
#tricolumn .menulist {
	margin: 0px;
	padding: 0px;
}
#tricolumn .menulist li {
	list-style-type: none;
	margin-bottom: 4px;
}
#tricolumn .menulist a {
	color: #FFF;
	display: block;
	padding: 4px;
	border: 1px solid #525252;
	background-color: #5F788B;
	text-decoration: none;
	} 
#tricolumn .menulist a:hover {
	color: #666666;
	display: block;
	padding: 4px;
    background-color: #fff;
	border: 1px solid #525252;	
	text-decoration: none;

}

#InsideTextFull h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #1C5380;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#sticker {
	float: right;
	width: 161px;
	position: relative;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.leftOne {
	float: left;
	width: 200px;
	text-align: left;
	background-color: #FFF;
}
.leftTwo {
	float: left;
	width: 420px;
	text-align: left;
	padding-left: 10px;
}

