/*
New York Military Parents Auxiliary
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #CCCCCC;
}

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: 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: 18px;
	line-height: 20px;
	font-family:"Century Gothic", "Apple Gothic", sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000514;
	text-transform: uppercase;
	}
h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 10px;
	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;
 height: auto;
 background: #FFFFFF;
}
#header {
	color: #fff;
	text-align: right;
	width: 900px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 80px;
	margin: 0px 0px 0px 0px;
	background: url(imgs/header_banner.jpg) no-repeat left #2e0000;
	vertical-align: text-bottom;
}
#navigation {
	float: left;
	width: 920px;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	background: #1A2A34;
	font-family: Arial, "Helvetica Neue", Helvetica, SansSerif;
	font-size: 12px;
	text-transform: uppercase;
}

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: url(imgs/papertile2.jpg);
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 height: 350px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border-right: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 688px;
 display: inline;
}

#calcontent { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 550px;
 width: 900px;
 display: inline;
}

#storecontent { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 900px;
 display: inline;
}

#product {
float: left;
border: 1px solid #ccc;
padding: 10px;
margin: 5px;
width: 415px;
}

#sponsor {
float: left;
border: 1px solid #ffffff;
padding: 10px;
margin: 5px;
width: 140px;
}

#sponsor2 {
float: left;
border: 1px solid #ffffff;
padding: 10px;
margin: 5px;
width: 310px;
}

#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 190px;
 float: left;
}
#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: 5px 5px 5px 20px;
	border: 1px dotted #000000;
}

.floatright2 {
	float: right;
	margin: 5px 5px 5px 20px;
	border: 0px;
}

.floatleft { 
	float: left; 
	margin: 5px 5px 5px 5px;
	border: 1px dotted #000000;
}	

.clear {
	height: 0;
	clear:both;
	font-size:0;
	}
