/* CSS Document */

@import url(announcements.css);
@import url(gallery.css);
@import url(menuh.css);

BODY {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	list-style-position: outside;
	background-color:#017699;
    }
	
	td, input, textarea{
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
a:link {
	color: #d9531c;
	
}
a:visited {
	color: #d9531c;

}
a:hover {
	color: #000;

}
a:active {

}	

#border {
    width:785px;
    margin-left:auto;
	margin-right:auto;
}

	
#topArea {
	clear:both;
	width:785px;
	height:128px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}
	

	


#logo {
    float:left;
	clear:both;
	padding-top:25px;
}

.search {

float: right;
clear:both;
margin-top:20px;
}

.textbox{
width:100px; 
float:left; 
font: 10px Arial, Helvetica, sans-serif; 
margin-top: 3px;
margin-right: 5px;
padding-top:2px;
padding-bottom: 1px;
border: solid 1px #cccccc;
background-color: rgb(255, 255, 255); 
color:Gray; 
}

.search input {

padding-top: 2px;

}

.search #send {

padding-left: 6px;
padding-top:6px;

}

.search fieldset{
	
	border: none;
	padding: 0;
	margin: 0;
	text-align: right;
	float:left;
}

	
#nav {
	float:right;
	width:482px;
	padding-top:85px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
	}


	
#flashMain {
	height:auto;
	width:785px;
}

#lowerBar {
    background-image:url(../images/lowerBarBG.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	height:27px;
	width:100%;
}

#tab1 {
    float:left;
}

#tab2 {
    float:left;
	padding-left:297px;
}

#tab3 {
    float:left;
	padding-left:71px;
}

#tabOther {
    float:left;
	
}

#contentBG { 
   background-color:#FFF;
	height:auto;
	width:100%;
	
	
}

#content {
   

   padding-bottom:20px;
 background-image:url(../images/content_BG.gif);
 background-repeat:no-repeat;
   width:774px;
   text-align:justify;
   background-color:#FFF;

 	padding-top:30px;
	border-left:11px solid #e4e4e4;
}

.homeHeading {
   clear:both;
   padding-bottom:12px;

}

.homeHeading2 {
   clear:both;
}


#column1 {
	float:left;
	width:450px;
	padding-left:20px;
	padding-right:40px;
	text-align:justify;
	font-size:12px;
}



#column2 {
    float:left;
	width:245px;
	text-align:left;
}

#column3 {
    float:left;
	padding-left:10px;
	width:148px;
	padding-right:8px;
	text-align:left;
	padding-bottom:20px;
	
}

#column4 {
    float:left;
	padding-left:10px;
	width:740px;
	padding-right:8px;
	text-align:left;
	padding-bottom:20px;
	
}

.otherItem {
    clear:both;
	width:auto;
	margin-right:5px;
	margin-top:12px;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom: 1px solid #CCC;
}

.otherItemLast {
    clear:both;
	width:auto;
	margin-right:5px;
	margin-top:12px;
}

.buttons {
	padding-top:15px;
	clear:both;
	float:left;
}

#button {
        width: 215px;
		margin-bottom: 1em;
        color: #333;
		margin-top:12px;
		margin-left:20px;
        }

        #button ul {
              
				list-style: none;
                margin: 0;
                padding: 0;
                border: none;
				font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
                }

        #button li {
               
				border-bottom: 1px solid #FFF;
                margin: 0;
                list-style: none;
                list-style-image: none;
				font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
                }

        #button li a {
                display: block;
                padding: 3px 18px 3px 0.5em;
                 border-left: 5px solid #f1f1f1;
              	color:#333;
				
	            background-color:#f1f1f1;
           		text-decoration:none;
               	font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
				
                }
				
				#button li #sub  {
                display: block;
                padding: 3px 18px 3px 1.5em;
                border-left: 5px solid #f1f1f1;
              	color:#333;
	            background-color:#f1f1f1;
           		text-decoration:none;
               	font-size:11px;
				font-family:Arial, Helvetica, sans-serif;

                }
				
				#button li #sub a:hover {
                display: block;
                padding: 3px 18px 3px 1.5em;
                border-left: 5px solid #f1f1f1;
              	color:#333;
	            background-color:#f1f1f1;
           		text-decoration:none;
               	font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
                }
				
				#button li #subOn {
                display: block;
                padding: 3px 18px 3px 1.5em;
                border-left: 5px solid #f1f1f1;
              	color:#333;
	            background-color:#f1f1f1;
           		text-decoration:none;
               	font-size:11px;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				
                }
				
				
	
        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 5px solid #d9531c;
            	font-weight:bold;
                color: #d9531c;
                }

        #button li #active {
                border-left: 5px solid #d9531c;
                color: #d9531c;
				font-weight:bold;
                }

	
#written {
    float:left;
	width:auto;
	text-align: justify;
	
	
	
}

#written2 {
	width:490px;
	padding-left:10px;
	margin-left:20px;
	text-align: justify;
	font-size:12px;
	padding-top:8px;
	background-image:url(../images/divLeft.gif);
	background-repeat:no-repeat;

	 
}

#footer {
    clear:both;
	border-left:11px solid #e4e4e4;
	font-size:10px;
	background-color:#FFF;
}

