/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;

}

body {
	margin-top: 10px;
	background: #000000  no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
   	height:75%
}

h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
}

h3 {
}


h4 {
	font-style: italic;
	font-size: 2.6em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0px solid #C4C2C2;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}



/* Header */

#header {
	height: 38px;
	background: url(../images/img02x.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 800px;
	height: 27px;
	margin: 0 auto;
}


#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(../images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(../images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(../images/img05.gif);
}

/* Buttons */
.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 350px;
	border: 1px solid #000000;
}

.glossymenu li a{
	background: white url(../images/img03.gif) repeat-x bottom left;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
   	margin: 5px 15px 0px 0px;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 360px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}

.glossymenu li a:hover{
	background-image: url(../images/img04.gif);
	text-decoration: none;
	font-weight: bold;
    font-stretch: ultra-expanded
}

.glossymenu2{
	list-style-type: none;

	padding: 25px;
	width: 120px;
	border: 1px solid #000000;
  margin-bottom: 0;
  margin-left: 25;
  margin-right: 0;
  margin-top: 0
}

.glossymenu2 li a{
	background: white url(../images/img03.gif) repeat-x bottom left;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	width: 120px;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
   	margin: 5px 15px 0px 0px;
}

* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 130px;
}

.glossymenu2 li a:visited, .glossymenu2 li a:active{
	color: white;
}

.glossymenu2 li a:hover{
	background-image: url(../images/img04.gif);
	text-decoration: none;
	font-weight: bold;
    font-stretch: ultra-expanded
}


/* Wrapper */

#wrapper {
	background: url(../images/img06.gif) repeat-x;
}

/* Content */

#content {
	width: 761px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	height:100%; /* works only if parent container is assigned a height value */
}

/* Content > Main */

#main {
	float: left;
	width: 260px;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}


/* Blurbs ===================================== */

#blurb1  {
	margin-left: 300px;
	width: 375px;
}

#blurb2  {
	margin-top: 10px;
	margin-left: 100px;
	width: 700px;
}

#blurb3  {
	margin-top: 10px;
	margin-left: 100px;
	width: 700px;
   	margin: 0 auto;
}


#picmenu  {
/*    position: relative; */
/*    left: 0px;  */
/*    top: 0px;     */
/*	margin-top: 10px; */
	margin-left: 300px; */
	width: 500px;
}
/*
#picmenu  {
    position: absolute;
    left: 130px;
    top:  100px;
	margin-top: 0px;
	margin-left: 300px;
	width: 0px;
}
*/
/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 1px solid #393F4D;
	background: #000000; 
/*	background: url(../images/img09.gif) repeat-x; */
    bottom: auto
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}


