/* CSS Document */

/* IE SPECIFIC */

* html #container_start {
	float: none;
}

* html#container_end {
	float: none;
}

* html img,

* html .png {
	position: relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );
}

/* END IE SPECIFIC */

body {
	margin-left: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	color: #000000;
	background-image: url(../images/bg-tile.jpg);
	font: 13px Verdana, Arial, Geneva, sans-serif; line-height: 1.3em;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #675758;
	text-decoration: none;
}

a:visited {
	color: #675758;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

input, textarea, select, .field {
	font: 11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* the autosize properties work together to make a div resize it's height to it's content */

div.autosize {
	display: table;
	width: 1px;
}

div.autosize > div {
	display: table-cell;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#content {
	background: #ffffff url(../images/sidebar-bg.gif) repeat-y scroll right top;
	float: left;
	width: 900px;
	margin-top: 60px;
}

#blog_content {
	background: #ffffff;
	float: left;
	width: 900px;
	margin-top: 60px;
}

#main_content {
	float: left;
	width: 610px;
	padding: 20px 40px 20px;
}

#main_content_blog {
	float: left;
/*	width: 810px;
*/	padding: 0 0 20px 40px;
}

#main-top-content {
	height: auto;
	width: 100%;
	padding-bottom: 30px;
}

#main-bottom-content {
	height: auto;
	width: 100%;
	padding-bottom: 20px;
}

#main-image {
	float: left;
	display: block;
	width: auto;
	padding-top: 25px;
}

#main-copy {
	display: block;
	float: right;
	width: 340px;
	font-size: 14px;
	line-height: 17px;
	margin-top: 25px;
}

#main-copy p {
	margin-top: 0;
}

.ness {
	font-size: 30px
}

.llc {
	font-size: 22px
}

#main-testimonial {
	width: 100%;
	position: relative;
	height: 70px;
	overflow: visible;
	margin-top: -20px;
}

#main-testimonial img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#main-testimonial p {
	position: absolute;
	right: 100px;
	bottom: 0;
	padding: 0;
	margin: 0;
}

#main-testimonial a:link {
	color: #002D66;
	font-weight: bold;
	text-decoration: none;
}

#main-testimonial a:hover {
	text-decoration: underline;
}

/* SIDE MENU */

div#side_menu {
	background: url(../images/sidebar-bg-gradient.gif) repeat-x scroll right top;
	float: right;
	width: 210px;
}

#sidebar {
	padding: 15px 15px 25px;
}

#sidebar img {
	margin-bottom: -5px;
}

#sidebar h1 {
	font-size: 14px;
	line-height: 14px;
	border-bottom: 2px solid silver;
	padding-bottom: 5px;
	margin-top: 20px;
}

/*#sidebar h2 {
	font-size: 10px;
	color: white;
	margin-bottom: -10px;
	margin-top: -5px;
}*/

#sidebar p {
	color: white;
	font-size: 12px;
	margin-bottom: -5px;
}

#sidebar a:link {
	color: #96C8DC;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
	color: #96C8DC;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #bed3dc;
	font-weight: bold;
}

/* EVENLY SPACE THE BIG BUTTON IMAGES AT THE BOTTOM */

#links {
	margin: 0 -40px;
	padding: 0;
	list-style: none;
}

#links li {
	float: left;
	padding: 0;
	text-align: center;
	width: 33.33%;
	margin: 0;
}

#links li p {
	float: left;
	padding: 0;
	text-align: left;
	width: 150px;
	margin: 5px 0 0 40px;
	font-weight: bold;
}

#links li img {
	border: none;
}

#search {
	float: right;
	width: 198px;
}

#magnifying-glass {
	float: right;
	margin-top: -25px;
	margin-right: 60px;
}


#search-input {
	width: 100px;
	margin-top: 20px;
	height: 12px;
}

imgright {
        float: right;
        padding: 4px 0pt 10px 25px;
}

imgleft {
        float: left;
        padding: 4px 25px 10pt 0pt ;
}