@charset "UTF-8";
/* CSS Document */

body {
	background: #ebe9e4 url(../media/mybg.gif) repeat-x;
}

#logininfo {
	float:left;
	width: 725px;
	margin-left: 25px;
	display:inline;
	font: 11px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #doc4a6;
	height:25px;
	/*margin-top: 1px;
	background-color: #191816;
	border-bottom: 1px solid #302d28;	
	border-top: 1px solid #302d28;	*/

	}
	
/* content styles */
#mywrap {
	width: 100%;
	background: url(../media/page_sdw_bg.gif) no-repeat center 0px;
}

#mycontent {
	margin: 0 auto;
	width: 900px;
	position:relative;

	}
	
#lmycontent {
	float:left;
	width: 150px;
	position:relative;
}

#rmycontent {
	float:left;
	width: 750px;
	position:relative;
}

	
.note2 {
	float:left;
	width: 375px;
	text-align:left;
	font-size: .9em;
	margin-top: 20px;
	margin-left: 10px;
	color:#FF9900;
	z-index:1000;
	position:relative;
	overflow:hidden;
	display:inline;
}

.none {
	display: none;
}


#imageflow {
	width: 750px;
	height: 290px;
	overflow:hidden;
	position:relative;

}

#images { 
	width: 750px !important;
	height: 247px !important;
}


#images img { 
	position:absolute; 
	top:0px; 
}


#instructions {
	width: 275px;
	float: right;
	margin-right: 10px;
}

#instructions h3, #instructions p{
	margin: 0;
	padding: 0;
	color:#5C5447;
}

#instructions h3 {
	font-size: 15px;
	padding-bottom: 5px;
}

#instructions p{
	font-size: 12px;
	padding-bottom: 3px;
}


.highslide {
	cursor: url(../Scripts/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide {

}

.SFimageOver{
	cursor: url(cursor_zoom_in.png), pointer; 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.imageOver{
	cursor: url(../Scripts/highslide/graphics/zoomin.cur), -moz-zoom-in; 
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../Scripts/highslide/graphics/loader.white.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;
}

a.highslide-full-expand {
	background: url(../Scripts/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

