/* Start of CMSMS style sheet 'SHP - Basic Layout 3 col' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}
a:focus, a:active {
outline: 0;
-moz-outline: none;
}
/*
Set initial font styles
*/
body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	background-color: #E9E7D4;
	color: #333;
	text-align: center;
	background-image: url(images/SHP-Template/background.jpg);
	background-repeat: repeat-x;
	position: relative;
	background-attachment: fixed;
}
/*
Set table layout for services list
*/ 
#services{
	background-color: #F5F5F5;
	border: 3px solid #EDEDED;
	width: 100%;
}
#services td{
	padding: 3px;
	font-weight: bold;
	color: #4C4C4C;
	line-height: 2em;
}
#welcome-flash{
	display: block;
	overflow: hidden;
	height: 300px;
	width: 475px;
	border: 3px solid #EDEDED;
	margin-bottom: 15px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C; /* a different color can be used for visited links */
}

a.button-link {
	font-weight: bold;
	color: #224615;
	text-decoration: none;
	font-size: 13px;
	background-color: #FEFF8D;
	border: 2px solid #BCBCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

a:hover.button-link{ 
	background-color: #FFCC00;
	border: 2px solid #666666;
}

#pagewrapper #content #main .button-link a{
	font-weight: bold;
	color: #224615;
	text-decoration: none;
	font-size: 13px;
	background-color: #FEFF8D;
	border: 2px solid #BCBCBC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
#pagewrapper #content #main .button-link a:hover{ 
	background-color: #FFCC00;
	border: 2px solid #666666;
}

 /*****************
basic layout 
*****************/
.action-block{
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.action-block a{
	text-decoration: none;
}
/* center wrapper, min max width */
div#headerwrapper {
	width: 1024px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div#pagewrapper {
	position: relative;
	display: block;
	width: 974px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/SHP-Template/mainpage-repeat.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
	_left: 2px;	
}
div#pagewrapper-bottom {
	position: relative;
	width: 1024px;
	display: block;
	background-image: url(images/SHP-Template/mainpage-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
	background-image: url(images/SHP-Template/header.png);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 286px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

div#header h1 a {
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 50px;
	right: 0px;/* you can set your own image here */
	background-image: url(images/SHP-Template/Logo.png);
	height: 150px;
	width: 725px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* position for the search box */
div#search {
	float: right;
	width: 27em;    /* enough width for the search input box */
	text-align: right;
	position: relative;
	top: -5px;
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
}
div#search  input{
	font-size: 10px; 
}


div.breadcrumbs {
	font-size: 90%;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(images/SHP-Template/breadcrumbs-repeat.gif);
	background-repeat: repeat-x;
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 10px;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
	background-color: #FFFFFF;
	background-image: url(images/SHP-Template/3columnrepeat.jpg);
	background-repeat: repeat-y;
	width: 948px;
	margin-right: 15px;
	margin-left: 15px;
	_height:1%;
	padding-top: 15px;

}
div#main a{
	color: #859E49;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
 }
div#main a:hover{
	color: #FF6600;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	border-bottom-width: 1px;
 } 

#content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main {
	margin-left: 25px;
	display: block;
	float: left;
	width: 485px;
}

div#sidebar {
	width: 220px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}


div#feature_bar {
	width: 185px;
	float: left;
	margin-left: 30px;
	padding-top: 15px;
}

div#footer {
	clear: both;       /* keep footer below content and menu */
	color: #fff; /* same bg color as in header */
	background-image: url(images/SHP-Template/footer-repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9DC66A;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
	color: #fff; /* needed becouse footer link would be same color as background otherwise */
	text-decoration: none;
	font-weight: bold;
	font-size: 1.25em;
}
div#footer p a:hover {
   color: #66FFFF; /* needed becouse footer link would be same color as background otherwise */
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #FF6600; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {   
	margin: 0 0 1.5em 0; /* some air around p elements */
   font-size: 1.25em;
   line-height: 1.65em;
   padding: 0px;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
    
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
 
   line-height: 1.65em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

#selfregistration label{
	font-weight: bold;
	color: #333333;
}
/* Top Button */
.top {
	height: 21px;
	width: 58px;
	float: right;
	display: block;
	position: relative;
	top: -5px;
}
#main .top a {
	height: 21px;
	width: 58px;
	background-image: url(images/SHP-Template/Top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1px;
	text-indent: -9999px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	 
}
#main .top a:hover {
	background-position: center bottom;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	 
}
/* End Top Button */
/* Framed Block */
 .block{
	padding: 10px;
	border: 3px solid #E1DCD4;
	_height:1%;
	margin-bottom: 0.65em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	

}

.block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* END Framed Block */

.block input{
	margin-top: 3px;
}

#relational_links p{
	font-size: 10px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7AB0B;
	padding-top: 5px;
}
#relational_links p a{
	color: #E7AB0B; 
}
#relational_links p a:hover{
	color: #DD0D0F; 
}


/* Styling for Anchor link jumps */
ul.anchorlinks {
	padding: 10px;
	border: 3px solid #E1DCD4;
	margin-bottom: 0.65em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	_height: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.anchorlinks:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.anchorlinks li{
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 30%;
}
.anchorlinks li a{
	text-decoration: none;
	padding: 3px;
	color: #135798;
	font-weight: bold;
}
.anchorlinks li a:hover{
	color: #FF6600; 
}
/* Styling for PDF links*/

.pdf{}
#main a.pdf{
	background-image: url(images/SHP-Template/pdf-document.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 25px;
	font-size: 13px;
	height: 16px;
	margin: 0px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main a:hover.pdf{
 	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form td{
	text-align: left;
}

.signup_block{
	border: 3px solid #666666;
	_height:1%;
	margin-bottom: 0.65em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-image: url(images/SHP-Template/SignUpMessage.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 175px;
}

#content .signup_block h2{
	border-bottom-color: #62A4DE;
	border-left-color: #62A4DE;
	color: #333333;
}
/* Form styles */
textarea{
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}
label{
	font-weight: bold;
	color: #688447;
	padding-top: 5px;
	padding-bottom: 5px;
}
input{
	margin-top: 5px;
	margin-bottom: 5px;
}
/* End of 'SHP - Basic Layout 3 col' */

