/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style:normal;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#663366;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

p	{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}

p.linklisting	{
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	line-height:1.5em;
}
	
#wrapper { 
 margin: 0 auto;
 margin-top: 2em;
 width: 850px;
}

#content { 
 width: 825px;
 color: #333;
 border: 5px double #336666;
 background: #fff;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 475px;
 background-image:url(images/logo-bg-new3.gif);
 background-repeat:no-repeat;
}

#contenthome { 
 width: 825px;
 color: #333;
 border: 5px double #336666;
 background: #fff;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 height: 475px;
 background-image:url(images/logo-bg-new3.gif);
 background-repeat:no-repeat;
 z-index:1;

}

#slideshow {
	z-index:0;

}

.footer { 
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 11px;
	line-height: 1em;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	width: 825px;
}

.slideshow {
	width: 350px;
	height: 350px;
	float:right;
	position:relative;
	left: 698px;
	top: 199px;
	
}
	

/*navigation begins */

#dd {
 margin-left: 24%;
 padding: 0 0 20px 0;
}

#dd li {
 margin: 0;
 padding: 0;
 list-style: none;
 float: left;
 font: bolder 11px arial;
}

#dd li a.menu {
 display: block;
 text-align: center;
 background: #FFFFFF;
 border: 1px outset #336666;
 padding: 5px 10px;
 margin: 0 1px 0 0;
 color: #336666;
 width: 80px;
 text-decoration: none;
}

#dd li a.menu:hover {
 background: #ccc;
} 
.submenu {
 background: #333300;
 border: 1px solid #5970B2;
 border-style: groove;
 width: 102px;
 visibility: hidden;
 position: absolute;
 z-index:3;
}

.submenu a {
 display: block;
 font: 11px arial;
 text-align: center;
 text-decoration: none;
 padding: 3px;
 border-color: #ccc;
 border-style: groove;
 color: #FFFFFF;
}

.submenu a:hover {
 background: #999933;
 color: #FFF;
}
#wrapper {
	left: auto;
}

div#preload { display: none; }

