/*
Theme Name: Smarts Publishing
Author: CollaboRIA
Author URI: http://Collaboria.ca

*/
@charset "utf-8";
label {
	display: block;
}

body {
	font: 100% "Helvetica", Arial, Helvetica, sans-serif;
	background: #eafaff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:22px;
}
ul {
	padding:0;
	margin:0
}
ul li {
	list-style:none;
	padding-bottom:5px;
}
a:link {
	color:#b32317;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a {
	text-decoration:none;
	color:#b32317;
}
img {
	border:none
}
p.testi {
	border:1px #CCCCCC dashed;
	padding:5px;
}
#site_bg {
	background-color:white;
}
#container {
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:27px;
}
#left_area {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
	text-align:right;
	padding-top:135px;
	line-height:12px;
	color:#535353;
}
#right_area {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
	padding-top:135px;
	line-height:12px;
	color:#535353;
}
#right_area a {
	text-decoration:none;
}
#right_area a:hover {
	text-decoration:underline;
}
.size_11 {
	font-size:11px;
	padding:0px;
	margin:0px;
}
#nav_bar {
	height:44px;
	background-color:#493212;
	margin:0px auto;
	margin-top:-25px;
	text-align:left;
}
.containerLower {
	margin:0px auto;
	width:986px;
	padding-top:25px;
}
.content {
	margin:0px auto;
	width:995px;
	/*border:1px solid #e5e5e5;*/
	border-left:1px solid #e5e5e5;
}
#containerNav {
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:44px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:56px;/*border: 1px solid #000000;*//*padding-left:30px;*/
	
}
#smarts_publishing_logo {
	margin: 0px 420px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	/*padding: 0 10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:0px;
	margin-bottom:0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.lh {
	padding:0px;
	margin:0px;
}

#firstCol, #secondCol, #thirdCol{ position:relative }

.column01 {
	float:left;
	width:290px;
	background-color:white;
	border:1px solid #e7e7e7;
	margin-left:17px;
	padding:7px;
	text-align:left;
	color:#535353;
	font-size:13px;
	line-height:22px;
	height:430px;	
}

.column03 {
	float:left;
	margin-left:17px;
	/*	padding:7px;*/
	text-align:left;
	color:#535353;
	font-size:13px;
	overflow:hidden;
}
.padding7 {
	padding:7px;
	width:290px;
	background-color:white;
	border:1px solid #e7e7e7;
	border-bottom:none;
	padding-top:13px;
}
.column02 {
	float:left;
	width:613px;
	background-color:white;
	border:1px solid #e7e7e7;
	margin-left:17px;
	padding:13px 7px 7px 7px;
	text-align:left;
	color:#535353;
	font-size:13px;
	line-height:22px;
	overflow:hidden;
}
.img02 {
	border:0px;
	padding-bottom:18px;
	padding-right:8px;
}
.color01 {
	color:#b32317;
}
.align_middle {
	text-align:center;
}
.align_right {
	text-align:right;
}
#image_box01, #image_box02, #image_box03 {
	position:absolute;
	bottom:20px;
	text-align:center;
	height: 30px;
	padding-left:5px;
}

.img03 {
	float:left;
	padding-right:6px;
}
#html_plus {
	text-align:right;
	padding-top:61px;
}
.balloon_bottom {
	background-image:url(images/balloon_bottom.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:30px;
	width:304px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lowerBg {
	background-image:url(images/bg_site.gif);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:white;
}
#leftQuote {
	background-image:url(images/quote01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}
#rightQuote {
	background-image:url(images/quote02.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:21px;
	height:120px;
}
.floatLeft {
	float:left;
}
.testiBox {
	width:225px;
	padding:0px 10px 0px 10px;
	line-height:20px;
	font-size:11px;
}
.align_justify {
	text-align:justify;
}
#footer {
	text-align:center;
	color:#414141;
	font-size:13px;
	padding-bottom:20px;
	padding-top:20px;
}
#we_provide_newsletter {
	position:absolute;
	margin-left:780px;
	text-align:center;
	line-height:normal;
}
#we_provide_newsletter a {
	text-decoration:none;
	font-size:11px;
	
}
#we_provide_newsletter a:hover {
	text-decoration:underline;
}
.italic {
	font-style: italic;
}
.banner {
	background-image:url(images/bg_shadow01.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:white;
	padding-top:43px;
	padding-bottom:44px;
	border:1px solid #e5e5e5;
	margin:0px auto;
	width:994px;
}
.banner h1 {
	padding:0px;
	margin:0px;
	color:#494949;
	font-size:24px;
	line-height:36px;
	font-weight:normal;
}
.left_column {
	width:617px;
	float:left;
	background-color:white;
	padding:42px 14px 14px 14px;
	text-align:left;
	color:#535353;
	font-size:14px;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	line-height:22px;
	min-height:500px;
}
.right_column {
	width:349px;
	float:left;
	background-color:white;
	background-image:url(images/bg_shadow02.gif);
	background-repeat:repeat-y;
	border-bottom:#e5e5e5 1px solid;
	background-position:top;
	text-align:left;
}
.rcl_ctnt {
	padding:48px 33px 0px 33px;
	font-size:12px;
	color:#535353;
	line-height:18px;
}
#test {
	position:absolute;
	margin-left:646px;
}
.color02 {
	color:#8d8d8d;
}
.size12 {
	font-size:12px;
}
.img04 {
	padding-bottom:10px;
}
.imgBorder {
	border:none;
}
.lineHeight14 {
	line-height:0px;
}
.dash01 {
	height:1px;
	font-size:1px;
	background-image:url(images/dash01.gif);
	background-repeat:repeat-x;
}
.size13 {
	font-size:13px;
}
.color03 {
	color: #8d8d8d;
}
.split {
	/*height:5px;
	font-size:0px;
	margin:0px;
	padding:0px;*/
	height:8px;
	color:white;
	background-color:white;
	border:none
}
h1.titlepage {
	margin:0;
	padding:0
}
h2.subtitle {
	border-bottom:dotted #FF3333 1px;
	padding-bottom:5px;
	font-weight:normal;
	padding-top:100px;
	padding:0px;
	padding-top:20px;
	color:#535353;
	font-size:20px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.subtitle-descr {
	font-size:12px;
	line-height:normal
}
p.pagedescr {
	padding:0;
	margin:0;
	color: #8d8d8d;
	font-size:13px;
}
#left-col {
	float:left;
	width:303px;
}
#right-col {
	float:left;
	width:303px;
	margin-left:10px;
}
#left-col ul, #right-col ul {
	padding:0;
	margin:0
}
#left-col ul li, #right-col ul li {
	list-style:none;
	height:290px;
}
#left-col ul li h3, #right-col ul li h3 {
	margin-bottom:0px;
	font-weight:normal;
	border-bottom:dotted #999999 1px;
	padding-bottom:5px;
}
#left-col ul li p, #right-col ul li p {
	line-height:18px;
	font-size:12px;
}
ul.normal-list {
	margin-left:20px;
	padding-left:10px;
}
ul.normal-list li {
	list-style:disc
}
.newsletter {
}
.newsletter h3 {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	font-weight:normal;
	border-bottom:dotted #999999 1px;
	padding-bottom:5px;
	height:40px;
}
.newsletter p {
	line-height:18px;
	font-size:12px;
	margin-top:5px;
}
