BODY
{
	font-family: Arial,Tahoma,Lucida,Helvetica,Utopia,Serif,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	min-width: 1024px;
	
}

a img, :link img, :visited img {border: none}

FIELDSET
{
	margin-bottom: 1em;
}

fieldset li
{
	margin-bottom:8px;
}

.content
{
	width: 992px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	
	background-color: #FFFFFF;
	color:inherit;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #00643e;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #00643e;
	
}

.logo
{
	position: relative;
	width: 992px; 
	border-bottom: 1px solid #828282;
}

.navbar
{
	color: #FFFFFF;
	background-color:#00643e;
	font-size: 0.9em;
	font-weight: bold;
	width:992px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.2em;
	border-bottom: 1px solid #828282;
}
.navbar A, .navbar A:link, .navbar A:visited, .navbar A:active
{
	text-decoration: none;
	color: #FFFFFF;
	background-color:inherit;
}
.navbar A:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color:inherit;
}

.title
{
	width: 992px;
	*width:994px;
	height: 159px;
	margin: 0px;
	font-size: 2.0em;
	font-weight: normal;
	color: #FFFFFF;
	background-color:inherit;
	padding: 0px;
}

.sidebar
{
	font-size: 0.9em;
	width: 148px;
	margin: 0px;
	/* padding-right: 1em; */
}
.sidebar TD
{
	font-weight: bold;
	background: url(/images/menu_underline.gif) repeat-x bottom left;
}
.sidebar A, .sidebar A:link, .sidebar A:visited, .sidebar A:active
{
	text-decoration: none;
	color: #666666;
	background-color:inherit;	
}
.sidebar A:hover
{
	text-decoration: underline;
	color: #666666;
	background-color:inherit;
}
.smenu
{
	padding: 2px 5px 2px 0px;
}

.canvas
{
	margin: 0px;
	padding-left: 1em;
	padding-right: 1em;
}

.admincanvas
{
	width: 992px;
}


.login_box
{
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.login_box A, .login_box A:link, .login_box A:visited, .login_box A:active, .login_box A:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #666666;	
	background-color:inherit;
	border:1px solid red;	
}


.footer
{
	font-size: 0.9em;
	width:992px;
	*width:994px;
	height: 77px;
	margin-top: 0px;
}
.footer_snippet
{
	font-size: 0.9em;
	width:982px;
	*width:984px;
	height: 77px;
	margin-top: 0px;
	padding-top: 0.4em;
	background-color:#00643e;
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
}

H1, H2, H3, H4, H5
{
	color: #00643e;
	background-color:inherit;
	margin-bottom:1px;
	padding-bottom:0px;
}
H1{ font-size:1.8em;}
H2{ font-size:1.6em;}
H3{ font-size:1.4em;}
H4{ font-size:1.2em;}
H5{ font-size:1.1em;}

P {margin-bottom:20px;}

.secondary_nav {
	border-bottom-color: #828282;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
}
.form_text {
	border: 1px solid #006bb6;
}

.float-left
{
	position: relative;
	float: left;
}

.float-right
{
	position: relative;
	float: right;
}


.big_input
{
	width: 40em;
	padding-left:5px;
}

.small_input
{
	width: 20em;
	padding-left:5px;
}
.medium_input
{
	width: 33.5em;
	padding-left:5px;
}
.tiny_input
{
	width: 7em;
	padding-left:5px;
}

.micro_input
{
	width: 4em;
	padding-left:5px;
}
.em_label
{
	width: 28em;
}

.error_head
{
	font-weight: bold;
	color: #ff0000;
	background-color:#ffffff;
	border: 2px dashed #ff0000;
	padding: 10px;
	margin: 10px;
}

 .error_head ul
{
	background-color:#ffffff;
}
 .error_head li
{
	background-color:#ffffff;
	line-height:1.5em;
	margin:0px;
}

