p
{
	line-height: 1.2;
	margin-bottom: 10px;
}

ul
{
	line-height: 1.2;
}

.body
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #262626;
	*text-align: center;
}

a, a:visited, a:hover
{
	color: #262626;
	font-style: italic;
	text-decoration: underline;
}

h1
{
	font-size: 28px;
}

h1, h2, .heading
{
	font-family: Georgia, serif;
	font-size: 23px;
	/*font-weight: normal;*/
	font-weight: 100 !important;
	margin-bottom: 14px;
}

.heading
{
	color: #f17a21;
	margin-left: 10px;
}

.content-wrapper
{
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 10px;
	width: 990px;
	*width: 1000px;
	/*border: 1px solid red;*/
	*text-align:left;
}

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.logo
{
	background: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 61px;
}

.menu-bar
{
	height: 20px;
	margin-bottom: 12px;
}

.ticker-bar
{
	height: 20px;
	line-height: 20px;
	background: #f0f0f1;
	
	left: 0;
	/*right: 0;
	float: left;*/
	*margin-right: 0px;
	width: 100%;
	*width:expression(document.body.clientWidth);
	position: absolute;
}

.ticker-bar-content
{
	/*z-index: 100 !important;*/
	font-weight: bold;
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	
	position: relative;
}

.ticker
{
	float: right;
}

.hero-bar
{
	
	height: 282px;
	/*background: #4d4d4f;*/
	/*background: #707070;*/
	background: #6a6a6a;
	
	left: 0;
	float: left;
	width: 100%;
	*width:expression(document.body.clientWidth);
	position: absolute;
}
.hero-bar-left, .hero-bar-right
{
	/*float: left;*/
	height: 282px;
}
.hero-bar-left
{
	background: #656565;/*url(../images/hero-gradient-left.png);
	background-repeat: repeat-x;*/
}
.hero-bar-right
{
	background: #515151;/*url(../images/hero-gradient-right.png);
	background-repeat: repeat-x;*/
}
.hero-bar-middle
{
	margin: 0 auto;
	/*float: left;*/
	height: 282px;
	width: 1000px;
}

.hero-image
{
	/*background: url("../images/hero.png");
	background-repeat: no-repeat;
	background-position: top left;*/
	
	height: 282px;
	width: 1000px;
	
	margin-bottom: 10px;
	margin-left: -10px; /* cancel the 10px padding on .content-wrapper */
	
	position: relative;
}

.image-and-quote
{
	/*color: #fff;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.hero-quote
{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 54px;
	padding-left: 160px;
	width: 346px;
	*width: 506px;
}
.hero-quote h2
{
	line-height: 28px;
}
.hero-quote a
{
    /*  !important is for IE6 */
	color: #fff !important;
	font-style: normal !important;
	font-size: 11px;
}

.image-and-quote
{
	/*color: #fff;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.hero-image .slideshow, .hero-image .slideshow-content, .hero-image .slideshow-content img {
	background-color: transparent;
}

#slideshow {
    width: 250px; /* important to be same as image width */
    height: 73px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	line-height: 1;
}


.columns
{
	width: 1000px;
	margin-left: -10px;
}

.content-page-column-wrapper
{
	padding-left: 10px;
}

.columns-left-wrapper
{
	width: 730px;
	/*width: 710px;*/
	margin-right: 20px;
	float: left;
}

.columns-right-wrapper
{
	width: 250px;
	float: right;
}

.columns-left-wrapper .row.first
{
	margin-bottom: 10px;
	/**margin-bottom: 0px !important;*/
}
.columns-left-wrapper .row
{
	height: 126px;
	*height: 116px;
}

.col-left-one
{
	width: 165px;
	*width: 175px;
	height: 116px;
	*height: 126px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 10px;
	background: #4d4d4f;
	float: left;
	color: #fff;
	cursor: pointer;
}

.col-left-one.hover
{
	background: #f17a21;
}
.col-left-one.left
{
	margin-left: 0px;
}

.col-left-two
{
	height: 117px;
	*height: 127px;
	width: 340px;
	*width: 360px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #f0f0f1;
	float: left;
}
.col-left-two.orange
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background: #f17a21;
	color: #fff;
}
.col-left-two.orange a, .col-left-two.orange a:hover
{
    /*  !important is for IE6 */
	color: #fff !important;
}
.col-left-two.orange h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}
.col-left-two.left
{
	margin-left: 0px;
}

.col-left, .col-right
{
    width: 470px;
    *width: 465px;
}
.col-left
{
    float: left;
    margin-right: 20px;
}
.col-right
{
    float: right;
    margin-left: 20px;
}

