/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Addictions Ontario
	Created: 2010-04-06
	Created by: RKD Web Studios info@rkd.ca
	
------------------------------------------------------------------- */

html { 
	overflow-y: scroll; 
	height: 100%;
	}

body {
	background: #FFF;  
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: 'Lucida Sans', Arial;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	}
	
	.BodyStyle { 
		background: url(../../images/main_bg.gif) top left repeat-x #00798A;
		}

img, form { 
	margin: 0;
	padding: 0;
	border: 0;
	}

:focus { outline: none; } 
.Clear { clear: both; } 


/* ---------------------
	GLOBAL STYLES - style as necessary
--------------------- */

a:link { color: #c34a2c; text-decoration: underline; }
a:visited { color: #c34a2c; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #c34a2c; text-decoration: underline; }

p {margin:0; padding:8px 15px 8px;}


strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

h1 { 
	 font-size:22px; 
	 color:#c0c0c0;
	 border-bottom:1px solid #98AFC7;
	 text-align:right; 
	 font-weight:bold;
	 margin:0 20px; 
	 padding:15px 0 5px 0;
	 
	}
	
h2 {
	font-size: 16px;	
	padding-left:15px;
	margin-bottom:1px;
	}
h3 {
	font-size: 14px;
	padding-left:15px;
	margin-bottom:1px;
	color: #32507d;
	}

ul {
	color:#800517;
	list-style:circle;
	margin:0;
	padding:8px 50px 8px; }

ol {
	color:#800517;
	margin:0;
	padding:8px 50px 8px; }

hr {}
	
#Header {
	width:100%;
	height:130px;
	background:#FFF;
	text-align:center;
}
	
#Menu {	
	height:29px;
	width:829px;
	padding:0;
	margin:0 auto;
	background:url(../../images/menu_bg.gif) top left repeat-x;
	}
	
	#Menu a {
	display: block;
}

	#Menu ul {
		list-style:none;
		color:#FFF;
		font-weight:bold;
		padding: 0;
		margin:0 auto;
		/*width:829px;*/
		width:800px;

		}	
	#Menu ul li {
		float:left;
		/*padding:2px 0 0 30px;*/
		padding:2px 0 0 18px;
		}
	
	#Menu ul li a:active {color:#FFFFFF; text-decoration:none;}
	#Menu ul li a:link {color:#FFFFFF; text-decoration:none;}	
	#Menu ul li a:visited {color:#FFFFFF; text-decoration:none;}
	#Menu ul li a:hover {color:#000; text-decoration:none;}	
	
	/*Submenus*/
	
	#Menu li ul {
	position: absolute;
	width: 180px;
	left: -9999px;
	background:#25587E;
	font-weight:normal;
	font-size:11px;
	}
	
	#Menu li ul li {
	float:none;
	padding:5px 0 0 5px;
	margin:0;}

	#Menu li:hover ul {
	left: auto;
	}

	#Menu li:hover ul, #Menu li.sfhover ul {
	left: auto;
	}

#Container {
		background:url(../../images/container_bg.png) top left repeat-y;
		margin:auto;
		width:829px;
		min-height:500px;
		}

#Home-Left {
	width:210x;
	float:left;
	margin:10px 0 0 0;
	padding-left:10px;
	}
	
#Home-Right {
	background:url(../../images/home_right_bg.gif) top left no-repeat;
	width:587px;
	height:300px;
	float:left;
	margin:10px 0 0 0;
	}
	
#Footer {
	background:url(../../images/container_bg.png) top left repeat-y;
	width:829px;
	margin:auto;
	color:#808080;
	font-size:10px;
	text-align:center;
	}
	
	#Footer ul {
	list-style:none;
	padding:10px;
	font-weight:bold;
	margin:0 auto;
	width:600px; 
	}
	
	#Footer ul li {
	float:left;
	padding:0 8px;
	border-top:#C0C0C0 solid 1px;
	}
	
	#Footer ul li a:active {color:#808080; text-decoration:none;}
	#Footer ul li a:link {color:#808080; text-decoration:none;}	
	#Footer ul li a:visited {color:#808080; text-decoration:none;}
	#Footer ul li a:hover {color:#000; text-decoration:none;}	
		
#FooterImg {
	background:url(../../images/footer_bg.gif) bottom left no-repeat;
	width:829px;
	height:66px;
	margin:auto;
	color:#808080;
	font-size:10px;
	}
	
.PhotoFloatRight {
	float:right;
	margin:0 8px;
	}
	
.PhotoFloatLeft {
	float:left;
	margin:0 8px;
	}
	
.Note {
	color:#808080;
	text-transform:uppercase;
	font-size:11px;
	}

table{margin:10px 30px; padding:5px;}
.tablestyle {border:1px solid #C0C0C0; }
.tablestyle td {font-size:11px; text-align:center;}