/* -- EMS Partners Style Sheet -- */

/* Tag Definitions */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	color: #455560;
	background: #E1E0DF;
}
h1, h2, h3, h4, h5 { margin: 0; }

.hlbold{ font-weight:bold;}

a { color: #D56600; }
a.button {
	padding: 3px 7px 3px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/button-search-arrow.gif) no-repeat 2px 9px #1B75BB;
}
a:hover { text-decoration: none; }
p { margin: 5px 0; line-height: 1.4em; }
img { border: none; }
ul { list-style: none; margin: 0; padding: 0;  }
li { margin: 0; padding: 0; }

/* Global Classes */
.left { float: left; }
.right { float: right;}
.clear { clear: both;}
.inline { display: inline;}

.w47 { width: 47%; }

.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px;}
.ml10 { margin-left: 10px; }

.p10 { padding: 10px; }
.borderTopThick { border-top: 4px solid #fff; }
.borderTopThin { border-top: 1px solid #fff; }

.colorOrange { color: #E79B33; }

.bgBlue1 { background: #1B75BB; }
.bgOrange { background: #E79B33; }
.bgGreen { background: #54B948; }
.bgBlue2 { background: #26A9E0; }
.bgRed { background: #D72B26; }
.bgTeal { background: #53C2BA; }
.bgGray { background: #717074; }

/* Layout */
#wrapper {
	width: 942px;
	margin: 0 auto;
}
#header {
	margin-top: 34px;
	text-align: right;
	background: url(/SocMe/Images/tagline.gif) no-repeat 132px -7px;
}
#header a.email {
	color: #1B75BB;
	margin-right: 20px;
	text-decoration: none;
}
#header a.email:hover {
	text-decoration: underline;
}
#header input.search {
	width: 140px;
	padding: 1px 4px;
	border: 2px solid #fff;
	background: #E1E0DF;
	font-size: 12px;
	margin-right: 5px;
}

#header object {
	vertical-align: top;
}
#navigation {
	clear: both;
	overflow: auto;
	width: 100%;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 11px;
}
#navigation a {
	color: #fff;
}
#navigation a.blogNav {
	text-decoration: none;
	padding: 0 5px;
}
#navigation a.blogNav:hover {
	text-decoration: underline;
}
#navigation h1 {
	display: inline;
	text-transform: uppercase;
	font-size: 11px;
}
#navigation h2 {
	font-size: 11px;
	padding-top: 8px;
}
/* Nav BG Colors */

#navigationRSS {
	float: left;
	width: 415px;
	padding: 10px 0 10px 15px;
}
#navigationRSS img {
	padding-right: 4px;
}
#navigationList {
	float: right;
	width: 480px;
	padding: 10px 0px 10px 0;
}
#navigationList ul {
	float: left;
	width: 230px;
}
#navigationList ul.first {
	padding-right: 15px;
}
#navigationList ul li {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
#navigationList ul li a {
	text-decoration: none;
	position: relative;
	left: -10px;
}
#navigationList ul li a:hover {
	text-decoration: none;
}
.cssBullet {
	visibility: hidden;
	position: relative;
	left: -15px;
}
.cssBulletShow {
	visibility: visible;
}
#content1 {
	float: left;
	width: 450px;
	margin-bottom: 15px;
}
#content1 p {
	margin: 7px 0;
}
#content1 h1 {
	font-size: 20px;
	margin: 15px 0 5px 0;
}
#content1 h2 {
	font-size: 14px;
	margin: 5px 0;
}
#content1 h3 {
	font-size: 18px;
	font-weight: normal;
}
#content1 h4, #content2 h4 {
	font-size: 12px;
	margin: 5px 0;
}
#content1 h5 {
	font-size: 16px;
	margin: 5px 0;
}
#content1 ul {
	list-style: url(/SocMe/Images/list-bullet.png);
	margin-left: 20px;
}
#content1 li {
	line-height: 1.5em;
}
#content1 ul li.none {
	list-style: none;
}

#content1 label, #content1 input, #content1 textarea {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#content1 textarea {
	width: 400px;
}
#content1 label {
	width: 220px;
	padding-left: 20px;
}
#content1 a.button {
	float: right;
	margin-right: 45px;
}
#content1 br {
	clear: left;
}


#content1 dl {
	margin: 5px 0;
}
#content1 dt {
	margin: 5px 0;
}
#content1 dd {
	background: url(/SocMe/Images/icon-arrow-gray-r.gif) no-repeat 0 4px;
	margin-left: 10px;
	padding-left: 10px;
}
#content1 a.searchNav {
	color: #455560;
	text-decoration: none;
}
#content1 a.searchNav:hover {
	text-decoration: underline;
}
#content1 a.searchTitle, #content2 a.searchTitle {
	color: #455560;
}
#content2 {
	float: right;
	width: 480px;
}
#content2 img {
	vertical-align: top;
}

#footer {
	clear: both;
	border-top: 2px solid white;
	padding: 10px 0;
	margin-bottom: 20px;
}
#footer ul li {
	float: left;
	background: url(/SocMe/Images/pipe-footer.gif) no-repeat left;
	padding: 0 15px;
}
#footer ul li.first {
	background: none;
}
#footer ul li a {
	color: #455560;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