.col-left ul, .col-right ul
{
	list-style-type: disc;
	list-style-position: inside;
}


.quote
{
	margin-bottom: 10px;
}

.news
{
	height: 126px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
}



.twitter
{
	/*font-size: 16px;
	font-family: Georgia, serif;*/
	background: #4d4d4f;
	/*background: #fff;*/
	height: 20px;
	*height: 17px;
	/*line-height: 20px;
	padding-top: 10px;*/
	padding-left: 10px;
	color: #fff;
	/*color: #262626;*/
	*vertical-align: bottom;
	*padding-top: 3px;
}
.twitter img
{
	padding-top: 2px;
	/*vertical-align: bottom;*/
}
.twitter a, .twitter a:hover
{
	color: #fff;
	text-decoration: none;
	font-style: normal;
}

.siimon-featured
{
	height: 95px;
	*height: 90px;
	/*margin-bottom: 10px;*/
}
.siimon-featured .header
{
	font-family: Georgia, serif;
	font-size: 16px;
	/*background: url(../images/siimon-featured.png);
	background-repeat: no-repeat;*/
	width: 217px;
	/*height: 12px;*/
	margin-bottom: 11px;
	*margin-bottom: 8px;
}

.siimon-featured .logos
{
	width: 250px;
	height: 73px;
	background: #fff;

	/* jQuery slideshow stuff */
	position: relative; /* important */
	overflow: hidden; /* important */
	line-height: 1;
}

.blog-frame
{
	width: 100%;
	height: 100%;
}

#sitemap a
{
	font-style: normal;
	text-decoration: none;
}
#sitemap a:hover
{
	text-decoration: underline;
}

#sitemap li 
{
	margin-bottom: 4px;
}

#sitemap ul
{
	list-style-type: disc;
	list-style-position: inside;
}
#sitemap ul ul
{
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 4px;
	margin-left: 10px;
}

.footer
{
    margin-top: 20px;
    *margin-top: 0px;
    margin-left: -10px;
    padding-bottom: 10px;

    font-size: 10px;
}

.footer .links
{
	float: left;
}
.footer .geekit
{
	float: right;
	color: #a5a5a5;/*#787878;*/
	/*text-align: right;
 	padding-right: 15px;*/
}

.footer a
{
    /*  !important is for IE6 */
    
    text-decoration: none !important;
    font-style: normal !important;
    padding-right: 15px;
}
.footer .geekit a
{
	color: #a5a5a5;
	padding-right: 0;
}

.testimonial
{
	background-color: #f0f0f1;
	padding: 10px 10px 2px 10px;
	margin-bottom: 10px;
}

.quote-open-orange, .quote-close-orange
{
	height: 8px;
	*height: 4px;
	width: 10px;
	background-image: url("../images/orange-quotes-sprite.png");
	background-repeat: no-repeat;
}
.quote-open-orange
{
	/* get the sprite to display properly in IE. */
	*margin-top: -8px;
	*background-position: 0 7px;
	float: left;
	*padding: 0;
	*border: none;
}
.quote-close-orange
{
	margin-top: -10px;
	background-position: 0 -8px;
	float: right;
	*position: relative;
	*right: -5px;
}
.testimonial .quote-close-orange
{
	/* testimonials contain p tags, which push the closing quote down further, so we need to adjust the top margin */
	margin-top: -24px;
	margin-right: -16px;
}

.quote
{
	background-image: url("/images/orange-quotes.png");
	background-repeat: no-repeat;
	*background: none;
	margin-bottom: 10px;
	padding-left: 16px;
	*padding-left: 18px;
}
.quote p
{
	*background-image: url("/images/orange-quotes.png");
	*background-repeat: no-repeat;
	*background-position: top left;
	*margin-left: -18px;
	*padding-left: 18px;
}
.testimonial .quote
{
	margin-bottom: 0px;
	/**padding-left: 0px;*/
	/**margin-left: 18px;*/
	padding-right: 16px;
}
.red
{
	color: red;
}
.orange-text
{
	color: #f17a21;
}
.blog-heading
{
	/*color: #f17a21; */margin-left: 10px; margin-bottom: 10px;
}
.blog-heading ul
{
	list-style-type: disc;
	list-style-position: inside;
}

/*.content-page-column-wrapper.testimonials
{
	padding-left: 0;
}*/
/*.content-page-column-wrapper.testimonials .col-left, .content-page-column-wrapper.testimonials .col-right
{
	width: 475px;
	*width: 474px;
}*/



























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

