/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(../../../rutland_building_services/css/layouts.css);
@import url(../../../rutland_building_services/css/components.css);
@import url(../../../rutland_building_services/css/modules.css);
@import url(../../../rutland_building_services/css/navigation.css);
@import url(../../../rutland_building_services/css/misc.css);
@import url(../../../rutland_building_services/css/forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
color: #0e1327;
background-color:#c6cad1;
}

td {
	vertical-align: top;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 1em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 1.3em;font-weight: 400;color: #000;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;color: #000; margin-top: 0px;}
h4 {font-size:1.4em;line-height: 1em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height:1em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 1em;font-weight: 900;color: #000;}

/*links*/
a {text-decoration: none; }
a:link {color: #394962;}
a:hover {color: #394962;}
a:visited {color: #394962;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

/* site structure */

#wrapper {
	width: 860px;
	background-color: white;
	padding: 0px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 860px;
	height: 100px;
	background-image: url(../images/bgrds/header.gif);
	background-repeat: no-repeat;
}

#navigation {
	width: 860px;
	height: 20px;
	background-color: #545046;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: right;
	padding-top: 4px;
}

#flash_header {
	width: 860px;	
}

#content_wrapper {
	width: 820px;
	padding: 20px 20px 0px 20px;
}

#content {
	font-size: 11px;
	line-height: 15px;
	color: #0e1327;
	float: left;

}

#right_nav {
	float: right;

}

#footer {
	width: 800px;	
	border-top: 1px solid #cccccc;
	font-size: 9px;
	text-align: center;
	padding: 0px 30px 0px 30px;
	margin-top: 20px;
}


/* navigation  */

ul#mainmenu {
    list-style-type: none;
    padding: 1px 0px 0px 0px;
    margin: 0px;
}

ul#mainmenu li {
    display: inline 
}

ul#mainmenu li a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
}

ul#mainmenu li a:hover {
	color: #f1e8bd;
	text-decoration: none;
}

a.mainlevelprojectsmenu {
	color: #0e1326;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	padding-left: 14px;
	background-image: url(../images/bgrds/bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.mainlevelprojectsmenu:hover {
	color: #394962;
	text-decoration: none;
}

/* joomla styles */

.contentheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}

.contentpaneopen {
	padding: 0px 5px 0px 5px;
}

.moduletableprojectsmenu {
	width: 150px;
	margin-top: 5px;
	margin-left: 30px;
	padding-top: 0px;
}

/* V2.5 updates  */

div#mainContent {


}

div#projectContent {
    width: 48%;
    display: inline-block;
    float: right;
}

div.moduletable h3 {
    font-size: 1.7em;
    line-height: 1.3em;
    font-weight: 400;    
    color: #394962;    
    margin-top: 0.83em;
}

div.column-1 {
    width: 48%;
    display: inline-block;
    float: left;
}

div.column-2 {
    width: 48%;
    display: inline-block;
    float: right;
}