/* CSS Document */

body{
	padding : 0;
	margin : 0;
/*	background-color : #ffffff;*/
/*	background-color : #C1C1C1; */
	background-color:#333333;
}


/* Layer Positioning */

#Content {
	position:absolute;
	left : 50%;
	top : 25px;
	height : 500px;
	width : 760px;
	margin-left : -380px;
	background-color : #FFFFFF;
	z-index : 10;
	}
	
#parentdiv{
	position:absolute;
	left : 50%;
	top : 25px;
	width : 760px;
	margin-left : -380px;
	background-color : #FFFFFF;
	z-index : 20;
}
	
#parentdiv2{
	position:absolute;
	left : 50%;
	top : 25px;
	width : 760px;
	margin-left : -380px;
	background-color : #FFFFFF;
	z-index : 20;
}

#logo{
	height : 118px;
	width : 730px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	background-color : #3EA71F;
	z-index : 50;
}

#menu{
	height : 24px;
	width : 730px;
	margin-left: 15px;
	margin-right: 15px;
	background-color : #3EA71F;
	z-index : 60;
}

#leftheading{
	height : 30px;
	width : 415px;
	margin-top: 48px;
	margin-left: 15px;
	z-index : 50;
}

#leftcolumn{
    float: left;
	margin-top: 20px;
	padding-left: 15px;
	left : 15px;
	width : 415px;
	z-index : 60;
}

#rightimages{
    float: right;
	margin-top: -20px;
	padding-right: 15px;
	padding-bottom: 15px;
	height : 420px;
	width : 275px;
	z-index : 50;
}


#widecolumn{
    float: left;
	margin-top: 20px;
	padding-left: 15px;
	left : 15px;
	width : 730px;
	z-index : 60;
}

#widecolumn2{
    float: left;
	margin-top: 211px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	left : 15px;
	width : 730px;
	z-index : 60;
}

#widecolumn2a{
    position: relative;
	top:211px;
	margin-top: 0px;
	padding-left: 0px;
	left : 15px;
	width : 730px;
	height : 100px;
	z-index : 60;
	background-color:#CCCCCC;
}

#categorymenu{
 position:absolute;
 top:344px;
 left:320px;
 background-color: #ffffff;
 background-image: url(../images/categorymenubg.jpg);
 width: 425px;
 height: 291px;
}

#tiles{
 position: absolute;
 top:172px;
 left:15px;
}

#footer {
  background: #333333;
  clear: both; 
  height: 25px;
  width: 760px;
  z-index : 900;
}

#footer2 {
  background: #333333;
  clear: both; 
  height: 25px;
  width: 760px;
  z-index : 900;
}

/* Text Styling */

p{  /* body text */
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : 0px;
}

h1{  /* heading */
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : 0px;
}

h2{  /* heading */
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #3EA71F;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : -10px;
}

a:link, a:visited, a:active{
	text-decoration : underline;
	color : #3EA71F;
}

a:hover{

	color : #000000;
}


/* classes */
.bold{ font-weight:bold; }

ul, li{
	font-family : Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	line-height : 120%;
	margin-bottom : 10px;
	margin-top : 0px;
}


