/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Dignity, Inc
	Created: 2009-05-04
	Created by: RKD Web Studios info@rkd.ca
	
	Colour scheme:
	
	Navy: 		#0f446e
	Lt. Blue: 	#adddf0
	White: 		#ffffff
	Orange: 	#F56A0A
	
------------------------------------------------------------------- */

html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background: #FFF url(../../images/bg.png) repeat-x left top;  
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f446e;
	line-height: 21px;
	height: 100%;
	}

img, form, embed { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

:focus { outline: none; } /* removes dotted outline from links */

.Clear { clear: both; } /* clears all floats; apply to empty divs */


/* ---------------------
	GLOBAL STYLES - style as necessary
--------------------- */

a:link { color: #32507d; text-decoration: underline; }
a:visited { color: #32507d; text-decoration: underline; }
a:hover { color: #F56A0A; text-decoration: underline; }
a:active { color: #F56A0A; text-decoration: underline; }

p, td, div { 
	font-size: 15px;
	line-height: 21px;
	}
	p, ul, ol { margin: 5px 0 15px; }

strong, b {
	font-weight: bold;
	color: #32507d;
	}

em, i {
	font-style: italic;
	}

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	}
	#content h1 {
		text-indent: -9999px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: left top;
		}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F56A0A;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 27px 0 0;
	}
	
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 12px;
	}

ul { 
	list-style: url(../../images/bullet.png);
	margin-left: 25px;
	}

ol { margin-left: 25px; }

li {
	font-size: 13px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
	}

hr {}

/* ----------------------------
	STRUCTURE
---------------------------- */

#container {
	background: #fff;
	margin: 0 auto;
	padding: 0 3px;
	width: 803px;
	min-height: 100%;
	}
	#printheader { display: none; }
	#header {
		background: url(../../images/header_bg.jpg) no-repeat top center;
		height: 126px;
		}
		.tagline {
			float: left;
			margin: 18px 0 0 13px;
			}
		.logo {
			float: right;
			margin: 18px 72px 0 0;
			}
	
	#footer {
		clear: both;
		background: #0f446e url(../../images/footer_bg.jpg) repeat-x left top;
		height: 32px; /* 42 */
		padding-top: 10px;
		}
	
	#content-wrapper {
		background: url(../../images/content_bg.jpg) repeat-y left top;
		min-height: 500px;
		padding-top: 1px;
		}
	#menu {
		width: 187px;
		float: left;
		}
		/* Sons of Suckerfish Dropdowns
		http://htmldog.com/articles/suckerfish/dropdowns/ */
		#nav, #nav ul { /* all lists */
			padding: 0;
			margin: 10px 0 0;
			list-style: none;
			width : 187px;
			}
			#nav li { /* all list items */
				position : relative;
				float : left;
				margin: 0;
				padding: 4px 5px 4px 10px;
				width: 172px; /* 187px */
				}
				#nav li ul { /* second-level lists */
					position : absolute;
					left: -999em;
					margin-top: -22px;
					margin-left : 177px;
					background: #0f446e;
					}
					#nav li ul#nav_lateral { margin-top: -40px; }
					#nav li ul ul { /* third-and-above-level lists */
						left: -999em;}
					#nav li a {
						display : block;
						margin-right: -5px;
						padding-right: 5px;
						}
						#nav li ul li a { padding-left: 20px; margin-left: -10px; }
						#nav li:hover {
							cursor: pointer;
							background: #0093D1;
							}
							#nav li li:hover { 
								background: none;
								cursor: default;
								}
							#nav li li a:hover { background: #0093D1; }
						#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
							left: -999em;}
						#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
							left: auto;}

		.partners { margin: 10px 0 20px 10px; }
			.partners ul {
				margin: 0;
				padding: 0;
				list-style: none;
				list-style-image: none;
				}
		.other {
			margin: 10px 0 0 0;
			text-align: center;
			}
			.other img { margin-bottom: 5px; }
			
			
	#content {
		float: left;
		margin: 0 14px 0 18px;
		width: 584px; /*616px*/
		}


/* ----------------------------
	TYPOGRAPHY
---------------------------- */

#footer {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	}
	#footer a:link { color: #fff; }
	#footer a:visited { color: #fff; }
	#footer a:hover { color: #F56A0A; }
	#footer a:active { color: #F56A0A; }

#nav, #nav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0f446e;
	line-height: 18px;
	}
	#nav a { color: #0f446e; text-decoration: none; }
	#nav a:hover, #nav li:hover { color: #fff; }
	#nav li ul li, #nav li ul li a {
		text-transform: none;
		color: #fff;
		}
	#nav li ul li a { font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }

.partners {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	}
	.partners ul {
		text-transform: none;
		font-weight: normal;
		}
		
/* ----------------------------
	CONTENT STYLES
---------------------------- */

.floatleft {
	float: left;
	margin: 5px 10px 10px 0;
	}
.floatright {
	float: right;
	margin: 5px 0 10px 10px;
	}
	
.coverage {
	background: #e1f4fb;
	border: 1px solid #0f446e; 
	width: 100%;
	}
	.coverage td p, .coverage td ul { 
		font-size: 12px;
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-image: none;
		}
		.coverage td p strong { color: #F56A0A; }
	.coverage td .floatright {
		float: left;
		margin-left: 40px;
		}
		
.gray-heading {
	font-size: 12px;
	color: #876F4D;
	text-align: right;
	}
.orange-heading-general {
	font-weight: bold;
	color: #F56A0A;
	}