@import url(menu.css);

html, body {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

body {
	text-align: center;
}

img {
	display: inline;
	border: none;
}

#container {
	width: 775px;
	height: 599px;
	border: 1px solid #ccc;
	border-top: none;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	color: #808183;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#left {
	float: left;
	width: 367px;
	text-align: left;
	height: 599px;
	margin: 0px;
	overflow: hidden;
}

#logo-link {
	position: absolute;
	top: 0px;
	height: 100px;
}

#logo-link span {
	display: block;
	width: 367px;
	height: 100px;
	cursor: pointer;
	position: relative;
	background: url(http://www.stocks4cancer.ca/images/logo.jpg);
}
 

#right {
	float: left;
	width: 408px;
	text-align: left;
	height: 599px;
	margin: 0px;
	overflow: hidden;
	background: #fff;
}

#menu {
	margin-bottom: 10px;
	clear: both;
	z-index: -1;
}

#text-resize {
	font-size: 11px;
	float: right;
	text-align: right;
	margin-right: 20px;
	padding-top: 10px;
	height: 25px;
	width: 385px;
	clear: both;
	position: absolute;
	top: 157px;
	z-index: 99;
	background: #fff;
	
}

#text-resize a, #text-resize a:visited {
	text-decoration: none;
	border-bottom: none;
	padding: 0px 2px;
	color: #808183;
}

#text-resize #small,
#text-resize #normal,
#text-resize #large {
	position: relative; /* fixes underline visibility in IE7 */
}

#text-resize a:hover {
	border-bottom: 1px solid #808183;
}

#text {
	width: 359px;
	height: 382px;
	padding: 35px 24px 24px 25px;
	line-height: 145%;
	position: absolute;
	top: 158px;
	margin: 0px;
	overflow: auto;
}

/* right side flash file margin */
#home-text {
	margin: -13px 0px 10px 0px;
}

/*footer items */

#footer {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	text-align: center;
    position: relative;
    top: 15px;
    height: 40px;
    width: auto;
}

#footer a {
	text-decoration: none;
	color: #808183;
	margin-right: 8px;
}

#footer a:hover {
	border-bottom: 1px solid #615aa8;
}

body#sitemap #footer a#sitemap {
	color: #615aa8;
	border-bottom: 1px solid #808183;
}

body#legal #footer a#legal {
	color: #615aa8;
	border-bottom: 1px solid #808183;
}

body#call-us #footer a#contact {
	color: #615aa8;
	border-bottom: 1px solid #808183;
}

/* main link styles */
#menu a {
	border: none;
}


a, #text a {
	color: #615aa8;
	border-bottom: 1px solid #808183;
	text-decoration: none;
}

#footer a {
	border-bottom: none;
}

a:hover, #text a:hover, #text a:visited:hover {
	color: #000;
	border-bottom: 1px solid #615aa8;
}


a:visited, #text a:visited {
	color: #5c5a78;
	border-bottom: 1px solid #808183;
}


h3 {
	margin-top: 25px;
}

.image-space {
	margin: 20px 0px;
}

.line {
	border-bottom: 1px solid #808183;
	margin-top: -4px;
	margin-bottom: -2px;
}

.purple {
	color: #615aa8;
}

.clear {
	clear: both;
}

/* adds padding to bottom of text; adjust height if needed */
.clear-space {
	clear: both;
}


/* story pages */

.story-quote img {
	margin: 30px 0 20px 0;
}


body#why #text ul {
	list-style-type: disc;
}

body#why #text li {
	float: none;
}


/* tax calculator */

#table {	
	padding: 15px 1px 4px 0px;
	background-color: #f0f0f0;
	line-height: 100%;
}

.col, .col1 { 
	float: left; 
	margin-left: 10px; 
}
	
.col1 {
	width: 120px;
}

.col {
	width: 80px;
}

	
.col p { 
	padding: 4px 0px 3px 5px; 
	border: 1px solid #ccc; 
	vertical-align: bottom;
	background: #fff;
	}
	
.row {
	height: auto;
	clear: both;
}

#row6 .col1 p {
	font-weight: bold;
}

/* faq */

body#faq .qlink {
	border-bottom: none;
	text-decoration: none;
}

body#faq #text div {
	padding: 0px 0px 13px 10px;
	margin-bottom: 5px;
} 

body#faq .FAQclose {
	padding: 2px 5px 0px 5px;
	background: #f1f5fe;
	float: right;
}

/* sitemap */

body#sitemap #text ul {
	list-style-type: none;
	width: auto;
	padding: 0px;
}

body#sitemap #text ul li {
	float: none;
	margin: 4px 0px;
}

body#sitemap #text ul li ul {
	list-style-type: circle;
	margin: 0px 0px 10px 12px;
	padding-left: 15px;
}

body#sitemap #text ul li ul li {
	margin: 2px 0px;
	line-height: 120%;
}

body#sitemap a, body#sitemap a:visited {
	border-bottom: none;
}