@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image:url(images/sdd_dark_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}


#wrapper {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}



#welcome {
	margin-top:20px;
	margin-bottom:80px;
	position:relative;
	background-image:url(images/welcome.png);
	background-repeat:no-repeat;
	width:1200px;
	height:125px;
	float:left;
	clear:both;
}


#footer {
	width:180px;
	padding-top:200px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	
}

.title {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:large;
	color:#C90;
}

.copy {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:small;
	color:#CCC;
	
}

.para {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:medium;
	color:#CCC;
	text-align: justify;
	padding-right:20px;
	
}
	
a:link, a:active, a:visited{
	color:#c90;
	text-decoration:none;
}

a:hover{
color:#F00;
text-decoration:none;
}


/*Slider CSS */

#slider {
    width: 500px;
    margin: 0px auto;
    position: relative;
	clear:both;
}

.scroll {
    height: 220px;
    width: 500px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 190px;
    width: 480px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
	font-family:Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size:large;
	color:#C90;
    display: inline;
    margin-right:0px;
	margin-left:40px;
}

ul.navigation a {
    padding: 20px;
    color: #c90;
    text-decoration: none;
}

ul.navigation a:hover {
   text-decoration:underline;
}

ul.navigation a.selected {
  text-decoration:underline;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -25px;
}

.hide {
    display: none;
}
