/*This CSS file contains all of the common style definitions for the tsunami website, except
for the tab-based menu styles */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .9em;
	color: #000000;
	margin-top: 5px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0;
	background-color:#EEEEEE;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left: 10px;
	margin-bottom: 0em;
}

h1 {
	font-size: 1.3em;
	color: #000066;
	/**/line-height: 1.8em;
	margin-top: 30px;
}

h2 {
	font-size: 1.2em;
	color: #5C0017;
	line-height: 1em;
}

h3 {
	font-size: 1.1em;
	color: #336699;
	line-height: 0.8em;
}
h4 {
	font-size: 1em;
	color: #003366;
	line-height: 0.8em;
}
h5 {
	font-size: 0.9em;
	color: #346240;
	line-height: .8em;
}
h6 {
	font-size: 0.8em;
	color: #392b4a;
	line-height: .8em;
}
p {
	font-size: 0.9em;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 0em;
}
strong {
	color: #000033;
}

em {
	font-weight: 500;

}

ul, ol {
	font-size: 0.9em;
	padding-right: 5px;
	padding-left: 25px;
	margin-top: 0px;
	margin-left: 25px;
	list-style-position: outside;
}

li {
	margin-bottom: 10px;
}
dl {
	font-size: 0.9em;
	margin: 5px;
	padding 0;
}
dt {
	font-weight:bold;
	margin: 5px;
	padding: 0;
}
dd {
	font-size: 0.8em;
	margin: 5px;
	padding: 0;
}
th {
	color: #000000;
	background-color: #D8F8E8;
	font-size: 0.9em;
}
.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.smaller {
	font-size:smaller;
}

a:link {  
	color: #990000; 
}
a:visited {  
	color: #990000; 
}
a:active {
	color: #FF9900;
}
a:hover {
	color: #0066CC;
}

/* this is the simple way to add an external link indicator. any link that uses it
   needs to have class="external" 
.external {
	background:url(../media/graphics/interface/ext_link.gif) no-repeat center center;
	padding-right: 10px;
	padding-left: 10px;
}
*/
/*Below, is a css-3 method, but I could not get it to work right in ie7:*/

a[href^="http:"] {
	background:url(../media/graphics/interface/ext_link.gif) no-repeat left center;
	white-space:nowrap;
	padding-left:20px;
}

/*the following qualifier prevents the external link icon from appearing on abs urls
  pointing to gov.bc.ca */
  
a[href^="http://www.gov.bc.ca"], a[href^="http://www.pep.bc.ca"], a[href^="http://www.pep.gov.bc.ca"] {
	background-image: none;
	padding-left: 0;
	padding-right: 0;
}

.clear {
	clear: both;
}
.warning {
	background:none;
	border-style: dotted;
	border-width: 1px;
	color:#1D101E;
	background-color: #FAF39F;
	margin-left: 1em;
	margin-right: 1em;
}
.warning2 {
	text-align:center;
	background:none;
	border-style: dotted;
	border-width: 1px;
	color:#1D101E;
	background-color: #FFCC00;
	margin-left: 30%;
	margin-right: 30%;
}
.interest {
	background:none;
	border-style: dotted;
	border-width: 1px;
	color:#1D101E;
	background-color: #FFFAB5;
	margin: 1em;
}
.interest2 {
	background:none;
	border-style: dotted;
	border-width: 1px;
	color:#1D101E;
	background-color: #EFB073;
	margin: 1em;
	text-align:center;
	width: 280px;
}
.interest3 {
	background: none;
	border-style: dotted;
	border-width: 1px;
	background-color: #A83828;
	margin: 1em;
	text-align:center;
	width: 280px;
}
.salmon {
	background-color: #F1B8A9;
}
.medblue {
/*	background-color: #7399C6;*/
	background-color: #9EC7F7;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align:center;
}

.interest3 strong {
	color:#FFFFFF;
}
.didyouknow {
	background: url(../media/graphics/interface/dykbox.gif) no-repeat left center;
}
.caption {
	font-style:italic;
	font-size: 0.9em;
	color: #000000;
}

#header {
	padding: 0px 0px 0px 0px;
}
#wrapper {
	width: 984px;
	position:relative;
	left:50%;
	margin-left: -492px;
	background-color:#FFFFFF;
	border-right: 1px solid #2A3488;
	border-left: 1px solid #2A3488;
}
#main {
	width: 630px;
	float: left;
	padding-top: 20px;
}
#main_narrow {
	width: 280px;
	float: left;
	padding-top: 20px;
	background-color:#FFFFFF;
}
#main_med_narrow {
	width: 460px;
	float: left;
	padding-top: 20px;
	background-color:#FFFFFF;
}
#sidebar {
	width: 350px;
	float: right;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#sidebar_wide {
	width: 700px;
	float: right;
	padding-top: 5px;
	/*background-color:#D8F8E8;*/
}
#sidebar_med_wide {
	width: 520px;
	float: right;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#equal_left {
	width: 490px;
	float: left;
	padding-top: 20px;
	background-color:#FFFFFF;
}
#equal_right {
	width: 490px;
	float: right;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#one_column{
	width: 100%;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#one_thin{
	width: 50%;
	left:50%;
	margin-left: 246px;
	padding-top: 5px;
	background-color:#FFFFFF;
}
#footer {
	clear: both;
	/*background-image: url(../TBM/p7tbm/img/navy_on.jpg);*/
	/*background-repeat: repeat-x;
	background-color:#003E76;*/
	background-color:#2A3488;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;
	margin-top: 5px;
	/*margin-bottom: 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 20px;
}
#footer li{
	list-style-type: none;
	display: inline;
}
#footer p{
	float:right;
}
#footer a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
#footer a:hover {
	color: #93c7f7;
	background-color: transparent;
}
#footer .nav a{
	text-decoration: none;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

