/*

	IMPACT - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca

*/

/* =General
---------------------------------------------------------------------------------------------------- */

body {
	background: #E5E5E5;
	margin: 5px 5px 15px 5px;
	}
	
body, div, td {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	}

p
{
	margin: 0 0 15px 0;
	line-height: 1.3em;
}

/* =Layout: Wrapper (dotted keyline)
---------------------------------------------------------------------------------------------------- */
#wrapper #top
{
	background: transparent url(images/wrapper/dots-bg-horiz.gif) left bottom repeat-x;
}

#wrapper #bottom
{
	background: transparent url(images/wrapper/dots-bg-horiz.gif) left top repeat-x;
	padding-left: 127px;
}

#wrapper #left
{
	background: transparent url(images/wrapper/dots-bg-vert.gif) right top repeat-y;
}

#wrapper #right
{
	background: transparent url(images/wrapper/dots-bg-vert.gif) left top repeat-y;
}

/* =Layout: Body Table
---------------------------------------------------------------------------------------------------- */
#bodyArea
{
	background: #FFFFFF;
}

/* =Layout: Title Banners and Tools
---------------------------------------------------------------------------------------------------- */
#banner
{
	background: transparent url(images/wrapper/banner-bg.gif) 0px 0 repeat-x;
	_background: transparent url(images/wrapper/banner-bg.gif) 3px 0 repeat-x;
}

#tools
{
	float: right;
	display: inline;
	font-size: 10px;
	vertical-align: bottom;
	margin: 37px 0 0 0;
	width: 150px;
}

