@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
}

a {
	color: #ed1f24;
	text-decoration: underline;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#000000;
	text-align: left;
	margin-bottom: 10px;
	text-transform: capitalize;
}

body {
	text-align: center;
	background-image: url(../images/bannerBckg.jpg);
	background-repeat: repeat-x;
	height: 144px;
	width: 100%;
}

#body_home #wrapper {
	background-image: url(../images/bannerBckg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	max-height: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}


#container {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

#mainContent {
	width: 820px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

/*------------------------------------------- NAVIGATION ------------------------------------------------------------*/

	
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 850px;
	margin-left: 150px;
	height: 28px;
	}
	
#nav li {
	position: relative;
	float: left;
	list-style: none;
	border: none;
	}
	
#nav li ul {
	position: absolute;
	margin-top: 30px;
	top: 0;
	display: none;
	background-color: #666666;
	text-align: left;
	width: 195px;
	}
	
#nav li ul li a{
	border-bottom: thin dashed #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-family: 11px;
	width: 130px;
}

#nav li ul li.crisis a{
	border-bottom: none;
}

#nav li ul li a:hover {
	background-color: #333;
	width: 135px;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	}

#nav li:hover ul { display: block; }

#nav li:hover ul, #nav li.over ul { 
	margin-top: 30px;
	display: block;
	width: 195px; }

#nav li a:hover, #nav li.over, #nav li:hover {
	background-color: #666666;
}

#body_home #nav li.home, #body_aboutUs #nav li.aboutUs, #body_aboutYou #nav li.aboutYou, #body_services #nav li.services, #body_contact #nav li.contact { 
	background-color: #666666;
}




/*------------------------------------------- LOGO BANNER ------------------------------------------------------------*/

#banner {
	background-image: url(../images/logoBanner.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 820px;
	height: 128px;
	float: left;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 15px;
	
}

#banner h1 {
	margin-left: 167px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-top: 20px;
	color: #FFFFFF;
	float: left;
}

#banner h2 {
	margin-left: 167px;
	clear:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 3px;
	color: #FFFFFF;
}


/*------------------------------------------- FLASH TEXT ------------------------------------------------------------*/

#flash {
	margin-top: 23px;
	width: 795px;
	height: 268px;
	margin-left: 12px;
	margin-right: 12px;
	border: dashed thin #CCCCCC;
}


/*------------------------------------------- HOME TEXT ------------------------------------------------------------*/

#homeContent {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 25px;
	width: 820px;
}

#callOutBoxes {
	width:820px;
	height:100%;
}

#callOutBoxes #strategyHome, #callOutBoxes #actionHome, #callOutBoxes #relationshipHome {
	margin-top: 20px;
	width: 249px;
	margin-right: 20px;
	float: left;
}

#callOutBoxes #relationshipHome {
	margin-right: 0;
	
}

#strategyHome img, #actionHome img, #relationshipHome img {
	margin-bottom: 12px;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}


/*------------------------------------------- FOOTER ------------------------------------------------------------*/


#footer {
	clear: left;
	margin-top: 20px;
	background-color: #ed1f24;
	height: 115px;
	padding-top: 10px;
	padding-left: 26%;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
}

.smallImg {
	float: right;
	padding-top: 4px;
	
}


/*------------------------------------------- SECONDARY PAGES ------------------------------------------------------------*/


#secondaryContent {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	width: 550px;
	float: left;
}

#sidebar {
	border-left: thin dashed #CCCCCC;
	width: 225px;
	margin-top: 25px;
	float: left;
	margin-left: 8px;
	padding-left: 8px;
	padding-right: 5px;
}

#insideTable{
	style="text-align: left; 
	padding-left: 30px;"
}

.clients {
	font-size: 11px;
	line-height: 22px;
}

ul#bulletList {
	margin-left: 25px;
	margin-top: 15px;

}

ul#bulletList li {
	padding-bottom: 10px;
	list-style: disc;
}
/*------------------------------------------- CONTACT FORM ------------------------------------------------------------*/


.userLabel {
	color: #ed1f24;
	font-weight: bold;
}

/*------------------------------------------- CLEAR FIX ------------------------------------------------------------*/

.clear {
float: right;
clear: left;
}
