/* Global Styles */

    * {margin: 0;
     position:relative;}

body {
font-family: Arial, Georgia ;
font-size:14px;

background-image:url('/tempimg/blueback.jpg');
background-color:#DDE0E5;
background-repeat:repeat-x;
}



p {
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}
	a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
h1 {
	font-size: 28px;
    margin-bottom:15px;
    margin-top:0px;
    color:#373737;
    font-family: 'Arial';
	font-weight: bold;
}
h2 {
	font-size: 24px;
    margin-bottom:15px;
    margin-top:15px;

    font-family: 'Arial';
	font-weight: bold;
}
h3 {
	font-size: 20px;
    margin-bottom:15px;
    margin-top:15px;
    font-family: 'Arial';
	font-weight: bold;
    color: #482F12;
}
h4 {
	font-size: 18px;
    margin-bottom:15px;
    margin-top:15px;
	color:maroon;
    font-family: 'Arial';
	font-weight: bold;
}
#Container {       
    margin: auto;
    position:relative;
    z-index:10;
    width:950px;
    
}

#MenuBack {
        margin: 0 auto;
		background-image:url('/tempimg/menublue.png');
		width:100%;
		position:absolute;
		top:325px;
		height:70px;
		z-index:20;
        text-align: center;
		
		
}
#Header {
	    position:relative;
        background-image:url('/tempimg/topbanner_2.jpg');
	    background-position:center top;
	    background-repeat:no-repeat;
        width: 1020px;
    	/*padding-left:25px;
    	padding-right:25px;*/

  	    margin-left:-25px;
  	    margin-right:-25px;
    	height:350px;
    	z-index:10;
}


#Content {       
	    position:relative;
	    background-image:url('/tempimg/middle.png');
	    background-position:center;
	    padding-left:35px;
	    padding-right:35px;
	    margin-left:-25px;
	    margin-right:-25px;
	    padding-bottom:10px;
        padding-top:40px;
		width:950px;
		z-index:9;
}


#HomeContent {       
	    position:relative;
	    background-image:url('/tempimg/middle.png');
	    background-position:center;
	    padding-left:35px;
	    padding-right:35px;
	    margin-left:-25px;
	    margin-right:-25px;
	    padding-bottom:15px;
        padding-top:40px;
		width:950px;
		z-index:9;
}

#Footer {       
    margin: auto;
    height:180px;
    position:relative;
    background-image:url('/tempimg/footer.jpg');
    background-position:top;
    background-repeat:no-repeat;
	padding-left:45px;
	padding-right:45px;
	margin-left:-35px;
	margin-right:-35px;
	z-index:8;
	width:950px;

}


#Contact {
height:10px;
position:absolute;
z-index:500;
right:28px;
top:5px;

color:white;
text-align:right;
}
#Contact a {
	color:white;
	font-size:14px;
}
#slideshow {
	width:896px;
	position:relative;
	top:17px;
	left:17px;
	height:271px;
	}
#slidebuttons {
	z-index: 300;
	position :absolute;
	width:889px;
	top: 265px;
    left:20px;
}
#FooterText
{
	width:950px;
	padding-top:10px;
	position:absolute;
	top:7px;
	z-index:300;
	text-align:left;
    line-height: 18px;
	color:#ffffff;
	}
#FooterText a{
	color: white;
}
/* Menu */
#MenuSpot {
    margin:0 auto;
	/*position:absolute;*/
    position:relative;
	left:-3px;
	top:10px;
    text-align:center;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	font-size:14px;
	font-weight:bold;
    margin:0 auto;
    position:relative;
    width: 1000px;

}
#nav td{
	position:relative;
}
#nav a{
	display:block;
	padding:7px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	color:white;

	/*--- color:#000000;---*/

	text-decoration:none;
		
}
#nav a:hover{
	color:#fff;
	
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav table{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	
}
#nav table td{
	padding-top:0px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	
}
#nav table a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
		margin:0px;
	border: 3px solid #1E1C3F;

}
#nav td:hover table{ /* Display the dropdown on hover */
	
	left:-1px; /* Bring back on-screen when needed */
	

}
#nav td:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#1E1C3F;
	text-decoration:none;

}
#nav td:hover table a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
		
}
#nav td:hover table td a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
		margin:0px;
	border: 3px solid #1E1C3F;
	
	background:#1E1C3F;
}
/*--- MgmtMenu ---*/
#MgtSpace {
	position:relative;
	height:25px;
}
#MgtMenu {
	position:fixed;
	bottom:0px;
	width:100%;
	height:55px;
	background-color:white;background-image:url('/images/SKWDMGMTHeaderbg.jpg');
	border-top-width:3px;
	border-top-color: gray;
	border-top-style: solid;
	z-index:50;
}
#MgtMenu table {
	width: 900px;
	height: 55px;
	background-image:url('/images/SKWDMGMTHeader.jpg');
	color:white;
	background-repeat:no-repeat;
}
#MgtMenu a {
	text-decoration:none; color:white;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
