/*** HTML tag styles **/

*{margin:0;padding:0}
img{border:0}

body{
	line-height: 1.3em;
	font-size: 76%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	margin: 10px;
	background: #fff;
}

body.main, body.wide{
	margin: 0;
	background: #ebf4f1 url(../images/bgcolour.gif) 0 0 repeat;
}

body.clean{
	background: #fff;
}

table, p, li, pre, h2, h3, input, select { font-size: 100%; }

a, a:visited {
	color: #410C82;
	/*border-bottom: 1px dotted #410c82;*/
	text-decoration: underline;
}

a:hover, a:active {
	color: #744EA2;
	/*border-bottom: 1px solid #410c82;*/
	text-decoration: underline;
}

h1{
	font-size: 140%;
}

h2{
	font-size: 125%;
}

h3{
	font-size: 110%;
}

h4{
	font-size: 100%;
	font-weight: bold;
}

h5{
	font-size: 100%;
}

ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ul ul{
	list-style-type: square;
	margin-left: 1.5em;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-size: 100%;
	font-weight: bold;
}

input, select {
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input {
	padding: .2em;
}

form {
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	padding: .3em;
}

hr {
	background: #f3eeff;
	border: 1px solid #d3ccdd;
	border-bottom-color: #b3aabb;
	padding: 1px;
	margin: 1em auto;
	width: 50%;
	text-align: center;
}

/*** Layout Divs ***/

#container {
	width: 746px;
	margin: 0 auto;
	background: #ebf4f1 url(../images/bg.png) 0 0 repeat-y;
}

body.wide #container {
	background: #ebf4f1 url(../images/bgwide.png) 0 0 repeat-y;
}

body.clean #container {
	background: #fff;
	background-image: none;
}

#header{
	width: 746px;
	height: 153px;
	background: #ebf4f1 url(../images/header.jpg) 0 0 no-repeat;
}

#header h1 {
	display: none;
}

#header a {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
	text-decoration: none;
}

#subheader{
	width: 716px;
	height: 23px;
	background: #ebf4f1 url(../images/subheader.jpg) 0 0 no-repeat;
	padding: 0 0 0 30px;
}

#navBar{
	width: 157px;
	float: left;
	padding: 0 0 0 30px;
	margin: 0;
	margin-top: -20px;
}

#navBar * {
	margin: 10px;
}

#navBar ul, #navBar ul li, #navBar li a {
	margin: 4px 0 4px 3px;
	list-style: none;
}

#navBar li a, #navBar li a:visited {
	border-bottom: 1px solid #ddd;
	margin-right: 1px;
	display: block;
	text-decoration: none;
}

#navBar li a:hover, #navBar li a:active {
	border-bottom: 1px solid #744EA2;
}

#navBar div.menu {
	margin: 0;
	font-size: 85%;
	line-height: 1.166em;
}

#navBar div.menu ul li {
	font-weight: bold;
	font-size: 110%;
}

#navBar div.menu ul li li {
	font-weight: normal;
	font-size: 90%;
}

#navBar div.menu ul li li li {
	font-style: italic;	
	font-weight: normal;
	font-size: 100%;
}


#rightBar{
	width: 140px;
  	float:right;
	font-size: 85%;
	padding: 10px 10px 20px;
	margin: 0 15px 0 0;
}

body>div #rightBar {
	margin: 0 30px 0 0;	
}

body.wide #rightBar {
	width: 0;
	margin: 0;
	display: none;
}

#rightBar p {
	padding: 5px 0;
	margin: 0 10px 0 0;
}

#contContainer{
	float: right;
	width: 557px;
}

#content{
  	width: 346px;
	padding: 0 10px 1em;
	float: left;
}

body.clean #content{
	width: auto;
	float: none;
	text-align: left;
}

#content {
	font-size: 95%;
}

#content h2, #content h3,
#content h4, #content h5, #content p {
	margin: 10px 0;
}

#content img {
	margin: .5em;
	padding: .5em;
	border: 1px solid #d3ccdd;
	background: #f3eeff;
}

body.wide #content{
	width: 503px;
}

