@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}


body  {
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* do not change this */
	text-align: center; /*this helps to center the page within the browser*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(graphics/background.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-color: #3d3d45;
}

#pagecontainer {
	text-align: left;
	margin: 10px auto; /*The sets the space above the page and centers the pages within the browser*/
	padding: 0px;
	border:0;
	width: 955px;
	background-color:#ffffff;
}

.screen-only {
	display:inline-block;
}

.tablet-only {
	display:none;
}

.phone-only {
	display:none;
}

.print-only {
	display:none;
}

.printheader {
	display:none;
}

.phone-header {
	display:none;
}

.not-for-phone{
}

h1 {
	color: #6c2b43;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	line-height:28px;
	margin:5px 0px 5px 0px;
}

h2 {
	color: #6c2b43;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height:20px;
	margin:5px 0px 5px 0px;
}

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
	margin:15px 0px 5px 0px;
}

h4 {
	color: #6c2b43;
	font-size: 14px;
	font-weight: bold;
	line-height:16px;
	margin:15px 0px 5px 0px;
}


a  {
	color: #5f001f;
	text-decoration:underline;
}

a:hover {
	color:#999999;
}

a img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}

p {
	margin:0px 0px 10px 0px;
}

form {
margin:0px;
}

div{
margin:0px;
}

ul {
	padding:0px 0px 0px 20px;
}

li {
	margin:0px 0px 2px 0px;
}

ol  {
list-style:outside decimal;
}

ol ol {
list-style:outside lower-alpha;
padding-left:7px;
margin-left: 7px;
}

ol ol ol {
list-style:outside decimal;
padding-left: 7px;
margin-left: 7px;
}

table {
	border-collapse:collapse;
	/*border: 1px solid #3b3b73;*/
	padding: 5px;
	margin: 10px auto 10px auto;
	font-size: 11px;
}

table td {
	text-align: left;
	background-color: #e9ecf6;
	border: 1px solid #babacb;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}


table th {
	text-align: center;
	line-height: 20px;
	border: 1px solid #babacb;
	color: #000000;
	font-weight: bold;
	background-color: #d9ddef;
	font-size: 11px;
	padding: 4px 6px 4px 6px;
}

table th a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


img {
	border-collapse:collapse;
	border-style:none;
	border-width:0px;
}
	  
img.moveDown {
	vertical-align:-3px;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.photoCenter-tp {
	display:none;
}

.photoLeft, .photoLeft-phone {
	float: left;
	margin:3px 15px 3px 0px;
	border: 1px solid #a6b8ca;
	padding:4px;
	text-align: center;
	color: #003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

.photoRight, .photoRight-phone {
    float: right; 
	margin:3px 0px 3px 15px;
	border: 1px solid #a6b8ca;
	padding:4px;
	text-align: center;
	color: #003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

/* Begin all banner related items */
#agencyheader {
	position:relative;
	height: 175px;
	background-image:url(graphics/vethome-banner.jpg);
	background-position:0px 0px;
	background-repeat: no-repeat;
	z-index:5;
	clear:both;
}


.fontsizer {
	float:left;
	width: 100px;
	height: 25px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
}
   
.fontsizer img {
	border-width: 0;
}


.fontsizer-new {
	float:left;
	width: 61px;
	height: 25px;
	padding-left: 10px;
	padding-top: 0px;
	text-align: left;
}
   
.fontsizer-new a:hover:after
{
position:relative;
    content:url(graphics/abc-plus.gif);
	top:-22px;
	left:0px;
}

.fontsizer-new a:focus:after
{
position:relative;
    content:url(graphics/abc-plus.gif);
	top:-22px;
	left:0px;
}


.fontsizer-new a:focus:hover:after
{
position:relative;
    content:url(graphics/abc-plus-plus.gif);
	top:-22px;
	left:0px;
}


#websiteid {
	float:right;
	width: 300px;
	height: 25px;
}

#skip {
	float:right;
	width: 90px;
	height: 25px;
}

#headerdate {
	position: absolute;
	top:150px;
	left:0px;
	width:300px;
	text-align: left;
	color: #ffffff;
	padding: 5px 0px 5px 15px;
}

.headerNav  {
	position: absolute;
	padding: 5px 0px 5px 0px;
	top: 150px;
	right: 0px;
	width:650px;
	color: #FFFFFF;
	text-align:right;
	height:15px;
}

.headerNav ul {
margin:0px;
padding:0px;
}

.headerNavList {
display:inline;
margin:0px;
padding:0px;
}

.headerNav a {
	border-left: 1px solid #5e6dba;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.headerNav a:hover {
	color:#565791;
	text-decoration:none;
	background-color:#2d327e;
}


#contentarea {
	position:relative;
	float: left;
	width:705px;
	padding: 15px 20px 25px 20px;
	vertical-align:top;
	line-height: 1.5em;
}

