/*  
Theme Name: Net Elevation Template
Theme URI: http://www.netelevation.com/
Description: Custom Theme by Net Elevation
Version: 1.0
Author: Net Elevation
Author URI: http://www.netelevation.com/
*/


/*jane ashley - may 2009*/

BODY
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	layer-background-color: #333333;
	background-color: #F1EEE9;
	text-align: center;
	line-height: 22px;
}

H1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color:#C60;
}
H2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
P.dotted
{
	border-right-style: dotted;
}
UL
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
}
LI
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
OL
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: outside;
}
.white
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.box1
{
	padding: 3px;
	border-width: thin;
	border-style: dotted;
	border-color: #EC7731;
}
.box2
{
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

/*LINKS*/

A:link, A:visited
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #EC7731;
}
A:hover
{
	color: #EC7731;
	border-bottom: 1px dotted #CC0000;
}
.leftnav A
{
	font-weight: bold;
	text-decoration: none;
}

.name
{
   color: #C60;
   font-weight: bold;
}

.new
{
   color: #CC0000;
   text-transform: uppercase;

}

.hname
{
   color: #C60;
   font-weight: bold;
   text-transform:uppercase;
}



/*DIVS*/
#container
{
	width: 862px;
	margin: 0 auto;
	text-align: center;
	background-image:url("/images/pd_bg2.jpg");
	background-repeat: repeat-y;


}

#top
{
		width: 862px;
		height: 53px;
		background-image:url("/images/pd_bg1.jpg");
}

#topnav
{
	width: auto;
	letter-spacing: 0.01cm;
	text-transform: uppercase;
}

#leftnav
{
   float: left;
   width: 169px;
   height: 500px;
   border-right: 1px dotted #B7B0A3;
   margin-left: 35px;
   margin-bottom: 10px;
   text-align: left;
   padding: 10px;
   letter-spacing: normal;}

#content
{
	width: 590px;
    background-color:#FFF;
	float: left;
	margin-left: 15px;
	letter-spacing: 0.01cm;
	text-align: left;
}

#box
{
   width: 140px;
   font-size: 10px;
   padding: 5px;
   float: left;
   margin-left: 0px;
   margin-top: 20px;
   text-align: left;
   background-color:#F7F4F0;
   border: 1px dotted #EC7731;
}

#box2
{
   width: 300px;
   height: 200px
   font-size: 10px;
   padding: 3px;
   float: right;
   margin-left: 2px;
   text-align: left;
}

#footer
{
	width: 862px;
	height: 53px;
	clear: both;
	text-align: center;
   line-height: 17px;
	background-image:url("/images/pd_bg3.jpg");
}

          
        
/* KEEP THIS IN ALL CSS, so that customers can use the alignment features when adding images. */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

