@charset "UTF-8";

@import url('/css/yui_2.6.0/reset-fonts-grids/reset-fonts-grids.css');
@import url('/css/yui_2.6.0/grids/grids.css');
@import url('/css/yui_2.6.0/base/base.css');
@import url('/css/lightbox/lightbox.css');

img{
        border:none
}

img.phot_img {
	border:1px solid #404040;
}

img.floatLeft { 
	float: left; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-right: 1em;
}

img.floatRight { 
	float: right; 
	margin-top: 5px;
	margin-bottom: 5px; 
	margin-left: 1em;
}

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
}

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
}

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

html {
	background-color: #000000;
	background-image: url('/images/board_background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}

body {
	color: #404040;
}


#masthead {
        height:125px;
        background-color: transparent;
        margin:0px;
        padding:0 15px 0 15px;
        background-image: url('/images/header.jpg');
        background-position: 0px 0px;
        background-repeat: no-repeat;
}

#masthead h1{
        font-size: 2.5em;
        margin:0px;
        padding:0px;
	display: none;
}

#desc {
	padding-top:70px;
	padding-right: 0pt;
	margin-bottom: 1em;
	padding-left: 0pt;
	margin: 0pt;
	display: none;
}

#yui-main {
 
}

#bd {
        background-image: url('/images/main_bg.jpg');
        background-position: 0px 0px;
        background-repeat: no-repeat;
}

#doc {
        border:#cccccc 1px solid;
	background-color:#000000;
        color: #ffffff;
}

#ft {
	background-image: url('/images/ft_bg.jpg');
        background-position:0px 0px;
        background-repeat: no-repeat;
	overflow:hidden;
        border-top:#aaaaaa 1px solid;
        font-size: 0.75em;
}

#ft p {
        font-size:1em;
        margin:2px 15px 2px 15px;
        float:left;
}

#ft p.top {
        margin:4px 15px 2px 15px;
}

#ft p.bottom {
        margin:2px 15px 4px 15px;
	clear: left;
}


#ft ul {
        list-style-type:none;
        padding:0;
        float:right;
        margin:4px 15px 4px 15px;
}

#ft ul li {
        list-style-type:none;
        float:left;
        margin:5px 0 5px 10px;
}


.clear {
        clear:both;
        width:100%;
}

.clearRight {
        clear:right;
        width:100%;
}

.clearLeft {
        clear:left;
        width:100%;
}

blockquote {
  width: 400px;
  background: url('/images/quote-open.gif') no-repeat 4px 4px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  color: #404040;
  padding: 4px;
  margin-bottom: 0;
}

blockquote div.quotewrap {
  background: url('/images/quote-close.gif') no-repeat right bottom;
  padding-left: 18px;
}

blockquote div.quotewrap div.quote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  padding-left: 18px;
  padding-right: 18px;
  text-indent: -18px;
  text-align: justify;
}

blockquote div.quotewrap div.quote:first-letter {
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

p.cite {
  margin-top: 0;
  margin-bottom: 1em;
  font-style: italic;
  padding-left: 18px;
}

.contentblock {
	overflow:hidden;
	padding-left:1em;
	padding-right:1em;
}


p {
	margin-top: 1em;
	margin-right: 0pt;
	margin-bottom: 1em;
	margin-left: 0pt;
}

div.hr {
	border: none 0; 
	border-top: 1px solid #cccccc;
	width: 80%;
	margin-top: 0;  
	margin-bottom: 0;
	margin-left: auto;  
	margin-right: auto;
}


#secondary {
	overflow:hidden; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #cccccc;
        font-size: 0.9em;
        background-image: url('/images/menubar/bg.jpg');
        background-position:0px 0px;
        background-repeat:repeat-x;
}

#secondary dl {float:left; margin:0; padding:0;}
#secondary dt { display: table-cell; float:left; margin:0; padding:0;}
#secondary dt a {display:block; float:left; height:2em; text-decoration:none; line-height:2em; color:#333; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url('/images/menubar/pro_seven_0a.gif') no-repeat;}
#secondary dt a strong {float:left; display:block; padding:0 10px 0 0; background:url('/images/menubar/pro_seven_0b.gif') no-repeat right top;}
#secondary dt.current a {color:#404040; background:url('/images/menubar/pro_seven_2a.gif') no-repeat;}
#secondary dt.current a strong {background:url('/images/menubar/pro_seven_2b.gif') no-repeat right top;}
#secondary dt a:hover {color:#404040; background: url('/images/menubar/pro_seven_1a.gif') no-repeat;}
#secondary dt a:hover strong {background:url('/images/menubar/pro_seven_1b.gif') no-repeat right top;}
#secondary dt.current a:hover {color:#404040; background: url('/images/menubar/pro_seven_2a.gif') no-repeat; cursor:default;}
#secondary dt.current a:hover strong {background:url('/images/menubar/pro_seven_2b.gif') no-repeat right top;}