.contentnarrow  {
	width:500px;
	float:left;
}

.contentwide  {
	width:700px;
	float:left;
}

/* Begin all left sidebar items */
#leftsidebar {
	float: left;
	width: 200px;
	padding: 15px 0px 15px 10px;
	text-align:center;
}

#leftNav {
	width: 190px;
	margin-top: 0px;
	border-bottom: 1px solid #a4add9;
	text-align: left;
}

#leftNav ul, #leftNav li {
	padding: 0px;
	margin: 0px;
	list-style:outside none;
}

.navIndent a, .navIndent-no-border a, .navIndent-bold a {
	display: block;
	padding: 4px 0px 4px 20px;
	width: 170px;
	/*text-indent:20px;*/
	color: #000000;
	text-decoration: none;
	background-image: url(graphics/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	border-top: 1px solid #a4add9;
	border-left:1px none #ffffff;
	border-right:1px none #ffffff;
	margin:0px;
}

.navIndent a:hover, .navIndent-no-border a:hover, .navIndent-bold a:hover {
	color: #b1b1b1;
	text-decoration: none;
	background-image: url(graphics/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.submenu a {
	display: block;
	padding: 4px 0px 4px 30px;
	width: 160px;
	/*text-indent:20px;*/
	color:#555555;
	text-decoration: none;
	background-image: url(graphics/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 13px 4px;
	border-top: 1px solid #a4add9;
	border-left:1px none #ffffff;
	border-right:1px none #ffffff;
	margin:0px;
}

.submenu a:hover {
	color: #b1b1b1;
	text-decoration: none;
	background-image: url(graphics/navbullet_over.gif);
	background-repeat: no-repeat;
	background-position: 13px 4px;
}

/* Used on Mobile CSS */
.nav-menu  {
}

.navIndent3 {
display:none;
}

.social-btns {
	text-align:left;	
}

.fb-btn {
	background-image:url(graphics/facebook-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:10px 20px 10px 50px;
	width:36px;
	height:36px;

}

.fb-btn:hover {
	background-image: url(graphics/facebook-btn-over.png);
}

.tw-btn {
	background-image:url(graphics/twitter-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:10px 20px 10px 50px;
	width:36px;
	height:36px;

}

.tw-btn:hover {
	background-image: url(graphics/twitter-btn-over.png);
}

.logo-nav {
	padding:10px 10px 10px 0px;
}

/* End all left sidebar items */

/* Begin all right sidebar items */
#rightsidebar {
	float:right;
	text-align:right;
	top:0px;
	width: 185px;
	padding: 0px 0px 0px 0px;
}

/*Needed for Search */

/* Use this one for Search in below Header only*/
.mno-search-div {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.mno-search-div form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	height:20px;
}

.mno-search-div #q {
	background-color:#d9ddef;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 1px;
	border:1px solid #5e6dba;
	border-collapse:collapse;
	text-align:center;
	color:#2d327e;
}

.mno-search-div .mno-button {
	width:19px;
	height:19px;
	background-color:#000000;
	background-image:url(graphics/search-icon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer; /* Hand cursor for the normal state */
	line-height:19px;
	border: #2d327e none 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mno-search-div .mno-button:hover {
	background-image:url(graphics/search-icon-over.gif);
}

.mno-search-div .mno-button:focus {
	background-image:url(graphics/search-icon-focus.gif);
}
/*Needed for Search */


#agency-navBox {
    float: right; 
	margin:0px 0px 20px 15px;
	/*border: 1px solid #05053e;*/
	padding:0px;
	width: 185px;
	background-color: #EFEDED;
}

.agency-header {
	background-image:url(graphics/news-backg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:#1f1f53;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:4px 5px 4px 5px;
}

.agency-links {
	background-image:url(graphics/quicklinks-backg.png);
	background-position:0px -40px;
	background-repeat:repeat-x;
	border:#7a7c9d solid 1px;
	padding:5px 0px 5px 0px;
}

.agency-links p {
	text-align:left;
	margin:0px;
	padding: 5px 0px 2px 15px;
	background-image:url(graphics/quicklinksarrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
}

.agency-links a {
	color:#000000;
	text-decoration:none;
}

.agency-links a:visited {
	color:#000000;
	text-decoration:none;
}

.rightlinks {
    float: right; 
	margin:0px 0px 15px 0px;
	border:1px #7a7c9d solid;
	padding:0px 0px 5px 0px;
	width: 184px;
	background-color: #d9ddef;
	background-image:url(graphics/quicklinks-backg.png);
	background-position:0px -40px;
	background-repeat:repeat-x;
}

.rightlinks-header {
	background-image:url(graphics/news-backg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:4px 5px 4px 5px;
	height:25px;
}


.rightlinks-links p {
	text-align:left;
	margin:0px;
	padding: 2px 0px 2px 13px;
	background-image:url(graphics/quicklinksarrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
}

.rightlinks-links a {
	color:#000000;
	text-decoration:none;
}

.rightlinks-links a:visited {
	color:#000000;
	text-decoration:none;
}

.rightlinks-links a:hover {
	color:#000000;
	text-decoration:underline;
}

#news-home {
    float: right; 
	margin:15px 0px 10px 0px;
	/*border: 1px solid #05053e;*/
	padding:0px 0px 0px 0px;
	width: 500px;
	background-color: #ffffff;
}


#news {
	margin:15px 0px 15px 0px;
	border: 1px solid #cfd4e5;
	padding:0px;
	width: 700px;
	background-color: #e3e4f2;
}

.news-home-header {
	background-image:url(graphics/news-backg500.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:#1f1f53;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:4px 5px 4px 5px;
}

.news-header {
	background-image:url(graphics/news-backg700.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-color:#1f1f53;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:4px 5px 4px 5px;
}

.news-home-links {
	background-image:url(graphics/quicklinks-backg.png);
	background-position:0px -40px;
	background-repeat:repeat-x;
	border:#7a7c9d solid 1px;
	padding:10px 0px 0px 0px;
}

.news-home-links p {
	margin:0px 0px 0px 0px;
}

.news-links {
	padding:10px 15px 15px 10px;
	border:#7a7c9d solid 1px;
}

.news-links p {
	margin:0px 0px 0px 0px;
}

.newsdatehome {
	color: #6c2b43;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}

.newstitlehome a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background-image:url(graphics/quicklinksarrow.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
}

.newstitlehome a:hover {
	color:#666666;
	text-decoration:underline;
}

.newsintrohome {
	color:#000000;
	text-decoration:none;
	font-style:italic;
	padding:0px 0px 15px 15px;
	margin:0px 0px 0px 0px;
}


.date {
	color:#770000;
}

/* End all right sidebar items */
/* End all content area items */

#footnote {
	clear: both;
	padding:0px 20px 10px 235px;
}

/* Begin Address area items */

#addressCenter, #address {
	clear: both;
	text-align:center;
	color: #666666;
	font-size:10px;
}

#addressCenter {
	padding: 0px 40px 0px 45px;
}

#address {
	padding: 0px 40px 0px 245px;
}

/* Begin all footer area items */
#footer {
	clear: both;
	background-image:url(graphics/vethome-footer.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:35px;
	background-color:#2d327e;
}

.footerleft {
	float:left;
	background-image:url(graphics/footer_seal.gif);
	background-position:15px 4px;
	background-repeat:no-repeat;
	height:25px;
	padding-left:50px;
	padding-top:10px;
	width:400px;
	text-align:left;
	color:#999999;
}

.footerleft a {
	color: #ffffff;
	text-decoration: none;
}

.footerleft a:hover {
	color:#546c9b;
	text-decoration: underline;
}

.footerleft a:visited {
	color:#ffffff;
	text-decoration: none;
}

.footerright {
	float:right;
	padding-top:10px;
	height:25px;
	padding-right:20px;
	width:450px;
	text-align:right;
	color:#ffffff;
}
/* End all footer area items */

.faq-list li {
	list-style:none;
	list-style-type:none;
	margin: 1px 0px 1px 0px;
}

p.faq-question, p.faq-question2 {
	text-align:left;
	font-weight:bold;
	/*text-indent:15px;*/
	background-image:url(graphics/q.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	border-top: 1px none #CCCCCC;
	padding:5px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}

p.faq-question2 {
	border-top: 1px dashed #cccccc;
}


p.faq-answer {
	text-align:left;
	padding:0px 0px 5px 15px;
}

.backtotop {
	float:right;
}

/* Press Release related styles */
.pressTitle {
	color: #26265B;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	font-size: 20px;
	line-height:28px;
	margin:10px 0px 0px 0px;
}

.press-contentwide  {
	width:700px;
	float:left;
	border-top:1pt solid #5f001f;
}

.pressRight {
position:relative;
float:right;
top:0px;
text-align:right;
padding:10px 10px 0px 0px;
}

.pressLeft {
position:relative;
float:left;
top:0px;
text-align:left;
padding:10px 0px 0px 10px;
}

.pressRight p span, .pressLeft p span {
	font-weight:bold;
	color:#2d327e;
}

.press-title  {
clear:both;
	color: #6c2b43;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight: bold;
	font-size: 13px;
	padding:5px 0px 0px 0px;
	text-align:left;
}

.press-subtitle  {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;
	padding:4px 0px 8px 0px;
	text-align:left;
	font-style:italic;
}

.pressHeader {
position:relative;
background-color:#33CCCC;
clear:both;
}

.press-links a{
	text-align:left;
	text-decoration:none;
}
.press-links a:hover {
	text-align:left;
	color:#666666;
	text-decoration:underline;
}

.press-links table {
	margin:0px;
	width:100%;
}



/* End Press Release styles */



.navTitles  {
	color: #000000;
	padding: 5px 20px 5px 0px;
	text-align:center;
background-color:#000000;

}



#google_translate_element {
padding:0px 0px 3px 0px;
}

/*----------------------------------- needed for Slideshow  */

#slideshowWrapper {
	position:relative;
	width:500px;
	height:263px;
	border:0px none #999;
	margin:0px 0px 20px 0px;
	}

#slideshow { 
	position:relative;
	border:0px none #999;
	padding:0px;
	width:500px;
	height:263px;
	vertical-align:top;
	overflow:hidden;
	background-color:#244b97;
	background-image:url(graphics/ss-backg-grad.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}

#fssPlayStop {
	position:absolute;
	top:225px;
	margin:0px 0px 0px 314px;
	width:186px;
	padding:0px 0px 0px 0px;
	text-align:center;
	line-height:-4px;
	}
	
#fssPlayStop img {
	border:#000000 none 1px;
	}
	
#fssList,  #iefix7 #fssList, #iefix6 #fssList {
	position:absolute;
	width:314px;
	list-style:none;
	list-style-type:none;
	padding:0px 186px 3px 0px;
	text-align:center;
	}
	
#fssList {
	top:248px;
	}
	
