/******************************************************************
Theme Name: MN Workers Comp
Description:
Author: Webrevolve
Author URI: Webrevolve
Version: 1.09
Tags: html5, css3, fixed, development, bones, h5bp

License: GPL or whatever
License URI: http://www.gnu.org/copyleft/gpl.html

All Default Styles are in library/css/normalize.css
I reccommend not editing those files and making all
changes here. That way if something goes awry, you
can easily revert back to the original, but that's
totally up to you. Happy Developing!
******************************************************************/

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

html,body {
height: 100%;

}
body {
background: #fff url('images/background_tile_down.jpg') center top repeat-y;
background-attachment: fixed;

    color:#6F6F6F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

}
footer {}
.bodyBg {
    width:100%;
    height:100%;
    margin:0 auto 0 auto;
}
#hdrCont{ }
/******************************************************************
GRID STYLES
******************************************************************/

/* 960 Grid System (http://960.gs/ ) */
.border{border: 1px solid #000;}


.container, wrap
{
	margin: 0 auto;
	padding:0px 0px;
        min-width: 1179px;
}
.display_inline {display: inline}
#contentWrapper
{
    margin: 0 auto 0 auto;
    width: 953px;
    padding-top: 10px;
    border-top: 1px solid #B0BEB7;

background: -moz-linear-gradient(top,  rgba(200,208,210,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,208,210,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c8d0d2', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
#allContent
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 963px;
    height:100%;
    border-left:2px solid #dedddc;
    border-right:2px solid #dedddc;

    background: -moz-radial-gradient(center, ellipse cover,  rgba(200,208,210,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(200,208,210,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(200,208,210,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c8d0d2', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.container .grid_1 {width: 62px;}
.container .grid_2 {width: 144px;}
.container .grid_3 {width: 226px;}
.container .grid_4 {width: 308px;}
.container .grid_5 {width: 390px;}
.container .grid_6 {width: 472px;}
.container .grid_7 {width: 554px;}
.container .grid_8 {width: 655px;}
.container .grid_9 {width: 718px;}
.container .grid_10 {width: 800px;}
.container .grid_11 {width: 882px;}
.container .grid_12 {width: 1100px;}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
}

	/* default styles & fixes */
	.first { margin-left: 0; } /* fixes alignment */
	.last { margin-right: 0; } /* fixes alignment */

/* To Use Another Grid System, simply visit:
http://themble.com/support/bones-grid/
There, you can check out how to replace this grid with other like:
960, Blueprint, and any other custom ones.
*/

.alpha {margin-left: 0;}
.omega {margin-right: 0;}



/******************************************************************
COMMON & REUSABLE STYLES
******************************************************************/

/* floats */
.left { float: left; }
.right { float: right; }

/* text alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* highlighting search term on search page */
mark, .search-term { background: #EBE16F; }

/* alerts & notices */
.help, .info, .error, .success { margin: 10px; padding: 5px 18px; border: 1px solid #cecece; }
.help { border-color: #E0C618; background: #EBE16F; }
.info { border-color: #92cae4; background: #d5edf8; }
.error { border-color: #fbc2c4; background: #fbe3e4; }
.success { border-color: #c6d880; background: #e6efc2; }

/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
    font-family: 'myriad_probold';
    src: url('library/fonts/myriadpro-bold-webfont.eot');
    src: url('library/fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('library/fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('library/fonts/myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_pro_condregular';
    src: url('library/fonts/myriadpro-cond-webfont.eot');
    src: url('library/fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('library/fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('library/fonts/myriadpro-cond-webfont.svg#myriad_pro_condregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_proregular';
    src: url('library/fonts/myriadpro-reg-webfont.eot');
    src: url('library/fonts/myriadpro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('library/fonts/myriadpro-reg-webfont.woff') format('woff'),
         url('library/fonts/myriadpro-reg-webfont.ttf') format('truetype'),
         url('library/fonts/myriadpro-reg-webfont.svg#myriad_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited { color: #2E2E2E; text-decoration: none;}
a:hover, a:focus { color: #2E2E2E;  text-decoration: underline; }
a:active {} /* on click */
a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Highlighted Text */
::selection {
	background: #6fc2f6;
	color:#fff;
	text-shadow : none;
}

/* Firefox */
::-moz-selection {
	background: #6fc2f6;
	color:#fff;
	text-shadow : none;
}

/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

.rtl {}
.home {} /* home page */
.blog {}
.archive {} /* archive page */
.date {} /* date archive page */
	.date-paged-1 {} /* replace the number to the corresponding page number */
.search {} /* search page */
	.search-results {} /* search result page */
	.search-no-results {} /* no results search page */
	.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
.error404 {} /* 404 page */
.single {} /* single post page */
	.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
.attachment {} /* attatchment page */
	.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	.attachment-mime-type {} /* style mime type pages */
.author {} /* author page */
	.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
.category {} /* category page */
	.category-1 {} /* individual category page (i.e. body.category-6) */
	.category-paged-1 {} /* replace the number to the corresponding page number */
.tag {} /* tag page */
	.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	.tag-paged-1 {} /* replace the number to the corresponding page number */
.page-template {} /* custom page template page */
	.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	.page-paged-1 {} /* replace the number to the corresponding page number */
	.page-parent {}
	.page-child {}
	.parent-pageid-1 {} /* replace the number to the corresponding page number */
.logged-in {} /* if user is logged in */
.paged {} /* paged items like search results or archives */
	.paged-1 {} /* individual paged (i.e. body.paged-3) */

/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-family: 'myriad_proregular'; font-weight: normal; color:#692f31; margin:0 0 10px 0; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a { text-decoration: none; }
h1, .h1 { font-size: 29px; line-height: 1.333em; }
h2, .h2 { font-size: 24px; line-height: 1.4em; margin-bottom:0;}
h3, .h3 { font-size: 22px; line-height: 22px; padding:0;}
h4, .h4 { font-size: 15px; }
h5, .h5 { font-size: 0.846em;line-height: 2.09em; text-transform: uppercase; letter-spacing: 2px; }

/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner] {}

blockquote
{
    border-left:5px solid #c7bbae;
    padding-left:10px;
}

#bannerContainer a {
    background:url('images/logo.png') no-repeat;
    width: 100% !important;
    height: 126px !important;
    text-indent:-9999px;
    margin:0;
    padding:0;
}

#motto_bg {
    background: url('images/motto_bg_slice.png') center repeat-x;
min-width: 1101px;
height: 73px;
margin-top: -5px;
z-index: 2000;
position: relative;
}
#motto {
background: url('images/motto_bg.png') center  no-repeat;
height: 73px !important;
position: relative;
min-width: 1101px;
margin: 0 auto;
margin-left: 15px;
}
#motto p{
width: 963px;
margin-left: auto;
margin-right: auto;
padding: 5px;
margin-top: 0px;
line-height: 16px;
height: 40px;
position: relative;
top: 9px;
font-size: 17px;
font-family: "myriad_proregular";
color: #FFFEFE;
text-shadow: 1px 1px 15px #000000;
        text-align: center;
        font-style:italic;
}
#motto .textwidget
{
    width: 963px;
margin-left: auto;
margin-right: auto;
padding: 0px;
margin-top: 0px;
line-height: 16px;
height: 46px;
position: relative;
top: 9px;
font-size: 17px;
font-family: "myriad_proregular";
color: #FFFEFE;
text-shadow: 1px 1px 15px #000000;
        filter: dropshadow(color=#000000, offx=1, offy=1);
        text-align: center;
        font-style:italic;
}

#bannerContainer img
{
    background:url('images/logo.png') no-repeat;
    width: 100% !important;
    height: 126px !important;
    text-indent:-9999px;
    margin:0;
    padding:0;
}


#hdrContact {
    margin:25px 15px 0px 0px;
    float:right;
}
#hdrContact a {
    background:url('images/hdrContact.png') no-repeat;
    width:413px;
    height:119px;
    display:block;
    text-indent:-9999px;
}
#banner { height:195px; }

#banner-inner {
    height:358px;
    border-top:1px solid #a1a1a1;
    border-bottom:1px solid #a1a1a1;
    padding:20px 10px;
}



#contentBorderTop {
background: url('images/top_3_small_banners.jpg') center top no-repeat;
width: 953px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-bottom: 5px;
padding-top: 10px;
margin-bottom: 7px;
border-bottom: 1px solid #B0BEB7;
display: none;
}


.home #contentBorderTop {display: block;}

#header_container
{
    /*background-image: url('images/head_pic.jpg');*/
    height: 388px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    min-width: 1101px;
    /*z-index:-9999;*/
}
#header_telephoneCont{
    height: 64px;
    width: 100%;
    background: url('images/header_telephone_bg.png');
}
#header_telephone{
    height: 64px;
    width: 1181px;
    background: url('images/header_telephone.png') no-repeat;
    margin: 0 auto;
}
.slideshow {
        position: relative;
        width: 100%;
        overflow: hidden;
}
    .slideshowCont {
        display: block;
        overflow: hidden;
        position: relative;
        display: block;
        margin: 0 auto;
        height: 287px !important;
        width: 1807px;
        left: 53%;
        margin-left: -953px;
    }
    .slideshow img.bgM {
/*        display:block;    overflow:hidden; height: 380px;
       width:100%;
       max-width: 1807px;
       margin: 0 auto;*/
/*    height:287px !important;
    width:1807px !important;
    overflow: hidden !important;*/
    }
/*    .shadesAndSlideshowCont {

        max-width: 1807px;
        margin: 0 auto;
    }
    .slideshowCont_absolute{
        position: absolute;

    }*/
/*    .shade_left {
        width: 448px;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(left,  rgba(243,243,243,1) 8%, rgba(243,243,243,0.95) 12%, rgba(243,243,243,0) 86%, rgba(243,243,243,0) 87%);  FF3.6+
        background: -webkit-gradient(linear, left top, right top, color-stop(8%,rgba(243,243,243,1)), color-stop(12%,rgba(243,243,243,0.95)), color-stop(86%,rgba(243,243,243,0)), color-stop(87%,rgba(243,243,243,0)));  Chrome,Safari4+
        background: -webkit-linear-gradient(left,  rgba(243,243,243,1) 8%,rgba(243,243,243,0.95) 12%,rgba(243,243,243,0) 86%,rgba(243,243,243,0) 87%);  Chrome10+,Safari5.1+
        background: -o-linear-gradient(left,  rgba(243,243,243,1) 8%,rgba(243,243,243,0.95) 12%,rgba(243,243,243,0) 86%,rgba(243,243,243,0) 87%);  Opera 11.10+
        background: -ms-linear-gradient(left,  rgba(243,243,243,1) 8%,rgba(243,243,243,0.95) 12%,rgba(243,243,243,0) 86%,rgba(243,243,243,0) 87%);  IE10+
        background: linear-gradient(to right,  rgba(243,243,243,1) 8%,rgba(243,243,243,0.95) 12%,rgba(243,243,243,0) 86%,rgba(243,243,243,0) 87%);  W3C
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00f3f3f3',GradientType=1 );  IE6-9
        z-index: 100;

                }
    .shade_right {
        width: 248px;
        height: 305px;
        position: relative;
        float: right;
        background: -moz-linear-gradient(left,  rgba(243,243,243,0) 11%, rgba(243,243,243,0.01) 12%, rgba(243,243,243,1) 81%, rgba(243,243,243,1) 94%);  FF3.6+
        background: -webkit-gradient(linear, left top, right top, color-stop(11%,rgba(243,243,243,0)), color-stop(12%,rgba(243,243,243,0.01)), color-stop(81%,rgba(243,243,243,1)), color-stop(94%,rgba(243,243,243,1)));  Chrome,Safari4+
        background: -webkit-linear-gradient(left,  rgba(243,243,243,0) 11%,rgba(243,243,243,0.01) 12%,rgba(243,243,243,1) 81%,rgba(243,243,243,1) 94%);  Chrome10+,Safari5.1+
        background: -o-linear-gradient(left,  rgba(243,243,243,0) 11%,rgba(243,243,243,0.01) 12%,rgba(243,243,243,1) 81%,rgba(243,243,243,1) 94%);  Opera 11.10+
        background: -ms-linear-gradient(left,  rgba(243,243,243,0) 11%,rgba(243,243,243,0.01) 12%,rgba(243,243,243,1) 81%,rgba(243,243,243,1) 94%);  IE10+
        background: linear-gradient(to right,  rgba(243,243,243,0) 11%,rgba(243,243,243,0.01) 12%,rgba(243,243,243,1) 81%,rgba(243,243,243,1) 94%);  W3C
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=1 );  IE6-9
        z-index: 101;
                }*/
/*    #header_container > div
     {
         overflow: hidden;
        position: relative;
        z-index: 10;
        background: url('images/header_borders_transp_slice.png') repeat-x;
        height: 389px;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        min-width: 1101px;
        z-index: 200;
    }
        #header_container > div > div
        {
            overflow: hidden;
            background: url('images/header_borders_transp_bk.png') no-repeat center;
            height: 389px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            min-width: 1101px;
        }*/

/*            #header_content {

                width: 1101px;
                margin: 0 auto;
            }*/
#header_NavCont{
    position: relative;
    margin-top: -5px;
    z-index: 1000;
    background: url('images/header_NavCont_bg_slice.png') bottom center;
    height: 42px;
}
#logo
{
position: absolute;
width: 100%;
right: 312px;
z-index: 201;
height: 212px;
}
#logo a
{
top: 64px;
position: relative;
}
/*
#leftsidefade {
position: relative;
background: url('images/left-top-fade.png') no-repeat center;
height: 290px;
width: 450px;
top: 61px;
}

#rightsidefade {
position: relative;
background: url('images/right-top-fade.png') no-repeat center;
height: 290px;
width: 551px;
bottom: 447px;
float: right;
}
*/
#btn1,#btn2,#btn3 {
margin-left: auto;
margin-right: auto;
width: 285px;
height: 84px;
display: inline;
margin-left: 28px;
}
/******************************************************************
Graphic Menu SYTLES (Moe) 30000
******************************************************************/
#g_menu{
position: relative;
bottom: 1px;
width: 967px;
margin: 0 auto;
}
.graphic{
    height: 43px;
}
.g_li{
    display: inline;
    float: left;
    position: relative;
    background-position:bottom center;
    background-repeat:no-repeat;
}
.g_button:hover {
    background-image:url('images/menu_imgs/menu_on_hover_arrow.png');
    background-position:bottom center;
    background-repeat:no-repeat;
    cursor: pointer;
}

#g_menu_01 {
    width: 99px;
    background-image:url('images/menu_imgs/home_inactive.jpg');
}

        .home #g_menu_01{
            background-image:url('images/menu_imgs/home_active.png');
        }


#g_menu_02 {
    width:164px;
    background-image:url('images/menu_imgs/overview_inactive.jpg');
}
       .page-firm-overview #g_menu_02 {
            background-image:url('images/menu_imgs/overview_active.png');
        }


#g_menu_03 {
    width:202px;
    background-image:url('images/menu_imgs/profile_inactive.jpg');
}
       .page-attorney-profiles #g_menu_03 {
            background-image:url('images/menu_imgs/profile_active.png');
        }

#g_menu_04 {
    width:210px;
    background-image:url('images/menu_imgs/testimonials_inactive.jpg');
}
       .page-client-testimonials #g_menu_04 {
            background-image:url('images/menu_imgs/testimonials_active.png');
        }

