/* ========================================== */
/* Typography - font-sizing. Do not adjust. */
/* ========================================== */

body, p, ul, li, td, ol, dl, dd, tr, th, td, table {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: x-small;		/* rule for ie4/5 */
		voice-family: "\"}\"";	/* rule ends for ie4/5 */
		voice-family: inherit;	/* recover */
		font-size: small;		/* rule for better browsers */
}

/* ========================================== */
/* Body definitions. 
   'color' defines text colour of page. 
   'background-color' defines background 
   colour. */
/* ========================================== */

body {
		color: #000;
		background-color: #BCD4F4;
		margin: 0;
		padding: 0;
}

/* ========================================== */
/* Typography - links. 
   Attributes can be 
   changed in these rules, but do not adjust 
   the order in which these four elements are 
   written. */
/* ========================================== */

a:link {
		color: #3D4790;
		text-decoration: underline;
}

a:visited {
		color: #3D4790;
		text-decoration: underline;
}

a:hover {
		color:#4E78C6;
		text-decoration: underline;
}

a:active {
		color:#4E78C6;
		text-decoration: underline;
}

/* ========================================== */
/* Typography - other elements. 
   Defines the 
   the size of header tags relative to the
   standard text size, and gives options to 
   hide and justify text. */
/* ========================================== */

h1 {
		font-size:115%;
		text-align: center;
		margin: 10px 0 8px 0;
		padding: 0;
}

h2 {
		font-size:110%;
		margin: 0 0 8px 0;
		padding: 0;
}

h3 {
		font-size:100%;
		margin: 0 0 8px 0;
		padding: 0;
		color: #3D4790;
}

.hide {
		position: absolute;
		left: 0px;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		/* This CSS class is used to hide the 'Skip navigation' link at 
		the top of each page from standard browsers, whilst leaving it 
		available to screen readers and other devices. */
}

.justify {
		text-align: justify;
		/* This class can be applied to paragraphs or other text 
		elements, in order to justify the text across the width of the 
		paragraph, section or page. */
}

pre {
		font-family: "Courier New", Courier, mono;
		/* Formatting for the HTML <pre> tag, which interprets and 
		displays code literally (with all spaces, gaps, tabs, etc.). 
		If you will not need to display text literally in your site,
		you should delete this declaration. */
}

/* ========================================== */
/* Navigation elements. Defines the formatting
   of the main navigation bar. Attributes for 
   colour and margins can be changed in these 
   rules. */
/* ========================================== */
#pagetop {
		width: 80%;
		background-color: #BCD4F4;		
}
#nav {
		width: 80%;
		border-left: 1px solid #606eab;
		border-right: 1px solid #606eab;
		background-color: #BCD4F4;
		border-bottom: 1px solid #60646E;	
}

#nav ul {
		margin: 0 4px 0 0;
		padding: 0;
}

#nav li {
		display: inline;
		list-style-type: none;
		padding: 0;
		margin: 0 4px 0 0;
}

#nav li a { 
		padding: 0;
		margin: 0 4px 0 0;
		border: 1px solid #60646E;
		font-weight: bold;
		line-height: 205%;
}

#nav a:link, #nav a:visited {
		padding: 0;
		margin: 0 4px 0 0;
		color: #fff;
		background-color: #859DBD;
		text-decoration: none;
}

#nav a:hover, #nav a:active {
		padding: 0;
		margin: 0 4px 0 0;
		color: #fff;
		background-color: #369;
		text-decoration: none;
}

/* ========================================== */
/* Table id attributes. Defines the 
   appearance of various specific page areas. */
/* ========================================== */


#pscroller2{
width: 700px;
margin: 0 0 0 50px;
height: 20px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#top {
		border-bottom: 1px solid #606eab;
		border-top: 1px solid #606eab;
		border-left: 1px solid #606eab;
		border-right: 1px solid #606eab;
		background: #636bac url("../images/Howth-Web-Design-Banner.jpg") left top no-repeat;
		width: 80%;
		height: 78px;
}
#container {
		border: 1px solid #606eab;
		width: 800px;
		align: centre;
		background-color: #FFFFFF;
}

#logo {
		background-color: #FFFFFF;
}

#main {
		width: 80%;
		border-left: 1px solid #606eab;
		border-right: 1px solid #606eab;
}

#content {
		background-color: #E4ECF8;
		width: auto;
		padding: 5px 10px 5px 10px;
		vertical-align: top;
}

#content p, #content li, #content dl {
		line-height: 160%;
		width: 90%;
		margin-bottom: 0;
		text-align: left;
		
}

  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 40px 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(http://www.howthwebdesign.ie/images/menub_bg_large.gif) repeat-x; /*tab background image path*/
	height: 56px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(http://www.howthwebdesign.ie/images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(http://www.howthwebdesign.ie/images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

#toplogo	{		
		padding: 9px 0 0px 0px;

}
#bannerimage {width: 600px; 
		background: url(http://www.howthwebdesign.ie/images/bannerimagetop.jpg) right top no-repeat;
		height: 169px;
}
#sideimage {width: 50px; 
		background: url(http://www.howthwebdesign.ie/images/bannerimagetop_side.jpg) right top no-repeat;
		height: 169px;
}

#topline {
		border-bottom: 8px solid #035c96;
}

#bottomline {
		border-bottom: 8px solid #035c96;
}
#left {width: 150px; 
		background: url(http://www.howthwebdesign.ie/images/leftUpper.jpg) right top no-repeat;
		height: 169px;
}
#left ul {margin: 0; padding: 5px 0 0 0; width: 150px;}
#left li {list-style-type: none; display: inline;}

#left li a {
		text-decoration: none;
		padding: 0px 0 13px 15px;
		display: block;
		color: #fff;
}

#left li a:hover {
		color: #000;
}

#right {
		background-color: #E4ECF8;
		border-left: 1px solid #60646E;
		width: 100px;
		padding: 5px 10px 5px 0;
		text-align: right;
		line-height: 150%;
}
#right ul {margin: 0;}
#right ul li {list-style-type: none;}

.datatable {
		max-width: 58%;			/* rule for ie4/5 */
		voice-family: "\"}\"";	/* rule ends for ie4/5 */
		voice-family: inherit;	/* recover */
		max-width: 80%;			/* rule for better browsers */
}

#content table tr td, #content th {
		padding-bottom: 5px;
		padding-top: 5px;
}
#centre {
		background-color: #E4ECF8;
		padding: 5px 10px 5px 100;
		text-align: centre;
		}
#base {
		width: 80%;
		background-color: #D3DCE8;
		border-top: 1px solid #60646E;

}
#base_bot {
		width: 80%;
		background-color: #D3DCE8;

}

#base td {
		padding: 5px;
}

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

/* ========================================== */
/* Other rules. General formatting for other
   page elements. */
/* ========================================== */

form {
		margin: 0;
		padding: 0;
}

td, tr, th, table {
		vertical-align: top;
		padding: 0;
}

th {
		text-align: left;
}

img {
		border: 0;
}