.breadcrumbs {
	padding:5px 5px 5px 5px;
	overflow:hidden; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #cccccc;
        color: #ffffff;
        font-size: 0.75em;
        background-image: url('/images/breadcrumb_bg.jpg');
        background-position:0px 0px;
        background-repeat:repeat-x;
}

/*Link styles*/
.breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumbs a:link {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.breadcrumbs a:visited {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    color: #ffffff;
    cursor:pointer;
    text-decoration: underline;
}

.breadcrumbs a:active {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}


/* Table Style */

table.timetable {
	color: #404040;
	border-collapse: collapse;
	margin-left: auto;  
	margin-right: auto;
}

table.timetable caption {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-top: 0;
	margin-bottom: 0;
}

/* Target Firefox */
@-moz-document url-prefix()
{
table.timetable caption { margin-left: -1px; }
}
/* Target IE (or use IF IE statement ) */
table.timetable caption { _margin-left: -1px; }


table.timetable thead tr th {
	background-color:#ffffff;
	background-image: url('/images/table_background.png');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left center;
	border-color: #cccccc;
}

table.timetable tbody tr.oddrow td {
	background-image: url('/images/table_background_col3.gif');
	background-repeat: repeat-x;
	background-color:#f8f8f8;
	border-color: #cccccc;
}

table.timetable tbody tr.evenrow td {
	background-image: url('/images/table_background_col2.gif');
	background-repeat: repeat-x;
	background-color: #f3f8fd;
	border-color: #cccccc;
}

table.timetable tbody tr.oddrow td.dayoff {
	/*background-color:#999999;*/
}

table.timetable tbody tr.evenrow td.dayoff {
	/*background-color:#cccccc;*/
}

/*Link styles*/
table.timetable a {
    color: #1f5431;
    text-decoration: none;
}

table.timetable a:link {
    color: #1f5431;
    cursor: pointer;
    text-decoration: underline;
}

table.timetable a:visited {
    color: #1f5431;
    cursor: pointer;
    text-decoration: underline;
}

table.timetable a:hover { 
    color: #40e075;
    cursor:pointer;
    text-decoration: underline;
}

table.timetable a:active { 
    color: #40e075;
    cursor: pointer;
    text-decoration: underline;
}



div#validation_buttons ul li a span {
    display: none;
}

#wc3_valid_html_4_1, #wc3_valid_css {
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    height: 15px;
    width: 80px;
    margin: 0px;
}

#wc3_valid_html_4_1 {
    background-image: url('/images/buttons/valid-html401.png');
}

#wc3_valid_css {
    background-image: url('/images/buttons/valid-css.png');
}

/*Link styles*/
a {
    color: #40e075;
    text-decoration: none;
}

a:link {
    color: #40e075;
    cursor: pointer;
    text-decoration: underline;
}

a:visited {
    color: #40e075;
    cursor: pointer;
    text-decoration: underline;
}

a:hover { 
    color: #1f5431;
    cursor:pointer;
    text-decoration: underline;
}

a:active { 
    color: #1f5431;
    cursor: pointer;
    text-decoration: underline;
}

a.external:after {
   content: " " url('/images/ext_link.png');
   }


form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  color: #ffffff;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#contactList {
	clear: both;
	width:  740px;
	overflow: hidden;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.description {
	width: 186px;
	height: 155px;
	float: left;
	margin: 0 17px 21px 5px;
	border: 1px solid #ccc;
	display: inline;
	overflow: hidden;
	}

div.clip {
	clip: rect(0px, 187px, 147px, 0px);
	width: 187px;
	height: 149px;
	position: absolute;
	overflow: hidden;
	}

.contactDivider {
	clear: both;
	border-top: 1px solid #cccccc;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: 0px;
	text-align: center;
	}


.contactItem h3 {
	float: left;
	width: 160px;
	padding-top: 10px;
	margin: 0px 0 10px 12px;
	display: inline;
	overflow: hidden;
	}

.contactItem p {
	float: left;
	display: inline;
	overflow: hidden;
	width: 152px;
	height: 78px;
	margin: 10px 0 3px 10px;
	}

.contactItem {
	border: 0px solid #ff3333; /* to clear IE text bug -- some text randomly shows up with out this */
	float: left;
	overflow: hidden;
	width: 367px;
	height: 176px;
	}

div.imgContainer {
	border: 1px solid #cccccc;
	height:155px;
	width:155px;
	background-repeat: none;
	background-attachment: scroll;
	background-position: left top;
	display:inline;
	float: left;
}

.imgTelephone {
	background-image: url('/images/telephone_bg.jpg');
}

.imgEmail {
	background-image: url('/images/email_bg.jpg');
}

.imgPost {
	background-image: url('/images/post_bg.jpg');
}