/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
}

h1 {
	font-size: 175%;
	font-weight: bold;
}
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	margin-top: 0px;
	z-index: 99;
}

.yellowlink {
	color: #FFCC00;
}
.white {
	color: #FFF;
}

html {
	background: url(images/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 75%;
	text-align: center;
	color: #dcdcdc;
}
/* container - place inside each section or around the entire page depending on your layout */
.container {
	width: 745px;
	margin: 25px auto;
	text-align: left;
	position: relative;
}

.container-menu {
	width: 750px;
	margin: auto;
	text-align: left;
	position: relative;
}
/* for clearing any floats <br class=&quot;clearfloat&quot; /> */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*--- header section - put whatever you want here ---*/
#header2 {
	padding-top: 125px;
}
/*--- horizontal &quot;block&quot; menu ---*/
#menu {
	float:  left;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block ;
	height: 50px;
	width: 125px;
	padding: 5px 10px 5px 10px;
}
/*--- content section - put whatever you want here ---*/
#content {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
img.border {
	border: 0px;
	padding: 0 35px 35px 0;
}
ul li {
	font-family:Verdana, Geneva, sans-serif;
	list-style: none;
	height: 44px;
	float: left;
	padding: 10px 5px;

}
ul li a {
	width: 140px;
	height: 40px;
	line-height: 53px;
	border-bottom: 4px solid #636393;
	padding: 0px;
	color: #fff;
	font-size: 17px;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	display: block;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}
li:nth-child(1) a {
	border-color: #B5222D;
}
li:nth-child(2) a {
	border-color: #203047;
}
li:nth-child(3) a {
	border-color: #D4953C;
}
li:nth-child(4) a {
	border-color: #609491;
}
li:nth-child(5) a {
	border-color: #87A248;
}
li:nth-child(1) a:hover {
	border-bottom: 35px solid #B5222D;
	height: 9px;
}
li:nth-child(2) a:hover {
	border-bottom: 35px solid #203047;
	height: 9px;
}
li:nth-child(3) a:hover {
	border-bottom: 35px solid #D4953C;
	height: 9px;
}
li:nth-child(4) a:hover {
	border-bottom: 35px solid #609491;
	height: 9px;
}
li:nth-child(5) a:hover {
	border-bottom: 35px solid #87A248;
	height: 9px;
}
/*--- footer section - put whatever you want here ---*/
#footer {
	font-size: 75%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #666;
	line-height: 15px;
}