#footer{
	height: 38px;
	background: #ebf4f1 url(../images/footer.jpg) 0 0 no-repeat;
	clear: both;
	font-size: 75%;
	line-height: 1.166em;
	text-align: right;
	padding: 10px 35px 0;
	color: #f0f0f0;
}

#footer a, #footer a:visited {
	color: #fff;
	border: 0;
	text-decoration: none;
}

/*** Newsletter ***/

ul#newsletterArchive {
	list-style-type: none;
	font-weight: bold;
}

ul#newsletterArchive li {
	border-top: 1px solid #e0e0e0;
	margin-top: 1em;
}

ul#newsletterArchive ul {
	list-style-type: none;
	font-weight: normal;
}

ul#newsletterArchive ul li {
	border-top: 0;
	margin-top: .6em;
}

ul#newsletterArchive ul li a {
	display: block;
	border: 1px solid #f0f0f0;
	padding: .3em;
	background: transparent url(../images/link-l.gif) 100% 50% no-repeat;
	text-decoration: none;
}

ul#newsletterArchive ul li a:hover {
	border-color: #e9e9e9;
	background: #f9f9f9 url(../images/link-d.gif) 100% 50% no-repeat;
}

div.nlAttachDl {
	border: 1px solid #d3ccdd;
	background: #f3eeff;
	padding: .5em;
	margin: .5em 0;
}



/*** Events ***/

table.calendar {
	width: 100%;
	border-collapse: collapse;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin: 1em 0;
}

table.calendar td {
	padding: .3em;
}

table.calendar td.day {
	border: 1px solid #f0f0f0;
	width: 14%;
	height: 3em;
	text-align: left;
	vertical-align: top;
	background: #fff;
	padding: .2em;
}

table.calendar div.item {
	font-size: 80%;
	border: 1px solid #d3ccdd;
	background: #f3eeff;
	padding: .2em;
	margin: .2em 0;
}

table.calendar th#month-name {
	font-size: 120%;
	padding-top: .5em;
	text-align: center;
}

div#evSubheader {
	border: 1px solid #d3ccdd;
	background: #f3eeff;
	padding: 1em;
	margin: 1em 0;
}

/*** Profiles ***/

div.vrcInfo, div.agencyInfo{
	border: 1px solid #d3ccdd;
	background: #f3eeff;
	padding: 0 1em 1em;
	margin: 1em 0;
}

div.agencyInfo{
	padding-top: 1em;
}

ul#searchResult {
	list-style-type: none;
	font-weight: bold;
	margin: 0;
}

ul#searchResult li {
	margin-top: 1em;
}

ul#searchResult li a {
	display: block;
	border: 1px solid #f0f0f0;
	padding: .3em;
	background: transparent url(../images/link-l.gif) 100% 50% no-repeat;
	text-decoration: none;
}

ul#searchResult li a:hover {
	border-color: #e9e9e9;
	background: #f9f9f9 url(../images/link-d.gif) 100% 50% no-repeat;
}

/*** Breadcrumbs ***/

div#breadCrumbs {
	font-size: 90%;
	color: #666;
}

div#breadCrumbs ul {
	list-style: none;
}

div#breadCrumbs li {
	display: inline;
}

div#breadCrumbs a {
	border: 0;
	text-decoration: none;
}

div#breadCrumbs a:hover, div#breadCrumbs a:active {
	text-decoration: underline;
}

/*** Maps ***/

.agencyMap, .vrcMap {
	text-align: center;
}

.agencyMap img, .vrcMap img {
	padding: 1em;
	border: 1px solid #d3ccdd;
	background: #f3eeff;
	margin: 0 auto;
}

/*** Random ***/

.insig {
	font-size: 80%;
	color: #666;
}

.error, .errorBox {
	padding: .3em;
	text-align: center;
	margin: .3em;
	display: block;
	background-color: #fee;
	border: 1px solid #c00;
}

.wideLink a, p#nlReturn a, p#evReturn a {
	display: block;
	border: 1px solid #f0f0f0;
	padding: .3em;
	text-align: center;
	text-decoration: none;
}

.wideLink a:hover, p#nlReturn a:hover, p#evReturn a:hover {
	border-color: #e9e9e9;
	background: #f9f9f9;
}