#g_menu_05 {
    width:146px;
    background-image:url('images/menu_imgs/resources_inactive.jpg');
}
      .page-resources  #g_menu_05 {
            background-image:url('images/menu_imgs/resources_active.png');
        }

#g_menu_06 {
    width:146px;
    background-image:url('images/menu_imgs/contact_inactive.jpg');
}
      .page-contact-us  #g_menu_06 {
            background-image:url('images/menu_imgs/contact_active.png');
        }


/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/


#ftrLogo{
display:none;
}

#sidebarHeader
{
    background-image:url('images/sidebar_widget_title_bg.png');
    width:298px;
    height:63px;
}
#sidebarHeader h1
{
    font-family:'myriad_proregular';
    color: black;
    font-size: 21px;
    padding: 25px 0 0 20px;
    margin:0;
    line-height: 12px;
}
#sidebarHeader p
{    font-family:'myriad_proregular';
    color:#7d7d7d;
    font-size:12px;
    padding: 10px 10px 10px 20px;
    margin:0;
}
#primary-widget-area
{
    position: relative;
    float:left;
}
#primary-inner
{
    width: 298px;
    height:100%;
    background-color: white;
}
#sideNav
{
    background-color: white;
    padding-bottom:10px;
}
#sideNav img
{
    float:right;
    z-index:999;
}
#sidenav ul
{
    padding:0;
    margin:0;
}

