﻿/* CSS Document */
html {
	height:100%;
	}

body  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
	}

.contentlinks  {
	line-height:18px;
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight:normal;
    text-decoration: none;
	margin-left:18px;
}
.contentlinks a {
	
	color: #000000;
    background: url(images/arrowdarksm.png) no-repeat;
    padding-left:18px;
} 
.contentlinks a:link {
    text-decoration: none;
} 
.contentlinks a:visited {
    color: #800000;
    text-decoration: none;
    background: url(images/arrowdarksm.png) no-repeat;
} 
.contentlinks a:hover {
    color: #808000;
    text-decoration: none;
    background: url(images/arrowlightsm.png) no-repeat;
} 
.contentlinks a:active {
    color: #800000;
    background: url(images/arrowlightsm.png) no-repeat;
} 


.yellowsidebarlinks {

	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight:normal;
    text-decoration: none;
    line-height:32px;
    margin:auto;

}
a.yellowsidebarlinks{	
	color: #800000;
    background: url(images/yellowbutton.png) no-repeat;
    text-decoration: none;
   	width:150px;
   	height:32px;
   	display:block;

} 
a.yellowsidebarlinks:link {
    text-decoration: none;
} 
a.yellowsidebarlinks:visited {
    color: #800000;
    text-decoration: none;

} 
a.yellowsidebarlinks:hover {
    color: #FF0000;
    text-decoration: none;

} 
a.yellowsidebarlinks:active {
    color: #000080;
    text-decoration: none;
} 

.content-pages #container { 
	width: 800px;
	min-height:100%;
	overflow: hidden;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:solid 1px #336699;
	} 
	
.content-pages #banner { 
	width:800px;
	height:200px;
	padding-bottom:3px;
	}
	
.content-pages #topnav-bar { 
	width:800px;
	height:28px;
	background-image:url(images/topnav-bar.jpg);
	background-repeat:repeat-x;
	margin-top:3px;
	margin-bottom:3px;
	}	
	
.content-pages #mainbody {
	width:588px;
	float:left;
	min-height:100%;
	overflow:hidden;
	}

.mainbody-padding {
	padding:8px 15px 8px 15px;
	}

.mainbubble-big {
	background-image:url(images/mainbody-stretch.jpg);
	background-repeat:repeat-y;
	width:550px;
	}	
	
.mini-mainbubble {
	background-image:url(images/mini-mainbody-stretch.jpg);
	background-repeat:repeat-y;
	width:275px;
	}		
	
.content-pages #right-nav {
	width:212px;
	float:left;
	min-height:100%;
	}
	
.right-body {
	background-color:#a8d2e1;
	width:202px;
	}	
	
.right-nav-padding {
	padding:5px 5px 0px 0px;
	}
	
.right-grey-body {
	background-image:url(images/right-grey-stretch.jpg);
	background-repeat:repeat-y;
	width:202px;
	text-align:center;
	}	
	
.right-grey-padding {
	padding:9px;
	}	
	
.content-pages #footer {
	width:800px;
	float:left;
	background-color:#013878;
	color:#FFFFFF;
	}
	
.footer-padding {
	padding:5px;
	}	
	
.clbo {
	clear:both;
	}

a.rnav { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; text-decoration:none; }
a.rnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#660000; text-decoration:underline; }

a.tablenav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#013878; text-decoration:none; font-weight:bold; }
a.tablenav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#660000; text-decoration:underline; }

a.leftnav { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-decoration:none; }
a.leftnav:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#660000; text-decoration:underline; }

