/* CSS Document */


a {	
	color: #0000ff;	
	text-decoration: none

}
a:hover{
    color:#999;
        }

body {
	background-image:url(red_grad.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 12px;
	line-height: normal;	
	color: #000000;
	margin-top: auto;
 	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;


	}

img{
	margin: 0px 0px 0px 0px;
	display: block;
	}
.wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

.title {
    text-align: left;
}

.style1 {font-size: 14px; font-weight: bold; }
.style2 {font-size: 16px; font-weight: bold;}
.style3 {font-size: 14px; font-weight: bold}
.style4 {font-size: 14px; font-weight: bold; color:#F00;}
.style5 {font-size: 14px; font-weight: bold; color:blue;}
a.style5:hover{ color:#999;}
.style6{font-size: 14px; font-weight: bold; color:#00F;}
/*use for table headers*/
.style7{font-weight: bold; color:#FFF; background-color:#000}
.style8{color:#F00;}
.style9 {color:#F00; font-weight: bold;}
.style10{font-weight: bold;}
.style11{font-weight: bold; color: blue;}


#container {
background-color: white;
width: 100%;
height: auto;
margin: 0px;
padding: 0px;
/*background-repeat: repeat-y;*/
/*background-position: 0% 0%;*/

}
#container h1 {
    color: black;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 30px;
	line-height: normal;
	margin:0px 0px 0px 5px;
	}
 
#container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	line-height: normal;
	margin:0px;
	
	}
#container h3 {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 	
	color: black;
	line-height: 24px;
	margin:0px;
	text-align:center;
	background: #FF2020;
	border-bottom: 3px solid blue;
}	
#left {
width: 198px;
height: auto;
float: left;
padding: 10px 0px 0px 2px;
margin: 0px;
font-size: 14px;	
/*background-color: white;*/

}
#left p {
margin: 0px;
}
#left li{
line-height: 20px;
padding-left: 10px;
}
#center{
width: 535px;
height: auto;
float: left;
padding: 10px 0px 0px 2px;
margin: 0px;

/*background-color: white;*/

}
#center p {
margin: 0px;
}

#right {
width: 198px;
height: auto;
float: left;
padding: 10px 2px 0px 2px;
margin: 0px;
font-size: 14px;
/*background-color: white;*/

}
#right p {
margin: 0px;
}
#right li{
line-height: 20px;
padding-left: 10px;
}
#right img{
	margin: 0px 0px 0px 5px;
	display: inline;
	}
#main{
width: 736px;
height: auto;
float: left;
padding: 10px 0px 0px 2px;
margin: 0px;
/*background-color: white;*/

}
#main p {
margin: 0px 5px 0px 5px;
}
#main img{
	margin: 0px 5px 0px 5px;
	display: inline;
	}



#footer {
width: 100%;
height: auto;
margin: 0px;
padding: 0px;
/*background-color: white;*/
}
#footer img{
	margin: 0px 5px 0px 5px;
	display: inline;
	}
#table {
	line-height: normal;
	margin: 0px;
}


#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
color: blue;
text-decoration: none;
display: block;
margin: 0px;
padding: 0px;
width: 160px;
}
#nav li a:hover {
color: red;
text-decoration: none;
}

.chromestyle{
width: 100%;
font-weight: bold;
font-size: 16px;
line-height: 24px;
margin:0px;
padding:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
width: 100%;
background: url(blockactive.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#CCCCCC;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(blockactive.gif)  center repeat-x; /*THEME CHANGE HERE*/
color: White;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(blockdefault.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 24px;
margin:0px;
padding: 0px;
z-index:100;
background-color: #D00000;
filter: alpha(opacity=85);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
 -moz-opacity: 0.85; opacity:0.85;

width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#CCCCCC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white;
background-color: #FF0000;

}

/*Rounded corners*/
.rcontainer {
background: #FF2020;
color:#fff;
margin:0 5px;
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.r4{margin: 0 1px; height: 2px}


.rtop, .rbottom{
display:block;
background: white;
font-size:14px;
font-weight: bold;
color: white;
}

.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background: #FF2020;
}



/*Rotation Temp*/
#rotating-item-wrapper {
	position: relative;
	width: 353px;
	height: 290px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#simplegallery1 img{
	display: inline;
}


