/* Online Business, free web template by davereederdesign.com */

body { 
        margin: 0; 
        padding: 0; 
        text-align: left; 
        background: #e0e0e0;
        color: #333;
}


/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #00A2FF}
/* Typography */
body { 
	font-size: 12px;
}
p {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */ 
	margin: 0 0 1.5em 0;
	font-family: “Frutiger”, “Univers”, “Helvetica Neue”, arial, helvetica, sans-serif;
}
h1  { 
	font-size: 2em;  /* 24px */ 
	line-height: 2em;  /* 24px */ 
	margin: 1.5em 0 1em 0; 
}
h2 { 
	font-size: 1.1667em; 
	line-height: 1.286em; 
	margin-top: 1.929em; 
	margin-bottom: 0.643em; 
}
span.amp { 
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
	font-style: italic; 
	font-size: 110%; 
}
.sidenote {
	font-size: 0.8333em;  /* 10px */ 
	line-height: 1.8em;  /* 18px */ 
}

/* Stylistic Elements */
li {
	list-style: none;
}
.accomplished li {
	list-style: disc; 
}
.hidden {
display: none;
}


/* Heading styles */
h1 {text-align: center; }
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2 {font-size: 1.33em;margin: 0; padding-left: 10px;  background-color: #333; color: #fff;} /* headings on black backgrounds */


h3 {font-size: 1.25em; line-height: 1.25em; font-weight: normal}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em;  font-weight: bold} /* appears like bold paragraph text */



/* Text styles */

p.updated {margin-left: 10px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

#siteimg p {   /* This is the large text in the site img div */
        margin: 0 0 0 0; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
        padding-left: 4em;
        padding-right: 4em;
        text-align: center;
        padding-top: 70px;
        font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
        font-size: 1.5em; 
        line-height: 1.5em; 
        font-weight: bold; }

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 10px; font-size: 0.70em; line-height: 1.75em; list-style: inside square}



/* Paragraph Links */
a {color: #00A2FF; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #00A2FF; font-weight: bold; text-decoration: none}
a:hover {color: #333; font-weight: bold; text-decoration: none}


/* Divs */

#container {
        margin: 0 auto;
        width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
        background: #fff;
        overflow: hidden
}

#topbar {   /* Top bar, can be used for extra links etc */
        width: 770px;
        height: 10px;
        background: #333
}


#hdr {    /* Header/Banner area */
        width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
        height: 4.5em; /* Same as h1 line-height */
        line-height: 4.5em;
        background: #fff
}

#navbar {   /* Main Navigation area */
        display: none;
        text-align: center;
        width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
        height: 0;
/*      background: #f0f0f0; /* Light Grey */
}

#siteimg {   /* Large Site Image */
        text-align: center;
        width: 770px; /* Suits an 800x600 page, allowing for scrollbar */
        height: 200px;
/*      background: url('images/siteimage.jpg') #fff; /* Light Grey */
        background-repeat: no-repeat;
        background-position: top right; 
}

#siteimg p {
        margin: 0px 80px 0px 80px;
}

#lftcol {
        margin-left: 20px;
        float: left;
        width: 290px;
        background: transparent;
        overflow: hidden
}

#rgtcol {
        float: left;
        margin-right: 20px;
        width: 440px;
        background: transparent;
        overflow: hidden
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
        float: right;
        width: 570px;
        height: 3em;
        line-height: 3em;
        background: #fff;
        overflow: hidden
}


/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
        line-height: 30px; /* same as height of nav bar */
        margin-left: 10px; 
        display: inline;
        font-weight: bold
}

#nav a span {color: #333}


/* Forms, Input boxes and buttons */
form.login {float: right; height: 3em; line-height: 3em; margin: 10px 0 0 0; width: 8.0em;}
input.login {border: 1px solid #333; width: 6em; font-size: 0.95em;}
input.loginbttn {border: 0px solid #fff; width: 3em; background: #00A2FF; color: #fff; font-size: 1.0em}

/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */