@charset "UTF-8";

/*
Site Colors...
Mid Gray - #686a6c
Dark Gray - #4c4d4e
Green - #cedd37
Blue - #1173a8
*/

/* Elements */

html {
	background-color: #686a6c;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}

h1 {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #1173a8;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #cedd37;
}

h2 {
	display: inline-block;
	background-color: #1173a8;
	padding: 4px 6px;
	color: #fff;
	font-size: .90em;
	margin: 10px 10px 2px 10px;
}

h2 a {
	color: #fff !important;
}


h3 {
	display: inline;
	background-color: #1173a8;
	padding: 4px 20px 4px 6px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 60px;
}

h4 {
	font-size: .9em;
	margin-bottom: 5px;
	color: #1173a8;
	font-weight: bold;
}

h4 a {
	font-size: 1em;
	color: #1173a8;
	font-weight: bold;
}

h4 a:hover {
	text-decoration: none;
}

h5 {
	font-size: .9em;
	color: #1173a8;
	font-weight: bold;
}

h5 a {
	font-size: .9em;
	color: #1173a8;
	font-weight: bold;
}

h5 a:hover {
	text-decoration: none;
}

img { /* kill firefox borders*/
	border: 0;
}

strong {
	font-weight: bold;
}

/* IDs and Classes */


#header {
	background-position: -120px;
	margin-bottom: 0;
	margin-top: 0px;
	padding-bottom: 0;
	padding-top: 0;
	background-image: url(../images/header/headerbkgd2.jpg);
	background-color: #1173a8;
	text-align: left;
	height: 115px;
	width: 100%;
	position: relative;
}

#logo {
	height: 115px;
	width: 340px;
	background-image: url(../images/header/Logo2.jpg);
	float: left;
}

#nav {
	height: 43px;
	width: 800px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 53px;
}

#nav img{
	float: left;
	margin: 0;
	padding: 0;	
	display: inline;
}

#content-wrapper {
	padding-top: 25px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	border-bottom: 3px solid #cedd37;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/contentgrad.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
	word-wrap: break-word;
	position: relative;
}

#homepage_image {
	width: 543px;
	height: 195px;
	background-image: url(../images/VestagenHPimage.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #cedd37;
	margin-bottom: 20px;
}

.hmp_buttons {
	width: 170px;
	position: absolute;
	top: 106px;
	left: 20px;
}
	

#content {
	width:1000px;
}

#contentleft {
	width: 535px;
	float: left;
	margin-left: 60px;
	overflow: hidden;
	display: inline;
	padding-right: 15px;
}

#contentleft img {
	float: left;
	margin: 0 15px 5px 0;
}

.rt_border {
	border-right: 1px solid #cedd37;
}

#contentleft p {
	font-size: .80em;
	line-height: 1.6em;
	color: #4c4d4e;
	margin-bottom:10px;
}

#contentleft blockquote p{
	color: #fff;	
	padding: 10px 10px;
	background-color: #1173a8;
}

#contentleft .article p{
	font-weight: normal;
	font-size: .80em;
	line-height: 1.6em;
	color: #4c4d4e;
}

#contentleft a {
	color: #1173a8;
}

#contentleft a:hover {
	text-decoration: none;
}

.more {
	font-weight: bold;
	font-size: .70em;
	line-height: .70em;
	color: #4c4d4e;
	display: inline-block;
	padding: 4px;
	background-color: #cedd37;
	color: #1173a8;
	text-decoration: none;
}

.more:hover {
	background-color: #89941e;
	color: #cedd37;
}

#contentright {
	background-position: 0 bottom;
	background-repeat: no-repeat;
	width: 370px;
	float: left;
	margin-left: 15px;
	background-image: url(../images/rt_bot.gif);
	background-color: #686a6c;
	padding-bottom: 10px;
	position: relative;
}

#contentright p {
	background-position: 0 bottom;
	font-size: .8em;
	color: #fff;
	margin: 0 10px;
	padding-bottom: 15px;
	background-image: url(../images/hozline.gif);
	background-repeat: no-repeat;
}

#contentright a {
	color: #cedd37;
	text-decoration: none;
}

#contentright a:hover {
	text-decoration: underline;
}

#contentright .top {
	width: 358px;
	height: 37px;
	background-image: url(../images/rt_top.jpg);
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 37px;
	padding: 0 6px;
	position: relative;
}

#contentright .top img {
	float: right:
	margin-top: 5px;
	position: absolute;
	right: 5px;
	top: 7px;
}