a.bodynav { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#551a8b; text-decoration:underline; }
a.bodynav:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#a70054; text-decoration:underline; }

a.rightnav { font-size:13px; color:#138AE6; text-decoration:none; width:192px; background-color:#a8d2e1; display:block; padding:5px; border-bottom:solid 1px #138AE6; text-transform:uppercase; }
a.rightnav:hover { font-size:13px; color:#FFFFFF; text-decoration:none; width:192px; background-color:#138AE6; display:block; padding:5px; border-bottom:solid 1px #138AE6; text-transform:uppercase; }

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 14px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 21px 6px 21px; /*padding inside each tab*/
color: white;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
color:#FFFFFF;
background-color:#75A3D1;
}

.mattblackmenu a.selected{
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, sans-serif;
text-align:left;
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial, Helvetica, sans-serif;
text-align:left;
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 96px; /*width of menu (not including side paddings)*/
color: #FFFFFF;
background-color:#326698;
text-decoration: none;
padding: 5px 5px;
border-bottom: 2px solid #4683c2;
border-left: 2px solid #4683c2;
border-right: 2px solid #4683c2;
font-size:14px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #75A3D1;
color: #FFFFFF;
font-size:14px;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* old menu */
#navold ul {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1;
	background: #336699;
	color: white;
	padding: 0;
	border: solid #4785C2;
	border-width: 1px 0;
	margin: 0 0 0 0;
	text-align:center;
	font:bold 14px Arial,Helvetica,sans-serif;
}


#navold {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1;
	background: #336699;
	color: white;
	padding: 0;
	/*border: solid #4785C2;
	border-width: 1px 0;*/
	margin: 0 0 0 0;
	text-align:center;
}

#navold a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 21px 5px 21px;
}

#navold a.topold {
/*	background: url(http://www.licensetobuild.com/images/rightarrow2.gif) center right no-repeat;*/
}

#navold li {
	float: left;
	padding: 0;

}

#navold li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 110px;
	font-weight: normal;
	border-width: 0.1em;
	margin: 0;
}

#navold li li {
		width: 110px;
}

#navold li ul a {
	width: 110px;
	padding:5px 10px;
	text-align:left;
}

#navold li ul ul {

	margin: -1.75em 0 0 6em;
}

#navold li.sfhover ul ul ul {
	left: -999em;
}

#navold li.sfhover ul ul {
	left: -999em;
}

#navold li:hover ul ul ul {
	left: -999em;
}

#navold li:hover ul ul {
	left: -999em;
}

#navold li li li.sfhover ul {
	left: auto;
}

#navold li li.sfhover ul {
	left: auto;
}

#navold li.sfhover ul {
	left: auto;
}

#navold li li li:hover ul {
	left: auto;
}

#navold li li:hover ul {
	left: auto;
}

#navold li:hover ul {
	left: auto;
			width: 110px;
}

#navold li.sfhover {

	background: #75A3D1;
	
}

#navold li:hover {
	background: #75A3D1;
	
}

.CalHeader {
	text-align: center;
	color:#FFFFFF; 
	height: 34px;
}

.CalWeek {
	text-align: center;
	text-decoration: underline;
	height:24px;
}

.CalDay {
	text-align: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	height:24px;
}

.CalLastRow {
	border-bottom-style: solid;
	text-align: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	height:24px;
}
.CalTime {
	font-size: small;
	color: #0000FF;
	font-weight:bold;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #336699;
    width: 575px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    margin-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 575px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #3399CC;
    border-left: 1px solid #3399CC;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
	color:#fff;
    background-color: #336699;
    border:2px solid #A8D2E2;
}
.calothermonth a
{
	color:#fff;
    
}

.calcurrentday
{
    background-color: #E0EAF8;
}
.calweekend
{
    background-color: #A8D2E2;
  /*  width: 15%; */
}
.calweekend a
{
	color:#013878;
}
.calweekend
{
    text-align: left;
    border: 2px solid #A8D2E2;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.calcurrentday
{
    text-align: left;
    border: 2px solid #A8D2E2;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.calothermonth
{
    text-align: left;
    border: 2px solid #A8D2E2;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.calcurrentmonth
{
    text-align: left;
    border: 2px solid #A8D2E2;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.calcurrentmonth
{
    text-align: left;
    border: 2px solid #A8D2E2;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.caldays
{
	color:#fff;
	background:#013878;
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}

.rightblock
{
    border: 1px solid #336699;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    width:94%
}

.eventblock
{
    border: 1px solid #336699;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    width:450px;
}


