/*activelink*--------------------------------------------

Copyright (c) 2007 activelink

ActiveLink Web Solutions
http://www.activelink.ca

CREATED BY: Gregory A. Pike
CREATE DATE: 2007/02

--------------------------------------------*activelink*/

body {
	margin: 0px;
	background: url('../images/bg_main.gif') repeat-x #7B7B7B;
}

.clear {
	clear:both;

	}

td, body, p, input, select, a, ul, li {
	font-family: Arial, Sans Serif, Helvetica;
	font-size: 9pt;
	color: #A0A0A0;
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #CC2423;
}
a:hover {
	text-decoration: underline;
}

h3 {
	color: #666666;
}

#container {
	width: 700px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	
}

#bannerLeftCol {
	width:463px;
	height:250px;
	float:left;
	

	}

#bannerRightCol {
	width:237px;
	height:250px;
	float:left;
	background: url('../images/bg_banner.jpg') no-repeat;
	

	}
	
#bannerRightCol p {
	color:white;
	font-size:11px;
	margin: 5px 20px 5px 20px;
	font-weight: bold;
	}


#logo {
	width: 230px;
	height: 133px;
	background: url('../images/logo.gif') no-repeat 0 25px;
	display:block;
}

#weInstall {
	width: 123px;
	height: 34px;
	margin-top: 1px;
	background: url('../images/install.gif') no-repeat;
	border: 0px solid black;
	float: right;
}

#logo h1 {
	display: none;
}


#content {
	width: 456px;
	height: 320px;
	#height: 330px;
	background: white;
	border-top: 5px solid #F3D000;
	border-bottom: 5px solid #F3D000;
	float:left;
	overflow:scroll;
	
	
}

#content #margins {
	margin: 10px 20px 20px 20px;
}

#sidebar {
	width: 244px;
	height: 239px;
	background: url('../images/sidebar.gif') no-repeat #F3D000;
	float:left;
}

#contact {
	width: 244px;
	height: 91px;
	background: url('../images/contact.gif') no-repeat #F3D000;
	float:left;
}

#bottom_menu {
	width: 456px;
	height: 43px;
	text-align: center;
	border-top: 1px solid #A0A0A0;
	float:left;
}

#bottom_menu p {
	margin: 5px 0px 0px 0px;
	font: 9px Arial, Sans Serif, Helvetica;
	color: #ffffff;
}

#bottom_menu a {
	font: 9px Arial, Sans Serif, Helvetica;
	color: #ffffff;
}

#bottom_menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#activelink {
	width: 244px;
	height: 43px;
	background: url('../images/activelink.gif');
	border-top: 1px solid #A0A0A0;
	float:left;
}

#activelink p {
	display: none;
}

form {
	margin: 0px;
}

form p {
	margin: 0px 0px 5px 0px;
	font: 12px;
}

input, textarea {
	font: 11px Arial, Sans Serif, Helvetica;
	color: #333333;
}

#photo {
	width: 150px;
	margin: 0px 10px 5px 0px;
	border: 3px double #AAAAAA;
	float: left;
}

#photoRight {
	width: 150px;
	margin: 0px 0px 5px 10px;
	border: 3px double #AAAAAA;
	float: right;
}

#message {
	font-weight: bold;
	color: #cc0000;
}

#home_left {
	width: 100px;
	margin-top: 12px;
	border-right: 3px solid #F3D000;
	float: left;
}

#home_left p {
	padding-top: 8px;
	margin: 5px 0px 0px 0px;
	font: italic 9px Arial, Sans Serif, Helvetica;;
	color: #A0A0A0;
	display: block;
	border-top: 1px dashed #ddd;
}

#home_right {
	width: 285px;
	margin-top: 12px;
	float: left;
}

#home_right #margins {
	margin: 0px 0px 0px 20px;
}