﻿*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
	min-height: 100%;
}

body
{
	background-color: #898b8e;
}


#rightborder
{
	background-color: #FFF;
	background-image: url(images/BorderRight.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
	width: 842px;
	margin: 0 auto;
}

#innercontainer
{

	background-image: url(images/BorderLeft.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 100%;
	width: 842px;
}

#rightborder2
{

	background-color: #FFF;
	background-image: url(images/BorderRight.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#innercontainer2
{
	background-image: url(images/BorderLeft.gif);
	background-position: left;
	background-repeat: repeat-y;

}

#text
{
	margin-left: 50px;
	margin-right: 50px;
}

#spacing
{
	background-color: #cecece;
	height:40px;
	margin:0px 20px 0px 20px;
	border:solid 1px black;
	text-align: right;
}

#copy
{
	margin-top:28px;
	font-size: 10px;
	font-family: Arial;
}

#header
{

	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin-left: 21px;
	height: 177px;
}

#navbar
{
	background-image: url(images/navbarbg.gif);
	background-repeat:repeat-x;
	height:40px;
	margin:0px 21px 0px 21px;
}

#navbarCC
{
	float:left;
	height:30px;
	width:100px;
}

#navbartext
{
	text-align: right;
	padding-top: 0px;
	font-family: Calibri, Arial;
	font-size: 22px;
	margin-right: 5px;
}

#navbartext a
{
	text-decoration: none;
	color: Black;
}

#navbartext a:hover
{
	color: White;
}

/* style for Gallery */

#galleryDiv
{
	width: 700px;
	height:121px;
	margin-right: -12px;
	margin-left:8px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:0px;
	overflow:auto;
	border: solid 1px black;
	clear:right;
	background-image: url(images/gallerybg.gif);
}

#setMySize
{
	overflow: visible
}

.modalBackground
{
	background-color:#898b8e;
	filter:alpha(opacity=70);
	opacity:0.7;
	height:800px;
}

.modalPopup 
{
	background-color:#cecece;
	background-image: url(images/gallerybg.gif);
	border-width:2px;
	border-style:solid;
	border-color:Black;
	
}

#modalPopupTop
{
	
	height:25px;
	width:800px;
	background-image: url(images/galleryTop.gif);
	background-repeat:repeat-x;
	border-bottom: solid 1px black;
	text-align:right;
	clear: both;
}

#modalPopupTopLeft
{
	float:left;
	margin-left:5px;
	font-family: Calibri, Arial;
	font-size: 20px;
}

#modalPopupBottom
{
	height:25px;
	background-image: url(images/galleryBottom.gif);
	background-repeat:repeat-x;
}

.full
{
	border-right: solid 2px black;
	border-left: solid 2px black;
}

.imgbClose
{
	margin-top:2px;
	margin-bottom:-2px;
}

/*style for the plot page */

#uscDescriptionHeader
{
	font-family: Calibri, Arial;
	font-size: 20px;
	border:solid 1px black;
	color: White;
	margin-top:10px;
	padding-left:10px;
	background-image: url(images/plotTitle.jpg);
	height:25px;
}

#uscDescriptionBody
{
	font-family: Calibri, Arial;
	font-size:15px;
	margin-left: 20px;
}

#plotPageHeader
{
	font-family: Calibri, Arial;
	font-size: 25px;
	color: White;
	text-align:center;
	vertical-align:top;
	border:solid 1px black;
	height:30px;
	background-image: url(images/plotTitle.jpg);
}

#plotPageFooter
{
	border:solid 1px black;
	height:30px;
	background-image: url(images/plotTitle.jpg);
}

#plotPageOffset
{
	
}

#plotPageMainImage
{
	float:left;
	padding-right: 10px;
}

#plotPageDetails
{
	font-family: Calibri, Arial;
	font-size:20px;
}

.plotPageDetail
{
	font-size:15px;
}

#plotPageContent
{

	padding:7px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	background-color:#cecece;
}


/*featured plot style */

div.featuredPlot
{
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	height:113px;
	width:300px;
	background-color: #6c8dbb;
	background-image: url(images/featuredPlot.gif);
	background-position: right;
	background-repeat:repeat-y;
	border:solid 1px black;
}

div.featuredPlotHover
{
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	height:113px;
	width:300px;
	background-color: #6c8dbb;
	background-image: url(images/featuredPlotHightlight.gif);
	background-position: right;
	background-repeat:repeat-y;
	border:solid 1px black;
}

#featuredPlotImage
{
	margin-left:3px;
	margin-top:9px;
	padding-right:6px;
	float:left;
}

#featuredPlotContent
{
	padding-top:6px;
	font-family: Calibri, Arial;
	font-size:16px;
}

#featuredPlotContent a
{
	color:black;
}

.lbltitle
{
	font-size:20px;
	font-weight:bold;
}

#plotsPageCenter
{
	margin-left:55px;
}
#plotsPageHeader
{
	clear:both;
	font-family:Calibri, Arial;
	color:White;
	font-size:20px;
	font-weight:bold;
	vertical-align: middle;
	height:25px;
	width:620px;
	border:solid 1px black;
	padding-left:5px;
	margin-bottom:10px;
	background-image: url(images/plotTitle.jpg);
}

#plotsPageAnchors a
{
	color:Black;
	font-family:Calibri, Arial;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
}

#plotsPageType
{
	text-align:center;
	color:red;
	font-family:Calibri, Arial;
	text-decoration: none;
	font-size:30px;
	font-weight:bold;
}

/* style for the news articles */

#article
{
	font-family:Calibri, Arial;
}

#articleHeader
{
	font-size:20px;
	cursor:pointer;
}

#articleContent
{
	font-size:15px;
	margin-left:20px;
}

/* style for default apge */

#defaultFeaturedPlots
{
	font-family:Calibri, Arial;
	font-size: 30px;
	width:310px;
	float:right;
	border:solid 1px black;
	background-color: #88a0c1;
	padding-left:10px;
	padding-bottom:10px;

}

#defaultWelcome
{
	font-family:Calibri, Arial;
	font-size: 15px;
	width:385px;
}

#defaultWelcomeHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
}

#dwfaultWelcomeText
{
	margin-left: 10px;
	margin-top:5px;
}

#defaultNews
{
	font-family:Calibri, Arial;
	font-size: 15px;
	width:385px;
}

#defaultNewsHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
}

#defaultNewsText
{
	margin-top:5px;
}

#defaultHouse
{
	margin-top:10px;
	font-family:Calibri, Arial;
	font-size: 20px;
	background-color: #ecebeb;
	width:385px;
	border:solid 1px black;
	float:left;
}

#defaultHouseHeader
{
	font-size:25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
}

#imgdefaultHouseImage
{
	border:solid 1px black;
	width:130px;
}

#defaultHouseImage
{
	margin-left:3px;
	margin-top:9px;
	padding-right:6px;
	float:left;
}

#defaultHouseContent
{
	padding:6px;
	font-family: Calibri, Arial;
	font-size:16px;
}

/*style for the news page */
#newsAll
{
	font-family:Calibri, Arial;
	font-size: 15px;
}

#newsHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#newsFooter
{
	height:30px;
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#newsContent
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	background-color: #ecebeb;
}

/*style for the seminars */

#seminarsAll
{
	font-family:Calibri, Arial;
	font-size: 15px;
}

#seminarsHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#seminarsContent
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	background-color: #ecebeb;
}

#seminarsFooter
{
	height:30px;
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#seminarsTestHeader
{
	font-family:Calibri, Arial;
	padding-left:5px;
	color:White;
	font-size: 25px;
	background-image: url(images/plotTitle.jpg);
}

#seminarsTestContent
{
	border:solid 1px black;
	padding-left:5px;
	padding-right:5px;
}

/* style for seminar */

#seminarHeader
{
	font-size:20px;
	cursor:pointer;
}

#seminarDetails
{
	font-size:15px;
	margin-left:20px;
}

/*style for the faq */

#faqAll
{
	font-family:Calibri, Arial;
	font-size: 15px;
}

#faqHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#faqContent
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	background-color: #ecebeb;
}

#faqFooter
{
	height:30px;
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#faqQuestion
{
	font-size:20px;
	cursor:pointer;
}

#faqAnswer
{
	font-size:15px;
	margin-left:20px;
}

/*style for the contact */

#contactAll
{
	font-family:Calibri, Arial;
	font-size: 15px;
}

#contactHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#contactContent
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	background-color: #ecebeb;
}

#contactFooter
{
	height:30px;
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

td.leftSide
{
	text-align:right;
}

#contactContentInfo
{

}

#contactContentErrors
{
	
}

.contactContentErrors
{

}


/* style for error page */

#errorPageAll
{
	font-family:Calibri, Arial;
	font-size:25px;
	text-align:center;
}

/* style for newletter page */
#newsLetterAll
{
	font-family:Calibri, Arial;
	font-size: 15px;
}

#newsLetterHeader
{
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#newsLetterContent
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid 1px black;
	border-right:solid 1px black;
	background-color: #ecebeb;
}

#newsLetterFooter
{
	height:30px;
	font-family:Calibri, Arial;
	font-size: 25px;
	padding-left:5px;
	color:White;
	background-image: url(images/plotTitle.jpg);
	border: solid 1px black;
}

#iframe
{
	width:100%;
	height:800px;
}


