@charset "UTF-8";

/* InMomentumCSS Document */

body {
	font: 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #D9D9D9;
	padding: 0px;
	margin: 15px 0;
}

/*--------------- tags ---------------
--------------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 200%;
	color: #FF9405;
	font-weight: normal;
	line-height: 100%;
	margin-top: 10px;
}

#body_home h1 { font-size: 150%; }

h2 {
	font-size: 120%;
	color: #2761B4;
	line-height: 130%;
}

.h2inline {
	font-size: 130%;
	color: #2761B4;
	line-height: 140%;
}

h3 {
	font-weight: bold;
	color: #996633;
	font-size: 110%;
	line-height: 140%;
}

h4 {
	font-weight: bold;
	color: #111;
	font-size: 100%;
}

p { }

ul {
	list-style: url(images/wt_carrot_orange.gif);
	margin: 0 0 0 20px;
	padding: 0 0 0 8px;
	text-align: left;
}

img { border: 0; }

a { text-decoration: none; }

a:link,
a:visited { color: #2761B4; }

a:hover,
a:active {
	color: #FF9405;
	text-decoration: underline;
}

/*--------------- header ---------------
--------------------------------------------------------------------------------------------------------- */
#headerwrap {
	width: 960px;
	margin: 0 auto;
	background: url(images/page_top.gif) no-repeat center top;
	padding-top: 10px;
}

#header {
	width: 960px;
	background-color: #FFF;
}

#logolink { margin: 0; }

#header_right {
	float: right;
	width: 751px;
	text-align: right;
}

#tag { margin-right: 22px; }

#phone {
	margin-right: 22px;
	display: none;
}

#body_home #tag { display: none; }

#body_home #phone { display: inline; }

#top_nav {
	list-style: none;
	margin: 0 0 0 19px;
	padding: 0;
	height: 34px;
	width: 732px;
	background: #FFF url(images/header_gray_fade.gif) repeat-y right;
}

.bullet { color: #FF9405; }

#top_nav li {
	float: left;
	position: relative;
}

#top_nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFF;
	padding: 0;
	border: 1px solid #D9D9D9;
	z-index: 9999;
	margin: 0;
}

#top_nav li>ul {
	top: 34px;
	left: auto;
	border: 1px solid #D9D9D9;
	z-index: 9999;
}

#top_nav li li {
	display: block;
	clear: left;
	border-bottom: 1px solid #D9D9D9;
}

#top_nav li:hover ul,
#top_nav li.over ul { display: block; }

#top_nav a {
	display: block;
	height: 26px;
	text-decoration: none;
	font-size: 95%;
	float: left;
	padding: 8px 30px 0 0;
}

#top_nav a:link,
#top_nav a:visited { color: #666; }

#top_nav a:hover,
#top_nav a:active { color: #FF9405; }

#top_nav li li a {
	height: auto;
	display: block;
	text-align: left;
	width: 120px;
	padding-left: 15px;
	padding-bottom: 9px;
}

/*--------------- content ---------------
--------------------------------------------------------------------------------------------------------- */
#maincontentwrap {
	background-color: #FFF;
	width: 100%;
}

#maincontent {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

/*--------------- banners ---------------
--------------------------------------------------------------------------------------------------------- */
#banners {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 122px;
}

#body_home #banners { 
	height: 244px;
	margin-bottom: 15px;
}

#leftbanner {
	background: url(images/home_left.jpg) no-repeat;
	height: 244px;
	width: 209px;
	float: left;
}

#rightbanner {
	height: 122px;
	width: 751px;
	margin: 0 0 0 209px;
	padding: 0;
}

#leftbanner h2 {
	text-indent: -9000px;
	margin: 0;
}

/*-----random secondary banners-----*/
.jsclass body .randomcontent{ /*for random quotes - Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}
h1#banner1,
h1#banner2,
h1#banner3,
h1#banner4,
h1#banner5,
h1#banner6 {
	height: 122px;
	width: 960px;
	margin: 0;
	text-indent: -9000px;
	display: block;
}

h1#banner1 { background: url(images/wide_banners/banner1.jpg) no-repeat; }

h1#banner2 { background: url(images/wide_banners/banner2.jpg) no-repeat; }

h1#banner3 { background: url(images/wide_banners/banner3.jpg) no-repeat; }

h1#banner4 { background: url(images/wide_banners/banner4.jpg) no-repeat; }

h1#banner5 { background: url(images/wide_banners/banner5.jpg) no-repeat; }

h1#banner6 { background: url(images/wide_banners/banner6.jpg) no-repeat; }

/*-----home page -----*/
/*-----content slider-----*/
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 751px; /*width of featured content slider*/
	height: 244px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 751px;
	height: 244px;
 filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 9;
}

.pagination {
	/*width: 477px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
	margin: 0 20px 20px 0;
	z-index: 999;
	position: absolute; /*leave as is*/
	right: 0;  /*leave as is*/
	bottom: 0;  /*leave as is*/
}

.pagination a {
	text-indent: -9999px;
	text-decoration: none;
	background: url(images/dot_up.png) no-repeat center center;
	opacity:.3;
	filter:alpha(opacity=30);
	display: block;
	width: 10px;
	height: 10px;
	float: left;
}

