/* styles.css 
author: glasgowwebdesign.co.uk
*/

body { margin: 0px; padding:0px; font-family: Verdana, Arial, sans-serif; font-size: 0.8em; background-image: url('images/stripe.png'); background-repeat: repeat-both; color: #202020; line-height: 1.5; }

h1,h2,h3,h4,h5 { margin: 8px; font-weight: normal; }
h1{} 
h2{ margin-top: 15px; } 
h3{ margin-top: 15px; } 
h4{} 
h5{} 
p { margin: 8px;  }
br.both { clear: both; }
img { border: 0px; }


div#container { margin: 10px auto; width: 970px; border: 1px solid #0f274a; background-color: #ffffff; }

div#header { background-image: url('images/banner4.jpg'); background-repeat: no-repeat; height: 200px; }

div#hlinks { height: 40px; float: left; width:100%; margin: 0px; background-color: #16376a; border-top: 1px solid #ffffff; font-family: Verdana, Arial, sans-serif; }
ul#blockmenu { float: left; list-style-type:none; margin: 0px; padding: 0px; }
ul#blockmenu li { float:left; display:inline; border-right: 1px solid #dfdfdf; margin: 0px; padding: 0px;  }
ul#blockmenu li.first { }
ul#blockmenu a{ float: left; width:115px; border:0px; padding: 7px 10px 3px 45px; height: 30px; display:block; color: #ffffff; font-size: 140%; text-decoration: none; }
ul#blockmenu a.long { width:145px; }
ul#blockmenu a:hover { background-color: #2255a4; }

ul.nobullets { list-style-type: none; }

div#main { clear: both; }

div#mainleft { width: 645px; float: left; padding: 10px; }
div#mainright { width: 255px; float: right; padding: 10px; }
div#mainright img { margin-bottom: 10px; padding: 2px; border: 1px solid #cfcfcf; }

div#footer { width: 970px; margin: 10px auto; text-align: center; }	

em.underline { font-style: normal; text-decoration: underline; }

a { color: blue;  }
a:visited { color: blue; }