* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0; height: 100%;
}

body {
	background: url('../images/bg.gif') fixed center top no-repeat #940000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ============================================================================= Fonts === */

a {
	color: #940000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 10px 0;
	padding-right: 10px;
	line-height: 20px;	
}

p.quote {
	font-style: italic;
}


.red {
	color: #990000;
}

.green {
	color: #669900;
}

.blue {
	color: #00659A;
}

.tiny {
	font-size: 10px;
}

strong {
	font-weight: 900;	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #00659a; 
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 30px;
}

.home h1 { width: 400px; }


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #940000; 
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00659a; 
	font-weight: normal;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
} 

hr {
	clear: both;
	border-bottom: dotted 1px #999;
	padding-top: 15px;
	margin-bottom: 15px;
	
}

.home p {
	margin-top: 20px;
	padding-left: 10px;
}

.home h2 {
	font-size: 17px;
	margin-bottom: 5px;
}

p.full {
	width: auto;
}

img.border {
	float: right;
	margin: 10px;
	border: 10px solid #232323;
}

/* Small clickable Word icon */
a.word-icon { display: block; background: url(../images/wordicon_small.gif) no-repeat; padding-left: 20px; height: auto; min-height: 16px;}


/* Small clickable PDF icon */
a.pdf-icon { display: block; background: url(../images/pdficon_small.gif) no-repeat; padding-left: 20px; height: auto; min-height: 16px;}

.competencies a.pdf-icon { float: left; padding-right: 5px; }

.competencies li p { padding: 0; margin: 0;}

.competencies li  { clear: both;}


.clear {
	clear: both;
	height: 0px;
	display: block;
}

/* ============================================================================= Site Wrappers === */

#wrapper {
	width: 764px;
	background: #fff url('../images/content-bg.jpg') top right no-repeat;
        min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#wrapper.home {
	background: #fff url('../images/home-bg.jpg') top right no-repeat;
}

/* ============================================================================= Header === */

#header {
	width: 763px;
	height: 87px;
	background: url('../images/header.jpg') no-repeat;
}

#header img {
	padding: 8px 0 0 30px;
	
}

/* ============================================================================= Red Bar ===== */

#red-bar {
	width: 100%;
	height: 35px;
}

#date {
	color: #fff;
	float: left;
	height: 35px;
	font-size: 10px;
	line-height: 35px;
	margin-left: 20px;
}

/* ============================================================================= breadcrumb === */


div.crumb-menu {
	margin-top: 8px;
	margin-right: 20px;
	float: right;
}
div.crumb-menu a {
	color: #FFFFFF;
	text-decoration: none;
}

div.crumb-menu a:hover {
	text-decoration: underline;
}

div.crumb-menu img {
	vertical-align: middle;
}

div.crumb-menu img.arrow {
	padding: 0 2px;
}

div.crumb-menu p	{
	background-color: #650000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	width: auto;	
}

div.crumb-menu span.this	{
	text-decoration: underline;
}

/* ============================================================================= Side Menu === */

#side-bar {
	display: block;
	width: 189px;
	margin: 20px 0 0 0;
	//margin-top: 10px; /* ================================================= IE =====*/
	padding-left: 15px;
	float: left;
        background: #FFF url('../images/side-bg.jpg') no-repeat right top;
	min-height: 700px;
}

#side-bar img {
	padding: 5px 0;
}

#side-bar img.second {
	padding-left: 20px;
}

#side-bar ul {
	display: block;
	list-style: none;
	margin-bottom: 20px;
}

#side-bar li {
	font-size: 12px;
	margin: 5px 2px;
}

#side-bar li a {
	color: #0066A9;
	font-weight: bolder;
	display: block;
	text-decoration: none;
	height: auto;
	padding: 3px 10px;
}

#side-bar li a:hover {
	color: #891b26;
	text-decoration: underline;
}

