/* CSS Document */
/*  
Theme Name: Preneal.ca
Theme URI: http://www.preneal.ca
Description: Preneal.ca
Author: Mila Jones
Author URI: http://www.milajones.com/

*/

body{
	margin: 0;
	padding:0;
	font-family:"trebuchet MS", arial;
	font-size: 13px;
	background-image:url(http://www.preneal.ca/images/bgr2.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#A0BDDF;
	text-align:center;
}
a{
	color:#00599D;
	}
a:hover{
	text-decoration:none;
	}

h1{
	color:#00599D;
	font-size:18px;
	text-transform:uppercase;
	font-family:"trebuchet MS", arial;
	}
.h3{
	color:#00599D;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	}
.h4{
	text-transform:uppercase;
	color:#E08B26;
	font-weight:bold;
	font-size:14px;
	}
.break{
	border-top:1px solid #CAD9EE; 
	width:100%; 
	height:10px;
	}
.sidebar{
	display:block;
	width:180px;
	float:right;
	padding:10px 0px;
	margin:20px 0px;
	height:100%;
	top:0px;
	font-size:14px;
	font-weight:bold;
	color:#E08B26;
	text-transform:uppercase;
	}
.sidebar ul {
	list-style-type:none;
	margin:0px;
	padding-left:0px;
	color:#00599D;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	}
.sidebar2{
	display:block;
	padding:10px 0px 25px 30px;
	margin:20px 0px 0px 0px;
	height:100%;
	top:0px;
	font-size:14px;
	font-weight:bold;
	color:#E08B26;
	text-transform:uppercase;
	}
.sidebar2 ul {
	margin:0px;
	padding-left:0px;
	color:#00599D;
	list-style:none;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	}
.sidebar3{
	display:block;
	width:200px;
	float:right;
	padding:0px 0px 25px 30px;
	margin:20px 0px 0px 0px;
	height:100%;
	top:0px;
	font-size:14px;
	font-weight:bold;
	color:#E08B26;
	text-transform:uppercase;
	}
.sidebar3 ul {
	margin:0px;
	padding-left:0px;
	color:#00599D;
	list-style:none;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	}
#portfolio{
	display:block;
	width:700px;
	float:left;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	height:100%;
	}

#portfolio-table tr{
	border-top:1px solid #E8F0FB;
	}
#portfolio-table tr td{
	padding:3px 20px 3px 10px;
	}
#portfolio-table tr td.odd{
	background-color:#E8F0FB;
	}
	
h3{
	color:#00599D;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	line-height:14px;
	}
h4{
	text-transform:uppercase;
	color:#E08B26;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	}
h4 a{
	color:#E08B26;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	}
blockquote{
	width:670px;
	padding:10px 15px 10px 15px;
	background-color:#F7FAFF;
	border-top:1px solid #E8F0FB;
	border-bottom:1px solid #E8F0FB;
	color:#00599D;
	margin-left:0px;
	}
blockquote em{
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-style:normal;
	font-size:14px;
/*	font-style:italic;*/
/*	font-weight:bold;*/
	}
blockquote strong{
	float:right;
	text-align:right;
	font-weight:normal;
	text-align:right;
	position:relative;
	}
.bio-name{
	color:#E08B26;
	font-weight:bold;
	font-size:14px;
	}
.bio-pic{
	display:block;
	padding:6px 7px 10px 25px;
	background-image:url("http://www.preneal.ca/images/photo-bgr.jpg");
	background-repeat:no-repeat;
	background-position:left;
	background-position:top right;
	}	
#container{
	text-align:left;
	width:760px;
	margin:0 auto;
	padding-bottom:15px;
	}
#search{
	width:760px;
	text-align:right;
	position:absolute;
	top:68px;
	}
#top-nav{
	width:760px;
	text-align:right;
	position:absolute;
	top:28px;
	font-size:11px;
	color:#D8791C;
	text-transform:uppercase;
	}
#top-nav a{
	color:#D8791C;
	text-decoration:none;
	}
#top-nav a:hover{
	color:#D8791C;
	text-decoration:underline;
	}
#nav-wrapper{
	height:153px;
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	position:absolute;
	background-image:url(http://www.preneal.ca/images/tab.gif);
	z-index:100;
	margin:125px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	width:755px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0px; 
	padding:0px;
	list-style:none;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left; 
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size:13px;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;  
	padding:5px 12px 5px 13px;
	text-transform:uppercase;
	color:#ffffff;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:#ffffff;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:#ffffff;
	color:#E88A00;
	}
.menu ul ul :hover > a.drop {
	background-color:#ffffff;
	color:#E88A00;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#E08B26;
	color:#FFFFFF;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#ffffff;
	color:#E08B26;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	}
/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:28px;}

/* position the third level flyout menu */
.menu ul ul ul{left:165px; top:0px; width:135px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-165px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0px; 
	left:0px;
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#E08B26;   
	line-height:1em; 
	padding:5px 15px;
	width:135px; 
	font-size:12px;
	color:#ffffff;
	height:auto;
	font-weight:normal;
	}

/* style the top level hover */
.menu a:hover{
	color:#ffffff;
	background-color:#E08B26;
	}
.menu ul ul a:hover{
	color:#E08B26;
	background-color:#ffffff;
	}
.menu :hover > a {
	color:#ffffff;
	background-color:#E08B26;	
	}
.menu ul ul :hover > a {
	color:#E08B26;
	background-color:#ffffff;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul{
	visibility:visible; 
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: CSS Menu System by Isaac Rowntree, www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

/*=================================================================== */

#engineering-expertise li{
	list-style-type:disc;
	}


.entry{
	margin:0px;
	position:relative;
	background-color:#FFFFFF;
	padding:0px 30px 35px 30px;
	width:700px;
	overflow:hidden;
	line-height:20px;
	color:#666666;
	}
.top-image{
/*	border:5px solid #ffffff;*/
	margin-left:-30px;
	z-index:1;
	}
.entry p{
	margin:0px;
	}
.pagenav{
	visibility:hidden;
	padding:0px;
	margin:0px;
	}
#site-map {
	margin-top:-30px;
	}
#site-map ul li{
	visibility:visible;
	list-style:none;
	}
#site-map ul li a{
	list-style:none;
	font-size:14px;
	font-weight:bold;
	color:#E08B26;
	text-transform:uppercase;
	display:block;
	width:220px;
	padding:10px 0px 3px 0px;
	}
#site-map ul li a:hover{
	text-decoration:none;
	}
#site-map ul li ul li a{
	color:#00599D;
	list-style:none;
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	padding:2px 0px 2px 0px;
	}
#site-map ul li ul li a:hover{
	text-decoration:none;
	}	
#site-map ul li ul li ul li a{
	list-style-type:circle;
	}
#footer{
	background-color:#A0BDDF;
	background-image:url(http://www.preneal.ca/images/footer.gif);
	background-repeat:no-repeat;
	width:710px;
	height:70px;
	color:#FFFFFF;
	padding:38px 30px 2px 20px;
	overflow:hidden;
	font-size:12px;
	}
#footer a{
	color:#ffffff;
	}
