/*
New York Military Parents Auxiliary
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #8F8C5C;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #2E0000;
	outline: none;
	}
a:visited {
	color:  #000514;
	}
a:active {
	color:  #000514;
}

a:hover {
	color: #1A2A34;
	text-decoration: underline;
}
	
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px; 
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. */

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #000514;
	text-transform: uppercase;
	}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #2E0000;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #8F8C5C;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
	
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	color: #fff;
	text-align: right;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 80px;
	margin: 20px 0px 0px 0px;
	background: url(imgs/header_banner.jpg) no-repeat left #2e0000;
	vertical-align: text-bottom;
}
#navigation {
	float: left;
	width: 900px;
	color: #ffffff;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #1A2A34;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 650px;
 width: 900px;
 display: inline;
 overflow: scroll;
}

#footer { 
 width: 900px;
 clear: both;
 color: #ffffff;
 border: 1px solid #ccc;
 background: #2e0000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

a img {
	border: none;
	text-decoration: none;
}

a:visited img {
	border: none;
	text-decoration: none;
}

a:hover img {
	border: none;
	text-decoration: none;
}

/**********************************************navigation styles*********************************************/
#navigation ul
{
	height: 16px;
	line-height: 16px;
	margin: 0;
	display: inline;
	float: inherit;
	padding-left: 10px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;	
	margin-right: 1px;
	padding: 0 11px 0 8px;
}

#navigation ul li a:hover
{
	color: #8F8C5C;
	text-decoration: underline;
}

#home #navigation ul li a#home-link, #contact #navigation ul li a#contact-link
{
	color: #8F8C5C;
}

#navigation ul li a.no-divide
{
	background: none;	
	}
	
/**********************************************************/
.floatright {
	float: right;
	margin: 2px 5px 2px 5px;
	border: 1px dotted #000000;
}

.floatleft { 
	float: left; 
	margin: 5px 5px 5px 5px;
	border: 1px dotted #000000;
}	