#side-bar li.active a {
	background: url('../images/menu-active-bg.gif') top left no-repeat;
	color: #FFF;
}

#side-bar li.double a {
	background: url('../images/menu-active-double-bg.gif') top left no-repeat;
}

/* ============================================================================= Sub Side Menu === */

#side-bar ul li.active ul {
	background: url('../images/sub-menu-bg.gif') bottom left no-repeat;
	list-style: square;
	list-style-position: outside;
	color: #666666;
	display: block;
	padding: 3px 0;
	width: 168px;
	margin-bottom: 0px;
}

#side-bar ul li.active ul li {
	margin: 5px 2px;
	margin-left: 20px;

	width: 150px;

}

#side-bar ul li.active ul li a {
	color: #940000;
	font-size: 11px;
	font-weight: 200;
	margin: 0;
	background-image: none;
	text-decoration: none;
	padding: 0;
	display: inline;

	/* //position: relative;
	//top: 10px; */
}

#side-bar ul li.active ul li a:hover {
	color: #940000;
	text-decoration: underline;
}

#side-bar ul li.active ul li.active a {
	color: #940000;
	text-decoration: underline;
}

/* ============================================================================= Content Area === */

#content {
	width: 520px;
	float: left;
	padding: 15px 15px;
	margin-bottom: 30px;
}

#content #spacer {
	width: 130px;
	height: 150px;
	float: right;	
}

#content #spacer_lg {
	width: 130px;
	height: 150px;
	float: right;	
}

#content ul {
	background: transparent url('../images/list-bg.gif') left top no-repeat;
	padding: 10px 25px;
	line-height: 30px;
	list-style: square;
}

#content li {
	border-bottom: dotted #999999 1px;
	list-style-position: inside;
}

.content img {
	border: #fff solid 1px;
	padding: 5px;
	background: #dadada;
	margin: 5px;
}

#content.content ul {
	background-image: none;
	padding: 10px 20px 5px 35px;
	line-height: 16px;
	list-style: square;
}

#content.content ul.no-bullet {
	list-style: none;
}

#content.content li {
	padding: 3px 0;
	border: none;
	list-style-position: outside;
}

#content.content ol {
	background-image: none;
	padding: 10px 20px 5px 35px;
	line-height: 16px;
}

#content.content li {
	padding: 3px 0;
	border: none;
	list-style-position: outside;
}

#content.content ol li li li {
	list-style: disc;
}

#content.content ol li .letter li {
	list-style: lower-alpha;
}

#content.content ol li .letter li li {
	list-style: lower-roman;
}

#content.content ol.competencies li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	
}
#content.content ol.competencies li li {
	font-size: 12px;
}

#content.content ol.competencies li li li {
	font-weight: normal;
}


/* ============================================================================= Table Formatting === */

table {
	width: 100%;
	}
	th {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #00659a;
		font-weight: normal;
		font-size: 16px;
		padding: 5px;
		border-bottom: dotted 1px #999;
		}
	td {
		font-size: 11px;
		padding: 5px;
		}
	
	
/* ============================================================================= specific content pages === */

#content.gallery img {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
	float: left;
}

#content.gallery a.gallery {
	border: #fff solid 1px;
	padding: 5px;
	background: #BFBFBF;
	margin: 5px;
	float: left;
}

#content.gallery a:hover.gallery {
	border: #fff solid 1px;
	padding: 5px;
	background: #00659A;
	margin: 5px;
	float: left;
}

#content.gallery h1 {
	margin-bottom: 0;
}

#content.gallery h2 {
	margin-bottom: 0;
}

/* ============================================================================= stretching box === */

.box {
	display: block;
	width: 195px;
	padding: 1px;
}

