/* casa  */




/******************** logo for top of page */	
	
#logo2 {
	position: relative;
	top: 0px;
	left: -1px;
	bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
/*	max-height: 72px; */    /* this line removed as a hack -- see the comment at the bottom of site.css */
}	

#logo2 table {
	position: relative;
	top: 0px;
	left: -1px;
	bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	max-height: 72px;
	background-color: #ffffff;
}

#logo2 table td,
#logo2 table th {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#cse-search-box {
	font-size: 80%;
}

img {
	border: 0px;   /* this line added as a hack -- see the comment at the bottom of site.css */
}

/******************** top navigation */
 

.primaryNav_unselected { font-family: Arial, Helvetica, sans-serif; font-size: 1em;  }
.primaryNav_selected {font-family: Arial, Helvetica, sans-serif; font-size: 1em;  color: #FF0000;}
.secondaryNav_unselected { font-family: Arial, Helvetica, sans-serif; font-size: 1em;  }
.secondaryNav_selected {font-family: Arial, Helvetica, sans-serif; font-size: 1em;  color: #FF0000;}



#primaryNav_selected a:active {
	color: #CC0000;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 10px 0em;
}

#primaryNav_selected a:link,
#primaryNav_selected a:visited{
	color: #CC0000;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.1em;
	padding: 10px 0em;
}

#tnav_tbl table {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	border-top-width: 1px; /* these border lines added as a hack -- see the comment at the bottom of site.css */
	border-bottom-width: 1px;    /* - */
	border-top-style: solid;     /* - */
	border-bottom-style: solid;  /* - */
	border-top-color: #000;      /* - */
	border-bottom-color: #000;   /* - */
}

#tnav_tbl table td,
#tnav_tbl table th {
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-top: 0px;
}


#tnav_tbl  p,
#tnav_tbl a, /* <== this specific line added as a hack -- see the comment at the bottom of site.css */
#footer-nav a, 
td,
li,
input,
label,
textarea,
th,
dd,
dt {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; /* this line added as a hack -- see the comment at the bottom of site.css */
	font-size: 1.2em;
	line-height: 1.3em;
	text-decoration: none; /* this line added as a hack -- see the comment at the bottom of site.css */
	color: #404040;
}	

#tnav_tbl a:hover, #footer-nav a:hover { /* these line added as a hack -- see the comment at the bottom of site.css */
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#tnav_tbl #primaryNav_selected a:hover { /* these line added as a hack -- see the comment at the bottom of site.css */
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}




/********************  left navigation -- landing page link */
.navTextB {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003570;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-weight: bold;
	}


/*  left navigation -- for landing page */


#menu1 ul {
    color: #003570;
	padding: 0;
	margin: 0;
    }

#menu1 li {
	font-size: 1.3em;
	list-style: none;
        color: #003570;
	font-weight: bold;
	}

#menu1 li a{
	list-style: none;
    color: #003570;
	font-weight: bold;
	text-decoration: none;
	}
	
 
#menu1 li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

/*  left navigation -- for tertiary page links */
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
        line-height: 1.2em;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
	
#menu ul {
	padding: 0;
	margin: 0;
        }

#menu li {
	list-style: none;
        line-height: 1.3em;
	}

/* footer layout */
#footer-nav-wrapper {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding: 2px;
}

#footer-content {  /* these lines added as a hack -- see the comment at the bottom of site.css */
	text-align: center;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
	margin-top: 2px;
}
	
/********************  content lists  ul */
#menutext ul {
     	padding: 0;
	margin: 0;
        }

#menutext li {
	font-size: 1em;
	list-style-type: disc; 
	list-style-position: inside;
        color: #000000;
	font-weight: normal;
	line-height: 1.1em;
	}

#menutext li a{
	
        color: #003570;
	font-weight: normal;
	}
	
 
#menutext li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

/********************  content lists  ol */
#menutxtol ol {
     	padding: 0;
	margin: 0;
        }

#menutxtol li {
	font-size: 1em;
	list-style-type: decimal; 
	list-style-position: outside;
        color: #000000;
	font-weight: normal;
	line-height: 1.1em;
	}

#menutxtol li a{
	
        color: #003570;
	font-weight: normal;
	}
	
 
#menutxtol li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}


/********************  main content list class */

 
ul.menubult  {
	padding-left: 35px;
	margin: 0;
        }

li.menubult  {
	font-size: 1em;
	list-style-type: disc; 
        color: #000000;
	font-weight: normal;
	line-height: 1.1em;
	}

li.menubult a:link {
	
        color: #003570;
	font-weight: normal;
	}
	

li.menubult a:visited {
	
        color:  #003570;
	font-weight: normal;
	}
	
