@charset "utf-8";
/* CSS Document */

/* begin basic global styles */
html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {color: #3a3a3a;list-style: none; margin: 0;padding: 0; }
html { background: #fff; }
body { font: 12px arial; }
a { color: #444; font-weight: bold; text-decoration: none; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }

/* Body Wrapper */

#main {background: #EFF9FF; margin: 0 auto; width: 777px; border-width: 0 5px; border-style:solid; border-color: #336699; height: 100%;}

/* Heading Styles */

/* Page Layout---2 columns */

#rightside {  } /*this should be set to the width of the sidebar*/
#leftside { width:220px; float:left; }

/* wrapper for elements below nav */

#mainArea { padding: 1em; }



#topLinks { text-align: center; border: 2px solid #336699;border-left: none; border-right: none;background-color: #EFF9FF; display: block; margin-top: 50px; }
#topLinks li { line-height: 2em; }
#topLinks li a { width: auto; height: auto; }
#topLinks a, #topLinks a:link { color: #336699; }
#topLinks a:hover { text-decoration:underline; color: #333366; }
#topLinks {
	background-image:url('/images/link_bg.gif');
}
#sidesm {
	text-align:left;	
}
#topLinks li a, #sidesm li a {
        padding: .5em;
	font-size: 100%;
	line-height: 2.5em;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	background: #EFF9FF;
        display: inline;
}
#topLinks a, #sidesm a{
	background-color: #EFF9FF; 
	color: #fff; 
	display:inline;
	border-bottom: 1px solid #EFF9FF;
}
#topLinks a:hover, #sidesm a:hover  {
	color: #1b4b7b; 
}
#topLinks li {
display: inline;
list-style: none;
margin: 0 auto;
}




#content {text-align: left; margin:1em 0; padding:1em;}
#content img { margin: 10px; border: #eee solid 1px; }



/*------------------------------------------
Forms
------------------------------------------*/
#content form {  }
#content form span { display:block; clear:both; }
#content form span label {  float:left; text-align:left; line-height:2em;}
#content form span input[type=text], #content form label textarea { width:80%; }
#content form span textarea { height:75px; width:70%; }
#content form input[type=submit] { margin:0 auto; }

#fix-it {
clear: both;
}

.opportunist {
width: 600px;
margin-left: auto;
margin-right: auto;
border: 1px solid #ccc;
padding: 10px;
font-weight: normal;
}

.opportunist img {
float: left;
margin: 10px;
border: 3px solid #000;
}

.opportunist span {
font-weight: bold;
}

#disclaimer {
width: 550px;
font-size: 95%;
margin: 5em auto 1em;
border: 1px solid #eee;
padding: 7px;
}

.left-float {
float:left;
text-align:center;
font-weight:bold;
}

.right-float {
float:right;
font-weight:bold;
text-align:center;
}

#tehform input {
float:right;
}

#tehform label span {
width: 500px;
float:left;
}

#submit-button {
clear:both;
margin-top: 4em;
margin-bottom: 2em;
margin-left: 350px;
}