blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:70%;color:#666;font-family:Arial, sans-serif;background: #ccc; width: 1000px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#333366;}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;padding-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p{font-size: 1.2em;}
p {padding:1em 0 1em 0 ; margin: 0;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {text-decoration: underline;}
a {color:#333366;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* STRUCTURE */

.floatleft {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
}

.floatright {
	float: right;
	padding: 0 0 10px 10px;
	margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {background: #ccc; width: 1000px; padding: 0; margin: 0 auto;}

#header { 
	background: #fff url('images/curvesBottom.gif') bottom no-repeat; 
	padding: 30px;
} 

#header #logo { 
	background: url('images/logo.gif') no-repeat ; 
	display: block; 
	width: 175px; 
	height: 73px; 
	text-indent: -5000px; 
	float: left;
	padding-bottom: 20px;
}

#header #metgl { 
	background: url('images/metGrandLodge.gif') no-repeat ; 
	display: block; 
	width: 33px; 
	height: 36px; 
	text-indent: -5000px;  
	float: right;
} 

#header #topNav {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 10px;
}

#header #topNav  ul {
	padding: 0;
	margin: 0;
}

#header #topNav  ul  li {
	list-style: none;
	float: left;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}

#header #topNav  ul  li  a {
	display: block;
	padding: 0 20px 0 0;
	margin: 0;
}

#header #topNav  ul  li  a:hover {
	text-decoration: none;
	color: #666;
}

#header #topNav li.signup {
	float: right;
}
#header #topNav li.signup form {
	padding: 0;
	margin: 0;
}

#header #topNav li.signup fieldset {
	border: none;
	margin: 0;
	padding: 0;
}


#header #topNav li  input  {
	position: relative;
	top: -5px;
	
}

#header #topNav li  input#email {
	top: -15px;
}

#middle {
	background: url('images/curvesTop.gif') top no-repeat #fff;
	margin-top: 20px;
	padding: 30px;
}

#middle #main {
	width: 685px;
	float: left;
}

#middle1 #main1 {
	width: 1000px;
	float: left;
}

#right  {
	padding: 60px 0 0 740px;
}

#right  h3 {
	font-size: 2em;
	padding: 10px 0;
	margin: 0;
}

#right dl {

}

#right dt {
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin: 10px 0;
}

#right dd {
	padding: 0;
	margin: 0;
}


a.viewMore  {
	width: 11px;
	height: 7px;
	text-indent: -5000px;
	display: block;
	background: url('images/redArrow.jpg');
	float: right;
}

a.readMore {
	background: url('images/redArrow.jpg')  left 6px no-repeat;
	display: block;
	padding-left: 15px;	
}

#right dd a.viewMore {
	margin-top: 5px;
}

.col2 {
	border-bottom: 1px dotted #ccc;
}

.col2.first {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;

}

.colLeft {
	float: left;
	width: 320px;
}

.colRight {
	width: 320px;
	float: right;
}

.homepage h2 {
	margin: 15px 0;
	padding: 0;
}

#footer {
	background: url('images/curvesBottom.gif') top no-repeat; 
	padding: 15px 30px;
}

#footer  p {
	padding: 0;
	margin: 0;
	float: right;
}

/*FIle ICONS*/

h2.date {
    width: 400px;
    float: left;
    
}

h2.dateMed {
    width: 500px;
    float: left;
    
}

h2.dateLong {
    width: 700px;
    float: left;
    
}

a.floatRight.right {
    float: right;
}

a.file {
    font-size: 1.2em;
    background-repeat:no-repeat;
    display: block;
    padding-top: 22px;
    padding-bottom:0;
    height: 38px;
}

a.file.pdf {
    background-image: url("images/fileicons/pdf.jpg");
}

a.file.word {
    background-image: url("images/fileicons/word.jpg");
}

a.file.word.right, a.file.pdf.right {
    background-position: right center;
    padding-right:55px;
    padding-left: 0;
}

a.left {
    background-position: left center;
    padding-right:0;
    padding-left: 55px;
}

.noIndent {
    padding-left: 0;
    margin-left: 15px;
}
