img, div { behavior: url(images/iepngfix.htc) }

body {
background:url(images/bg.jpg) top center repeat-y;
background-color:#000;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#FFFFFF;
padding:0px;
margin:0px;
line-height:18px;
}
a {color: #FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color: #68c5eb;}
a:active { color:#000000;}

h1 {
font-size: 11px;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 0px;
margin:0px;}


/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
background:url(images/header_rep.jpg) top center repeat-x;	
height: 138px;	
text-align: left;
padding: 0px;
margin: 0px;
}

#header {
background:url(images/header.jpg) top center no-repeat;
width:1200px;
height:138px;
margin: 0px auto;
	
}



#nav {
width:524px;
height:82px;
float:right;
margin:26px 152px 0px 0px;
}

#flash{
width: 900px;
height: 349px;
margin: 10px 0px;
	
	}

/* -----------------content--------------------- */
#content {
padding: 0px;
margin-left: 0px;
margin-right: 0px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#promo{
width: 592px;
height: 225px;
float:right;
margin-top: 10px;
}

#news {
background: url(images/news1.jpg);
float:left;
width:290px;
height:224px;
color: #fff;
margin-top: 10px;
margin-bottom:20px;
}

#news p{
margin: 50px 10px 10px 10px;	
}

#news:hover {
background: url(images/news2.jpg);
float:left;
width:290px;
height:224px;
color: #fff;
margin-top: 10px;
} 

p {
padding: 5px 10px;
margin:0px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
padding: 0px;
text-align: right;
width:900px;
margin:10px auto;}

#network{
	
	float:left;
	margin:10px 0px;}

#cacpro{
	
	float:right;
	margin:10px 0px;}
	
#logo{
	
	float:left;
	margin:25px 0px 0px 150px;}	

.rollOverImageLink img
			{
				border:0px;
			}

			.rollOverImageLink .overImage, .rollOverImageLink .disabledImage
			{
				display:none;
			}	

			.rollOverImageLink .overImage
			{
				position:absolute;
			}
			
  #sliderbg {
            background: url(images/featured_bg.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            height: 258px;
            width: 900px;
			clear:both;
        }
 
 .sliderGallery {
            overflow: hidden;
            position: relative;
            height: 258px;
            width: 894px;
			margin: 0px 5px 0px 3px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 32px 5px 0px 5px;
			
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 842px;
            height: 17px;
            margin-top: 232px;
            margin-left: 28px;
            padding: 1px;
            position: relative;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(images/handle.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 0px;
        }

  .slider .slider-lbl1 {
            left: 80px;
        }
        
        .slider .slider-lbl2 {
            left: 120px;
        }
        
        .slider .slider-lbl3 {
            left: 296px;
        }

        .slider .slider-lbl4 {
            left: 520px;
        }

        .slider .slider-lbl5 {
            left: 740px;
        }

.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #FFFFFF; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #6dcff6; }
    .tweet .tweet_list .tweet_even {
       }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
		
		
		
#contactFormContainer
            {
				position: absolute;
            	left: 50%;
				margin-left: 215px;
				z-index:101;
				width: 194px;
            }
            #contactForm
            {
            	height:360px;
            	width:194px;
            	display:none;
				background-color:#333;
				line-height:13px;
            }
            #contactForm fieldset
            {
            	padding:30px;
            	border:none;
            }      
            #contactForm label
            {
            	display:block;
            	color:#0e3b78;
            }      
            #contactForm input[type=text]
            {
            	display:block;
            	border:solid 1px #0e3b78;
            	width:100%;
            	margin-bottom:10px;
            	height:18px;
            }  
            #contactForm textarea
            {
            	display:block;
            	border:solid 1px #0e3b78;
            	width:100%;
            	margin-bottom:10px;
            }  
			
            #contactForm input[type=submit]
            {
            	background-color:#336bb8;
            	border:solid 1px #0e3b78;
            	color:#ffffff;
            	padding:5px;
            }                
            #contactLink
            {
            	height:31px;
            	width:194px;
            	background-image: url(images/send.jpg);
            	display:block;
            	cursor:pointer;
            }
            #messageSent
            {
            	color:#0e3b78;
            	display:none;
            }		