/*Global Settings background:*/

@charset "utf-8";
* {
	margin: 0;
}
html, body {
	height: 100%;
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family: "Helvetica Neue", Verdana, sans-serif;
	font-size: .95em;
	line-height: 1.8em;
	color:#666;
	background: #96ADDD url(../images/bg_main_blue.png) repeat-y center top;
	background-attachment:fixed;
}

/* main styles-----------------------*/

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}
p {
	font-family: "Helvetica Neue", Verdana, sans-serif;
	font-size: .95em;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 1.8em;
	text-align: left;
	max-width: 580px;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
	width: 960px;
}

/* Headings and titles--------------- */

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: .0075em;
	margin: 0 0 10px;
	padding: 10px 0;
	color:#6A89CC;
	text-shadow: 1px 1px 1px #6A89CC;
}
h1 span {
	font-weight: normal;
}
h1 small {
	font-size: .80em;
	line-height: .9em;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: .005em;
	color: #96ADDD;
	display: block; /*--Keeps small tag on its own line--*/
	text-shadow: none;
}
h2 {
	font-size: 1.125em;
	line-height: 1.275em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#96ADDD;
}
h3 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#96ADDD;
}

/* tables
----------------------------------------------- */
table {
	border:none;
	margin:0;
	text-align: left;
	font-size:85%;
	border-collapse: collapse;
}
.tablestyle {
	border:none;
	margin:0;
	text-align: left;
	border-collapse: collapse;
	font-size: 70%;
	line-height:1.4em;
}

.tablestyle td, .tablestyle th {
	padding: 5px 0px 5px 10px;
	vertical-align:top;
}
.tablestyle th {
	font-size: 125%;
	padding: 5px 0px 5px 10px;
	vertical-align:bottom;
	text-align: left;
	color:#96ADDD;
}

.tablestyle tr.even td {background-color: #E3E9F7;}
.tablestyle tr.odd td {/* background-color: #EBEFF9;*/}
.tablestyle tr.dot td {border-bottom: 1px dotted #96ADDD;}

/*to highlight table cells hover---
table .tablestyle tr:hover th, .tablestyle tr:hover td
{ background-color: #96ADDD; color: #fff;} */

/* main content and columns
leftcol and content need to add up to 960 (width) including padding!!!
----------------------------------------------- */

#leftcol {
	float: left;
	width: 300px;
	padding: 40px 0px 10px 0px;
}
#content {
	float: left;
	width: 580px;
	text-align: left;
	padding: 40px 10px 10px 30px;
}

blockquote {
	padding: 0px 0px 5px 5px;
	margin: -18px 0px 5px 5px;
	color:#96ADDD;
	float: right;
	width: 250px;
	text-align: left;
	font-size: 1.75em;
	line-height: 1.95em;
	letter-spacing: -.075em;
	font-weight: normal;
	text-transform: lowercase;
}

/* design elements------------------------- */

#dot {
	border-bottom: 1px dotted #96ADDD;
	margin: -20px 0px 30px 0px;
	padding: 0px;
	width: 85%;
	line-height: 1em;
}

#photo {
	float: right;
	padding: 0px 0px 10px 10px;
}
#photo .webmap {
	margin:10px;
	border:5px solid #C8D4EE;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#photo .portrait {
	margin:10px;
	border:5px solid #C8D4EE;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#photo .smportrait {
	margin:5px;
	border:3px solid #C8D4EE;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header {
}
#pagepic {
}

/* Lists ------------*/

ul.list {
	width:75%;
	margin:-5px 0px 0px 0px;
	padding-left:0px;
	font-size:85%;
}
ul.list li {
	background: url(../images/bullet.png) 0px 7px no-repeat; /* change background em accordingly */
	padding-left: 20px;
	list-style: none;
}
.list ul li {
	background-image: url(../images/bullet.png);
}
ol.list li, ul.list li {
	margin-bottom:.5em;
}

/*ol.list -------- */

ol.list {
	width:95%;
	margin-left:0em;
	padding-left:0.1em;
	margin-bottom:1em;
}
.list ol li {
	list-style:decimal;
	background-image:none;
	padding-left:0em;
	padding-bottom:1em;
}

/* links list*/

ul.links {
	list-style: none;
	margin: 0px;
	margin-top:-10px;
	padding: 0px;
	border: none;
	text-align:left;
}
ul.links li {
	list-style: none;
	padding-bottom:20px;
}
ul.links li a, .links ul li a:focus {
	background: url(../images/links.png) 0px 8px no-repeat; /* change background em accordingly */
	padding-left: 25px;
	display: block;
	list-style:none;
	color: #6A89CC;
}
ul.links li a:hover {
	background: url(../images/links2.png) 0px 8px no-repeat; /* change background em accordingly */
	padding-left: 25px;
	list-style: none;
	display: block;
	list-style: none;
	color: #E58E08;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* sidenav---*/

#sidenav ul {
	font-size: 1em;
	line-height: .9em;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding-top: 78px;
	border: none;
	text-align:left;
}
#sidenav ul li {
	list-style:none;
}
#sidenav ul li a, #sidenav ul li a:focus {
	background: url(../images/linksbut.png) 30px 9px no-repeat; /* change background em accordingly */
	display: block;
	color: #6A89CC;
	padding: 10px 10px 10px 60px;
	width: 230px;
	list-style:none;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
}
#sidenav ul li a:hover {
	background: url(../images/linksover.png) 30px 9px no-repeat; /* change background em accordingly */
	color: #E58E08;
	text-decoration:none;
	padding: 10px 10px 10px 60px;
	width: 230px;
	list-style:none;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
}
#sidenav ul li a:focus {
	display: block;
	color: #6A89CC;
	padding: 10px 10px 10px 60px;
	width: 230px;
	list-style:none;
}
#sidenav .curr_loc {
	background: url(../images/linksover.png) 30px 9px no-repeat; /* change background em accordingly */
	color: #E58E08;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 10px 10px 60px;
	width: 230px;
	list-style:none;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* newsnav-----*/

