html {height: 100%;
}

body {
	font: 62.5%/1.6em "Lucida Grande",  "Lucida Sans Unicode", verdana, geneva, sans-serif;
	background-image: url(images/pg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div, h1, h2, h3, h4, p ,ul,li{
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}



#logo  {
	background-color: #501937;
	background-image: url(images/pg_dellows_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 125px;
	width: 780px;
}



/*------------------navigation bar........................*/
#navigation ul {
	padding: 0px;
	list-style-type: none;
	height: 30px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#navigation li {
	float: left;
}
#navigation li a:link, #navigation li a:visited {
	font-size: 140%;
	line-height: 1.4em;
	font-weight: bold;
	color: #999;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a:active {
	color: #501937;	

}

#navigation li a.current {
	color: #473A46;
}

#navigation li a.current:hover {
	cursor: default;
}
/*.....................................................*/

#mainContent {
	background-color: #6DCFF6;
	padding-top: 10px;
	padding-bottom: 30px;
}
#wrapper #mainContent img {
	padding-left: 30px;
	padding-top: 20px;
}
#wrapper #mainContent h3 {
	font-size: 140%;
	font-style: oblique;
	font-weight: bold;
	color: #501937;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#wrapper #mainContent h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #501937;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 120%;
	padding-top: 20px;
}

#wrapper #mainContent p {
	font-size: 120%;
	color: #333;
	line-height: 130%;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 3px;
}
#wrapper #mainContent p a {
	color: #501937;
	text-decoration: none;
}
#wrapper #mainContent ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	list-style-type: disc;
}
#wrapper #mainContent ul li {
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
}
#wrapper #mainContent ul li ul li {
	font-size: 1em;
}

























#footer {
	width: 780px;
	text-align:center;
	font-size: 1.3em;
	padding-bottom: 19px;
	padding-top: 17px;
	background-color: #CCC;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #511A39;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}


#footer h3 {
	font-size: 1.2em;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #511A39;
	font-style: italic;
}
#footer p {
	margin: 7px 0px 0px;
	padding: 0px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #511A39;
	font-size: 0.95em;
}
#footer p a {
	color: #511A39;
	text-decoration: none;
	border-bottom: 1px dotted #511A39;
}
#footer p a:hover {
	border-bottom: 1px solid #511A39;
}
#wrapper #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li {
	padding-left: 30px;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 140%;
	color: #333;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-top: 10px;
}
#wrapper #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