#sideNav li
{
    list-style-type: none;
    background:url('images/list-item.png') left center no-repeat;
    padding-left:20px;
    margin-left:20px;
    font-family:'myriad_proregular';
    color: #733417;
    font-size:12px;
}
#sideNav li a
{
    color:black;
}
#sideNav li a:hover
{
    text-decoration: none;
}
#sideNav p
{
}

#sideWrapper
{
    display: block;
    margin: 0 auto 0 auto;
    width: 298px;
}
#contactUs
{
    padding:5px 10px 5px 10px;
    background-color:#fdfdfd;
}
#contactUs input, #contactUs textarea
{
    font-family:'myriad_proregular';
    display:block;
    margin: 5px auto 5px auto;
    padding: 0 0 0 10px;
    border:none;
    color:#733417;
    background-color:#dfb771;
    font-size:12px;
    height:26px;
    width:250px;
}
#contactUs textarea
{
    height:97px;
    padding-top:5px;
}
::-webkit-input-placeholder  { color:#733417; }
input:-moz-placeholder { color:#733417; }

#videoCenter img
{
position: relative;
left: 10px;
margin: 0 auto;
float: left;
}

#submit
{
    width:269px !important;
    height:45px !important;
    background-color:#1b1b1b !important;
    padding:0 !important;
}

#sidebar1 {
position: relative;
float:left;
left: 8px;
background-color: #1b1b1b;
}
.sidebarLeft {
position: relative;
float:left;
left: 3px;
background-color: #1b1b1b;
}
#container {width:1102px}
#content {
padding: 0px;
background-color: white;
width: 1101px;
margin-left: auto;
margin-right: auto;
border: 1px solid #EBEBEB;
border-top: 0px;
-webkit-box-shadow: -1px -0px 31px -9px #B3B3B3;
box-shadow: -1px 7px 31px -9px #B3B3B3;
}

