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





/*----  Defaults   ---*/

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
	background:#5c7690 url(../images/bkgdSliver.jpg) repeat-x 0 0;
}


/*---  Typography  ---*/

h1, h2, h3, h4 {
	margin-left:5px;
	padding-top:1em 0;
	color:#fff;
	
}

h1.hidden {
	text-indent: -9999em;

}

.center {
	margin: 0 auto;
	text-align: center;	
}

p {
	padding:1em 1em 0 3em;
}

a {text-decoration:none; text-align:center; font-weight:bold; color:#FFFFFF;}
a:link { }
a:visited {color: #FFFFFF;}
a:hover {color: #66FFFF;}
a:active {color: #FFFF33;}


/*---  DIV IDs  ---*/

#plasma {
	margin:0 auto;
	padding:0;
	width:1024px;  /*-----  This line changes the width of the layout  ---*/
	background:  url(../images/plasmaBKGD.png) no-repeat 0 0;
}

#wrapper {
	margin:0 auto;
	padding:0;
	width:700px;  /*-----  This line changes the width of the layout  ---*/
	background: transparent url(../images/clearBKGD.png) repeat-y 0 0;
}

#header {
	margin:0;
	padding:0;
	width:auto;
	height:125px;
	background: transparent;
}

#navmenu {
	margin:0 auto;
	padding:0;
	width:auto;
	height:25px;
}

#navmenu ul {
	margin:0;
	padding:0;
}

#navmenu li {
	margin:0;
	padding:0 20px;
	height:25px;
	width:125px;
	display:inline;
	background-color:#999999;
	border:thin solid #FFFFFF;
}

#content {
	margin: 0 auto;
	padding:0;
	width:auto; /*---  set this to combined width of "sidebar" and "main" to center columns  ---*/
}

#sidebarL {
	margin:0;
	padding:0;
	float:right;
	height:auto;
	width:200px;  /*---  Change this value in proportion to "wrapper" width and "main" width  ---*/
	background-color:#999999;
}

#sidebarR {
	margin:0;
	padding:0;
	float:right;
	height:auto;
	width:200px;  /*---  Change this value in proportion to "wrapper" width and "main" width  ---*/
	background-color:#666666;
}

#main {
	margin:0 auto;
	padding:0;
	height: auto;
	width:700px;  /*---  Change this value in proportion to "wrapper" width and "sidebar" width  ---*/
	background: transparent;
}

#footer {
	clear:both;
	margin:0 auto;
	padding:20px 200px;
	height: auto;
	width:auto;
	background:  ;
	text-align: center;
}

/*---  List Classes  ---*/

ul {
	list-style:none;
	margin:0;
	padding:0 0 0 15px;
}

li {
	margin:0;
	padding:0 0 0 15px;
}


/*--- joomla! classes ---*/

.contentpaneopen {
	padding: 0 0 1em:;
	font-size: small;
}

.contentheading {
	font-weight: bold;
}

/*--- misc classes ---*/

.centeredImage
    {
    text-align:center;
    margin-top:0 auto;
    padding:0px;
    }