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


/*------------------------------ custum formating -------------------------------*/
/*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: #467A9F;
}
.dark-color {
background-color: #666666;
}
.med-color {
background-color: #afc427;
}
.light-color {
background-color: #cccccc;
}
.dark-fade {
background-image: url(images/fade.jpg);
background-repeat: repeat-x;
}

/* --------- 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;
}
/*-------------------------------- Heading Colors ---------------*/
#content-container h1,h2,h3,h4,h5,h6 { 
color: #197078;
font-weight: normal !important;
}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, #content-container a:visited {
	color: #197078;
}
a:link.pageheading, a:visited.pageheading {
color: #197078;
}
/*------------------------------- 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(/writing/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: #afc427;*/
}

/*top nav color*/
#nav-container {
background-color:#000000;
}
/*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: #afc427;
	color: #ffffff;
	text-decoration: none;
}

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

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

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

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

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

#left-nav-container a:link {
color: #197078;
}

#left-nav-container a:visited {
color: #197078;
}

#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: #197078;
	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: #197078 !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;
}

.more {
background-image:url(images/more-info-arrow.gif);
}
.borderz {
border: 3px solid #dce69c;
}
hr {
color: #fff;
border-color: #fff;
}
.effect1 {
padding-top: 48px;
background-image: url(/writing/common/images/typo-effect2-570.png);
background-repeat: no-repeat;
background-position: top right;
}
.effect2, .programs#content-container{
padding-top: 48px;
background-image: url(/writing/common/images/typo-effect3-570.png);
background-repeat: no-repeat;
background-position: top right;
}
.effect3, .programs#content-container h2{
padding-top: 48px;
background-image: url(/writing/common/images/typo-effect4-570.png);
background-repeat: no-repeat;
background-position: top right;
}
.effect-image {
background-image: url(/writing/common/images/typo-img-190.png);
background-repeat: no-repeat;
background-position: top right;
}
.effect-image2 {
background-image: url(/writing/common/images/typo-img2-190.png);
background-repeat: no-repeat;
background-position: top right;
}
.effect-image3 {
background-image: url(/writing/common/images/typo-img3-190.png);
background-repeat: no-repeat;
background-position: top right;
}

programs#content-container {

}

