@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#333333;
	background-color:#58585A;
	margin:0;
	padding:0;
	text-decoration:none;
}

.widget-container{
	list-style-type:none;
}

.menu ul{
	padding:10px 0 0 0;
	margin:0;
}
.menu ul li{
	display:block;
	width:auto;
	background:url(wp-includes/images/three_dots_up.jpg) no-repeat;
	background-position:left bottom;
	margin-bottom:10px;
	padding-bottom:5px;
	list-style:none;
}

.menu ul li:hover {
	background:url(wp-includes/images/three_dots_over.jpg) no-repeat;
	background-position:left bottom;
}

.menu ul li a {
	display:inline-block;
	width:auto;
	height:37px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding-right:35px;
}

.menu ul li a:hover{
	background:url(wp-includes/images/nav_arrow.jpg) no-repeat;
	background-position:top right;
}

.menu ul li.current_page_item {
	background:url(wp-includes/images/three_dots_over.jpg) no-repeat;
	background-position:left bottom;
}

.menu ul li.current_page_item a {
	background:url(wp-includes/images/nav_arrow.jpg) no-repeat;
	background-position:top right;
}

.menu ul li.current_page_item a:hover{
	background:url(wp-includes/images/nav_arrow.jpg) no-repeat;
	background-position:top right;
}

:focus{
	outline:none;
	}	
	
a:link {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
a:active {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#CC0000;
	font-weight:bold;
	/*text-decoration:underline;*/
	}
.style2 {color: #CC0000}	
.style1 {
	font-size:14px;
	font-weight:bold;
	}
#solidmid {
	background-image:url(wp-includes/images/solidmiddle.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:250px;}
	
#solidbottom {
	background-image:url(wp-includes/images/solidbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:250px;
	height:24px;}
#dotted {
	background-image:url(wp-includes/images/dottedline.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:6px;}
.dottedhor {
	background-image:url(wp-includes/images/dottedline_hor.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:40px;}
#leftside {
	background-image:url(wp-includes/images/leftside.jpg);
	background-position:left;
	width:41px}
#rightside {
	background-image:url(wp-includes/images/rightside.jpg);
	background-position:right;
	width:32px;
	}
#footer {
	background:url(wp-includes/images/footerline.jpg) top center no-repeat #58585A;
	height:40px;
	vertical-align:bottom;
	
	}
#top {
	background-image:url(wp-includes/images/topbg.jpg);
	background-position:bottom;
	height:15px;
	padding-right:33px;
	margin:0;
	padding-top:15px;
	background-repeat:no-repeat;
	background-color:#58585A;
	
	
	}
.whitetext {
	font: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	line-height:1;
	}
.whitetext a:link {
	color:#FFFFFF;
	text-decoration:underline;
	}
.whitetext a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
.whitetext a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	}

/* Rory's Add-ons */

.success{
	color:#009900;
}

.error{
	color:#FF0000;
}

fieldset {
	border: none;
}
legend {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

label{
	width: 13em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}

/* ----- Styles ----- */

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding-top:10px;
	width:452px;
}

h2 span {
	color:#F00;
}

p {
	text-align:justify;
}

textarea {
	margin-left:0;
}

h1.entry-title {
	display:none;
}

h2.entry-title {
	display:none;
}

body#english a.english {
	color:#F00;
	cursor:default;
}

body#french a.french {
	color:#F00;
	cursor:default;
}

.contact {
	padding-left:14px;
}

body.blog table#contactForm {
	display:none;
}

body.blog table#projectMap {
	display:none;
}

#blogWidgets {
	display:none;
}

body.blog div#blogWidgets {
	display:block;
	text-align:left;
}

body.blog div#blogWidgets label {
	text-align:left;
}

li.page-item-71, li.page-item-77 {display:none !important}


