/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset styles */

/* Repeatable styles */

.center {
	width: 810px;
	margin: 0 auto;
}

/* End repeatable styles */
/* Begin layout styles */

body {
	background: url(/images/top_bg.jpg) repeat-x top left;
	background-color: #cccccc;
}

#header {
	width: 810px;
	margin: 40px auto 20px auto;
}

#navbar {
	float: right;
	clear: none;
}

#banner {
	background: #4f4f4f url(/images/banner.jpg) no-repeat left center;
	border-top: 3px solid #a41520;
	border-bottom: 3px solid #a41520;
	min-height: 270px;
	vertical-align: middle;
	overflow: hidden;
	height: 270px;
}

#bannerbox {
	background: #333333;
	float: right;
	margin: 50px 0 0 0;
	padding: 20px 150px 20px 20px;
}

#content {
	width: 810px;
	margin: 0px auto 30px auto;
	padding: 30px 0 0 0;
	clear: both;
}

#insidecontent {
	width: 810px;
	margin: 20px auto 0px auto;
	padding: 15px 0 15px 0;
	clear: both;
	background-color: #ffffff;
	border-top: 2px solid #a41520;
	overflow: hidden;
}

#content .left {
	width: 50%;
	float: left;
	clear: none;
	padding-top: 1em;
	font-size: .75em;
	margin-bottom: 20px;
}

#content .right {
	float: right;
	clear: none;
	padding-left: 60px;
	width: 40%;
	margin-bottom: 20px;
}

#insidecontent .right {
	float: right;
	width: 40%;
	border-left: 1px solid #a41520;
	margin-left: 15px;
}

#insidecontent .right * {
	padding-left: 10px;
	padding-bottom: 25px;
}

#contentwrapper {
	background: url(/images/bottom_bg.jpg) repeat-x top;
	padding-bottom: 10px;
}

#contentwrapper.inside {
	padding-top: 10px;
}

#footer {
	width: 810px;
	margin: 20px auto;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	background: url(/images/bottomnavbar.gif) no-repeat;
}

#footer span, #footer .right {
	padding: 0 10px;
	clear: none;
}

#footer .right {
	float: right;
}

/*subnav styles*/

#insidecontent ul li {
	margin-left: 2em;
	list-style-type: square;
}

/*end subnav styles*/


/* Navbar styles */

#navbar ul {
	margin: 0px;
	padding: 0;
}

#navbar li {
	text-align: center;
	float: left;
	clear: none;
	overflow: hidden;
	
}

#navbar li a {
	display: block;
	width: 105px;
	height: 31px;
	max-height: 31px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	font-size: .85em;
	text-shadow: #333333 0 1px 1px;
}

#navbar li a p {
	padding-top: 6px;
	font-size: 14px;
}


#navbar li.left a {background: url(/images/navbar/left.gif) no-repeat;}
#navbar li.middle a {background: url(/images/navbar/middle.gif) no-repeat;}
#navbar li.right a {background: url(/images/navbar/right.gif) no-repeat;}

#navbar li.left a:hover {background: url(/images/navbar/left.gif) 0 -31px no-repeat;}
#navbar li.middle a:hover {background: url(/images/navbar/middle.gif) 0 -31px no-repeat;}
#navbar li.right a:hover {background: url(/images/navbar/right.gif) 0 -31px no-repeat;}

#navbar li.left a:active {background: url(/images/navbar/left.gif) no-repeat;}
#navbar li.middle a:active {background: url(/images/navbar/middle.gif) no-repeat;}
#navbar li.right a:active {background: url(/images/navbar/right.gif) no-repeat;}

#navbar li a:visited {
	color: #ffffff;
}

/* end Navbar styles */

/****************** End layout styles */
/* Begin text styles ******************/

body {
	font-family: Arial, Helvetica, Verdana;
	font-size:100%;
	line-height:1.125em;
}

#banner h2 {
	color: #ffffff;
	margin-bottom: .3em;
	margin-top: .75em;
	font-size: 1.25em;
	font-weight: normal;
}

#banner p {
	margin-bottom: .75em;
	font-weight: bold;
}

#banner a:link, #banner a:visited {
	color: #ffff66;
	text-decoration: none;
}

#banner a:hover {
	color: #ffff00;
	text-decoration: underline;
}

#insidecontent h1 {
	font-size: 1.5em;
}

#content h2, #insidecontent h2 {
	font-size: 1.2em;
}


#content .right h4 {
	padding-left: .5em;
	margin-top: .7em;
	line-height: 1.6em;
	font-size: .7em;
	color: #666666;
}

#content .right hr {
	margin-left: 0; 
	width: 95%; 
	height: 1px; 
	color: #a41520;
	border-top: 1px solid #a41520;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#content p, #insidecontent p {
	margin-bottom: 1.5em;
}

#insidecontent p {
	line-height: 1.5em;
	font-size: .8em;
}

#insidecontent ul {
	margin-bottom: .5em;
}

#insidecontent p, #insidecontent h1, #insidecontent h2, #insidecontent h3, #insidecontent ul {
	margin-left: 20px;
	margin-right: 40px;
}

#insidecontent ul li {
	font-size: .75em;
	color: #666666;
}

#insidecontent h1, #insidecontent h2, #insidecontent h3 {
	margin-bottom: .75em;
}

#footer {
	font-size: .75em;
}

#content a, #insidecontent a, #footer a {
	text-decoration: none;
	color: #a41520;
}

#content a:hover, #insidecontent a:hover, #footer a:hover { text-decoration: underline; }
#content a:visited, #insidecontent a:visited, #footer a:visited { color: #a41520; }


/* random other styles */

#insidecontent hr {
	height: 1px;
	border: 0 none;
	border-top: 1px solid #a41520;/*the border*/
}

#insidecontent hr.grey {
	border-top: 1px solid #999999;
	margin-bottom: 20px;
}

.rightimage {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* end random other styles */

/* Formmail styles */

table#formmail {  margin: 0 auto; padding: 20px; border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #f0f0f0}

/* End Formmail styles */

/* Paid Time Off Table Styles */

table.pto {
	width: 600px;
	margin-left: 20px;
	border: 1px solid #999999;
}

.pto th {
	background-color: #cccccc;
	border-bottom: 1px solid #999999;
}

.pto td, .pto th {
	padding: 0.5em;
}

.pto td {
	text-align: center;
}

/* End Paid Time Off Table Styles */