li.menubult a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

li.menubult a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

/******************** main content text */

.hometext {
         
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}

#hometext a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

#hometext a:visited {
	color: #36648a;
	font-weight: bold;
	text-decoration: none;
}

#hometext a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

#hometext a:active {
	color: #CC0000;
	font-weight: bold;
}



/******************** main content  */

#mainbody table {
	margin-top: 0em;
	margin-bottom: 0em;
	border-spacing: 0;
}

#mainbody table td,
#mainbody table th {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}


/* nav */



.menuItem, .menuItemSelected
{
	float: left;
	height: 30px;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}


.menuItemSelected
{
	float: left;
	height: 30px;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 20px;
	color: #FF0000;
}

/******************** CASA backgrounds */
.grad2{
	background-color: #fff;
	background-image: url(../images/2nd_tan_callout.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
}


.grad1{
	background-color: #fff;
	background-image: url(../images/2nd_leftnav_graphic.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.grad0{
	background-color: #fff;
	background-image: url(../images/Home_blue_grad.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/********************  Miscellaneous   *************/
#content {margin: auto; overflow: hidden;width: 982px;padding-bottom: 18px; background: #f6f6f6 url(/img/style/content-inner-bg.gif) 0 0 repeat-y;}
#content .content-inner {width: 982px;padding: 11px 0 0 0;}

.plain #content {overflow: hidden;width: 982px;padding-bottom: 18px; background: #ffffff;}
.plain .content-holder {float: left;width: 938px;margin: 0px 0 0 25px;display: inline;}


.pageName3{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003570;
	line-height:1.9em;

	vertical-align: text-top;
	}
	

.pageName2{
	font: 19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003570;
	line-height:1.9em;
	letter-spacing:0.1em;
	vertical-align: text-top;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #003570;
	line-height:24px;
	letter-spacing:.2em;
	vertical-align: text-top;
	}	
		
/******************** HOME PAGE LINKS -- blue box titles  */
/* blue box titles  */
.hmtxtblu {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	color: #003570;
}


a:link.hmtxtblu  {
	font-size: 1.2em;
	color: #003570;
	font-weight: bold;
	text-decoration: none;
}


a:visited.hmtxtblu  {
	color: #003570;
	font-weight: bold;
	text-decoration: none;
}


a:hover.hmtxtblu  {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}


a:active.hmtxtblu  {
	color: #CC0000;
	font-weight: bold;
}

/* home page blue box content - small  */

.hmtxtsm {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}

a:link.hmtxtsm  {
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:visited.hmtxtsm  {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover.hmtxtsm  {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

a:active.hmtxtsm  {
	color: #CC0000;
	font-weight: normal;
}

/********************  Home page Link for red-learning */	
#learnlnk2 {
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
        font-size:19px;
	color: #CC0000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

#learnlnk {
        font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
        font-size:19px;
	color: #CC0000;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
 


 a#learnlnk:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

 a#learnlnk:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

 a#learnlnk:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

 a#learnlnk:active {
	color: #CC0000;
	font-weight: bold;
}

	
/********************      */
	 

/* @group Generic */ 

.image-float-left {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #012d51 1px solid;
}

.image-inline {
	margin: 15px 0px 15px 0px;
	border: #012d51 1px solid;
}

.image-float-right {
	float: right;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 0px;
	border: #012d51 1px solid;
	display: inline;
}

.image-banner {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: #012d51 1px solid;
}

.image-banner-top {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: #012d51 1px solid;
}

.div-clear {
	clear: both;
	width: 100%;
}

.div-container {
	width: 100%;
	float: left;
}

.div-left {
	float: left;
	text-align: left;
	vertical-align: text-top;
	width: 200px;
	background: #CCD3E6;

}

.div-right {
	float: left;
	text-align: left;
	vertical-align: text-top;
	width: 30%;
}

.div-middle {
	float: left;
	height: auto;
	text-align: left;
	vertical-align: text-top;
	width: 30%;
}

/* casa */


.div-left2 {
	float: left;
	text-align: left;
	vertical-align: text-top;
	width: 50px;
	background: #FFFFFF;

}

.div-middle2 {
	float: left;
	height: auto;
	text-align: left;
	vertical-align: text-top;
	width: 50%;
}

.div-right2 {
	float: right;
	text-align: left;

        padding-right: 1.2em;
        padding-top: 1.2em;
	width: 30%;
}
/* casa */

#content-wrapper {
	margin-top: 12px;
	background: #fff url('/files/images/bg-gateway-content.png') scroll repeat-x 0px 0px;
}

#content-area {
	width: 995px;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
}

/* @end */
