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


body {
	margin:0;
	padding:0;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;	
	color:#2F4A5D;
}
a:hover {
	color:#60B69B;
}
li {
	list-style-type:none;	
}
#header {
	height:224px;
	border-bottom:1px #000 solid;
}
iframe {
	width:100%;
	height:1000px;
	overflow:auto;
	border:none;
}
#header h1 {
	/*
	*/
	float:left;
	margin-top:14px;
	margin-left:11px;
	width:213px;
	height:77px;
	overflow:hidden;
	text-indent:-900px;
}
#header h1 a {
	display:block;
	width:213px;
	height:77px;
	background:url(../images/alison-dowd-marketing-logo-small.gif) no-repeat;
}
#header h2 {
	float:left;
	font-weight:normal;
	font-size:11px;
	color:#324c65;
	height:71px;
	margin: 23px 0 0 35px;
}
#header h2 span.phone {
	font-size:30px;
	letter-spacing:2px;	
	color:#324c65;
}

#header h2 span.email {
	font-size:12px;	
	color:#324c65;
}

#header img#woman-owned{
	float:left;
	margin: 16px 0 0 25px; 
}
#header-right{
	float:right;
}

/* Questions */
#questions {
	font-size:11px;	
	text-align:right;
	margin-top:8px;
	margin-right:8px;
}
#questions strong {
	font-size:16px;	
}
#questions span {
	text-decoration:underline;	
}

/* Search Ribbon */
#search-ribbon {
	padding-left:25px;
	width:209px;
	
	padding-top:5px;
	height:78px;
	
	margin: 15px -22px 0 0;
	background:url(../images/search-ribbon.png) no-repeat;	
}
#search-ribbon input {
	margin-top:36px;	
}
#search-ribbon input[type="text"] {
	background:url(../images/search-field.gif) no-repeat;
	padding-left:8px;	
	width:151px;
	border:none;
	height:21px;
}
#search-ribbon input[type="button"] {
	background:#69B29E;
	border-bottom:#69B29E solid 2px;
	border-left:none;
	border-right:none;
	border-top:none;
	color:#fff;
	width:24px;
	height:21px;	
	font-size:11px;
}
/* NAVIGATION */

#navigation {
	clear:both;
}
#navigation ul {
	background:#69b29e url(../images/nav-gradient.png) repeat-x;
	height:30px;
	float:left;
	width:100%;
	padding-left:14px;
	padding-bottom:0;
	margin-bottom:12px;
}
#navigation ul li {
	float:left;	
	position:relative;
}
#navigation ul li a.first {
	border-left:1px solid #fff;
}
#navigation ul li a {
	display:block;
	
	padding-top:5px;
	height:25px;
	
	padding-right:9px;
	padding-left:9px;
	border-right:#fff solid 1px;
	color:#fff;
	text-decoration:none;
}

#navigation ul li a:hover {
	background:#60B69B;
}

#navigation ul li:hover #mega-drop-down {
	left:0;
}

#navigation ul li #mega-drop-down {
	left:-9000px;
	position:absolute;
	height:auto;
	width:959px;
}
#navigation ul li ul {
	background:#326264;
	position:relative;
	float:left;
	width:220px;
	height:175px;
}
#navigation ul li ul li {
	float:none;
	font-size:12px;
}
#navigation ul li ul li a {
	height:20px;
	padding-top:7px;
	border:0;
}
p#bread-crumbs {
	background:url(../images/secondary/breadCrumb-triangle.gif) no-repeat;
	float: none;
	height:30px;
	clear:both;
	margin:50px 0 0 -1px;
	padding-left:10px;
	font-size: 12px;
	color:#28495a;
}

#bread-crumbs span {
	color:#72af9d;
}

/* CONTACT FORM */
#contact-box a {
	font-size:11px;
	float:right;
	margin-right:15px;	
}
#contact-box {
	position:absolute;
	right:0;
	margin-right:-443px;
	z-index:3;
	padding:20px;
	width:400px;
	margin-top:40px;
	background:#ffd344;
	box-shadow: 0 2px 3px #595959;
}