/* CSS Document */

/* body eliminates all unwanted padding and margins from browsers*/	
body {
	margin:0px; 
	padding:0px; 
	background-color:#FFFFFF;
	color:#000000;	
	font-family:Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
	
/* wrapper is fixed width- image (on firefox) is working only with footer clear */	
#wrapper {
	width:800px;
	margin:auto;
}
img {border:0px;
	padding:0px;
	margin:0px;}
#header {
	background-image:url(images/pvpctoolbox_02.jpg);
	position:relative;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:100%;
	height:220px;
	background-color:#FFFFFF;
}
/* This controls the styling of the upper right navigation. */
#header ul {
	position:absolute;
	left:540px;
	top:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold; 
	z-index:15;
	}
	
#header ul li{
	display:inline;
	padding-right:10px;
	}	

#header ul li a {
	color:#023836;
	text-decoration:none;}

#header ul li a:visited  {
	color:#023836;
	text-decoration:none;}
	
#header ul li a:hover {
	color:#A8962A;
	text-decoration:none;}
/* End of upper right navigation. */

/* This controls the main horizontal navigation. */
#mainnavigation{
	padding-top:0px;
	margin-top:0px;
	height:28px;
	width:800px;
	background-image:url(images/pvpctoolbox_03.jpg);
	background-repeat:repeat-x;}
	
#mainnavigation ul {
	list-style:none;
	padding-top:7px;
	margin:0;
	text-align:center;
	font-weight:bold;
	font-size:10px;}
	
#mainnavigation ul li {
	display:inline;
	padding-right:5px; 
	padding-left:5px;
	margin-bottom:25px;
}

#mainnavigation ul li a {
	color:#023836;
	text-decoration:none;}
	
#mainnavigation ul li a:link {
	color:#023836;
	text-decoration:none;}	
		
#mainnavigation ul li a:visited {
	color:#023836;
	text-decoration:none;}
		
#mainnavigation ul li a:hover {
	background-color:#DDDAAF;
	color:#023836;
	text-decoration:none;}
	


/* End of main navigation. */
	

/* This is the left containing left secondary navigation and content */	
#leftside {
	float:left;
	width:180px;
}
#leftside p {
	font-size:10px;
	color:#A8962A;
	font-style:italic;
	padding-right:10px;
	padding-left:10px;}
		
/* This controls the left secondary navigation. */
#leftsidebarnavigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:5px;
	padding-bottom:20px;
	color:#FFFFFF;
	background-color:#04A07A;
	background-image:url(images/pvpctoolbox_07.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	clear:right;
}

#leftsidebarnavigation ul {
	list-style:none;
	background-color:#04A07A;
	padding-top:7px;
	margin-bottom:0px;
	text-align:left;
	font-weight:bold;
	font-size:10px;}

#leftsidebarnavigation ul li a {
	color:#FFFFFF;
	text-decoration:none;}
	
#leftsidebarnavigation ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;}

#leftsidebarnavigation ul li a:hover {
	color:#A8962A;
	text-decoration:none;}
/* End of left side navigation. */
	
/* This holds main content on right. */
#maincontent {
	float:left;
	background-color:#FFFFFF;
	width:619px;
	background-image:url(images/pvpctoolbox_05.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#maincontentinside {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

#maincontent h5 {
	padding-top:0px;
	padding-left:15px;
	margin-top:0px;}

#maincontent h2 {
color:#04A07A;
font-weight:bold;
font-size:24px;
font-family:;
	}
/* Used to center map on sgcommunity. */	
p.centered {
	text-align:center;}
	


/* End of main content. */


		
/* This is for the footer. */
#footer {
	clear:both;
	width:800px;
	height:15px;
	background-color:#04A07A;
}
/* End of footer. */

/* This is for the copyright. */
p.copyright {
	color:#3F3F3F;
	text-align:right;
	font-size:10px;}
p.copyright a
	{text-decoration:none;
	 color:#3F3F3F;}
p.copyright a:visited
	{text-decoration:none;
	 color:#3F3F3F;}
p.copyright a:hover
	{
	text-decoration:none;
	 color:#A8962A;
	 }
/* End of copyright. */

/* CONTENT TESTING. */
.listBorder {
	padding:5px;
	background-color:#f4f3d4;
	border: thin solid #04A07A;
}
.listBorder strong {
	color:#04A07A;
	font-weight:bold;
}

.listBorder li {
	color:#04A07A
}

.listBorder span {
	color:#000000
}