#main
{
    position: relative;
    float: left;
    margin: 0px;
    width: 635px;
    margin-left: 20px;
background-image: url('images/content_main_bg.png');
background-position: bottom center;
background-repeat: no-repeat;
background-color:white;
}

#bannerDividerHome {
display:none;
}
/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/

    nav[role=navigation] {
        clear:both;
        height:50px;
        margin-bottom:10px;
    }
#menu-millermenu{
margin-left: auto ;
  margin-right: auto ;
      width: 1045px;
    padding-bottom: 0;
    font-family: "DejaVu Serif";
}
        nav[role=navigation] .menu {

        }
            nav[role=navigation] .menu ul { }
                nav[role=navigation] .menu ul li.hasSubMenu { }
		nav[role=navigation] .menu ul li {
  			float:left;
                    border-right: 1px solid #594e46;
		}
                nav[role=navigation] .menu ul li.home {border-left: 1px solid #e1f1f7;}

                    nav[role=navigation] .menu ul li a {
                        color: white;
                        font-weight: normal;
                        padding: 12px 18px;
                        display: block;
                        text-decoration: none;
                        font-size: 14px;
                        line-height: 19px;
                    }
                    nav[role=navigation] .menu ul li a:hover { color:#fc812e; 	background:url('images/header_on_hover') no-repeat;
}
/*                        nav[role=navigation] .menu ul li a:hover span { background: url('images/li_bullet_tiangle_lilac_down.png') 50% 110% no-repeat; }*/

                    nav[role=navigation] .menu ul li.home a {
                        display:block;
                        width:50px;
                        text-indent: -9999px;
                    }
                    nav[role=navigation] .menu ul li.home a:hover, nav[role=navigation] .menu ul li.home.current-menu-item a {
                        display:block;
                        width:50px;
                    }

/*		nav[role=navigation] .menu ul li.current-menu-item a,
		nav[role=navigation] .menu ul li.current_page_item a {
			color:#fc812e;
		}		*/

		/* sub menus */
                nav[role=navigation] .menu ul li ul.sub-menu {

                }
                nav[role=navigation] .menu ul li ul.sub-menu,
                nav[role=navigation] .menu ul li ul.sub-menu li ul {
                    position: absolute;
                    left: -9999em;
                    z-index: 9999;
                    width: 200px;
                    margin-top: -10px;
		}
                nav[role=navigation] .menu ul li ul.sub-menu li ul {
                    margin-top: -30px;
                }
		nav[role="navigation"] .menu .sub-menu li {
background: url('images/sub_menu_bk_slice.png') repeat;
min-height: 34px;
		}

		nav[role="navigation"] .menu .sub-menu li a {
                    background: url('images/li_bullet_tiangle_blue.png') 18px 50% no-repeat;
                    padding: 6px 18px 4px 25px;
                    margin-left:10px;
                    color:white;
                    font-size: 13px;
		}
                nav[role="navigation"] .menu .sub-menu li a:hover {
                    background: url('images/sub_menu_arrow.png') no-repeat;
                    background-position: left !important;
                    padding: 6px 18px 4px 25px;
                    margin-left:10px;
                    text-align: left;
                    text-decoration: none;
                   font-size: 13px;

		}

			nav[role=navigation] .menu ul li ul li ul {
				margin-left: 200px;
				top: auto;
				margin-top: -42px;
			}
			nav[role=navigation] .menu ul li ul li:hover ul, nav[role=navigation] .menu ul li:hover ul {
				left: auto;
                    text-decoration: none;
			}
			nav[role=navigation] .menu ul li ul li a {
				width: 149px;
			}

			nav[role=navigation] .menu ul li ul li {}

                        nav[role=navigation] .menu ul li ul li:last-child a {}

                            nav[role=navigation] .menu ul li ul li ul.sub-menu {}
				nav[role=navigation] .menu ul li ul li ul.sub-menu li {
                                    background: url('images/sub_menu_bk_slice.png') repeat;
                                    min-height: 34px;
                                }
                                    nav[role=navigation] .menu ul li ul li ul.sub-menu li a {
                                        background: url('images/li_bullet_tiangle_lilac.png') 18px 50% no-repeat;
                                    }
                                    nav[role=navigation] .menu ul li ul li ul.sub-menu li a:hover {
                                        text-decoration: none;
                                    }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }

.navCont {}


/*#menu-millermenu
{
    width: 1045px;
    padding-bottom: 0;
    font-family: "DejaVu Serif";
}*/

nav[role=navigation] .menu ul li.hasSubMenu
{
    background: url('images/li_bullet_tiangle_lilac_down.png') 50% 88% no-repeat;
}
#menu-millermenu li a
{
    font-size: 11.3px;
    font-weight: bold !important;
}
#menu-millermenu li a:hover{
	color: white !important;
	background-position:center bottom;
}
.current_page_item a{
	font-weight:normal !important;
}

/* .post_content blockquote { font-style:italic; line-height:1.6em; margin: 1.5em 2.2em; } */
/* .post_content blockquote:before { font-family:Georgia, serif; content: "|"; font-size:2.75em; text-indent:-.8em; margin-top:.1em; float:left; opacity:.3; } */
/* this adds the quote before the blockquote */

#main h1 {
font-size: 27px ;
color: #464646 ;
line-height: 30px;
}
#main h2 {
font-size: 18px !important;
color: black !important;
}
#main h3 {
font-size: 18px !important;
color: black !important;
}
#main h4 {font-size:18px !important; color: #2E2E2E !important;}

