/* Reset for Iowa Veterans Foundation */

.menu,
.menu ul,
.menu li,
.menu {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(../imgs/usaflag.jpg);
	background-repeat: repeat;
	width: 960px;
	margin: auto;
	padding: 0;
	text-align: center;
	color: #000000
}

#page {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mcontent {
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #FFF;
}
#smcontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../imgs/guard02.jpg);
}
/* Start of Navigation Menu */
/* Positioning */

ul.menu {
	margin: 5px auto 0 auto;
}
.menu {
	height: 30px;
	width: 860px; /* check for width */
	
	background-color: #0084e7;
		
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu li {
	list-style: none;
	float: left;
	display: block;
	height: 40px;
	position: relative;
}
/* Links */

.menu li a {
	diplay: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	margin: 5px 0;
	line-height: 30px;
	border-left: 1px solid #393942;
	border-right: 1px solid #393942;
	
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a { border-right: none; }

.menu li:hover > a { color: #ff0000;
}

/* Left Sidebar */
#lside01 {
	font: 95% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 415px;
	right: 905px;
	width: 122px;
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	border: hidden;
	border-radius: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.lvmenu {
	
	list-style-type: none;
}
.lvmenu li {
	height: auto;
}
.lvmenu li a {
	padding: 5px 10px 10px 0px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
}
.lvmenu li a:hover {
	color: #ff0000;
}

.column1 {
	background-color: #FFF;
	width: 590px;
	height: 215px;
	float: left;
}

.column2 {
	background-color: #FFF;
	width: 300px;
	float: left;
}

/* right Sidebar */
.rside01 {
	font: 95% Arial, Helvetica, sans-serif;
	position: absolute;
	top: 422px;
	right: 0px;
	width: 750px;
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	border: hidden;
	border-radius: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rvmenu {
	
	list-style-type: none;
}
.rvmenu li {
	height: auto;
}
.rvmenu li a {
	padding: 5px 10px 10px 0px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
}
.rvmenu li a:hover {
	color: #ff0000;
}


#table {
	width: 900px;
	padding: 10px 10px 20px 25px;
}
th, td {
	padding: 5px 5px 5px 5px;
	border: 2px solid #999;
}
th {
	letter-spacing: 0.1em;
	text-align: center;
}

/*
.side li {
	float: left;
	display: block;
	height: 30px;
	position: relative;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.side li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 13px;
			
	transition: color .3s ease;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
}
.side li:hover > a { color: #ff0000; }

 End Left Sidebar */

#scontent {
	background-color: #fff;
	margin: 0 0 0 250px;
	padding: 0 20px;
}
#rscontent {
	background-color: #fff;
	margin: 0 250 0 0px;
	padding: 0 20px;
}
#nav {
	background-color: #fff;
	font: 110% Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#nav1 {
	font: 110% Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#counts {
	background: #4879f3;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#counts p {
	font: 95% Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
	background-color:#FFF;
	background-repeat: repeat;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#subcontent {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
#subcontent p {
	font: 95% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img.align-right {
	float: right;
	margin-left: 10px;
}
img.medium {
	width: 268px;
	height: 261px;
}
img.align-left {
	float: left;
	margin-left: 0px;
}
img.device {
	width: 279px;
	height: 212px;
}
img.oh {
	width: 400px;
	height: 20px;
}
img.align-center {
	display: block;
	margin: 0px auto;
}
img.gdplus01 {
	width: 850px;
	height: 5px;
}
img.headimg {
	width: 960px;
	height: 120px;
}