/*
Web Site: CanLA.tv
Description: CanLA Productions Web Site
Version: 1.0
Author: Tony Frenzel, ee design studio www.eleven411.com
*/
@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	-x-system-font:none;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/shared/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

p {
	margin: 13px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	line-height: 16px;
}

h1 {
	font-size:1.0em;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b00f1f;
	width: 300px;
	padding-top: 13px;
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333;
	margin-top: 13px;
	margin-right: 13px;
	margin-left: 13px;
}
h3 {
	padding-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-left: 13px;
}



.bold {
	font-weight: bold;	
}
.borderColor {
	border: 1px solid #bfbeba;
}

.black {
	color:#000;
}


/* Container */
#container {
	width:984px;
	margin: 0 auto;
}


/* Header */
#header {
	height: 64px;
	width: 984px;

}
#logoSpace {
	float:left;
	width:283px;
	height:64px;
	
}


#logoSpace h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: oblique;
	font-weight: bold;
	color: #f7941d;
	width:283px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}
#logoSpace h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: oblique;
	font-weight: bold;
	color: #6b6965;
	width:283px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
	
}






/* Menu */
.menu {
	float:left;
	padding-left:129px;
	width:572px;
	height:64px;
}

ul#topnav {
	margin: 0 0 20px; padding: 0;
	list-style: none;
	width: 572px; 
	float: left;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav a {
	float: left;
	display: block;
	height: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: oblique;
	font-weight: bold;
	color: #6b6965;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 20px;
}
ul#topnav a:hover {
	background-position: left -58px;
	color: #f7941d;
	text-decoration: none;
}
#linkWelcome li.linkWelcome a,
#linkServices li.linkServices a,
#linkAbout li.linkAbout a,
#linkContact li.linkContact a {
	background-position: left bottom;
		color: #f7941d;
}
ul#topnav li.linkWelcome a {
	background-image: url(../images/shared/nav-bg.jpg);
	width: 143px;
}
ul#topnav li.linkServices a {
	background-image: url(../images/shared/nav-bg.jpg);
	width: 143px;
}
ul#topnav li.linkAbout a {
	background-image: url(../images/shared/nav-bg.jpg);
	width: 143px;
}
ul#topnav li.linkContact a {
	background-image: url(../images/shared/nav-bg.jpg);
	width: 143px;
}

/* Hero */
#hero {
	margin:0;
	padding:0;
	background-image: url(../images/shared/hero.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 984px;
}


#hero p {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: right;
	position: relative;
	z-index: 1;
	top: 10px;
	right: 30px;
}










/* Content */
#content {
	width: 984px;
	padding-top:10px;
	padding-bottom:40px;

}

.shortContent {
	float:left;
	width: 300px;
	margin-left:12px;
	padding-right:12px;

}

.longContent {
	float:left;
	width: 580px;
	margin-left:32px;
	padding-right:12px;

}


#content h1 {
	margin-left: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: #648fa5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d0c6;
	width: 275px;
	padding-left: 0px;
	padding-bottom: 3px;
}

#contentExpand h1 {
	margin-left: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: #648fa5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d0c6;
	width: 570px;
	padding-left: 0px;
	padding-bottom: 3px;
}


#content h2 {
	margin-right: 18px;
	margin-left: 12px;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #6b6965;
	line-height: 18px;
}
#content h3 {
	margin-top:0px;
	margin-right: 18px;
	margin-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #6b6965;
	line-height: 18px;
}
#content h4 {
	margin-top:10px;
	margin-right: 18px;
	margin-left: 12px;
	margin-bottom:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #8dbe41;
	line-height: 18px;
}



#content p {
	margin-right: 18px;
	margin-left: 12px;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #6b6965;
	line-height: 18px;	
}

#content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #648fa5;
	text-decoration: underline;
}

#content ul {
	width: 210px; /* move width to here */
	margin: 0; /* normalise indent across browsers */
	list-style-type: disc;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #6b6965;
}

#content li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;/* keep haslayout triggering properties off the li itself */ 
}

#contentExpand ul {
	width: 540px; /* move width to here */
	margin: 0; /* normalise indent across browsers */
	list-style-type: disc;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #6b6965;
}


#contentExpand li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;/* keep haslayout triggering properties off the li itself */ 
}

.space {
	height:20px;
}

/* Footer */
#footerContainer {
	padding-top:10px;
	height: 60px;
	width: 100%;
	background-image: url(../images/shared/footer-bg.jpg);
	background-repeat: repeat-x;
	overflow: visible;
}

#footer {
	width:984px;
	margin: 0 auto;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6b6965;
	padding-left:10px;
	font-weight: normal;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
color: #648fa5;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}

.footerSpace {
	padding-left: 5px;
	padding-right:5px;
}
