@import "dropdown.css";

		/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		+																		+
		+	Website development by SeeThrough Web, Toronto, ON, Canada			+
		+	http://seethroughweb.com											+
		+	info@seethroughweb.com												+
		+																		+
		++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ /*


/* global 
==================================================== */

html {
	height: 101%;
	
}

body, p, h1, h2, h3 h4, h5, h6, ul, ol, li, td {
	margin: 0;
	padding: 0;
	list-style: none;
}

body { font-size:10px; }

a { color: #000; }

a img {
	border: none;
}

.clear { clear:both;}

/* page structure
==================================================== */
#ocontainer { width: 960px; margin: 0 auto;}
#icontainer { border: 1px solid black;}
#header { border: 1px solid black;}
#lcontainer, #rcontainer { float:left; border: 1px solid black; }
#lcontainer { width:180px;}
#rcontainer { width:760px; margin-left:20px;}
#footer { clear:both; border: 1px solid black;}

/* header 
==================================================== */

#logo { float:left; width:180px;}


/* menus 
==================================================== */

ul#mainmenu { clear:both; display:block; width:100%; } /* imported */
#breadcrumbs { clear:both; }
#footmenu {}


/* body of website
==================================================== */



#lcontainer ul, #rcontent ul {
	margin:auto;
}
#lcontainer li, #rcontent li {
	margin: auto;
	list-style-type: disc;
}


/* footer of website
==================================================== */

#footlogos, #footmenu, #copyright { float:left;}


/* Standard Typography 
==================================================== */
body { 	color: #000; font-family:Arial, Helvetica, sans-serif;}
	
h1 { font-size:   2em; margin-bottom:10px;}
h2 { font-size: 1.8em; margin-bottom:10px;}
h3 { font-size: 1.6em; margin-bottom:10px;}
h4 { font-size: 1.4em; margin-bottom:10px;}
h5 { font-size: 1.2em; margin-bottom:10px;}
h6 { font-size:   1em; margin-bottom:10px;}
p  { font-size:   1em; margin-bottom:10px;}

.align-right 	{ text-align:right;}
.align-left 	{ text-align:left;}
.align-center  	{ text-align:center;}
.align-justify 	{ text-align:justify;}
.indent { margin-left:50px; }

.red, .red a { color: #c31818; }
.red-bold, .red-bold a { color: #c31818; font-weight:bold; }
.red a, .red-bold a { text-decoration:none; }

#rcontent ul { padding-left:25px;}
#rcontent li {
	font-size:1em;;
	margin-left:15px;
	padding:0px 10px;
	list-style-type:none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}


/* Flexible Content Elements 
==================================================== */

#quarters, #thirds, #halves, #tqoq, #oqtq, #ttot, #ottt { clear:both; margin-bottom:10px; }
.third, .half, .quarter, .tquarter, .tthird { float:left; }
.third { width:32%; margin-right:2%; }
.tthird { width:66%; margin-right:2%;}
.half { width: 49%; margin-right: 2%; }
.quarter { width: 23%; margin-right:2%; }
.tquarter { width:73%; margin-right:2%; }
.last { margin-right:0; float:right;}

#tqoq .quarter.last { width:25%;}

/* Powermail 
==================================================== */
.powermail_mandatory {
	color: #CC0000;
}
.tx-powermail-pi1 label {
	width:125px;
	float:left;
	display:block;
	font-size:1.1em;

	font-weight:normal;
}
.tx_powermail_pi1_fieldwrap_html { font-size:1.2em; clear:both; float:left; padding-top:5px; padding-bottom:5px; width:400px;}
.tx-powermail-pi1 legend {
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
	
	display: none;
}
.tx-powermail-pi1 fieldset {
	border:none;
	padding: 10px 0 0px 0px;
	
	margin-bottom: 30px;
	
	
}
.tx-powermail-pi1 input, .tx-powermail-pi1 select, .powermail_captcha, .tx-powermail-pi1 textarea  {
	float:left;
	width:150px;
	border:1px solid #958A70;
	/* background-color: #FBF0D2; */
	
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html, .tx-powermail-pi1 .tx-powermail-pi1_thx p {
	clear:both;
	font-weight: bold;
	padding-bottom: 5px;
}
.tx-powermail-pi1 .tx-powermail-pi1_thx {
	padding:10px 0 0px 0px;
}
.tx-powermail-pi1 .powermail_mandatory_js {
	clear:both;
	color:red;
	text-align: left;
	padding-left:125px;
	
}
.tx-powermail-pi1 div.even {

	padding:2px 20px 2px 0;
}
img.powermail_captcha_captcha { margin-left:165px;}


.tx-powermail-pi1  input.powermail_submit { margin-left: 125px; background-color:#958A70; color:#FFFFFF; width: 70px;  border:1px solid #000; font-weight:bold;  }