#iefix7 #fssList {
	top:249px;
	}
	
#iefix6 #fssList {
	top:250px;
	}
	
#fssList li{
	display:inline;
	margin:0px;
	padding:0px 1px 0px 1px;
	border:0px #ffffff none;
	}
	
#fssList li a{
	border:0px #ffffff none;
	background-image:url(graphics/ss-dots-purple.gif);
	background-repeat:no-repeat;
	background-position:4px 3px;
	padding:0px 1px 0px 1px;
	}
	
#fssList li a img{
	border:0px #ffffff none;
	}
	
#fssList li.fssActive a{
	border:0px #ffffff none;
	background-image:url(graphics/ss-dots-wt.gif);
	background-repeat:no-repeat;
	background-position:4px 3px;
	padding:0px 1px 0px 1px;
	}
	
#fssList li.fssActive a img{
	border:0px #ffffff none;
	}
	
.ss-button {
	position:absolute;
	bottom:39px;
	border:#000000 none 1px;
	width:190px;
	margin:0px 0px 0px 310px;
	text-align:center;
	z-index:5;
}

.black-area {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(../graphics/slideshow-black.png);
	background-repeat:no-repeat;
	width:178px;
	height:210px;
	padding:20px 0px 20px 10px;
}

.black-area h1 {
	color:#8fa2e5;
	font-weight:bold;
	width:168px;
}

