﻿fieldset {
	margin: 15px 10px 15px 10px;
	padding: 10px;
	width: 580;
	border-style: solid;
	border-width: 2px;
}

legend {
	font-weight: bold;
	font-size: 11pt;
	font-family: arial;

}

.header {
	padding-left: 0px;
	background-image: url(./images/header.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	height: 120px
	margin-top: 0px;
}

/** -- Site Intro -- **/
.siteIntro, .horizontalNav, .body {
	width: 860px;
}

.siteIntro, .siteIntro a:link, .siteIntro a:visited, siteIntro a:hover {
    	text-decoration: none;
    	font-weight: bold;
    	font-size: 9pt;
	font-family: arial;
	text-align: right;
}

.siteIntro a:link, .siteIntro a:visited {
	color: #000000;
}

.siteIntro a:hover {

	color: #649AC5;
}

/** -- Horizontail Navigation -- **/
.horizontalNav, .horizontalNav a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: arial;
	text-align: right;
	margin-top: 75px;
}

.horizontalNav a:hover {
	color: #F79F35;
}

.horizontalNav .highlight{
	color: #F79F35;
}

/** -- Left Side Navigation -- **/
.leftNav {
	padding-top: 20px;
	padding-left: 5px;
	width: 200px;
}

#home, #lifestyle, #exploration, #entertainment, #palview {
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 30px;
	width: 150px;
	margin-top: 0px;
	padding-left: 30px;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px
}

#home {
	background-image: url(./images/homeBullet.gif);
	border-color: #000000;
}

#home .highlight, #home .highlight a:hover{
	color: #000000 !important;
}

#lifestyle {
	background-image: url(./images/lifestyleBullet.gif);
	border-color: #186D32;
}

#lifestyle .highlight, #lifestyle .highlight a:hover{
	color: #186D32 !important;
}

#exploration {
	background-image: url(./images/explorationBullet.gif);
	border-color: #C43A30;
}

#exploration .highlight, #exploration .highlight a:hover{
	color: #C43A30 !important;
}

#entertainment {
	background-image: url(./images/entertainmentBullet.gif);
	border-color: #F98D45;
}

#entertainment .highlight, #entertainment .highlight a:hover{
	color: #F98D45 !important;
}

#palview {
	background-image: url(./images/palviewBullet.gif);
	border-color: #1F2A85;
}

#palview .highlight, #palview .highlight a:hover{
	color: #1F2A85 !important;
}

#home p, #lifestyle p, #palview p, #exploration p, #entertainment p{
	padding-top: 10px;
}

#home a, #lifestyle a, #palview a, #exploration a, #entertainment a{
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: arial;
	color: #000000;
}

#home a:hover, #lifestyle a:hover, #palview a:hover, #exploration a:hover, #entertainment a:hover{
	color: #649AC5;
}

/** Content Area **/
.content {
	width: 680px;
	padding-top: 30px;
}

.content p {
	font-size: 11pt;
}

.homeContent, .lifestyleContent, .explorationContent, .entertainmentContent, .palviewContent, 
.lifestyleArticleContent, .explorationArticleContent, .entertainmentArticleContent, .palviewArticleContent,
.lifestyleBox, .explorationBox, .entertainmentBox, .palviewBox {
	background-repeat: no-repeat;
	background-position: top left;
}

.lifestyleContent, .explorationContent, .entertainmentContent, .palviewContent {
	padding-top: 20px;	
}

.lifestyleArticleContent, .explorationArticleContent, .entertainmentArticleContent, .palviewArticleContent,
.lifestyleArticleContent td, .explorationArticleContent td, .entertainmentArticleContent td, .palviewArticleContent td  {
	text-decoration: none;
	font-size: 11pt;
	font-family: arial;
	color: #000000;
}

.homeContent{
	background-image: url(./images/homeHeader.gif);
}

.lifestyleContent, .lifestyleArticleContent, .lifestyleBox {
	background-image: url(./images/lifestyleHeader.gif);
}

.explorationContent, .explorationArticleContent, .explorationBox {
	background-image: url(./images/explorationHeader.gif);
}

.entertainmentContent, .entertainmentArticleContent, .entertainmentBox {
	background-image: url(./images/entertainmentHeader.gif);
}

.palviewContent, .palviewArticleContent, .palviewBox {
	background-image: url(./images/palviewHeader.gif);
}

.lifestyleContent fieldset{
	border-color: #186D32;
	color: #186D32;
}

.homeContent fieldset{
	border-color: #3A75A8;
	color: #3A75A8;
}

.explorationContent fieldset{
	border-color: #C43A30;
	color: #C43A30; 
}

.entertainmentContent fieldset{
	border-color: #F98D45;
	color: #F98D45;
}

.palviewContent fieldset{
	border-color: #1F2A85;
	color: #1F2A85;
}

fieldset p, a {
	font-size: 10 pt;
	font-family: arial;
}

fieldset p{
	color: #000000;
}

fieldset a {
	color: #649AC5;
}

.articleTitle {
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	font-family: arial;
	color: #000000;
	padding-left: 200px;
	padding-top: 5px;
}

#palviewVerticle{
	background-color: #1F2A85;
}

#lifestyleVerticle{
	background-color: #186D32;
}

#entertainmentVerticle{
	background-color: #F98D45;
}

#explorationVerticle{
	background-color: #C43A30;
}

#picBox{
	width:200px;
}

#contentBox {
	margin-left:20px;
}

.lifestyleBox, .entertainmentBox, .explorationBox, .palviewBox{
	width:300px;
	padding-top: 24px;
	padding-bottom: 30px
}

.box {
	width:300px;
	border-style:solid;
	border-width: 2px;
}

.lifestyleBox .box {
	border-color: #186D32;
	background-image: url(./images/lifestyleBoxBg.gif);
}

.palviewBox .box {
	border-color: #1F2A85;
	background-image: url(./images/palviewBoxBg.gif);
}

.entertainmentBox .box {
	border-color: #F98D45;
	background-image: url(./images/entertainmentBoxBg.gif);
}

.explorationBox .box {
	border-color: #C43A30;
	background-image: url(./images/explorationBoxBg.gif);
}

.box ul {
	padding-top:10px;
	padding-bottom:5px;
	padding-right: 10px;
}

.box a {
	font-size: 10pt;
	font-family: arial;
	color: #000000;
}

.lifestyleBox a:hover {
	color: #186D32;
}

.explorationBox a:hover {
	color: #C43A30;
}

.entertainmentBox a:hover {
	color: #F98D45;
}

.palviewBox a:hover {
	color: #1F2A85;
}

.articleImgRight {
	padding: 10px;
	float: right;
}

.articleImgLeft {
	padding: 10px;
	float: left;
}

.homeTitle {
	padding: 5px;
	margin: 10px;
	font-size: 13pt !Important;
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
}

.PView, .PView a{
	text-decoration: none;
   	font-weight: bold;
   	font-size: 9pt;
	font-family: arial;
}

.PView a:hover {
	color: #000000;
}

.PView .highlight{
	color: #649AC5;
}