.pagination a:hover,
.pagination a.selected {
	text-indent: -9999px;
	background: url(images/dot_up.png) no-repeat center center;
	opacity:1;
	filter:alpha(opacity=1000)
}

.contentdiv h1 { display: none; }

/*-----home banners-----*/

#homebanner1 { background: url(images/wide_banners/home_banner1.jpg) no-repeat; }

#homebanner2a { background: url(images/wide_banners/home_banner2a.jpg) no-repeat; }

#homebanner2b { background: url(images/wide_banners/home_banner2b.jpg) no-repeat; }

#homebanner2c { background: url(images/wide_banners/home_banner2c.jpg) no-repeat; }

#homebanner3a { background: url(images/wide_banners/home_banner3a.jpg) no-repeat; }

#homebanner3b { background: url(images/wide_banners/home_banner3b.jpg) no-repeat; }

#homebanner3c { background: url(images/wide_banners/home_banner3c.jpg) no-repeat; }

#homebanner4a { background: url(images/wide_banners/home_banner4a.jpg) no-repeat; }

#homebanner4b { background: url(images/wide_banners/home_banner4b.jpg) no-repeat; }

#homebanner4c { background: url(images/wide_banners/home_banner4c.jpg) no-repeat; }

#homebanner5 { background: url(images/wide_banners/home_banner5.jpg) no-repeat; }

.sliderwrapper p {
	color: #333;
	margin: 210px 0 0 20px;
	background: url(images/wt_carrot_orange.gif) no-repeat left 4px;
	padding-left: 12px;
}

/*--------------- left column---------------
------------------------------------- */
#leftcolumn {
	width: 209px;
	float: left;
	margin: 0 0 15px 0;
}

.orangebox {
	background-color: #FF9405;
	padding: 15px;
	margin: 15px 0;
	text-align: center;
}

.orangebox p {
	font-size: 90%;
	color: #FFF;
	text-align: left;
}

.dkgraybox {
	background-color: #9D9D9D;
	padding: 10px 20px;
	margin: 15px 0 0 0;
}

.dkgraybox p {
	color: #FFF;
	margin: 0;
}

.dkgraybox a:link,
.dkgraybox a:visited { color: #FFF; }

.dkgraybox a:hover,
.dkgraybox a:active { color: #FF9405; }

.graybox {
	background-color: #E6E6E6;
	padding: 15px 20px;
	margin: 0;
}

.graybox p {
	font-size: 90%;
	color: #777;
	background: url(images/gy_carrot_orange.gif) no-repeat left 4px;
	padding-left: 12px;
	text-align: left;
}

#body_home #blogpost p {
	background: url(none);
	padding-left: 0;
	margin: 0 0 0 81px;
}

a.subdue { font-weight: normal; }

a.subdue:link,
a.subdue:visited { color: #777; }

a.subdue:hover,
a.subdue:active { color: #FF9405; }

.graybox ul {
	list-style: url(images/gy_carrot_orange.gif);
	margin: 0;
	padding: 0 0 0 8px;
}

.graybox li {
	font-size: 90%;
	line-height: 130%;
	color: #777;
	margin-bottom: 5px;
}

.quote {
	font-weight: bold;
	background: url(images/quote_right.gif) no-repeat right bottom;
	padding: 0 0 5px 0;
	margin: 0;
}

.left_quote {
	top: 3px;
	position: relative;
}

/*--------------- right column---------------
------------------------------------- */
#rightcolumn {
	margin: 0 0 0 209px;
	padding: 10px 70px 20px 20px;
}

/*--------------- contact us ---------------
--------------------------------------------------------------------------------------------------------- */
#contact_form { margin: 15px 0px; }

#contact_form td {
	vertical-align: top;
	padding: 5px 5px 0 0;
	font-size: 90%;
}

/*--------------- footer ---------------
--------------------------------------------------------------------------------------------------------- */
#footerwrap {
	width: 960px;
	margin: 0 auto;
	background: url(images/page_bottom.gif) no-repeat center bottom;
	padding: 0 0 10px 0;
}

#footer {
	padding: 0 20px;
	background: #fff url(images/footer_gray_fade.gif) repeat-y left top;
	font-size: 90%;
	color: #999;
	line-height: 34px;
}

#footer a:link,
#footer a:visited { color: #999; }

#footer a:hover,
#footer a:active { color: #FF9405; }

#footer_socials { float: right; }
#footer_socials img { margin: 7px 0 7px 5px; }
#follow_us { float: left; }

#outerfooter {
	width: 920px;
	margin: 5px auto;
	font-size: 90%;
	text-align: right;
}

#outerfooter a:link,
#outerfooter a:visited { color: #B2B2B2; }

#outerfooter a:hover,
#outerfooter a:active { color: #FF9405; }

/*--------------- miscellaneous ---------------
--------------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.button { margin-right: 10px; }

.command {
	font-weight: bold;
	color: #FF9405;
}

.smalltext { font-size: 80%; }

.blogphoto { float: left; }

#body_home .blogphoto {
	margin: 0 0 10px 0;
}

#socials {
	margin: 5px 0 0 80px;
	text-align: center;
}

#socials img { margin: 0 0 10px 5px; }