blockquote {
border-left: 7px solid #C6B9AD;
width: 100%;
color: #2E2E2E;
width: 100%;
right: 50px;
position: relative;
padding-left: 10px;
background-color: #EBECEC;
}
blockquote:before {
color:#2E2E2E;
}

body, button, input, select, textarea {
}

blockquote p {
display: inline;
font-size: 18px !important;
font-family: 'myriad_proregular', serif !important;
color: black !important;
line-height: 24px;
}


#socialMedia {
    margin:45px 0 0 10px;
    width:80px;
    height:80px;
    float:left;
}
    #facebook, #twitter, #linkedin, #googleplus {
    margin:0px;
    float:left;
}
    #facebook a, #twitter a, #linkedin a, #googleplus a {
        width:35px;
        height:35px;
        display:block;
        text-indent:-9999px;
    }
    #googleplus a { background: url('images/icon-googlePlus.png') no-repeat; }
    #facebook a { background: url('images/icon-facebook.png') no-repeat; }
    #twitter a { background: url('images/icon-twitter.png') no-repeat; }
    #linkedin a {background: url('images/icon-linkedin.png') no-repeat; }

#socialMedia li.facebook {
    float:left;
    padding-left:18px;
    margin-top:25px;
    background: url('images/icon-facebook.png') no-repeat;
}

#socialMedia li.twitter {
    float:left;
    padding-left:42px;
    margin-top:25px;
    background: url('images/icon-twitter.png') no-repeat;
}


#ctas {
    margin-top:15px;
}

#ctas p.title{
    font-size:22px;
    color:#a1a1a1;
    padding:0px;
    margin:0px 0px 15px 0px;
}

#ctas grid_6 .inner {
    padding:0px 10px 0px 10px;
}

#blog p.title {
    margin-left:10px;
    padding-left:25px;
    background: url('images/icon-latest-blog.png') no-repeat;
}

#blog .inner {
    margin-left:10px;
}

#blog .inner strong.title {
    background:none;
}

#blog .inner strong a {
    color:#a1a1a1;
    font-size:18px;
}

#photo p.title, #ctas #video p.title {
    margin-left:10px;
    padding-left:40px;
}

#photo p.title {
    background: url('images/icon-latest-photo.png') no-repeat;
}

#video p.title {
     background: url('images/icon-latest-video.png') no-repeat;
}

#video .inner, #photo .inner {
    border-left:1px solid #a1a1a1;
}


/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

.testimonial {
    background: url('images/sidebarTestimonial.png') no-repeat;
    width:220px;
    height:108px;
    display:block;
    margin: 17px 0 0 0;
    list-style: none;
    list-style-image: none;
    clear:both;
    list-style-type:none;
}

    #foxNews {
        background: url('images/foxNews.png') no-repeat;
        height:61px;
        width:215px;
    }
    #contactFormHdr {
        background: url('images/contactFormHdr.png') no-repeat;
        height:37px;
        width:221px;
    }
    .sidebarTitleCont span
    {
    }
    .sidebarTitleCont
    {
        background-image: url('images/sidebar_widget_title_bg.png');
        background-repeat: no-repeat;
        width: 298px;
        height: 35px;

        padding:25px 0 0 20px;
        margin-top: 30px !important;
        font-family: 'myriad_proregular';
        color: black;
        font-size: 21px;
        margin: 0;
        line-height: 12px;
    }

    #def
    {
        padding:8px 0 8px 0;
    }


    .inner strong.title {
        font-size:18px;
    }

    #mainGradient
    {
        width:100%;
        height:100%;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(237,224,206,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(237,224,206,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,224,206,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,224,206,0.5) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,224,206,0.5) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(237,224,206,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }
    #mainInner
    {
        margin:0 5px;
        border:0px solid #bdbba6;
        padding:20px;
    }

    header a
    {
        font-size: 18px !important;
        color: black !important;
    }
    header p a
    {
        font-size: 12px !important;
    }

    #posts_index {
        position:relative;
        float:left;
        height: 100%;
        background-color: #f3f3e3;
        margin: 0px;
        width:700px;
        margin: 0 20px 0 10px;
    }

    #posts_indexInner {
        margin:7px 5px;
        border:1px solid #bdbba6;
        padding:20px;
    }

		.hentry { padding-top: 10px !important; }

		.single-title, .page-title { margin: 0 0 0.375em;}
		.single-title {}
		.page-title {
		    font-size:29px;
		    text-transform:none;
		color:#a97319 !important;
		}
		.archive_title { margin:0; }

		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */

		/* post meta */
		.meta { font-size:0.9em; letter-spacing:0.05em; line-height:1.75em; color: #999; margin: 0.875em 0; }
			.meta time {}

		/* post content */
		.post_content { margin-bottom: 0px;}

			.post_content p { margin: 0 0 2em 0; font-size:12px; color:#6f6f6f;}
			.post_content h2 {}
			.post_content ul, .post_content ol, .post_content table, .post_content dl { margin: 1.5em 0; }
			.post_content ul, .post_content ol { list-style-position:outside; line-height:1.5; margin-left: 2.2em; margin-right: 2.2em; }
			.post_content li { color: #6F6F6F !important; }
			.post_content ul li { }
			.post_content ol li { list-style-type: decimal; }



			.post_content table {
				border-bottom: 1px solid #ddd;
				margin: 0 0 1.625em;
				width: 100%;
			}
			.post_content th {
				color: #666;
				font-size: 10px;
				font-weight: 500;
				letter-spacing: 0.1em;
				line-height: 2.6em;
				text-transform: uppercase;
			}
			.post_content td {
				border-top: 1px solid #ddd;
				padding: 6px 10px 6px 0;
			}


			.post_content dl { margin:1.75em 0 1.75em; }
			.post_content dt { margin-top: 1.25em; font-weight:700; }
			.post_content dd { font-style: italic; margin-top:0.5em; line-height:1.6em; }

			.post_content img { margin: 0 0 1.5em 0; max-width: 100%; }
			.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
			.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
			.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }

			.post_content video { margin: 1.5em 0; max-width: 100%; display: block; }
			.post_content object { display: block; margin: 1.5em 0; max-width: 100%; }
			.post_content pre  { font-size: 0.9em; line-height: 1.7em; padding: 1em; background-color: #e5e5e5; border: 2px solid #cecece; }
			.post_content code { font-size: 0.9em; line-height: 1.7em; }

			.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
			.wp-caption img { border: 0 none; padding: 0; margin: 0; }
			.wp-caption .wp-caption-text { font-size:0.8em; font-style:italic; margin:.6em 0 -.2em; }

			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}

			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}

		.hentry footer { clear: both; margin: 1.5em 0 0; padding-bottom: 2.2em; }

                #mainContentMenuHdr {
                    background: url('images/mainContentDivider.png') no-repeat;
                    width: 580px;
                    margin: 20px auto 0 auto;
                }
                #mainContentMenuHdr h1 { font-family:"Times New Roman",Georgia,Serif; padding: 30px 0 0 0; font-size: 24px; }

                .mainContentMenu { height: 90px; width: 620px; float:right; margin: 0; }
		.mainContentMenu ul { margin-top: 0; width:620px; }
			.mainContentMenu ul li {
                            list-style-type: none;
                            background: url('images/li_bullet_triangle.png') left 50% no-repeat;
                            font-size: 15px;
                            float:left;
                            margin:0 0 0 10px;
                            padding:0;
                            padding-left: 25px;
                            width: 165px;
                            white-space:nowrap;
                        }
                        .mainContentMenu ul li a { margin-right: 10px; text-decoration: none; color: #ca7923; }
			.mainContentMenu ul li:last-child a { margin-right: 0; }
			.mainContentMenu ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a { text-decoration: underline; }
			.mainContentMenu ul li ul.sub-menu { display: none; } /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */

                        .mainAddressCont {position:relative; width:100%; height:100%;}
                        #mainAddress {
                            background: url('images/mainAddress.png') no-repeat;
                            height:70px;
                            width:441px;
                            margin: 0 auto 0px auto;
                        }
