@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(../images/bg-rep.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
.twoColFixRtHdr #header {
	height:150px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	padding:0px;
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixRtHdr #navigation {
	position: relative;
	width: 870px;
	height:32px;
	margin: 0 auto;
	padding-left:30px;
}
.twoColFixRtHdr #container { 
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #container-bg { 
	background-image:url(../images/pf-cont-rep.gif);
	background-repeat:repeat-y;
} 
.twoColFixRtHdr #container-top {
	height:38px;
	background-image:url(../images/pf-cont-top.gif);
	background-repeat:no-repeat;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 273px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 5px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 320px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #container-bottom{
	height:38px;
	background-image:url(../images/pf-cont-bott.gif);
	background-repeat:no-repeat;
} 
.twoColFixRtHdr #accordian-top{
	height:25px;
	background-image:url(../images/accordtop.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
} 
.twoColFixRtHdr #accordian-bottom{
	height:25px;
	background-image:url(../images/acord-bot.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
} 
.twoColFixRtHdr #footer {
	padding:10px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	text-align:center;
	font-size:80%;
	color:#666666;
}
.twoColFixRtHdr #footer a {
text-decoration:none;
color:#999999;
}

.dottedline{
padding:1px 0 1px 0;
border-top: 1px dotted #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
margin-top:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
}

h2 {
margin:4px 0 4px 0;
font-size:20px;
color:#662380;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
}

h3 {
display:block;
margin:4px 0 4px 0;
padding:4px 0 4px 0;
font-size:22px;
border-bottom: 1px dotted #FFFFFF;
border-top: 1px dotted #FFFFFF;
color:#EFEFEF;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
}

a:link {
font: 100% Verdana, Arial, Helvetica, sans-serif;
color: #666;
text-decoration:none;
}
a:hover {
font: 100% Verdana, Arial, Helvetica, sans-serif;
color: #333333;
text-decoration:underline;
}
a:visited {
font: 100% Verdana, Arial, Helvetica, sans-serif;
color: #333333;
text-decoration:underline;
}

#clear {
clear:both;
height:0;
line-height: 0px;
display:block;
visibility:hidden;
}
	
/*------Form styling-------*/
label {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float: left;
	display:inline;
	margin: .2em;
	width:150px;
}
input {
	width: 250px;
	float:left;
	display:inline;
	border:1px dotted #F78F1E;
	padding:2px 0;
}
textarea {
width:250px;
border:1px dotted #F78F1E;
padding:2px 0;

}
input#submit {
	width: 95px;
	float: left;
	display:inline;	
	padding:4px;
	font-weight:bold;
}
input.btn {
	background-color: #F78F1E;
	border: 1px dotted #FFFFFF;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
input.btnhov {
	font-weight: bold;
	background-color: #90278E;
	border: 1px dotted #FFFFFF;
	color:#FFFFFF;
	}

/* ---------------------------------------------
lightBox plugin - Gallery style 
----------------------------------------------*/

#gallery {
	background-color: #FFF;
	padding:10px 0 10px 0;
}
#gallery ul {
	list-style: none;
	padding-left:20px
	}
#gallery ul li { 
	display: inline;
	padding:10px 5px 10px 5px;

}
#gallery ul img {
	border: 3px solid #CCCCCC;
	border-width: 3px;
}
#gallery ul a:hover img {
	border: 3px solid #662380;
	border-width: 3px;
	color: #662380;
}
#gallery ul a:hover { 
color: #662380; 
}


#gallery2 {
padding:0;
}

#gallery2 ul {
	list-style: none;
	padding:0;
	margin:0;
	}
#gallery2 ul li { 
	display: inline;
	padding:10px 10px 10px 0px;

}
#gallery2 ul img {
	border: 3px solid #CCCCCC;
	border-width: 3px;
}
#gallery2 ul a:hover img {
	border: 3px solid #fff;
	border-width: 3px;
	color: #fff;
}
#gallery2 ul a:hover { 
color: #662380; 
}
