@media only screen and (max-width: 767px){
#common-content {
color:#000000 !important;
}

#header{
min-height:100% !important;
}

}

@media only screen and (max-width: 1000px){


#common-content table tr th p {
        word-wrap: break-word !important;
}

}

/*
CSS for General hedgeapple_responsive 
style path: 
hedgeapple_responsive/styles.css
*/

/* GENERAL */
html,body {
    	width:  100%;
    	*height: auto;
    	*width: auto;
    	margin: 0px;
    	padding: 0px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

.map{
height:360px;
}

#bodyContent{
background:#ffffff;
}

body { 
	font-size:16px;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;


}

/* Frame */

.row .row {
margin: 0px;
}

.column, .columns {
padding-left: 0;
padding-right: 0;
}

.large-6 div{
padding:10px;
}

li{
padding-bottom:7px;
}

#siteFooter{
padding-top:30px;
}

#siteTitle table tr th, #siteTitle table tr td {
        padding: 0.5625em 0.625em 0;
}

table {

    margin-bottom: 0;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.313em;
}
 
#breadCrumbs{
	border-bottom: 0 solid gray;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
}

#multigadgetPageType, #newsPageType, #surveyPageType{
padding-top:15px;
}

#footer {
	min-height: 186px;
	padding-top: 27px;
	padding-left: 20px;
	padding-right: 20px;
}

#rightSide {
	padding-right:15px;
}

.sidebar {
	padding-left: 0;
	padding-right: 24px;
}

.large-3 {
    position: relative;
    width: 26%;
}

.large-9 {
    position: relative;
    width: 73%;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
line-height:normal;
 padding-bottom: 10px;
}

p{
line-height:normal;
margin-bottom:10px;
}




/* if this causes issues in other pagetypes, it  may need to be more specific */
/* table { table-layout:fixed; }  */

#content table, #content3 table, #allContent table { table-layout:fixed; }
#superFormDiv table{ table-layout: fixed; }


.pageFooter img{
	max-width:none !important;
}

.lt-ie9 .row .row { *margin: 0 -0px; 
}
/* 
#cssmenu *{
	*z-index:1000 !important;
	*position: relative;

}
#rightSide *{
	*z-index:10;
	*position: relative;
} */