#newsnav ul {
	font-size: 1.125em;
	line-height: 1.375em;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	text-align:left;
}
#newsnav ul li {
	list-style: none;
}
#newsnav ul li a, #newsnav ul li a:focus {
	padding-left: 13px;
	display: block;
	color: #6A89CC;
	padding: 10px 10px 10px 30px;
	width: 230px;
	list-style:none;
	border-bottom: thin dotted #96ADDD;
	text-shadow: 1px 1px 1px #6A89CC;
}
#newsnav ul li a:hover {
	padding-left: 13px;
	color: #E58E08;
	text-decoration:none;
	padding: 10px 10px 10px 30px;
	width: 230px;
	list-style:none;
	background-color: #E3E9F7;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	border-bottom: thin dotted #38496C;
	text-shadow: .5px .5px .5px #38496C;
}
#newsnav .smallnews {
	font-size: 75%;
	color: #999;
	text-shadow: none;
}

/* teamlinks-----*/

#teamlinks ul {
	font-size: 1.125em;
	line-height: 1.5em;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	margin-top:-20px;
	padding: 0px;
	border: none;
	text-align:left;
}
#teamlinks ul li {
	list-style: none;
}
#teamlinks ul li a, #teamlinks ul li a:focus {
	display: block;
	color: #6A89CC;
	margin-left: -10px;
	padding: 20px 10px 30px 10px;
	width: 475px;
	list-style:none;
	border-bottom: thin dotted #96ADDD;
}
#teamlinks ul li a:hover {
	color: #E58E08;
	text-decoration:none;
	margin-left: -10px;
	padding: 20px 10px 30px 10px;
	width: 475px;
	list-style:none;
	background-color: #E3E9F7;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	border-bottom: thin dotted #38496C;
}
#teamlinks .smallnews {
	font-size: 80%;
	font-weight:normal;
	color: #999;
	text-shadow: none;
}
#teamlinks .smallnewslink {
	background: url(../images/links.png) 0px 2px no-repeat; /* change background em accordingly */
	padding-left: 25px;
	font-size: 75%;
	text-shadow: none;
}

/* linksnav-----*/

#linksnav ul {
	font-size: 1.125em;
	line-height: 1.5em;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	margin-top:-20px;
	padding: 0px;
	border: none;
	text-align:left;
}
#linksnav ul li {
	list-style: none;
}
#linksnav ul li a, #linksnav ul li a:focus {
	display: block;
	color: #6A89CC;
	margin-left: -10px;
	padding: 20px 10px 10px 10px;
	width: 500px;
	list-style:none;
	border-bottom: thin dotted #96ADDD;
}
#linksnav ul li a:hover {
	color: #E58E08;
	text-decoration:none;
	margin-left: -10px;
	padding: 20px 10px 10px 10px;
	width: 500px;
	list-style:none;
	background-color: #E3E9F7;
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	border-bottom: thin dotted #38496C;
}
#linksnav .smallnews {
	font-size: 80%;
	font-weight:normal;
	color: #999;
	text-shadow: none;
}
#linksnav .smallnewslink {
	background: url(../images/links.png) 0px 2px no-repeat; /* change background em accordingly */
	padding-left: 25px;
	font-size: 75%;
	text-shadow: none;
}

/* Footer ---------------------------------------------- */

.clearfooter {
	height: 150px;
	clear: both;
}
#footer {
	font-size: 0.688em;
	line-height: 1.35em;
	height: 150px;
	width: 100%;
	min-width: 960px;
	color: #6A89CC;
	background: url(../images/footer.png) top center no-repeat;
	position: relative;
}
#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	position: relative;
}
.footleft {
	width: 400px;
	float: left;
	display: inline;
}
.footright {
	width: 400px;
	margin-left: 30px;
	text-align: right;
	float: right;
	display: inline;
}
#footer a {
	color: #6A89CC;
	font-weight:bold;
}
#footer a:link a:visited a:active {
	text-decoration: none;
	color: #6A89CC;
}
#footer a:hover {
	color: #003A7D;
}
#vlogo {
	float: right;
	width: 20px;
	height: 70px;
	text-decoration:none;
    display:block;
	background-image: url(../images/vegalo_logo.png);
	background-position:0 0;

}

#vlogo:hover, #vlogo:active{
	background-position:0 -70px;
}

/* Links ----------------------------*/

a, a:link, a:visited, a:active {
	color: #51699C;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #E58E08;
	text-decoration:none;
	font-weight: bold;
}

/* colors used

LOGO orange: #E58E08;
LOGO blue:   #6A89CC; 
LightGrn :   #C3CE4E;
Blue Dark:   #253048;
Blue     :   #38496C;
Blue     :   #51699C;
Bluelogo :   #6A89CC;
Blue     :   #96ADDD;
Blue     :   #C8D4EE;
Blue Lght:   #E3E9F7;
Blue Lght2:  #EBEFF9;
BlueLght3:   #EFF3FA;

---------------- */
