/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 2px 0;
	/*background: #FFFFFF;*/
	/*background: #1b6f9b;*/
    background: #86aee9;
	font: normal 12px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	/*color: #666666;*/
	/*color: #1b6f9b;*/
    height: 100%;
}

a {
	color: #29A3E1;
}

a:hover {
	text-decoration: none;
	color: #E16629;
}

/* Boxed */

.title {
	background: url(/images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.boxed1 .content {
	background: url(/images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    padding-left: 5px;
}

.boxed2 .content {
	background: url(/images/img06.gif) repeat-x left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

.inputtext {

    border: 1px solid silver;
    font-size: 120%;
    padding: 3px;
    /*font-weight: bold;*/
}
.inputsmall {

    border: 1px solid silver;
    font-size: 100%;
    padding: 2px;
    /*font-weight: bold;*/
}
.inputsubmit {

    /*border: 1px solid #cfcfcf;*/
    /*font-size: 100%;*/
    padding: 3px;
    font-weight: bold;
    width: 100px;
}

alignleft {
	float: left
}

.alignright {
	float: right;
}

fieldset {
	border: none;
	padding: 3px;
}

fieldset label.selectit {
	display: block;
	font-size: 11px;
	padding: 0 2px;
}

fieldset label.selectit:hover {
	background: #e9e9e9;
}

fieldset legend {
	padding: .1em .3em;
}

fieldset span.cat-nest {
	display: block;
	margin-left: 10px;
}

fieldset.options {
	padding: 1em;
}

fieldset.options legend {
	font-size: 16px;
}

/* By defining CKFinderFrame, you are able to customize the CKFinder frame style */
.CKFinderFrame
{
    border: solid 2px #e3e3c7;
    background-color: #f1f1e3;
}

#topnav{
    width: 760px;
    height: 18px;
    margin: auto;
    padding-right: 5px;
    
}
#topnav .status {
    float: right;
    color:#f4f4f4;
    font-size: 90%;
}

#topnav a{
    color: #ffffff;
}

/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(/images/header1.jpg) no-repeat 100% 30px;
	/*border-bottom: 5px solid #E16629;*/
	border-bottom: 5px solid #FE0000;
}


#s3slider {
   width: 520px; /* important to be same as image width */
   height: 130px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 520px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;

   padding: 10px 13px;
   width: 520px;
   background-color: #000;
   filter: alpha(opacity=60); /* here you can set the opacity of box with text */
   -moz-opacity: 0.6; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.6; /* here you can set the opacity of box with text */
   opacity: 0.6; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
   text-align: center;
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}


/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	background: #29A4E1 url(/images/bp3ip-header.jpg) no-repeat;
	text-align: center;
}

#logo h1 {
	padding-top: 100px;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	font: bold 8px Verdana, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 30px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	background: #29A4E1;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 9px 15px 0 15px;
	border-top: 2px solid #29A4E1;
	text-decoration: none;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #1A7196;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #E16629;
}

#menu a b {
	text-decoration: none;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(/images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Content */

#content {
	/*float: left;*/
	/*width: 760px;*/
    margin: 0 auto;
	padding: 5px 15px 0px 15px;
    
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
    /*border: 1px solid red;*/
}

#content p, #content ol, #content ul {
	line-height: 152%;
}
#content h2 {
	font: normal 150% "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	}
#content h2 a {
	text-decoration: none;
	}

#content table{
    background: #FFFFFF;
}
#content th {
    background: #29A4E1;
    color: #ffffff;
    height: 20px;
}
#content tr {
    background: #f4f4f4;
    
}
#content td {
    font-size: 90%;
}
#content td a {
    text-decoration: none;
}

#search {
	padding-top: 1px;
	padding-bottom: 5px;
}
/* News */

#news {
	padding-top: 5px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 8px;
}

#news h3 {
	margin-bottom: 5px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
    background: #f4f4f4;
    /*border: 1px dotted silver;*/
}

/* Entry */
#entry {
	margin-bottom: 20px;
}

/* Breadcrumbs */

#breadcrumbs {
	margin-bottom: 20px;
    margin-top: 0px;
    font-size: 85%;
    
}

#breadcrumbs a {
    text-decoration: none;
}



/* Samples */


#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}


#boxed_form {
/*border-top:1px solid #3F3F3F;*/
padding-top:30px;
}
#boxed_form label {
display:block;
float:left;
width:100px;
}
#boxed_form p {
clear:left;
}
#boxed_form #message {
width:100%;
}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 5px solid #FE0000;
    background-color: #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 305px;
	border: 1px solid #E7F0F5;
	/*background: #F7F9FD;*/
    background: #F4F4F4;
    line-height: 100%;
}
.album a img {
    text-decoration: none;
    border: none;
    }
.album .thumb {
    float: left;
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}
.albumdesc a {
    text-decoration: none;
}

.calendar {
	border: 1px #6975A3 solid;
	background-color: transparent;
}
.calheading {
	background-color: #7C8BC0;
	color: #fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.calnavleft {
	background-color: #7C8BC0;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	cursor: pointer;
}
.calnavright {
	background-color: #7C8BC0;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align:  right;
	padding: 4px;
	cursor: pointer;
}
.caldayheading {
	background-color: #000;
	color: #fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 6px 2px 6px 2px;
}
.caldaycells{
	color: #000;
	background-color: #D1D7E6;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 4px;
	border: 1px #E0E5F1 solid;
	cursor: pointer;
}
.caldaycellhover{
	color: #fff;
	background-color: #B3BCD4;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 4px;
	border: 1px #B3BCD4 solid;
	cursor: pointer;
}
.caldayselected{
	background-color: #737FAC;
	color:	#fff;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px #566188 solid;
	padding: 3px;
	cursor: pointer;
}
.calblanktop {
	background-color: #fff;
	padding: 4px;
}
.calblankbot {
	background-color: #fff;
	padding: 4px;
}

.flash{
width: 680px;
padding-top:8px;
padding-bottom:8px;
margin-bottom: 10px;
background-color: #FFFFBF;
font-weight:bold;
text-align:center;
font-size:16px;/*-moz-border-radius: 6px;-webkit-border-radius: 6px;*/
border: 1px dotted #ccf;

}

.flash .success{color:green;}
.flash .error{ color: red;}