.box .top {
	height: 10px;
	width: 195px;
	padding: 15px;
	background: url(../images/blue-box-header.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;  
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.box .bottom {
	background: url(../images/blue-box-footer.gif) top left no-repeat;
}

.box .box-content {
	padding: 0 5px;
	background-color: #00659a;
}

.box p {
	line-height: 14px;
	margin: 0;
	width: auto;
	padding-bottom: 5px;
}


.box a {
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 11px;
	text-decoration: none;
}
	
.box a:hover {
	text-decoration: underline;
}

	
.box strong {
	font-family: Arial, Helvetica, sans-serif; 
	color: #2F2F2F;  
	font-weight: bold;
	font-size: 11px;
	}

.events {
	margin-top: 130px;
	float: right;
	
}

a.top  {
	text-decoration: none;
	padding-top: 5px;
	float: left;
	font-size: 10px;
}

/* ============================================================================= Content Break === */

#content-break{
	border-bottom: dotted 1px #999;
	font-size: 10px;
	padding-top: 15px;
}

/* ============================================================================= Content Footer === */

#content-footer {
	border-bottom: dotted 1px #999;
	font-size: 10px;
	padding-top: 15px;
}

#content-footer #top {
	padding-top: 5px;
	float: left;
	font-size: 10px;
}

#content-footer #print {
	padding-top: 5px;
	float: right;
}

#content-footer #print a, #content-footer #top a {
	text-decoration: none;
}

/* ============================================================================= Footer Menu === */

#footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}

#footer {
	background: url('../images/footer-bg.gif') top repeat-x #252525;
	color: #999;
        position: relative;
        margin-bottom: 0;
	padding-top: 5px;
}

#footer-wrapper {
	width: 764px;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	//position: relative; /* =============================================== IE ====*/
	//top: -4px;
}

/* ============================================================================= Footer Menu === */

#footer-menu {
	//margin-top: 10px;
}


#footer-menu li {
	float: left;
	font-size: 10px;
	list-style-type: none;
	margin: 0 2px;
}

#footer-menu li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	color: #999;
}

#footer-menu li.last a {
	border: none;
}

#footer-menu li a:hover {
	text-decoration: underline;
}

#footer-menu li a.this {
	text-decoration: underline;
}

/* ============================================================================= Forms === */

.form { 
	margin: 20px 30px;
	font-size: 14px;
}

.form p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
  
.form label {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: 200px;
	margin-top: 10px;
} 


.form input[type='text'], .form input[type='password'], .form input[type='file'], .form textarea, select {
	float: left;
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0;
	margin-top: 10px;
	width: 200px;
}

.form textarea {
	font-size: 14px;
	
}

.form input[type='text']:hover, .form input[type='password']:hover, .form input[type='file']:hover, .form textarea:hover {
	border-color: #00659A;
}

.form input[type='text']:focus, .form input[type='password']:focus, .form input[type='file']:focus, .form textarea:focus {
	border-color: #00659A;
	background: #FFF;
	color: #00659A;
}


.form input.send {
	float: right;
	margin: 10px 50px;
	border: none;
	background-color: #940000;
	color: #fff;
	width: auto;
	/*background: url('../images/send-btn.gif') no-repeat;*/
}

.form input.imagebut {
	float: right;
	margin: 10px 50px;
	border: none;
	background: none;
	color: #fff;
	width: auto;
	/*background: url('../images/send-btn.gif') no-repeat;*/
}

.form input:hover.send {
}


#calendar .title 
{
   background: url(../images/calendar-title.gif);
   height: 29px;
   width: 165px;
}

table.title td
{
  padding: 0; margin: 0;
}

#calendar a 
{
   text-decoration: none;
}
    
#calendar td
{
padding: 0px; margin: 2px;
} 
    
#calendar td.day 
{
   border: none;
   padding: 2px;
   height: 16px;
   width: 18px;
}
    
#calendar td.event-day a 
{
   display: block; 
   color: #940000;
   height: 16px;
   width: 18px;
   font-weight: bold;
   padding-top: 2px;
}