.black-area p {
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	width:168px;
	font-size:14px;
	line-height:20px;
}
/*----------------------------------- needed for Slideshow  */
/*----------------------------------- needed for Calendar  */
.calendar {
	border-collapse:collapse;
	margin:0pt 0pt 15pt 0pt;
}

.calendar th {
	background-color:#373e88;
	border:1px #373e88 solid;
	color:#ffffff;
	font-weight:bold;
}

.calendar .wt-rt-border {
	border-right: 1px #ffffff solid;
}


.calendar td {
	background-color:transparent;
	border:1px #373e88 solid;
	width:90px;
}

.cal-title {
	font-size:18px;
	color:#6c2b43;
	font-weight:bold;
	text-align:center;
	border:1px #000000 none;
	padding:10px 0px 10px 0px;
}
/* moved to contribute css
td.cal-day-used {
	background-image:url(../calendar/graphics/cal-td-backg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}*/

td.cal-day-used .cal-date {
	text-align:left;
	color:#000000;
	font-weight:bold;
}

td.cal-day-used .cal-date-desc {
	color:#373e88;
	text-align:left;
	font-size:9px;
	line-height:11px;
}

/* moved to contribute css
td.cal-day-notused {
	background:none;
}*/

td.cal-day-notused .cal-date {
	display:none;
}

td.cal-day-notused .cal-date-desc {
	display:none;
}
/*----------------------------------- needed for Calendar  */
.weekdays {
	display:inline-block;
	
	width:95px;
}

.day-names {
	background-color:#373e88;
	border-right:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-top:1px #ffffff none;
	border-bottom:1px #ffffff solid;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

.day-num {
	border-right:1px #000000 solid;
	border-left:1px #000000 solid;
	font-size:18px;
	color:#373e88;
	padding:0px 7px 5px 10px;

}

.day-activity {
	border-right:1px #000000 solid;
	border-left:1px #000000 solid;
	border-bottom:1px #000000 solid;
	font-size:9px;
}

.alert {
                text-align: center;
                background-color: #c49d16;
}