/*FIX FOR SAFARI 6 AND IE9 SUB-PIXEL RENDERING RECURSION WITH EQUAL HEIGHTS COLUMN SCRIPT*/
body {overflow-y: scroll;}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #F1F3F3;
	margin: 20px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

#layout {
	margin: 0px auto;
	width: 1000px;
	max-width: 1000px;
}

img.scaled {
	height: auto;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	/* [disabled]box-shadow: 5px 5px 20px #999; */
	
	
}


img.mousy {
	height: auto;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	/* [disabled]box-shadow: 5px 5px 20px #999; */
	-webkit-filter: blur(100%) grayscale(01%);
	filter: alpha(opacity=100);
	
}

img.mousy:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	filter: blur (2px);
  -webkit-filter: blur(2px) grayscale(100%);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}



img.scaled-plain {
	height: auto;
	width: 100%;
}
img.scaled-max {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 3px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px #999;
}
img.scaled-max-plain {
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0px auto;
	display: block;
}
#masthead {
	margin: 0px auto;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal !important;
	font-style: normal !important;
	line-height: normal;
	margin: 0px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.75em;
	margin-top: 20px;
}
h3 {
	font-size: 1.5em;
	margin-top: 20px;
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	background-image: url(../images/spacer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h4 {
	font-size: 1.2em;
	margin-top: 3px;
	font-weight: bolder;
	background-image: url(../images/thinline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.header  {
	margin: 0px !important;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}

#masthead h1 {
	font-size: 3em;
	margin: 0px;
}
#masthead .subhead {
	font-size: .7em;
	margin: -.5em 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}
.navigation {
	/* [disabled]background-position: 0px -60px; */
	text-align: center;
	margin-bottom: 20px;
	/* [disabled]box-shadow: 0px 4px 9px 0px rgba(153,153,153,1); */
}
.nav{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav li{
	display: inline;
}
.nav a{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
}
.main-content {
	line-height: 1.5em;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
}
.main-content .content {
	padding: 20px 24px;
	font-size: 0.9em;
}
.sidebar .content {
	padding: 20px 20px;
	font-size: 0.85em;
	background-color: #7A96AD;
	box-shadow: inset 0px 0px 30px #536F86;
}

.footer {
	height: 30px;
	text-align: center;
	color: rgba(102,102,102,1);
	margin-top: 20px;
	font-size: 12px;
	
}
/*Interior 3-Column Structure*/
.inner-columns-wrapper {
	overflow: hidden;
}
.three-column-column1 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column2 {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.three-column-column3 {
	width: 32%;
	float: left;
}

.three-column-column4 {
	width: 49%;
	margin-right: 2%;
	float: left;
}


.three-column-column5 {
	width: 49%;
	float: left;
}

.three-column-column6 {
	width: 65%;
	margin-right: 2%;
	float: left;
}


.three-column-column7 {
	width: 30%;
	float: left;
	
}

.three-column-column8 {
	width: 100%;
	float: left;
	
}

.three-column-content {
	padding: 10px;
	border: 1px solid #CCC;
	/* [disabled]border-radius: 5px; */
	font-size: 1em;
	background-color: #FAFAFA;
	/* [disabled]box-shadow: inset 0px 0px 30px #CCC; */
	/* [disabled]background-image: url(../images/xbg.jpg); */
	background-position: center;
}
.three-column-column7 .three-column-content {
	/* [disabled]background-color: #AAA; */
	/* [disabled]box-shadow: inset 0px 0px 30px #ccc; */
	/* [disabled]background-image: url(../images/xbg.jpg); */
	background-position: center bottom;
}

.boxy {
	/* [disabled]background-color: #3399FF; */
	width: 23%;
	/* [disabled]margin-right: 1%; */
	float: left;
	/* [disabled]margin-left: 1px; */
	margin: 0 auto;
	padding: 1%;
	
}

.pictures {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	
}

/*link styles*/
a, a:visited {
	color: #039;
	text-decoration: none;
}
a:hover, a:focus {
	color: #999;
	text-decoration: overline;
}

.smaller {
	font-size: 10px;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 16px;
	background-color: #fafafa;
	margin: 0.5em 0;
	padding: 0.5em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	/* [disabled]border-radius: 5px; */
	border: 1px solid #FFF;
	box-sizing: border-box;
	/* [disabled]box-shadow: 5px 5px 20px #999; */
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}