#tools #print a
{
	float: right;
	background: transparent url(images/icons/icon-print.gif) 1px 5px no-repeat;
	padding: 2px 10px 0px 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#tools #send a
{
	float: right;
	background: transparent url(images/icons/icon-email.gif) 1px 5px no-repeat;
	padding: 2px 10px 0px 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#tools #send a:hover, #tools #print a:hover
{
	color: #CC3333;
}
/* =Layout
---------------------------------------------------------------------------------------------------- */
#content
{
	padding: 22px 22px 15px 22px;
}	

img.floatRight
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.photo-caption
{
	background-color: #EAEAEA;
	margin: 0 0 5px 0;
	padding: 10px 10px 5px 10px;
}

.photo-captions
{
	background-color: #EAEAEA;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 10px;
}

.photo-caption p.caption, td.caption, .photo-captions p.caption
{
	color: #666666;
	font-size: 10px;
	font-style: italic; 
	padding-top: 5px;
	_margin-left: 5px;
	width:270px;
}
.photo-caption-left p.caption, .photo-caption-right p.caption
{
	margin-bottom: 0px;
}

.photo-caption p.text
{
	clear: both;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	width: 270px;
}

/* =Layout: Services page
---------------------------------------------------------------------------------------------------- */
#services
{
	margin: 0 0 30px 0;
}

#services td
{
	padding: 0 13px 5px 0;
}

/* =Layout: Team page
---------------------------------------------------------------------------------------------------- */
#team
{
	margin-top: -15px;
}

#team td
{
	padding: 15px 18px 5px 0;
	background: transparent url(images/wrapper/dots-bg-horiz.gif) left bottom repeat-x;
}

#team tr#last td
{
	padding: 15px 18px 15px 0;
	margin-bottom: 100px;
	background: none;
	background-color: #FFF00;
}
	
	
/* =Header
---------------------------------------------------------------------------------------------------- */
#header
{
	background: #FFFFFF url(images/wrapper/header-bg.gif) left top repeat-y;
}

#headerBorder
{
	background: transparent url(images/wrapper/dots-bg-horiz.gif) left top repeat-x;
}

#headerNav,#headerNavF
{
	background: transparent url(images/wrapper/headernav-bg.gif) bottom right no-repeat;
	padding: 15px 7px 3px 0;
	text-align: right;
}
#headerNavF
{
	background: transparent url(images/wrapper/headernav-bg_f.gif) bottom right no-repeat;
}

#headerNav a, #headerNavF a
{
	color: #666666;
	text-decoration: none;
}

#headerNav a:hover, #headerNavF a:hover
{
	color: #CC3333;
	text-decoration: none;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#leftNav
{
	background: #979797 url(images/wrapper/dots-leftnav-bg-vert.gif) right top repeat-y;
}

#leftNav ul
{
	margin: 40px 0 10px 22px;
	padding: 0;
	list-style: outside;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#leftNav ul li
{
	margin: 0;
	padding: 10px 5px 10px 0;
	list-style: none;
	background: transparent url(images/wrapper/leftnav-bg.gif) left bottom repeat-x;
	display: block;
}

#leftNav ul li#last
{
	margin: 0;
	padding: 10px 5px 10px 0;
	list-style: none;
	background: none;
	display: block;
}

#leftNav ul li ul
{
	margin: 3px 0 0 0;
	padding: 0;
	list-style: outside;
	color: #FFFFFF;
	font-size: 11px;
}
#leftNav ul li ul li
{
	margin: 0;
	padding: 2px 5px 2px 0;
	list-style: none;
	display: block;
	font-weight: normal;
	text-transform: none;
	background: none;
}

#leftNav ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0 10px 0;
}

#leftNav ul li a:hover
{
	color: #000000;
	text-decoration: none;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */

.bigger
{
	font-size: 14px;
}

.smaller
{
	font-size: 10px;
}

h1
{
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px 0;
}

h2
{
	color: #D82D39;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 4px 0;
}

/* =Quotes
---------------------------------------------------------------------------------------------------- */
.quote
{
	font-size: 14px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-right: 25px;
	padding: 10px 30px 0 30px;

}
.byline
{
	font-size: 10px;
	font-style: normal;
	margin: 10px 10px 7px 10px;
	padding-right: 50px;
	padding-bottom: 15px;
	text-align: right;
}
/* =Lists
---------------------------------------------------------------------------------------------------- */
ul
{
	margin: 0 0 10px 24px;
	padding: 0;
	list-style: outside square;
}

ul li
{
	margin: 0;
	padding: 0 0 6px 0;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer
{
	margin: 4px 5px 0 5px;
	color: #999999;
	font-size: 10px;
	text-align: center;
}

#footer a
{
	text-decoration: underline;
	color: #999999;
}

#footer a:visited
{
	text-decoration: underline;
	color: #CC3333;
}

#footer a:hover
{
	text-decoration: underline;
	color: #660000;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.indent {
	text-indent: 3em;
	}

.validation {
	color: #FF0000;
	font-weight: bold;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* =Links
---------------------------------------------------------------------------------------------------- */
a
{
	color: #CC3333;
	text-decoration: underline;
}

a:visited
{
	color: #660000;
	text-decoration: underline;
}

a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

/* =Misc: Home Page
---------------------------------------------------------------------------------------------------- */
#homeContent
{
	padding: 30px 20px 10px 16px;
}

#homeRight
{
	background: url(images/home/home-right-bg.gif) top left repeat;
	padding: 30px 10px 10px 16px;
}

#homeRight .redText
{
	color: #BA313C;
	font-size: 16px;
	font-weight: bold;
	
}

#homeRight .blueText
{
	color: #0092AF;
	font-size: 16px;
	font-weight: bold;
	
}

#homeRight .dashes
{
	background-color:#FFFFFF;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	font-size: 11px;
	padding: 2px 5px 1px 10px;
}

#homeRight .dashes-nopadding
{
	background-color:#FFFFFF;
	border-top: 2px dotted #000000;
	border-bottom: 2px dotted #000000;
	font-size: 11px;
	height: 70px;
	margin-top: 35px;
	padding: 0 0 0 0;
}

#homeRight .dashes-nopadding, #homeRight .dashes-nopadding img
{
	clear: both;
	font-size: 11px;
	padding: 0;
}

#homeRight .dashes-nopadding
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11px;
}



/* =Misc: Print and Send
---------------------------------------------------------------------------------------------------- */
#print-send
{
	background: #FFFFFF;
}

#print-send img
{
	margin: 0 0 0 0;
}
 