#contentright .subrttop {
	width: 370px;
	height: 10px;
	background-image: url(../images/rt_top.gif);
	color: #fff;
	position: relative;
}

#contentrt_sub {
	width: 370px;
	float: left;
	margin-left: 15px;
	padding-bottom: 10px;
	position: relative;
}

#contentrt_sub a {
	color: #1173A8;
	font-style: normal;
}

#contentrt_sub a:hover {
	text-decoration: none;
}

#contentrt_sub p {
	font-weight: normal;
	font-size: .80em;
	line-height: 1.2em;
	color: #4c4d4e;	
	font-style: italic;
}

#contentrt_sub ul {
	margin: 15px 0;
	
}

#contentrt_sub li {
	background-color: #eaeaea;
	padding: 10px 10px;
	font-weight: normal;
	font-size: .80em;
	line-height: 1.2em;
	color: #4c4d4e;	
	margin-bottom: 5px;
}

.liWithImage {
	height:80px;
}

#contentrt_sub li a {
	color: #4c4d4e;	
	font-style: italic;
	font-size: .9em;
}

#contentrt_sub li a:hover {
	text-decoration: none;
}

#contentrt_sub li\ a:hover {
	text-decoration: none;
}

#contentrt_sub li img {
	border: 1px solid #fff;
	float: left;
	margin-right: 20px;
	clear: left;
}

#contentrt_sub .newsphotos {
	margin-top: 20px;
}

#contentrt_sub .newsphotos img {
	margin: 0 10px 10px 0;
	border: 1px solid #cedd37;
}

#contentrt_sub .newsphotos img:hover {
	margin: 0 10px 10px 0;
	border: 1px solid #89941e;
}

#readmore {
	position: absolute;
	height: 19px;
	width: 133px;
	right: 0;
	bottom: -19px;
}

#footer {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/content_shadow.gif);
	margin: 0;
	padding: 0;
	width: 100%;
}

#footer p {
	font-size: 0.73em;
	color: #4c4d4e;
	width: 980px;
	text-align: right;
	padding-top: 15px;
}

#footer a {
	color: #4c4d4e;
}

.hozline {
	border-top: 1px solid #cedd37;
	margin: 15px 0px 2px 60px;
	width: 920px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#newstbl {
	table-layout: fixed;
}

#newstbl th, td {
	padding: 20px 10px;
	vertical-align: top;
}

#newstbl th {
	font-weight: bold;
	font-size: .75em;
	line-height: .9em;
	color: #1173a8;	
}

#newstbl tr {
	border-bottom: 1px solid #cedd37;
}

#newstbl .alt {
	background-color: #eaeaea;
}

#newstbl p {
	font-weight: normal;
	font-size: .80em;
	line-height: 1.2em;
	color: #4c4d4e;	
}

#newstbl .category {
	color: #1173a8;
	font-weight: bold;
	font-size: .75em;		
}

#rt_header {
	width: 340px;
	height: 26px;
	padding: 10px 15px;
	background-image: url(../images/rt_header_bkgd.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: .7em;
}

#rt_header .date {
	width: 180px;
	float: left;
}

#rt_header .rt_category {
	width: 150px;
	float: right;
	text-align: right;
}

.green {
	color: #cedd37;
}

.articletitle {
	font-size: .8em;
	font-weight: normal;
}

.media {
	padding-top: 15px;
}

.media img {
	float: left;
	margin-right: 10px;
}

#frmtbl td {
	padding: 5px 15px;
}


/* Form Styles */
form {
	font-size: .78em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #1173a8;
}

form label {
	 line-height: 1.8;
	 vertical-align: top;
	 color: #1173a8;
	 font-weight: bold;
}

form input {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/formGrad.jpg);
}

form textarea {
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/formGrad.jpg);
}


form input:focus {
	background-color: #ebebeb;
	background-image: none;
}

form textarea:focus {
	background-color: #ebebeb;
	background-image: none;
}

.submission-form-border {
	border: 2px solid #1173a8; 
	width: 100%; height: 24px; 
	padding: 4px; 
	color: #1173a8;
}

.submission-form-border-area {
	border: 2px solid #1173a8; 
	width: 100%; height: 224px; 
	padding: 4px; 
	color: #1173a8;
}

form input.contact-submit-button {
	background: transparent url(/images/submitButton.gif) center center no-repeat;
	width:152px;
	height:30px;
	border: none;
}


/* Paginate */

#news-paginate-table {

	width:540px;
	font-size:12px;
	color:#666;

}

#press-paginate-table {

	width:535px;
	font-size:12px;
	color:#666;

}
