/*
// SLA Glass
// Stylesheet

// maroon: #8c3546
*/


html{
min-height: 101%;
}

body{
font-family: "Trebuchet MS", tahoma, verdana, arial;
font-size: 0.7em;
padding: 0px;
border: 0px;
margin: 0px;
background-color: white;
background-repeat: no-repeat;
background-position: top center;
color: #666666;
}

a{
text-decoration: none;
color: #252525;
}

a.nopad{
padding: 0px;
}

a:hover{
text-decoration: underline;
color: #121212;
}

h1{
font-size: 14px;
font-weight: lighter;
color: #252525;
letter-spacing: 2px;
}


h2{
font-size: 14px;
font-weight: lighter;
color: #666;
letter-spacing: 2px;
margin-top: 2px;
padding-top: 2px;
}

img{
border: none;
}

.highlight{
color: #292927;
}




#fullbar{
width: 100%;
height: 70px;
background-color: #8c3546;
text-align: center;
margin-top: 5px;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;

}

#fullbarcontainer{
width: 920px;
text-align: center;
}


.container{
clear: both;
width: 920px;
text-align: left;
margin: 0px;
padding: 0px;
background-color: white;
margin-top: 4px;
height: auto;
}

#leftcol{
float: left;
width: 499px;
padding-bottom: 10px;
}

#rightcol{
float: left;
width: 390px;
margin-left: 20px;
}



#header{
float: left;
text-align: left;
width: 920px;
height: 130px;
margin: 0px;
padding: 0px;
}


#content{
width: 489px;
text-align: justify;
padding-top: 5px;
font-size: 12px;
color: #666666;
line-height: 13pt;
}


#imgholder{
width: 390px;
text-align: justify;
background-color: white;
padding-top: 1px;

}

#footer{
clear: both;
width: 920px;
height: 30px;
color: #666;
font-size: 10px;
}

#footl{
float: left;
width: 450px;
text-align: left;
padding: 5px;
}


#footr{
float: left;
width: 430px;
text-align: right;
padding: 5px;
}

#footer a{
color: #666;
}


.infobar{
width: 370px;
background: #8c3546;
padding: 5px;
color: white;
}

#imgholder div{
letter-spacing: 5px;
margin-top: 170px;
font-size: 13px;
padding: 10px;
padding-left: 30px;
width: 400px;
background-image: url(images/transback1.png);
color: #171849;
}

.narrow{
width: 170px;
}

#conleft{
float: left;
width: 370px;
margin-right: 30px;
}

#conlefttop{
height: 60px;
}

#conright{
float: left;
width: 370px;
}

#conrighttop{
height: 35px;
margin-top: 10px;
}

.newsstory{
clear: both;
border: 1px solid #8c3546;
padding: 5px;
padding-top: 0px;
width: 880px;
margin-bottom: 7px;
}

.newslink{
display: block;
float: left;
font-size: 11px;
padding: 4px 15px;
padding-left: 5px;
background: #8c3546;
color: white;
margin-right: 10px;
margin-bottom: 5px;
background-image: url(images/newsbtnrc.png);
background-repeat: no-repeat;
background-position: top right;
}

a.newslink:hover{
color: #e2e2e2;
text-decoration: none;
}

.newscurrent{
font-weight: bolder;
font-size: 12px;
background-color: #b66877;
background-image: url(images/newsbtnrc1.png);
}

.newsheadline{
width: 870px;
padding: 5px;
font-size: 13px;
font-weight: lighter;
color: white;
letter-spacing: 2px;
text-transform: uppercase;
background: #8c3546;
}

.catviewprod{
width: 280px;
height: 192px;
float: left;
}

.cvpfirst{
clear: both;
}


.itemimg{
display: block;
width: 195px;
height: 134px;
background-position: 30% 30%;
cursor: pointer;
border: 3px solid #fff;
outline: 1px solid #ddd;
font-size: 11px;
}

.item{
width: 195px;
height: 200px;
float: left;
text-align: center;
margin-bottom: 5px;
}

.item a:hover{
text-decoration: none;
}

.itemlink{
display: block;
width: 195px;
height: 134px;
}

ul.links{
list-style-type: none;
}

div.homebox{
width: 230px;
float: left;
margin-right: 10px;
}

div.homebox h2{
background: #8c3546;
color: white;
padding: 3px;
margin: 2px;
}

div.homebox h2.homenewstitle{
font-size: 12px;
background: none;
color: #8c3546;
padding: 0px;
margin: 0px;
}














	#navigation {
		width: 920px;
		height: 25px;
		text-align: left;
        margin-top: 1px;
	}
	#navigation a {
		display: block;
        float: left;
		padding: 5px 10px 5px 10px;
		color: #8c3546;
		text-decoration: none;
		vertical-align: middle;
		text-align: left;
		font-size: 10px;
        letter-spacing: 2px;
        margin-right: 20px;
	}
	#navigation a:hover {
    background: #8c3546;
		color: white;
	}
	#navigation a.current {
    background: #8c3546;
		color: white;
	}
	#navigation a.current:hover {
		color: #ccc;
	}

















