/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
}
body {
	position:relative;
	height:100%;
	background-color:#000000; /** Background Color **/
	margin:0px;
	}
#top {
	position:relative;
	height:235px;
	background-image:url(images/background/topbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#cdccb5;
	z-index:500;
	}
#mid {
	position:relative;
	background-image:url(images/background/bodybg.jpg); /** Background Image **/
	background-repeat:repeat; /** Background Repeat **/
	background-position:top; /** Background Position **/
	}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	background-color:none;
	top:10px;
	border-top:1px solid #f6f6f6;
}
/* ***************************************************************************** */
/* Header */
#header {
	position:relative;
	width:960px;
	height:178px;
	margin:0 auto;
	background-image:url(images/background/header.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	padding-top:20px;
	}
#logo {
	width:390px;
	height:160px;
	margin-left:100px;
	}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	margin:0 auto;
	width:960px;
	height:35px;
	z-index:500;
}
/* ***************************************************************************** */
#content {
	padding-bottom:25px;
	}
#box_titles {
	height:24px;
	padding-left:15px;
	padding-top:3px;
	color:#ffffff;
	font-size:14px;
	letter-spacing:1px;
	}
/* ***************************************************************************** */
/* CONTENT-TOP */
#content_top {
	position:relative;
	height:245px;
	margin:3px;
	}
#welcome {
	width:560px;
	height:225px;
	float:left;
	padding-top:10px;
	line-height:24px;
	background-image:url(images/background/welcomebg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
#banner {
	position:relative;
	float:right;
	height:215px;
	width:355px;
	background-color:#faf8f8;
	padding:5px;
	border:1px solid #cccccc;}
/* ***************************************************************************** */
/* CONTENT-MID */
#content_mid {
	position:relative;
	width:954px;
	height:255px;
	margin:0px 3px 10px 3px;
	}
#home_video {
	width:365px;
	height:255px;
	float:left;
	background-image:url(images/background/videobg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#faf8f8;
	border:1px solid #cccccc;
	}
#snippet_video {
	text-align:center;
	padding-top:10px;
	}
#snippet_video .snippet_video a:link,
#snippet_video .snippet_video a:visited,
#snippet_video .snippet_video a:hover,
#snippet_video .snippet_video a:active {
	color:#f14108;  /** Link Font Color **/
	font-size:10px;
}
#home_news {
	width:575px;
	height:255px;
	float:right;
	background-image:url(images/background/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#faf8f8;
	border:1px solid #cccccc;
	}
#snippet_news {
	text-align:left;
	padding-left:5px;
	}
/* ***************************************************************************** */
/* CONTENT BOTTOM */
#content_bottom {
	margin:0 3px;
	position:relative;
	}
#home_newsletter {
	width:475px;
	height:245px;
	float:left;
	background-image:url(images/background/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#faf8f8;
	border:1px solid #cccccc;
	}
	
#signup_form {
	width:270px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	font-size:12px;
	}
input.grey {
	background-color:#ffffff;
	color: #330066;
	border: 1px solid #999999
	}
#download {
	float:right;
	width:160px;
	padding-top:15px;
	}
#home_help {
	width:465px;
	height:245px;
	float:right;
	background-image:url(images/background/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#faf8f8;
	border:1px solid #cccccc;
	}
#canadahelps {
	float:left;
	width:200px;
	padding-top:50px;
	text-align:center;
	}
#home_ad {
	float:right;
	width:240px;
	padding-top:20px;
	padding-right:5px;
	}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:180px;
	padding:10px;
	float:left;
}
#middle_column {
	position:relative;
	width:525px;
	padding:10px;
	margin:auto;
	float:left;
	border-left:1px dotted #999999;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding:10px;
	width:960px;
	margin:0 auto;
}
/* ***************************************************************************** */
/* LOGO */
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:250px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
/* ***************************************************************************** */
h1, h2, h3 {font-weight:normal;}
p {font-size:12px;}
:focus {outline:none;}
a.news:link,
a.news:visited,
a.news:hover {
	color:#f14108;
	font-size:11px;
	}
#plujo {text-align:left;margin-top:2px;}

