/* CSS Document */
/* SMHRN */

/* Site */
body
{
	background-color: #FFFFFF;
	background-image: url('images/bodyShadow.png');
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin-left:: 0px;
	padding: 0px;
	border-top-color: #0C3;
}

.page
{
	background-color: #FFFFFF;
	width: 950px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	border-width: 1px;
	text-align: center;
}

.container
{
	/*background-image: url('../images/ECRC_sidebar.jpg');
	background-repeat: no-repeat;
	background-position: top left;*/
	margin-left: 200px;
	text-align: center;
	/*min-height: 600px;
	height:auto !important;
  	height:600px;*/
}

.title
{
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	background-color: #9c95bf; 
	color: #FFF; 
	padding: 10px;
	border-bottom:solid 1px #333; 
}

.texthead
{
	font-size: 12pt;
	color: #000066;
}

.content
{
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
}

img
{
	border: 0;
}

.sidefloat
{
	float: right;
	width: 200px;
	text-align: right;
}

.subtitle
{
	font-size: 10pt;
	color: #0F4F7F;

}
/* Topbar */
div.topbar
{
	text-align: left;
	padding-left: 3px;
	height: 120px;
	background-image: url('smhrn_images/topbarSide.png');
	background-repeat: no-repeat;
	background-position: top right; 
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #767480;
	
}

div.topBarText
{
	padding-top: 30px;
	margin-left: 250px;
	font-family: verdana, helvetica, arial;
	font-size: 18pt;
	color: #000033;
}

div.topBarLink
{
	padding-top: 10px;
	margin-left: 280px;
	font-family: verdana, helvetica, arial;
	font-size: 12pt;
	color: #000033;
}

div.topBarLogo
{
	padding: 2px;
	float: left;
}

/* Sidebar */
.sidebar
{
	width: 200px;
	border-width: 1px;
	height: 600px;
	float: left;
	font-family: verdana, helvetica, arial;
}

.darkButton
{
	background-color: #9c95bf; 
	border-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #767480;
	padding: 8px;
	color: #000;
	font-weight: bold; 
}

.lightButton
{
	display: inline;
	background-color: #ECE7FF;
	border-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #767480;
	padding: 8px;
	color: #000033;
}
/* Profile Divs */

div.profile
{
	width: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	padding: 2px;
	float: left;
	margin-left: 0px;
}

div.profileImage
{
	float: left;
	margin-left: 0px;
	padding: 0px;
	
}

div.profileText
{
	padding-left: 15px;
	padding-right: 5px;
}

/* LINKS */
a:link                      {color: #309; text-decoration: none;}
a:visited					{color: #309; text-decoration: none;}
a:active					{color: #22752c; text-decoration: underline;}
a:hover						{color: #22752c; text-decoration: underline;}
   
a.text:link					{color: #309; text-decoration: none;}
a.text:visited				{color: #309; text-decoration: none;}
a.text:active				{color: #22752c; text-decoration: underline;}
a.text:hover				{color: #22752c; text-decoration: underline;}

a.nav:link					{color: #FFF; text-decoration: none;}
a.nav:visited				{color:#FFF; text-decoration: none;}
a.nav:active				{color: #666699; text-decoration: underline;}
a.nav:hover					{color: #666699; text-decoration: underline;}

/* standard tags */
.greysmall
{
	font-size: 8pt;
	color: #999999;
}

.error
{
	font-size: 8pt;
	color: #FF0000;
}

.padtop
{
	padding-top: 15px;
}

.padleft
{
	padding-left: 15px;
}

.blocknews
{
	background-color: #ECE7FF;
	border-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-color: #767480;
	padding: 8px;
	color: #000033;
	width: 700px;
}


/* TABLES AND FORMS */
td
{
	font-size: 10pt;
	vertical-align: top;
}

textarea
{
	font-size: 10pt;
	font-family: helvetica, arial, verdana;
}

.fieldName
{
	font-size: 8pt;
	vertical-align: top;
	padding-right: 8px;
	text-align: right;
	color: #000066;
	width: 220px;
}

.fieldHead
{
	font-size: 8pt;
	vertical-align: top;
	color: #000066;
}

.fieldBox
{
	vertical-align: top;
	text-align: left;
	margin-left: 10px;
}

.mailerror
{
	padding: 3px;
	background-color: #9999CC;
}

.fieldBorder
{
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#767480;
}

.fieldNull
{
	vertical-align: top;
	text-align: left;
	margin-left: 10px;
	background-color: #9999CC;
}

td.list
{
	font-size:12px;
	border-bottom: 1px double;
	border-bottom-color: #767480;
}


td.S_head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #DBD5BF;
}
h2 {
	font-size: 125%;
	color: #9c95bf;
	font-family: Verdana, Geneva, sans-serif;
}

.subcontent {
	float: left; 
	width: 440px;
	padding-right: 10px;
	padding-top: 0px; 
}

.subcontent2 {float: left; 
	          width: 410px;
	          padding-right: 10px;
 	          padding-top: 0px; } 

.footer {
	width: 650px;
}

.address {
	text-align: center;
	font-size: 18px;
	color: #009;
	font-style: italic;
}

.services {width: 700px; 
           padding: 20px; 
                       }

.list   {
	padding-bottom: 10px;
	font-weight: bold;
}

.boxes {
	float: left;
	width: 300px; 
	padding-right: 10px;
	padding-left: 10px; 
	padding-bottom: 10px;  
	line-height: 25px; 
           }
.strategy {
	float: left;
	width: 460px;
	padding-right: 30px;
}

.pdg {float: right;
	  padding-right: 30px;}
	  
.pds {
	font-size: 12px;
	width: 360px; 
	float: left;
	padding-left: 10px;
	Padding-bottom: 10px;
	line-height: 1.5em;
	}
	
.register {
	float: left;
	width: 420px;
	text-align:justify; 
	padding-right: 10px;
	padding-bottom: 10px;
}

.launch {
	float: left;
	width: 390px;
	padding-right: 10px;
	text-align:justify; 
}
.join { 
	float: right;
	width: 300px;
	height: 150px;
}
.image {
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px; 
}
.image2 {padding-bottom: 10px; 
         padding-top: 10px;
		  } 
.image3  {padding-top: 30px;
          padding-bottom: 20px;}
.flowers3 {float: left;
           width: 350px;
		   line-height: 1.5em;}
		 
