/** BASIC */

html, body {
	height: 100%;
}



body {
	margin: 0px;
	padding: 0px;
	background: #273840 url(images/homepage01.jpg) repeat-x left top;
	font-size: 80%;
	text-align: justify;
	color: #273840;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


h2 {
	font-size: 105%;
	text-transform: uppercase;
letter-spacing: +1px;
}

h2.bigger {
	font-size: 130%;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	text-transform: uppercase;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}

h5 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 105%;
}



p, ol, ul {
	margin: 10px 5px;
	color: #000;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 2px solid #608B9F;
}

.hr1 {
	clear: both;
	margin-top: 10px 0px 10px 0px;
	border: 1px dashed #608B9F;
}

.hr2 {
	clear: both;
	margin: 10px 205px 10px 205px;
   height: 15px;
  background: #fff url(images/american-star-15x15.gif) repeat scroll center;
}
.hr3 {
	clear: both;
	margin: 10px 0;
   height: 15px;
  background: #fff url(images/american-star-15x15.gif) repeat scroll center;
}

.hr3 hr {
	display: none;
}


.hr2 hr {
	display: none;
}


.hr1 hr {
	display: none;
}





/** WRAPPER */

#wrapper {
	width: 760px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 15px 30px;
	background-color: #FFFFFF;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */


#header {
 position: relative;
 left: 0; top: 0;
 width: 100%;
background: url(images/ramps-for-veterans.jpg) #fff;
height:120px;
}

#search {
	 position: relative; 
	top: 2px;
	right: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
float: right;
	color: #608B9F;
margin:0;
padding:0;
}

#search2 {
	 position: relative; 
	top: -29px;
	left: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
float: right;
	color: #608B9F;
margin:0;
padding:0;
}


#header h1 {
position: absolute; 
left: 20px; 
bottom: 15px; 
margin: 0;
font: 48px 'Palatino Linotype', 'Times New Roman', Georgia; 
color: #900; 
z-index: 1;
}

#header h2 {
position: absolute; 
left: 22px; 
bottom: 15px; 
margin: 0; 
font: 48px 'Palatino Linotype', 'Times New Roman', Georgia; 
color: #fa0707; 
z-index: 0;
	text-transform: none;
letter-spacing: normal;
}



/** MAIN-MENU */

#main-menu {
	margin: 0px 0px 5px 0px;
	// background: #4F7383 url(images/homepage22.gif) no-repeat right top;
	background: #4F7383 url(images/homepage22.gif) repeat-x;
width: auto;
	text-transform: uppercase;
}



#main-menu ul {
	height: 28px;
	margin: 0px;
	padding: 11px 0px 0px 7px;
	background: transparent url(images/homepage22.gif) no-repeat left top;
	list-style: none;
}

#main-menu li {
	display: inline;
}

#main-menu a {
	padding: 0px 8px 0px 15px;
	background: transparent url(images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#main-menu a.current {
	padding: 0px 8px 0px 15px;
	background: transparent url(images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}



#main-menu a:hover {
	padding: 0px 8px 0px 15px;
	background: transparent url(images/homepage03.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}


#main-menu .first a {
	background: none;
}



/** CONTENT */

#content { margin: 0px;
}

#left {
	float: left;
	width: 518px;
}

#right {
	float: right;
	width: 200px;
	margin: 0px 0px 0px 20px;
background:#f2f2f2;
padding:5px 10px;

}

#gallery{
	float: left;
	width: 758px;
padding: 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	padding: 20px 0px 0px 0px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0px 10px;
}

#footer p {
	text-align: center;
	font-size: 85%;
}


/* CSS for the scrollers */

#pscroller2{
width: 165px;
height: 50px;
border: 0px solid black;
padding: 5px;
background-color: #f2f2f2;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}


/* CSS for the font resize */

.em {
	font-size:1em;
	margin-bottom:20px;
	padding:20px;
}
.percentage {
	font-size:100%;
	margin-bottom:20px;
	padding:20px;
}
.undefined {
	margin-bottom:20px;
	padding:20px;
}
#changeFont {
	position:absolute;
	top:10px;
	right:10px;
	background-color:#333333;
	padding:5px;
}
.increaseFont {
	color:#000;
	font-size:18px;
text-decoration: none;
border: 1px double #cccccc;
padding: 0 2px;
}
.decreaseFont {
	color:#000;
	font-size:11px;
text-decoration: none;
border: 1px double #cccccc;
padding: 0 2px;
}
.resetFont {
	color:#000;
	font-size:13px;
text-decoration: none;

}

/* CSS for the search box */

#searchq h1 {
	line-height: 0;
	margin: .25em 0 1em 0;
}

#searchq label {
	float:left;	
	margin: .15em .15em 0 0;
	font-size: 1em;
	font-weight:bold;
	color: #666;
}

#searchq .textinput {
	 position: absolute; 
	top: 2px;
	right: 238px;
	float: left;
	height: 16px;
	width: 125px;
	margin-right: .15em;
	border-left:1px solid #4f7383;
	border-top:1px solid #4f7383;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	font-size: 0.9em;
	color: #666;
}

#searchq .checkbox {
	float: right;
	margin-right: .25em;
	border: 2px solid #d2d2d2;
	color: #666;

}

#searchq .search_options {
	margin,padding:0;
	clear:left;
	font-size:95%;
}


#button {
	 position: absolute; 
	top: 2px;
	right: 170px;
border: 1px #4f7383 solid;
width: auto;
height: 6px;
padding: 6px;
text-align: center;
background: url(images/button1.gif) repeat-x;
color: white;
font: bold 11px/.6em Arial, Helvetica, sans-serif;
letter-spacing: .15em;
cursor: pointer;
cursor: hand;
}

#button a { text-decoration: none; color: #ffffff;}

sup {
	font-size: 90%;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	left: 0.33em;
	font-weight: bold;
	text-decoration: underline;
}

#suggest {
margin: 15px 0;
float: right;
}

#suggest a {
color: #4f7383;
text-decoration: none;
font-weight: bold;
}

#suggest a:hover {
color: #4f7383;
text-decoration: underline;
font-weight: bold;
}

.state {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
font-weight: bold;
}