/******************************************************************
EVENT CALENDAR
******************************************************************/

.post_content dt.event-label ,.post_content dd.event-meta {
    margin-top:0px;
}

/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

/* page navigation */
.page-navigation, .wp-prev-next { margin: 1.1em 0 2.2em; }
	.bones_page_navi, .wp-prev-next ul { }
		.bones_page_navi li { float: left; margin-left: 10px; }
			.bones_page_navi li a { padding: 3px 6px; display: block; text-decoration: none; position: relative; }
				.bones_page_navi li a:hover { color: #145278; text-decoration: underline; }
		.bones_page_navi li.bpn-current { padding: 3px 6px; border-bottom: 2px solid #145278; position: relative; } /* current page link */
				.bones_page_navi li.bpn-current:hover {}
		.bones_page_navi li.bpn-prev-link { font-weight: 700; } /* previous link */
			.bones_page_navi li.bpn-prev-link a { padding: 0; }
				.bones_page_navi li.bpn-prev-link a:hover { background: none; }
		.bones_page_navi li.bpn-next-link { font-weight: 700; } /* next page link */
			.bones_page_navi li.bpn-next-link a { padding: 0; }
				.bones_page_navi li.bpn-next-link a:hover { background: none; }
		.bones_page_navi li.bpn-last-page-link {} /* last page link */
			.bones_page_navi li.bpn-last-page-link a {}
				.bones_page_navi li.bpn-last-page-link a:hover { background: none; }
		.bones_page_navi li.bpn-first-page-link {} /* first page link */
			.bones_page_navi li.bpn-first-page-link a {}
				.bones_page_navi li.bpn-first-page-link a:hover { background: none; }

	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link { float: left; }
			.wp-prev-next .next-link { float: right; }


/******************************************************************
COMMENT STYLES
******************************************************************/

#comments { margin: 0 20px 0.75em; }/* h3 comment title */
	#comments span { font-weight: 700; color: #1a90db; } /* number of comments span */

.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}

.commentlist { margin: 0 20px; }
	.commentlist li { position: relative; clear: both; list-style-type: none; margin-bottom: 1.5em; padding: 0.7335em 10px; }
		.commentlist li[class*=depth-] { padding-left: 20px; margin-top: 1.1em; }
			.commentlist li.depth-1 { margin-left: 0; margin-top: 0; }
				.commentlist li:not(.depth-1) { margin-right: -10px; margin-top: 0; padding-bottom: 0; }
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
			.commentlist li:last-child { margin-bottom: 0; }
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd { background: #eee; }
			.commentlist .even { background: #fefefe; }
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children { border-left: 2px solid #6ac8d3; }
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}

			.commentlist .vcard { margin-left: 55px; }
				.commentlist .vcard cite.fn { font-weight: 700; font-style: normal; }
				.commentlist .vcard time { float: right; }
					.commentlist .vcard time a { color: #999; text-decoration: none; }
						.commentlist .vcard time a:hover { text-decoration: underline; }
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar { position: absolute; left: 20px; padding: 2px; border: 1px solid #cecece; background: #fff; }
					.commentlist .vcard cite.fn a.url {}
				.commentlist .comment-meta {}
					.commentlist .comment-meta a {}
				.commentlist .commentmetadata {}
					.commentlist .commentmetadata a {}
			.commentlist li .comment_content { margin-left: 55px; }
				.commentlist li .comment_content p { margin: 0.7335em 0 1.5em; font-size: 1em; line-height: 1.5em; }
				.commentlist li ul { margin: 0; }
				.commentlist .comment-reply-link { text-decoration: none; float: right;  background: #4598bb; padding: 3px 5px; color: #fff; opacity: 0.65; margin-bottom: 10px; font-weight: 700; font-size: 0.9em; }
					.commentlist a.comment-reply-link:hover { opacity: 1; }


/******************************************************************
COMMENT FORM STYLES
******************************************************************/

.respond-form { margin: 1.5em 20px; padding-bottom: 2.2em; }
	#comment-form-title { margin: 0 0 1.1em; }

	#cancel-comment-reply {}
			#cancel-comment-reply a {}

	.respond-form form[method=post] { margin: 0.75em 0; }

		.comments-logged-in-as {}

		.respond-form form[method=post] li { list-style-type: none; clear: both; margin-bottom: 0.7335em; }
			.respond-form form[method=post] li label, .respond-form form[method=post] li small { display: none; }
			.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url], .respond-form textarea { padding: 3px 6px; background: #efefef; border: 2px solid #cecece; line-height: 1.5em; }
			.respond-form input[type=text]:focus, .respond-form input[type=email]:focus, .respond-form input[type=url]:focus, .respond-form textarea:focus { background: #fff; }
			.respond-form input[type=text], .respond-form input[type=email], .respond-form input[type=url] { max-width: 400px; min-width: 250px; }

			#allowed_tags { margin: 1.5em 10px 0.7335em 0; }
			.respond-form textarea { resize: none; width: 97.3%; height: 150px; }


	/* form validation */
	.respond-form input:invalid, .respond-form textarea:invalid { border-color: #fbc2c4; background: #fbe3e4; outline: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #f6e7eb; }

	/* no comments */
	.nocomments { margin: 0 20px 1.1em; }


                .widget {}
                .widget ul
                {
                    margin-bottom:10px;
                    margin-top:10px;
                }
		.widget li
                {
                    list-style-type: none;
                    background: url('images/list-item.png') left center no-repeat;
                    padding-left: 20px;
                    margin-left: 20px;
                    font-family: 'myriad_proregular';
                    font-size: 12px;
                }
                .widget li a
                {
                    color: black !important;
                }
		.widget li ul { margin-top: 0.75em; padding-left: 1em; }

		.widgettitle { border-bottom: 2px solid #444; margin-bottom: 0.75em; }

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}

	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}

	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}

	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}

	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {}
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}

	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}

	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}

	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {}
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}

	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}

	/* search widget */
        #searchform label
        {
            display:none;
        }

        #searchform input
        {
            font-family: 'myriad_proregular';
            display: block;
            margin: 0px auto 5px auto;
            padding: 0 0 0 10px;
            border: none;
            color: #733417;
            background-color: #DFB771;
            font-size: 12px;
            height: 26px;
            width: 250px;
        }
        #searchsubmit
        {
        color: white !important;
        border: 2px solid background: rgb(119,119,119) !important;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        height: 30px !important;
        width: 70px !important;
        padding: 0 !important;
        margin: 5px 20px 0 20px !important;
        font-size: 16px !important;
background: rgb(119,119,119); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(119,119,119,1) 0%, rgba(61,62,63,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(61,62,63,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(119,119,119,1) 0%,rgba(61,62,63,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(119,119,119,1) 0%,rgba(61,62,63,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(119,119,119,1) 0%,rgba(61,62,63,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(119,119,119,1) 0%,rgba(61,62,63,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#3d3e3f',GradientType=1 ); /* IE6-9 */

        }
	.widget_search { padding-top:10px;}
	.screen-reader-text {}

	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
    .videoCont
    {
        width: 220px;
        height: 120px;
        display: block;
        margin: 0 0 5px 10px;
    }
    .videoCont a {
        display:block;
        text-indent:-9999px;
    }
    #video1 {width:220px;height:182px; background:url('images/video1.jpg') no-repeat;}
    #video2 {width:220px;height:176px; background:url('images/video2.jpg') no-repeat;}

        .videoContainer img
        {
            margin-top: 10px;
            display:block;
        }
        #sidebar1, .sidebarLeft {
        background-color:#1a1a1a;
        width:228px !important;
        margin-right:7px !important;
        margin-left:6px !important;
        border-right:1px solid #dabc2d !important;
        border-left:1px solid #dabc2d !important;

        background-image: linear-gradient(bottom, rgb(10,10,10) 22%, rgb(27,27,27) 88%);
        background-image: -o-linear-gradient(bottom, rgb(10,10,10) 22%, rgb(27,27,27) 88%);
        background-image: -moz-linear-gradient(bottom, rgb(10,10,10) 22%, rgb(27,27,27) 88%);
        background-image: -webkit-linear-gradient(bottom, rgb(10,10,10) 22%, rgb(27,27,27) 88%);
        background-image: -ms-linear-gradient(bottom, rgb(10,10,10) 22%, rgb(27,27,27) 88%);

        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.22, rgb(10,10,10)),
                color-stop(0.88, rgb(27,27,27))
        );

        }
        .sidebarLeft ul {
            padding: 0;
        }
        .sidebarLeft li {
            padding: 0 0 10px 55px;
            margin: 10px 0 10px 15px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            color: white;
            list-style: none;
            width: 150px;
            font-size: 14px;
            line-height: 15px;
        }
        .sidebarLeft li a
        {
            color:white; text-decoration: none; background: url('images/icons/learn_more.png') left bottom no-repeat; padding-bottom: 10%; display: block;
        }
        .sidebarLeft li a:hover { text-decoration: none; }

        .one
        {
            background:url('images/icons/dwi_defense1.png') left top no-repeat;
        }
        .two
        {
            background:url('images/icons/dwi_info_center1.png') left top no-repeat;
        }
        .three
        {
            background:url('images/icons/traffic_violations1.png') left top no-repeat;
        }
        .four
        {
            background:url('images/icons/traffic_violations_info_c1.png') left top no-repeat;
        }

        .sidebarLeft img
        {
            display:block;
            margin-left: auto;
            margin-right:auto;
            margin-top:15px;
        }

        .sidebarMenu {
            padding:0px;
            width:100%;
            margin:12px auto;
        }

        .sidebarMenu ul {
            list-style-type: none;
            padding: 0;
            margin: 35px auto;
        }
        .sidebarMenu ul li {
            background-image: url('images/li_bullet_arrow.png');
            background-repeat: no-repeat;
            background-position: 1em;
            padding: 4px 0 5px 50px;
            background-color: #500912;
            color:#fff;
            width:213px;
            margin:1px auto 2px auto;
            font-size: 0.8em;
        }
        .sidebarMenu li a { color:#fff; text-decoration: none; }
        .sidebarMenu li a:hover { text-decoration: none; cursor: default; }


        .formCont{ text-align: center; margin:0px auto; padding:0; }
        .formCont input, .formCont textarea {
            background-color: #D4CC9F;
            margin:5px auto 5px auto;
            padding:2px 15px 2px 15px;
            display:block;
            width: 180px;
            height:20px;
            border: none;
            background-color: #353535;
            color:#b6b6b6;
            font-size: 11px;
        }
        .formCont textarea
        {
            height: 80px;
            padding-top: 4px;
        }
        .tell
        {
            color:#cc0303;
            display:block;
            margin:5px auto 10px auto;
            text-align: center;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
        }

        .sidebarDivider { background: url('images/sidebarDivider.jpg') no-repeat top left; width:315px;  margin:15px 0 0 0; padding:26px 0 0 0; }

/******************************************************************
FOOTER STYLES
******************************************************************/

.clearfooter{height: 395px; clear: both;}

footer[role=contentinfo] {
    padding: 0;
    margin:-4px auto;
}


#footer-bottom {
    background: url('images/ftrBottomBg.jpg') no-repeat;
    height: 95px;
}

	/* footer menu */
	footer[role=contentinfo] nav { float: left; margin: 1em 0; }

        .ftrCont1 { float: left; text-align: left; margin: 0 0 0 35px; width:720px;}
        .ftrCont1 .ftrCopy { font-family: Arial, Helvetica, sans-serif; font-size:10px; color:#fff; }
        .ftrCont1 .attribution { color: #d4cc9f; font-size: 12px; padding: 0; margin:0; }
/*	.ftrCont1 .ftrWeblinks {color: #a4cdd7; font-size: 12px;}
        .ftrCont1 .ftrWeblinks a { color: #a4cdd7;}
        .ftrCont1 .ftrWeblinks a:hover {text-decoration: underline; }*/

        /* footer menu */
	footer[role=contentinfo] nav { float: left; margin: 1em 0; }
        #navCont { height: 90px; width: 350px; float:left; margin: 5px 0px 0 40px; }
	.footer-links {}
		.footer-links ul { margin-top: 0; width:350px; }
			.footer-links ul li {
                            list-style-type: none;
                            background: url('images/li_bullet_triangle_gold.png') left 50% no-repeat;
                            font-family: 'DejaVuSerifCondensedBook';
                            text-transform: uppercase;
                            font-size:12px;
                            float:left;
                            margin:0px;
                            padding:0;
                            padding-left: 15px;
                            width: 135px;
                            white-space:nowrap;
                        }
				.footer-links ul li a { margin-right: 10px; text-decoration: none; color: #fff; }
					.footer-links ul li:last-child a { margin-right: 0; }
			.footer-links ul li a:hover { color: #fff; text-decoration: underline; }
			.footer-links ul li ul.sub-menu { display: none; } /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */

	.attribution { margin: 148px 35px 0 0; color: #363636; font-size: 10px; }



#site_footer {
background-image: url('images/foot_pic.jpg') !important;
background-repeat: no-repeat;
background-position: bottom;
text-align: center;
clear: both;
height: 337px;
position: relative;
z-index: 0;
width: 100%;


}
#site_footer_div {
background-image: url('images/footer_bg.jpg') !important;
background-repeat: no-repeat;
background-position: center;
text-align: left;
width: 1107px !important;
position: relative;
bottom: 6px;
height: 344px;
margin-left: auto;
margin-right: auto;
}
/* #ftr_leftsidefade, #ftr_leftrightfade {
margin-left: auto;
margin-right: auto;
width: 285px;
height: 344px;
display: inline;
margin-left: 28px;
}*/
#site_footer_div a {}
#site_footer #footer_logo {position: relative;
left: 129px;
top: 35px;}
#footerlinks, #footerlinks a, #footerlinks p{
   color: #fefefe;
   text-decoration: none;
   display: inline;
    margin-left:5px;
    margin-right:5px;

}
#footerlinks {
text-align: center;
font-size: 11px;
position: absolute;
left: 450px;
top: 40px;
margin: 0 auto;
}

#minneapolis_office{
right: 435px;
}
#woodbury_office{
right: 253px;
}
#bloomington_office{
right: 90px;
}
.office {
height: 110px;
width: 115px;
position: absolute;
top: 155px;

}
.office_text {
color: #F9EEE9;
font-family: "myriad_proregular";
font-size: 11px;
font-style: normal;
}
.office_title, .office_list {
padding-top: 2px !important;
margin: 0px;
}
.office_title {
        font-weight: bold;
        padding: 0px;
        margin: 0px;

}
#ftr_menu {
list-style: none;
right: 600px;
padding: 0px;
margin: 0px;
}
#ftr_menu a {color: #F9EEE9;}
#ftr_menu li {list-style:none;}
#ftr_menu li a {}
#ftr_menu li ul {}
#ftr_menu li ul li {}
#ftr_menu li ul li a{}

#find_us
{
    display: block;
    width: 183px;
    margin: 65px 0 0 135px;
    height: 51px;
    padding: 10px 10px 10px 65px;
    background: url('images/find_us.png') no-repeat;
}
#twitter,
#facebook,
#google
{
    display:inline;
    float:left;
    margin: 0 auto 0 auto;
}

#introPic
{
    display: block;
    margin: 0 auto 10px auto;
}

#twitter {}
#facebook {}
#google {}
#copyright {
margin: 0 auto;
position: absolute;
bottom: 10px;
width: 880px;
text-align: center;
color: #CDC3BF;
font-family: "myriad_proregular";
font-size: 10px;
left: 120px;
}
/*#site_footer img{
position: relative;

top:0px;
}*/

/******************************************************************
MEDIA QUERIES & DEVICE STYLES
To use a responsive design, it's reccomended to use the responsive version of Bones. You can find it on github: https://github.com/eddiemachado/bones-responsive
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (min-width: 768px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }

To target the .post_content area in older IE use:
html.oldie .post_content { ... }

Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/