/* Start of CMSMS style sheet 'WellStop - Styles' */
/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ 
  font-family: serif;
  font-size: 90%;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  letter-spacing: .1em;
  font-weight: normal;
  text-decoration: underline;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{
  width: 850px;
  border-left: 2px solid #fffdd0;
  border-right: 2px solid #fffdd0;
  border-bottom: 2px solid #fffdd0;
  background: #FFFFFF;
}

/* header */
#header
{ width: 100%;
  height: 127px;
}

/* logo */
#logo
{ padding: 0px 0px 0px 0px;
  float: left;
  margin: 0px 0px 0px 0px;
}

#address
{ padding: 11px 17px 0px 14px;
  float: right;
  text-align: right;
}

#address p
{ padding: 0px;
  margin: 0px;
}

#logo h1
{ font-family: verdana, arial, sans-serif;
  margin: 0px;
  padding: 18px 0px 0px 0px;
  font-size: 160%;
  letter-spacing: .3em;
}

#logo h2
{ font-family: verdana, arial, sans-serif;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 100%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu{
 margin: 0px 0px 0px 0px;
 width: 225px;
}

#menuitem {
  font-size: 14px;
  padding: 5px 10px 5px 10px;
}

#menuitem:hover {
  background: #fffdd0;
}

#menuspacer{
  width: 10px;
  height: 15px;
  float: left;
}

#sidebaritem ul
{ height: 38px; 
  margin: 0px auto;
} 

#sidebaritem li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#links
{ float: right; 
  width: 100px;
  text-align: right;
  padding: 0px 18px 0px 0px;
}

/* sidebars */
.sidebar
{ float: left;
  width: 215px;
  padding: 16px 15px 15px 15px;
}

.sidebar ul li {
  list-style-type: none;
  width: 170px;
  padding: 0px 10px 0px 10px;
}

.sidebar2
{   
	position: relative;
	margin-right: 15px;
	margin-top: 200px;
  width: 180px;
}

.sidebar2 a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
  font-size: 75%;
  float: right;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 215px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 110%;
  font-weight: bold;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p{margin: 0px 10px 0px 10px}

.sidebaritem h1
{ font-weight: normal; padding: 8px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 0px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

.sbilinks ul{margin: 0px 0px 18px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

.help
{  padding: 10px;
 border: 2px solid;
 border-color: #555555;
}

.help a {
color: #555555;
} 

/* page content (centre) */
#content
{ text-align: justify;
  width: 384px;
  padding: 11px 9px 15px 9px;
  margin-top: 16px;
  float: left;
}

#content h1
{ font-family: arial, sans-serif;
  margin: 5px 0px 12px 0px; 
  font-size: 125%;
  font-weight: strong;
}

#content h3
{ font-family: arial, sans-serif;
  margin: 5px 0px 12px 0px; 
  font-size: 115%;  
  font-weight: normal;
}

#content a, #content a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* page content 2 (centre) */
#content-no-side
{ text-align: justify;
  width: 584px;
  padding: 11px 9px 15px 9px;
  margin-top: 16px;
  float: left;
}

#content-no-side h1
{ font-family: arial, sans-serif;
  margin: 5px 0px 12px 0px; 
  font-size: 125%;  
  font-weight: strong;
}

#content-no-side h3
{ font-family: arial, sans-serif;
  margin: 5px 0px 12px 0px; 
  font-size: 115%;  
  font-weight: normal;
}

#content-no-side a, #content a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* footer */
#footer
{ height: 44px;  
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center; 
  border-top: 2px solid;
  margin: 4px 15px 4px 15px;
}

#footer a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
}

#footer a:hover
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom, .mtop, .mbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4,
.mtop .m1, .mtop .m2, .mtop .m3, .mtop .m4,
.mbottom .m1, .mbottom .m2, .mbottom .m3, .mbottom .m4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1, .m1{margin: 0 5px}

.r2, .m2{margin: 0 3px}

.r3, .m3{margin: 0 2px}

.rtop .r4, .rbottom .r4, .mtop .m4, .mbottom .m4
{ margin: 0 1px;
  height: 2px
}

/* End of 'WellStop - Styles' */

