/* CSS Document */

body {
	background: #8CC63F;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

#container {
	width: 787px;
	margin-left: auto;
	margin-right: auto;
}


#head {
	background: url(../images/html/site-back.gif) red repeat-y;
	padding-right: 7px;
	padding-left: 31px;
	padding-top: 20px;
}

#head h1 {
	display: block;
	background: url(../images/html/oranj-logo.gif);
	height: 61px;
	width: 235px;
	margin: 0;
	padding: 0;
	float: left;
}

#head h1 a{
	display: block;
	height: 61px;
	width: 235px;
}

#head h1 a:hover{
	background: url(../images/html/oranj-logo.gif);
	display: block;
	height: 61px;
	width: 235px;
}

#head h1 a span {
	display: none;
}

#headClose {
	background: url(../images/html/head-close.gif) bottom no-repeat;
	height: 28px;
}


#flashNav {
	width: 423px;
	padding-top: 41px;
	padding-left: 65px;
	float: left;
}

#flash {
	clear: both;
}	



#dropShadow { /* dropshadow element */
	width: 780px;
	background: url(../images/html/site-back.gif) repeat-y;
	padding-right: 7px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* === Sub Nav Area --*/

#subNavArea {
	width: 200px;
	float: left;
	padding-left: 33px;
	padding-top: 50px;
}

.subNavBox {
	margin-bottom: 40px;
}



#subNavArea h1{
	color: #999999;
	font-size: 22px;
	font-smooth: always;
	font-weight: normal;
}

#subNavArea h2{
	display: block;
	color: #666666;
	font-size: 18px;
	font-smooth: always;
	font-weight: normal;
	margin: 0;
}



#subNavArea p {
	font-smooth: always;
	line-height: 20px;
}


#subNavArea ul { /* the actual SubNav */
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 40px;
}

#subNavArea ul li {
	margin-bottom: 3px;
	list-style: none;
	padding-left: 10px;
	background: url(/images/html/bullet-arrow.gif) left no-repeat;
}

#subNavArea a {
	border: none;
}

#subNavArea ul li a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-smooth: always;
}

#subNavArea ul li a:hover{
	background: none;
	color: #8CC63F;
}

/* === Sub Nav Area End --*/


/* === Main Body Area --*/

#mainBodyArea {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 486px;
}

#mainBodyArea h1 {
	font-weight: normal;
	font-size: 25px;
	font-smooth: always;
	color: #8CC63F;
	text-transform: uppercase;
	margin-top: 50px;
	
}

#mainBodyArea h2 {
	font-weight: normal;
	font-size: 22px;
	font-smooth: always;
	color: #D4D0C8;
	margin-top: 0;
	margin-bottom: 10px;
}

#mainBodyArea h3 {
	font-weight: bold;
	font-size: 15px;
	font-smooth: always;
	color: #666666;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 8px;
}

#mainBodyArea p {
	line-height: 20px;
	font-smooth: always;
	margin-top: 0;
}


a {
	display: inline;
	border-bottom: dotted #0099cc 1px;
	color: #0099cc;
	text-decoration: none;
	
}

a img {
	border: hidden;
}

a:hover {
	background: #0099cc;
	color: #ffffff;
	display: inline;
}


h3 a{ /* Week Header Link eg. Monday Tue etch */
	color: #666666;
	text-decoration: none;
}

h3 a:hover {
	background: #8cc63f;
	color: #ffffff;
}

.sel { /* selected link  on data table*/
	color: #8CC63F;
}





.hr { /* horizontal rule */
	margin-top: 3px;
	border-top: dotted #cccccc 1px;
	margin-bottom: 10px;
}

/* === Main Body Area End --*/

/* ====  Footer Starts ======*/

#footerCloser {
	background: url(../images/html/footer-close.gif) top no-repeat;
	height: 20px;
}

#footer {
	padding-top: 15px; 
	width: 787px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 20px;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
	border: none;
}

#footer a:hover {
	display: inline;
	text-decoration: none;
	color: #ffffff;
	background: #099cc;
}

#copyrights {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	margin-top: 7px;
}

#copyrights a {
	text-decoration: none;
	color: #ffffff;
}

/* ==== Footer Container Ends ===*/


/* ==== Table Starts ===*/

table.schedule {
	width: 560px;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}

table.schedule th {
	background: #CCCCCC;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 0 4px 6px;
	text-align: left;               	
}

table.schedule td {
	padding: 4px 0 4px 6px;
	border-bottom: 1px dotted #DEDEDE;
}


.odd {
	background: #F3F3F3;
}

/* ==== Table Ends ===*/

/* ==== Form Starts ===*/

.formLabel {
	width: 150px;
	float: left;
	font-weight: bold;
	font-smooth: always;
	font-size: 13px;
	color: #666666;
	padding-bottom: 15px;
}

.formType {
	float: left;
}

.checkBoxContainer {
	float: left;
	width: 120px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.strongHead {
	font-weight: bold;
	font-size: 13px;
	font-smooth: always;
	color: #666666;
}

/* ==== Form Ends ===*/


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	
	
	
.alignRight {
	text-align: right;
}

/*.arrowLink {
	background: url(../images/html/arrow-close.gif) no-repeat left;
	padding-left: 10px;
}*/
	
#dataTable1 a {
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	font-smooth: always;
	color: #666666;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

#dataTable1 a:hover {
	color: #8cc63f;
	background: none;
}




