@charset "UTF-8";




html {
    overflow-y:scroll;
    overflow-x:hidden;
}

body {
	overflow-x:hidden;
}

@charset "UTF-8";

 ~~ Element/tag selectors ~~ 

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	line-height: 140%;
	color: #333;
	/*font-weight: 500;*/
}



#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
}

#intro_wrapper {
	clear: both;
}
#content_wrapper {
	width: 100%;
	clear: both;
}
#footer_wrapper {
	
}

#byline_wrapper {
	
}

#title_wrapper {
	float: left;
	background-color: #FFFFFF;
	height: 30px;
	border: 1px solid #000000;
}

#contact_wrapper {
	float: left;
	width: 30%;
}
#mural_wrapper {
	float: right;
	width: 65%;
}


#dropdown {
	margin: 0px;
	padding: 0px;
	height: 30px;
	float: left;
}

/* sets depth of menu   ~~ */

#dropdown ul {
	line-height: 30px;
		margin:0;
		padding:0;
}

/*Keeps list on one line*/

#dropdown li {
	display:inline;
}


/* sets background colour and keeps main menu horizontal  ~~ */

#dropdown ul li {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position: relative;
}


/* sets type, block size of main menu and submenu   ~~ */

#dropdown ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	height: 30px;
	text-align: center;
	display: block;
	border: 1px solid #000000;
}


/* keeps submenu hidden when not active  ~~ */

#dropdown ul ul {
	position: absolute;
	visibility: hidden;
	top: 32px;
}


/* makes submenu visible when hovering over main menu  ~~ */

#dropdown ul li:hover ul {
	visibility: visible;
	z-index: 1000;
}


/* changes background colour of main menu when hovering  ~~ */

#dropdown ul li:hover {
	background-color: #ce2722;
	color: #000000;
}
	
/* changes type colour and background colour of sub menu when hovering  ~~ */

#dropdown ul li:hover ul li a:hover {
	background-color: #ce2722;
	color: #FFFFFF;
}


/* changes type colour of main menu when hovering  ~~ */

#dropdown a:hover {
	color: #FFFFFF;
}


/* slideshwow selectors*/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  
/* Picture Thumbnails */
  
div.thumbnail {
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-bottom: 5%;
}

div.thumbnailright {
	float: left;
	width: 16%;
	margin-bottom: 5%;
}

div.thumbnailclear {
	margin-right: 5%;
	margin-bottom: 5%;
	float: left;
	width: 16%;
	clear: both;
}

div.thumbnail img {
	border: 1px solid #000000;
}

div.thumbnailright img {
	border: 1px solid #000000;
}

div.thumbnailclear img {
	border: 1px solid #000000;
}

div.thumbnail a:hover img {
	border: 1px solid #ce2722;
}

div.thumbnailright a:hover img {
	border: 1px solid #ce2722;
}

div.thumbnailclear a:hover img {
	border: 1px solid #ce2722;
}



/* class selectors*/

.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
	float:left;
}

.title_signature {
	float:left;
	padding-left: 10px;
}

.justify {
	text-align: justify;
}

.byline {
	text-align: right;
	font-size:9px;
}

.subject_header {
	text-align: left;
	font-size:12px;
	font-weight: bold;
	color: #000000;	
}

.red_type {
	color: #FF0000;
}

/* ~~ link selectors ~~ */  

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active, a:focus {
	color: #ce2722;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
