
/* CSS Document */

body {    font-family: verdana, Calibri, Arial Rounded MT Bold, Trebuchet MS, helvetica, sans-serif;
	  background:#fff ;
	  margin:20px auto ;
	  font-size: 14px;
	  color: #;
}

#wrapper {
	  width:960px;
          margin:0px auto;
	  background:;
	  background-color:#ffff;
          border: solid 1px #c0c0c0; 
}


a
{
	background-color: inherit;
	color: #0000EE;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 22px;
}

ul
{
	list-style: disc;
	padding-left: 10px;
	margin-bottom: 15px;
}

h3
{
	font-size: 18px;
	margin-bottom: 30px;
}

h4
{
	font-size: 13px;
	margin-bottom: 5px;
}

#header {
        width: 960px;
	height: 145px;
	margin: 0em 0em 0em 0em;
        border: solid 0px #0000ff;
}

#logo {
	float: left;
        width: 960px;
	height: 110px;
	margin-left: 0px;
        padding: 0px;        
	background: url(../images/atom.gif) no-repeat left center;
        border: solid 0px #ff0000;
}

#logo h1, #logo p {
	
}

#logo h1 {
        font-family:Arial Rounded MT Bold, Trebuchet MS, helvetica, sans-serif ;
        text-shadow: 2px 2px 2px #000;
	margin: 0;
	padding: 30px 0 0 95px;
	letter-spacing: -1px;
	font-size: 3em;
	font-weight: normal;
	color: #0022aa;
}

#logo a {
	color: #000000;
        text-decoration: none;
}

#logo h1 a {
	color: #000000;
        text-decoration: none;
}

#logo h1 a:hover {
	text-decoration: none;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	
}

#social_network {
	float: right;
        width: 950px;
	height: 25px;
        text-align: right;
	margin-top: 5px;
        padding-right: 10px;  
	border: solid 0px #000000;
}


#search {
	float: right;
	width: 280px;
}

#search form {
	margin: 0;
	padding: 25px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
}

#search #s {
	width: 193px;
	margin: 0px 6px 0px 0px;
	padding: 2px 6px;
	background: url(../images/img02.gif) repeat-x;
	border: 0px solid #ACACAC;
}

#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #007799 url(../images/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}




#menu    
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 30px;
	color: #222222;
	background-color: #f5f5f5;
	border-bottom: solid 1px #DADADA;
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 30px;
	margin-bottom: 0px;
}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #333333;
}

#menu ul li a:hover
{
	background-color: #0022AA;
	color: #fff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	background-color: #ffffff;
	color: #0022aa;
}

#container
{
	margin: 0px 40px 0px 20px;
        
}

div.float {        
                        float: left;
                        text-align: center;
                        width: 250px;
                        margin: 0 5 0 0px;
                        padding: 0px 0px 0px 0px;                  
                        border:0;
}

#primarycontainer
{
	float: left;
	margin-right: -300px;
	width: 100%;
}

#primarycontent
{
	margin-right: 340px;
}

#primarycontent p
{
	margin-bottom: 20px;
}

#secondarycontent
{
	float: right;
	width: 300px;
}

#footer1
{
	text-align: center;
	margin: 20px 0px 0px 0px;
        text-color:#c0c0c0;
        background-color:#f5f5f5;
	padding: 5px;
	border-top: solid 1px #DADADA;
	clear: both;
}

#footer1 a {
	color: #c0c0c0;
        text-decoration: none;
}

#footer1 a:hover {
	text-decoration: underline;
}

#footer2
{
	text-align: center;
	margin: 0px 0px 0px 0px;
        text-color:#ffffff;
        background-color:#0022AA;
	padding: 10px;	
	clear: both;
}

#footer2 p {
	font-size: 10px;
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px;
	
}

.clearit
{
	clear: both;
	height: 1px;
}