#calendar td.event-day a:hover
{
    color: #940000;
    background-color: #D1D1C4;
    border: 1px solid #940000;
    height: 16px;
    padding-top: 1px;
}

#calendar td.event-day-selected a
{
    display: block; 
    color: #940000;
    height: 16px;
    width: 18px;
    font-weight: bold;
    padding-top: 2px;
    color: #940000;
    background-color: #D1D1C4;
    border: 1px solid #940000;
    height: 16px;
    padding-top: 1px;
}

#calendar td.slected-day 
{
   border: 1px solid #940000;
    }
    
#calendar td.slected-day a 
{
   display: block; 
   color: #940000;
   background-color: #D1D1C4;
   height: 20px;
   width: 18px;
}

#calendar .title td
{
  padding: 0; margin: 0;
  padding: 0 5px;
}

/* ==============================================================================     list events */

#sessions .pager  td {

}

#sessions {
	
}

#sessions .title { color: #940000; font-size: 12px; }
#sessions .date {}
#sessions .lcoation {}



/* ========================================================================== Update/create Event */


.datetime-icon {
	float: left;
	position: relative;
	top: 10px;
	left: 5px;
	
	
}


/* ========================================================================== Validation Styles */

#validation_summary {
	padding: 10px;
	border: 1px solid red;
	background-color: #FFDFDF;
}

#validation_summary  ul {
	background: none;
	width: 365px;
	margin-left: 10px; 
	padding: 5px 10px; 
	line-height: 30px;
	list-style: square;
	color: #00659a; 
}

#validation_summary  li {
	border-bottom: dotted red 1px;
	list-style-position: inside;
	color: #333;
}



/* ========================================================================== Datepicker Calender == */


#calendar 
{
}

#Calendar1 .title 
{
   background: url(../images/calendar-title.gif);
   height: 29px;
   width: 165px;

}

table.title td
{
  padding: 0; margin: 0;
  
}

#Calendar1 a 
{
   text-decoration: none;
    }
    
#Calendar1 td
{
padding: 0px; margin: 2px;
    }
    
    
#Calendar1 td.day 
{
   border: none;
   padding: 2px;
   height: 16px;
   width: 18px;
}
    
#Calendar1 td.event-day 
{
    
}
    
#Calendar1 td.event-day a 
{
   display: block; 
   color: #940000;
   height: 16px;
   width: 18px;
   font-weight: bold;
   padding-top: 2px;
}

#Calendar1 td.event-day a:hover
{
   color: #940000;
   background-color: #D1D1C4;
    border: 1px solid #940000;
    height: 16px;
    padding-top: 1px;
}

#Calendar1 td.slected-day 
{
   border: 1px solid #940000;
    }
    
#Calendar1 td.slected-day a 
{
   display: block; 
   color: #940000;
   background-color: #D1D1C4;
   height: 20px;
   width: 18px;
}


#Calendar1 .title td
{
  padding: 0; margin: 0;
  padding: 0 5px;
}


/* ========================================================================== Production Notes === */

.highlight {
    font-weight: normal;
    background-color: yellow;
}


table#PasswordRecovery1 
{
    float: left;
}

table#PasswordRecovery1 label
{
    float: left;
    clear: both;
    width: 75px;
    position: relative;
    top: -7px;
}

table#PasswordRecovery1 input
{
   clear: both;
}


table#PasswordRecovery1 tr
{
    float: left;
    width: 300px;
}


#PasswordRecovery1 .title 
{
    display: none;
    }


#PasswordRecovery1 .instruct 
{
    margin-left: 10px;
}

#PasswordRecovery1 .box {}

#PasswordRecovery1 .button 
{
    float: right;
    border: 1px solid #27617F;
    background-color: #00659A;
    padding: 5px;
    color: #fff;
    margin-left: 150px;
    cursor: pointer;
    }



.delete-button {
	
	font-weight: bold;
}

.flash 
{
    display: block;
    color: #940000;
    margin: 10px;
}