.error_text
{
	color: #ff0000;
	background-color:inherit;
	font-weight: normal; 
	padding: 0.25em;	
}
.cms_pic_top_right
{
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
.cms_pic_mid_right
{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}
.cms_pic_bottom_right
{
	margin-left: 5px;
	margin-top: 5px;
	float: right;
}
.cms_pic_top_left
{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.cms_pic_mid_left
{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}
.cms_pic_bottom_left
{
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}
.cms_pic_stack_right
{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	clear:right;
}
.cms_pic_stack_left
{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	clear:left;
}
.cms_page_text
{
	font-family: Arial,Tahoma,Lucida,Helvetica,Utopia,Serif,sans-serif;
	font-size: 1em;
	color: #666666;
}
.button_text
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #247a21;
	/*#af026e*/
	font-weight: bold;
	color: #FFFFFF;
	border:1px solid;
	border-top-color:#e7fac7;
	border-left-color:#e7fac7;
	border-right-color:#7ba830;
	border-bottom-color:#7ba830;
	cursor: pointer;
	padding:4px 4px;
}
.filter_form
{
	width: 100%;
	color: #000000;
	background: #f0f0f0;
	border: 1px solid #B0B0B0;
	padding: 0.5em;
	font-weight: normal;
}

.filter_form TD
{
	padding: 0.25em;
}

.studies
{
	border: 1px solid red;
}

.padme
{
	padding-right: 1.25em;
	padding-bottom: 1.25em;
}		
.noteitems LI
{
	padding-bottom: 0.5em;
}

#application_form FIELDSET
{
	padding-top: 0.75em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}

.fieldsetitem
{
	/* padding-top: 0.5em; */
	padding: 0.5em 0em 0em 0em;
	margin: 0em;
}
.materials
{
	clear:both;
	border-top:1px solid #344EA2;
	margin: 20px 0px 20px 0px;
}
.materials img{
border:1px solid #344EA2;
margin-right:30px;
}
.materials p{
padding-top:10px;
float:left;
}
.materials p span{
color: #344EA2;
font-weight:bold;
}
#error_text {
color: #FF0000;
font-weight:normal;
}
.mandatorynote
{
	color: red;
	background-color:inherit;
}
.optionalnote
{
	font-style: italic;
}

.infobar
{
	color: #000000;
	background: #ffffc0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding: 0.5em;
	font-weight: normal;
}

.notes
{
	color: #808080;
	background-color:inherit;
	font-style: italic;
}
.if_content {
	position:absolute;
	top:1px;
	left:1px;
	width:400px;
	height:250px;
	overflow: auto;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	text-align: left;
	color: #000000;
}
.if_noscroll {
	width:95%;
	float:left;
}

#primaryactive
{
	background-color: inherit;
}

#secondaryactive
{
	background-color: inherit;
}
.pool_session_header
{
	width:620px;
	height:20px;
	background-color:#cfe4f1;
	color: #006bb6;
	padding-left: 4px;
	font-size: 1.2em;
	font-weight: bold;
}
.pool_session_date
{
	position: relative;
	left: 490px;
	top:-18px;
	font-size: .8em;
	font-weight: normal;	
}
.pool_session_sub
{
	width:622px;
	height:60px;
	background-color:#FFFFCC;
	color: #006bb6;
	padding-left: 2px;
}


/*Styles Added By Seeta - 06/11/07*/

/*-----------------------------------used in----------------------- 
cms_bweonew.php
bweo_registration.php
*/
	table tr td
	{
		/* padding: 0.25em; */
	}		
	.odd {
/*			background-color: #fae8d5;*/
			background: #ffffff;
	}
		
	.even {
/*			background: #f4daea;*/
			background: #d4ebae;
	}
	
	/*--------------------- bullet point -----------------*/

ul , ol  {
	margin-left: 0;
	list-style: none;
}

ul li, ol li {
	padding:3px 0px 3px 30px;
	background: url(../images/bulletpoint.png) 0 4px no-repeat		
}

.admincanvas ul , ol  {
	margin-left: 0;
	list-style: none;
}

.admincanvas ul li, .admincanvas ol li {
	padding:3px 0px 3px 30px;
	background: none;		

}

/*----------------------------------------------------*/
	
	    /* FORMS STYLIING */
    
    form {
    padding:10px 10px 10px 0px;
    margin:0;
	width:100%;
    }
    form div {
    clear:both;
    display:block;
    padding:5px;
    margin-bottom:10px;

    }
    fieldset {
    border:solid 0 transparent;
   	margin-bottom:20px;
    padding:10px;
    border:1px solid #ccc;
/*	background:#FFF7EF;*/
	background:#d4ebae;
    }
    
    legend {
    font-weight:bold;
    font-size:1.2em;
    color:#7f7f7f;
    margin:0px;
    }
    
    label {
	float: left;
	width: 8em;
	margin: 0 .5em 0 0;
	text-align: left;
    }
    
    input{
    padding:2px 0px;
    }

    input:focus, textarea:focus {
    background:#ffc;
    }
	
/*-----------------------------------used in----------------------- 
cms_bweonew.php
cms_event.php
*/	
	.bweo_details dl {
	margin:0px;
	padding:0px;
	clear:both;
	}
	.bweo_details dt {
	float:left;
	padding: 0.25em;
	font-weight:bold;
	}
	.bweo_details dd {
	margin-left:0px;
	padding:0.25em 0em 0.25em 20em;
	border-bottom:1px solid #CFC2CA;
	}
	.event_items
	{
	font-style:italic;
	color:#344EA2;
	font-weight:bolder;
	}
	
	.warning
	{
	color:#FF0000;
	}
/*-----so daytime option is next to phone------------*/
	#phone {
	width:300px;
	float:left;
	}
	#phoneType {
	margin-bottom:5px;
	}
