/*html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
*/


/* =Reset
----------------------------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var {
	font-style: normal;
	font-weight: normal;
}

/* =Default HTML Styles
----------------------------------------------------------------------------------------------------*/
body {
	background:url(/img/ca/header/background-1px.jpg) repeat-x;
	font: normal 80%/1.4 Arial, Helvetica, sans-serif;
	height: 100%;
}
object {
	outline: none;
}

/* =Inline elements 
----------------------------------------------------------------------------------------------------*/
abbr,acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
}
cite {
	font-style: italic;
}
code {
	font: normal 1em "Courier New", Courier, monospace;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sub {
	font-size: 0.75em;
	vertical-align: text-bottom;
}
sup {
	font-size: 0.75em;
	vertical-align: super;
}

/*  =Block-level elements 
----------------------------------------------------------------------------------------------------*/
blockquote {
	border-left: 2px solid #ccc;
	font-size: 0.92em;
	padding-left: 10px;
}
h1 {
	color: #262626;
	font-size: 2.35em;
	font-weight: bold;
	line-height: 35px;
}
h2 {
	color: #262626;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}
h3 {
	color: #262626;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 5px;
}
h4 {
	color: #262626;
	font-size: 1.25em;
	line-height: 22px;
	margin-bottom: 5px;
}
h5 {
	color: #262626;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 5px;
}
h6 {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;	
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup {
	font-size: 0.65em;
}

hr {
	background-color: #e5ebf0;
	border: none;
	color: #e5ebf0;
	height: 1px;
	margin: 0.5em 0;
}
img {
	border: 0;
}
p {
	margin: 1.3em 0;
}
#page-content h2 + p, #page-content h3 + p, #page-content h4 + p, #page-content h5 + p, #page-content h6 + p {
	margin-top: 0;
}
q:before, q:after {
	content: '';
}

/* ----- Links ----- */
a:link {
	color: #246fc8;
	text-decoration: none;
}
a:visited {
	color: #246fc8;
	text-decoration: none;
}
a:focus,a:hover,a:active {
	text-decoration: underline;
}

/*Clean links with no styles and black text*/
a.clean:link, a.clean:visited, a.clean:focus, a.clean:hover, a.clean:active
{
	font-weight: none;
	color: #000000;
	text-decoration: none;
}

a sup {
	text-decoration: none;
}


/* ----- Forms ----- */
fieldset {
	border: none;
	display: block;
	margin: 1.3em 0;
	padding-top: 15px;
}

#page-content h2 + fieldset, #page-content h3 + fieldset, #page-content h4 + fieldset, #page-content h5 + fieldset, #page-content h6 + fieldset {
	margin-top: 0;
}
legend {
	color: #003a6f;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}
label {
	font-size: 1em;
}
input[type=text],input[type=password] {
	border: 1px solid #9fa0a2;
	font-size: 0.9em;
	height: 15px;
	padding: 2px 2px 1px;
}
textarea {
	border: 1px solid #9fa0a2;
	font: normal 0.9em Arial, Helvetica, sans-serif;
	padding: 2px 2px 1px;
}
input[type=text]:active,input[type=text]:focus,
input[type=password]:active,input[type=password]:focus,
textarea:active,textarea:focus {
	background-color: #fffbf5;
}
select {
	border: 1px solid #9fa0a2;
	font-size: 0.9em;
	height: 20px;
	padding: 1px 1px 1px 0;
}
select:active,select:focus {
	background-color: #fffbf5;
}
optgroup {
	color: #444;
	font-style: normal;
}

/* ----- Lists -----*/
ul {
	list-style: none;
	padding: 0;
}
ul li {
	background: transparent url(/img/global/bg/bullet.gif) no-repeat 0 0.5em;
	padding: 0 0 0 10px;
}



/*----------------------------------------
#page-content h2 + ul, #page-content h3 + ul, #page-content h4 + ul, #page-content h5 + ul, #page-content h6 + ul {
	margin-top: 0;
}
----------------------------------------*/
ol {
	margin: 1.3em 0;
	padding-left: 23px;
}
#page-content h2 + ol, #page-content h3 + ol, #page-content h4 + ol, #page-content h5 + ol, #page-content h6 + ol {
	margin-top: 0;
}
li {
	margin: 0 0 3px;
}

/* ----- Tables ----- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#page-content h2 + table, #page-content h3 + table, #page-content h4 + table, #page-content h5 + table, #page-content h6 + table {
	margin-top: 0;
}
#O_o table {	/* Overwrites table background color on the OpinionLab feedback widget */
	background-color: transparent;
}
caption {
	display: none;
}
thead {
}
tfoot {
}
tbody {
}
tr {
}
th, td {
	text-align: left;
}


