@charset "UTF-8";
/* CSS Document */


/*------------------------------ custum formating -------------------------------*/
.by {
color: #333333; 
margin: 0px 0px 0px 28px !important; 
padding-bottom: 14px;
font-size: 85% !important;
}

p.caption {
font-size: 77% !important;
line-height: 123.1% !important;
color: #666666;
}

.no-underline a:link, a:visited {
text-decoration: none !important;
}

.more-arrow {
float: left;
margin: 5px 4px 0px 0px;
border: none !important;
}

/*sets the sub nav for the frotpage based navigation */

.spacer {
height: 14px;
width: 170px;
}

.light-grey {
background-color: #ececec;
}

.lightest-grey {
bacground-color: #bcbcbc;
}

.border-topz {
border-top: 1px solid #ececec;
margin-top: 20px;
}

/*to use classes in the column div with class example <div class="1colspan dark-color">- also use the border class simmilarly located in the global style sheet*/
.blue {
background-color: #00B3EB;
}
.dark-color {
background-color: #666666;
}
.med-color {
background-color: #999999;
}
.light-color {
background-color: #cccccc;
}
/* --------- Height - add to column class when making rows of cubes ---------- */
.heightA {
height: 22em; /*22em = aprox 300px;*/
}
.heightB {
height: 18em;
}
.heightC {
height: 16em;
}
.heightA-border {
height: 22em;
}
.heightB-border {
height: 18em;
}
.heightC-border {
height: 16em;
}
/*------------------- table of content feature hover images --------------------------*/
.right-feature {
padding: 0px 0px 0px 0px;
vertical-align: top;
background-color: #ececec;
border-bottom: 4px solid #ffffff;
background-image: url(/about/inspired/common/images/background-fade.jpg);
background-repeat: repeat-x;
background-position: bottom left;
}
.right-feature h3 {
margin: 0px 3px 0px 0px!important;
}
.right-feature a:link, .right-feature a:visited {
text-decoration: none !important;
display: block;
padding: 4px 10px 14px 10px !important;
margin: 0px !important;
}
.right-feature img {
border-bottom: 4px solid #ffffff;
display: block;
}
.right-feature h3 {
font-size: 76%;
margin-left: 14px !important;
}
.right-feature a:hover{
background-color: #ffffff;
color: #ffffff !important;
background-image: url(/about/inspired/common/images/background-fade-darker.jpg);
background-repeat: repeat-x;
background-position: top left;
}
/*------------------------- middle feature ------------------------------*/
.middle-feature {
padding: 0px 0px 0px 0px;
vertical-align: top;
background-color: #ececec;
border-bottom: 4px solid #ffffff;
background-image: url(/about/inspired/common/images/background-fade.jpg);
background-repeat: repeat-x;
background-position: bottom left;
}

.middle-feature a:link, .right-feature a:visited {
text-decoration: none !important;
display: block;
padding: 4px 10px 14px 0px !important;
margin: 0px !important;
}

.middle-feature img {
border-bottom: 4px solid #ffffff;
display: block;
}

.middle-feature a:hover{
background-color: #ffffff;
color: #ffffff !important;
background-image: url(/about/inspired/2008/winter/common/images/background-fade-darker370.jpg);
background-repeat: repeat-x;
background-position: top left;
}

/*------------------------ Heading Colors --------------------------*/
#content-container h1,h2,h3,h4,h5,h6 {
	color: #D7242F;
}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
	color: #D7242F;
}
.float-left {
float: left;
}
/*------------------------------- Template color Formating -----------------------------------*
/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/
#inner-container {
background-image:url(/about/inspired/2008/winter/common/images/nav-color.gif);
background-repeat: repeat-y !important;
}
#left-nav-container {
	/*this is used for whent the text is resized and should be the same color of the above bg image*/
background-color: #ececec;
}
/*top nav color*/
#nav-container {
background-color:#000000;
background-image: url(/about/inspired/2008/winter/common/images/nav-fade-top.jpg);
background-repeat: repeat-x;
background-position: bottom;
}
/*bottom nav color*/
#footer-container {
background-color:#000000;
}

/*------------------------------ Template Font Formating ---------------------------------------*/

/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #ffffff !important;
}

#nav-container  a:hover {
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
}

#nav-container {
	background-color: #D7242F;
}

/*-------------- footer Nav Coloring ----------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #ffffff !important;
}

#footer-container  a:hover {
	background-color: #999999
	color: #ffffff;
	text-decoration: none;
}

#footer-container {
	background-color: #D7242F;
}
/*-------------------- Left Navigation ---------------------*/

#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 8px;
	color: #434242;
}

#left-nav-container h2 a:link, #left-nav-container h2 a:visited{
	padding-left: 14px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h3 a:link, #left-nav-container h3 a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h4 a:link, #left-nav-container h4 a:visited{
	padding-left: 30px;
}
 
#left-nav-container a:hover{
	background-color: #D7242F;
	color: #ffffff;
	text-decoration: none;
	background-image: url("/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

#left-nav-container h1 a:hover{
background-color: #00B3EB !important;
}
/*--- add for non linked text in leftnav */

h3.nav-nolink {
color: #ffffff !important;
padding-left: 22px !important;
padding-top: 8px;
}

h2.nav-nolink {
color: #ffffff !important;
padding-left: 14px !important;
padding-top: 8px;
}

/*------------ special formating ----------------- */
h1.white-large {
font-size: 158% !important;
color: #ffffff !important;
font-weight: normal !important;
padding-bottom: 14px;
}