/* ----------------Sports Tracker------------------------ */
	#sportsTrackerFieldset {
	padding-bottom:0px; 
	margin-bottom:0px; 
	padding-right:0px;
	margin-right:0px; 
	padding-left:0px;
	}
	#sportsTrackerFieldset legend{
	margin-left:10px; 
	*margin-left:0px; 
	}
	#sportsTrackerFieldset p {
	padding-bottom:10px; 
	padding-left:13px;
	}
	#sportsTracker {
	margin-bottom:0px; 
	padding:0px; 
	background:#000000;
	color:#FFFFFF;
	width:100%
	}
	#sportsTracker img {
	float:left;
	padding-right:10px;
	}
	#sportsTracker span {
	display:block;
	padding-top:7px;
	padding-right:15px;
	float:left;
	}
	
	#sportsTracker a {
	padding-top:4px;
	display:block;
	}

/*------------------ index.php ------------------------*/
#box_top_left
		{
			display:block;
			position:relative;
			top:10px;
			left:60px;
			background-image:url(../images/yellow_box.gif);
			background-position:top left;
			background-repeat:no-repeat;
			width:320px;
			height:183px;
			margin:0px;
			padding:0px;
			
		}
		#box_top_right
		{
			display:block;
			position:relative;
			top:-173px;
			left:400px;
			background-image:url(../images/brown_box.gif);
			background-position:top left;
			background-repeat:no-repeat;
			width:320px;
			height:183px;
			margin:0px;
			padding:0px;
			
		}
		#box_bottom_left
		{
			display:block;
			position:relative;
			top:-130px;
			left:60px;
			background-image:url(../images/green_box.gif);
			background-position:top left;
			background-repeat:no-repeat;
			width:320px;
			height:183px;
			margin:0px;
			padding:0px;
			
		}
		#box_bottom_right
		{
			display:block;
			position:relative;
			top:-313px;
			left:400px;
			background-image:url(../images/blue_box.gif);
			background-position:top left;
			background-repeat:no-repeat;
			width:320px;
			height:183px;
			margin:0px;
			padding:0px;
			
		}
		.box_inner
		{
			display:block;
			padding:2px 5px 2px 30px;
		}
		.box_inner H5
		{
			margin:0px;
			padding:2px 0px 2px 0px;
			font-size:12px;
		}
		.box_inner P
		{
			margin:0px;
			padding:1px 0px 1px 0px;
			font-size:11px;
		}
		.box_inner A
		{
			color: #00643e;
		}
		.box_inner img 
		{
			position: absolute; 
			bottom: 5px;
			right: 5px;
		}

/*--------------------- News section ------------------*/

#latestNews {
}

#latestNews .story {
	float:left;
	position:relative;
	width: 270px;
	height:70px;
	padding: 4px 4px;
	margin-top:4px;
}

#latestNews .story p {
	position:relative;
	top:-4px;
}

#latestNews .story p small{
	position:relative;
	float:right;
}

#latestNews .story img {
	float: left;
	margin-right: 16px;
	padding-top:4px;
	position:relative;
}

#latestNews h5 {
	font-size: 12px;
	line-height: 100%;
	position:relative;
	top:-4px;
}

#latestNews h5 a {
	text-decoration: none
}

#latestNews h4 a:hover {
	color: #0c66ac	
}





/*-----------------------------------------------------*/

/*------------------ Twitter Feed ---------------------*/

#socialFeeds {
	float: left;
	width: 270px;
	height: 70px;
	margin-top: 2px
	fo
}

#socialFeeds h5 {
	float: left;
	margin-top:4px;
	margin-bottom:4px;
	font-size:12px;
}

#socialFeeds img {
	position:relative;
	bottom:5px;
	right:0px;
}

#socialFeeds #feeds {
	color: #353535;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px
}

#socialFeeds #feeds span {
	float: left;
	padding: 4px 2px 0 0
}

#socialFeeds #feeds a {
	margin: 5px 0 0 3px;
	float: left;
}

#socialFeeds cite {
	float: left;
	clear: both;
	margin: 4px 0px 4px 10px;
	font-style: normal;
	font-size: 10px;
	color: #646567;
	width: 250px
}

#socialFeeds blockquote {
	float: left;
	clear: both;
	margin: 0 10px;
	font-style: italic;
	font-size:11px;
	color: #353535;
	line-height: 140%;
	width: 250px
}

/*-----------------------------------------------------*/

/*--------------------- date time picker --------------*/
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/*------------------------------------------------------*/
/*---------Gallery.php--------------------------------*/
#top {
width:600px;
height:500px;
border:0px solid red;
}	
/*---------bweo_registration.php google map---------*/
form div#map {
	width:500px;
	height:500px;
	background-color:#999999;
	margin-bottom:16px; 
}
/*---------Bug Fixes--------------------------------*/

    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    .clearfix {display: inline-block;}
    
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */

