/* overrides */
html, body
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 102%;
	margin-top:  0;
	margin: 0 auto; 
	text-align:center;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;

}
a:link
{
	color: #005396;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;	
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}

/* ids */
#container
{
	margin: 0 auto;  /* "auto" makes the left and right margins center the wrapper */
	width: 950px;
	text-align:left;
	border-left: solid 1px #BFC9E2;
	border-right: solid 1px #BFC9E2;
	border-bottom: solid 1px #BFC9E2;
	border-collapse: collapse;
	
}

#site_theme
{
	background-color: Transparent;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding-left: 330px;
	padding-top: 35px; /*border: solid 1px black;*/
	width: 126px;
	color: #000000;	
	font-weight: bold;
}


#left_column
{
	clear: none;
	float: left;
	width: 210px;
	overflow: hidden;
	padding-top: 43px;
	padding-left: 3px;
}

#right_column
{
	clear: none;
	margin-left: 210px;
	border-left: solid 1px #BFC9E2;
}

#full_column
{
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
}

#full_column h1
{
	font-size: 140%;
	color: #00529A;
	padding-top: 10px;
	padding-bottom: 10px;
}

#full_column h2
{
	border-top: solid 1px #000000;
	border-collapse: collapse;
	padding-top: 10px;
}

#right_column h1, #right_column h2, #right_column h3, #right_column h4, #right_column h5, #right_column h6, #right_column p, #right_column ul
{
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0;
}

#right_column h1
{
	font-size: 120%;
	color: #00529A;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right_column h2
{
	color: #417fb8;
	font-size: 90%;
	border-top: solid 1px #000000;
	border-collapse: collapse;
	padding-top: 10px;
}
#right_column h3, #right_column p, #right_column ul
{
	font-size: 80%;
	color: #000000;	
	font-weight: bold;		
}


#right_column h4
{
	color: Gray;
	font-size: 90%;
	border-top: solid 1px #000000;
	border-collapse: collapse;
	padding-top: 10px;
	font-style: italic;
}

#right_column h5
{
	color: Gray;
	font-size: 80%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#right_column h6
{
	font-size: 90%;
	color: #00529A;
	padding-top: 10px;
	padding-bottom: 10px;
}

#right_column p
{
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 20px;
}

#right_column ul
{
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right:10px;
}

#banner
{
	height: 100px;
	background-image: url(../images/ca_logo4.png);
	background-repeat: no-repeat;
}

#left_column blockquote
{
	color: #000000;
	font-size: 80%;
	font-style: italic;
	margin: 0 10px 0 10px;
}

#left_column img
{
	border: none;
}

#left_column p
{
	font-size: 80%;
	margin-left: 10px;
}


/* classes */


.nav_menu
{
	text-align: right;
	background-color: rgb(255,255,255);
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 139px;
	
}
.nav_menu li
{
	margin-left: auto;
	margin-right: 40px;
	width: 300px;
	background-color: rgb(248,248,248);
	border-left: solid 1px #BFC9E2;
	border-right: solid 1px #BFC9E2;
	border-collapse: collapse;
	padding-right: 10px;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 4px;
}

.nav_menu li a
{

	font-weight: bold;
	font-size: 75%;
	color: #05549F;
}



.divider_blue
{
	height: 20px;
	background-color: #F0F1F5;
	border-bottom: solid 1px #BFC9E2;
	border-top: solid 1px #BFC9E2;
	border-collapse: collapse;
}

.other_nav_hidden
{
	display: none;
}

.other_nav
{
	height: 20px;
	background-color: #F0F1F5;
	border-bottom: solid 1px #BFC9E2;
	border-top: solid 1px #BFC9E2;
	border-collapse: collapse;
	background-image: none;
	margin-bottom: 30px;	
}

.other_nav li
{
	display: inline;
	margin-left: 14px;
	margin-right: 14px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #F0F1F5;
	border: none;
}

.sub_nav
{
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F0F1F5;
	border: solid 1px #BFC9E2;
	font-style: italic;
	font-weight: bold;
	font-size: 60%;
	color: Black;
}

.sub_nav h1
{
	font-size: 140%;
	margin: 0;
	padding: 20px 0 0 20px;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position: right top;
	height: 34px;
}
.sub_nav a
{
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: Black;
}

.nav_menu2
{
	text-align: right;
	background-color: rgb(255,255,255);
        background-image: url(../images/market-os_theme.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
  height: 139px;
	
}

.nav_menu2 li
{
	margin-left: auto;
	margin-right: 40px;
	width: 300px;
	background-color: rgb(248,248,248);
	border-left: solid 1px #BFC9E2;
	border-right: solid 1px #BFC9E2;
	border-collapse: collapse;
	padding-right: 10px;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 4px;
}
.nav_menu2 li a
{

	font-weight: bold;
	font-size: 75%;
	color: #05549F;
}
.divider_blue2
{
	height: 20px;
	background-color: #F0F1F5;
	border-bottom: solid 1px #BFC9E2;
	border-top: solid 1px #BFC9E2;
	border-collapse: collapse;
}


.learn_more {
	font-size: 12px;
	color: #000000;
	
}

.box_no_back {
	color:#FFF;
	font-size:13px;
	font-weight: 500;
	text-align: left;
	line-height: 18px;
	padding: 20px 0px 0px 10px;
	width: 330px;
}

.box {
	color:#000000;
	font-size:13px;
	font-weight: 500;
	text-align: left;
	line-height: 18px;
	padding: 5px;
	height: 140px;
	background-color: #FFFFFF;
	border-top: solid 1px #BFC9E2;
	border-bottom: solid 1px #BFC9E2;
	border-left: solid 1px #BFC9E2;
	border-right: solid 1px #BFC9E2;
	border-collapse: collapse;
}

.box_header {
	font-size: 20px;
	line-height: 24px;
}

.box_header_small {
	font-size: 18px;
	line-height: 30px;
}

.box a {
	line-height: 22px;
}


table.linkMenu
{	
/*	width: 90%;
	margin-left: 10px;
	border-color:#000;
	border-width: 1px;
	border-style: solid;
	border-collapse:collapse;
	margin-bottom: 10px;
*/}


.linkMenuHd {
	text-align:left;
	height: 1.5em;
	color:#3885BD;
	
	vertical-align:middle;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 8px;
}

.linkMenuBod {
	text-align: left;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
	margin-left: 8px;
    margin-right: 3px;
    margin-bottom: 8px;
	width: 90%;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 10px;
    }

 #footer {
	border-top: solid 1px #ccc; 
        margin-top: 20px;
	padding-top: 10px;
	text-align: center
    }
    