#footerBorder {
    
	width:735px;
	margin-left:20px;
	border-top: 1px solid #e4e4e4;
	height:50px;
}

	
#footer a:hover {
	color:#000;
	}

#footerLeft {
    float:left;
	
	margin-top:15px
}

#footerRight {
    float:right;
	
	margin-top:15px
}

.homeTitle {
    padding-bottom:9px;
}


.heading {
    font-size:13px;
	font-weight:bold;
	color:#d9531c;
}

.mainheading {
    font-size:12px;
	font-weight:bold;
	font-type:tahoma;
	color:#9D3100;
	padding-left:20px;
}

.contentH1 {
    font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-left:10px;
	clear:both;
	padding-top:5px;
   	padding-bottom:8px;
   	border-bottom:1px solid #e4e1da;
	background-image:url(../images/arrowsub.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-left:20px;
	height:21px;
}

.contentH2 {
    font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d9531c;
	clear:both;
   	padding-top:5px;
   	padding-bottom:8px;
   	border-bottom:1px solid #e4e1da;
	margin-left:30px;
	
}

.contentH2pros {
    font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c0022b;
	clear:both;
   	padding-top:5px;
   	padding-bottom:8px;
   	border-bottom:1px solid #e4e1da;
	
}

.subheading {
    font-size:12px;
	font-weight:bold;
}

.image {
    border: 1px solid #666;
	padding: 1px;
	margin-bottom:8px;
}

.clickHere {
    margin-right:5px;
}

table.calendar1 td{
	border-bottom:1px dashed #cccccc;
	padding:4px 10px 10px 4px;
}

table.doclist1{
    width:175px;
	margin-bottom:20px;
}

table.doclist1 div.desc {
    margin-bottom:2px;
	font-size:11px;
	width:100%;
}

table.doclist1 div.desc a:link {
    margin-bottom:2px;
	font-size:11px;
	width:100%;
}

table.doclist1 div.date {
     margin-bottom:5px;
	 font-size:9px;
}

table.doclist2 div.desc {
    margin-bottom:2px;
	font-size:11px;
	width:100%;
}

table.doclist2 div.desc a:link {
    margin-bottom:2px;
	font-size:11px;
	width:100%;
}

table.doclist2 div.date {
     margin-bottom:10px;
	 font-size:9px;
}

/* Gallery CSS */


.galleryLinks {
	width:440px;
	text-align:right;
	font-size:12px;
}
#written p.displaying {
	width:460px;
	float:none;
	display:block;
	margin:4px 0 10px 0;
	padding:0;
	clear:both;
	font-size:11px;	
	
}


#written p.displaying span{
	width:270px;
    float:left;
	margin:0;
	padding:0;
}

#written p.displaying .links{
	float:right;
	width:130px;
	text-align:right;
}
#written .galleryLinks{
	margin-top:4px;
}
#written .galleryLinks a, #written .galleryLinks a:visited {
	font-size:10px;
	color:#999;
}

#written .gallery {
     font-weight:normal;
	 color:#333;
}

#written table.gallery{
	clear:both;
}
#written table.gallery td{
	text-align:center;
	width:110px;

	
}
#written table.gallery table{
	margin:0 10px 20px 0;
	width:110px;
	
}

#written table.gallery table td{
	border:1px solid #999;

}

#written table.gallery td.desc{
	padding:5px 8px 5px 4px;
	width:110px;
	font-size:11px;
	border:none;
	text-align:left;
}


#written table.gallery td.date{
	border:none;
	padding:0 0 0 4px;
	font-size:11px;
}


#written table.gallery table{

	border:none;
}


#written table.gallery table td.image{
	width:110px; 
	text-align:center;
	padding:0;
	height:110px;
}

#written table.gallery p.imagedate{
	padding:8px 0 1px 0;
	border:none;
	margin:0;
}

#written table.gallery table td.image img{
	border:1px solid #999;
}


a.editlink, a.font-family:visited{
	font-size:10px;
}

#share {
	clear:both;
	float:left;
	margin-top:20px;
	width:100%;
	font-size:11px;
}

#share .mainPrice {
	font-size:12px;
	font-weight:bold;
	color:#d9531c;
}

#share .prices {
	font-weight:bold;
}

#share .logo {
	float:right;
}

#share .disclaimer {
	clear:both;
	font-size:9px;
	padding-top:15px;
}

#shareInternal {
	clear:both;
	float:left;
	width:100%;
	font-size:11px;
}

#shareInternal  .mainPrice {
	font-size:12px;
	font-weight:bold;
	color:#d9531c;
}

#shareInternal  .prices {
	font-weight:bold;
}

#shareInternal  .logo {
	float:right;
}

#shareInternal .disclaimer {
	clear:both;
	font-size:9px;
	padding-top:15px;
}
    a[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../Images/MailTo.gif) center left no-repeat;
    }

    a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/PDFIcon.png) center left no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/ExcelIcon.gif) center left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/PowerPointIcon.gif) center left no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/WordDocIcon.gif) center left no-repeat;
    }

    a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/ZIPIcon.gif) center left no-repeat;
    }

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}