@charset "UTF-8";
* {margin:0;padding:0;}


body  {
	background: url(../images/09ABCSiteImages/bcknd.jpg) no-repeat 0px 80px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border-width: 0px;	
	border:0px;
}

#main {
	width:1024px;
	margin:0 auto;
	clear:both;
	padding-right:0px;
	padding-left:0px;
	background: #8e8e88;
	
	}
	
#content {
	width:691px;
	float:right;
	padding:0px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: auto;
} 

#hometext {
	width:691px;
	float:right;
	padding:10px 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: auto;
	background: #8e8e88;
} 

#hometext p{
	font-family: "Frutiger 55 Roman", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
} 

	
#hometext a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #331818;
	text-decoration: none;	
	}
	
.style10{font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #331818;
	text-decoration: none;}
	
#hometext a:hover {
	text-decoration: underline;	
	
	}
	
#hometext img {
	padding-left: 10px;	
	padding-top: 10px;
	
	
	}

#sidebar {
	width:333px;
	float:left;
	padding:0px 0;
	text-align: left;
	margin: 0px;
	background:  #000;
	min-height: 100%;
	height: auto;
	}
	
#links {
	width:333px;
	float:left;
	padding:5px 0 0px 0px;
	height:220px;
	text-align: left;
	background: url(../images/menubcknd.jpg) repeat-x;
	margin: 0px;
	}
	
#links ul {
	list-style-type: none;
	width: 333px;
} 

#links li {
	border: 1px dotted #999;
	border-width: 0px 0;
	margin: 5px 0;
	
}

#links li a {
	color: #a0dadf;
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 50px;
	text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 333px;
}

#links li a:hover {
	background: #26767d;
	padding-left: 50px;
}

	
#discover {
	width:333px;
	padding:0px 0px;
	height:150px;
	background: url(../images/ramtechlogo.jpg) no-repeat;
	margin: 0px;
	float: left;
	}
	
#explore {
	width:333px;
	float:left;
	padding:0px 0px;
	height:150px;
	text-align: left;
	background: ffffff url(../images/menubcknd.jpg);
	}
	
#whatcanwedo {
	width:333px;
	float:left;
	padding:0px 0px;
	height:65;
	text-align: left;
	}
	
#newsindex {
	padding-left: 25px;
	}
	
	
#sidebar a:hover{
	color: #000;
	text-decoration: none;
}
	
#header {
	margin:0 auto;
	background: url(../images/09ABCSiteImages/headerbcknd.jpg) no-repeat;
	padding:0px 0px;
	height:113px;
	text-align:left;
}



#righthandside {
	margin:0 auto;
	float: right;
	padding:0px;
	width:500px;
	height: 70px;
	text-align:left;
}

#headlogo {
	margin:0 auto;
	clear:both;
	background: url(../images/header.jpg) no-repeat;
	padding:0px;
	height:129px;
	text-align:center;
	width:1024px;
}

#signup {
	float:left;
	text-align:left;
	width:54px;
	height:120px
}



div.my_wrapper{
    width: 530px;
}

div.my_left_box{
    float: left;
    padding: 0px;
    width: 240px;
}

div.my_right_box{
    float: right;
    padding: 0px;
    width: 290px;
}

#head h1 {
	margin:0 auto;
	padding:0 10px 0 10px;}
	
	#homeLink /* link to homepage */
{
	float:left;
    width : 280px;	 /* Change this to the approx. width of the logo
*/
    height: 83px;	 /* Change this to the approx. height of the
logo */
    top:0px;
	margin-left: 80px; 	 /* */
    margin-top: 0px;
    z-index: 99999;
}


#headlogolink /* link to homepage */
{
	float:left;
	text-align:center;
    width : 400px;	 /* Change this to the approx. width of the logo
*/
    height: 113px;	 /* Change this to the approx. height of the
logo */
    top:0px;
	margin-left: 300px; 	 /* */
    margin-top: 0px;
	margin-bottom:0px;
    z-index: 99999;
}


#signupLink /* link to homepage */
{
	float:left;
    width : 54px;	 /* Change this to the approx. width of the logo
*/
    height: 140px;	 /* Change this to the approx. height of the
logo */
    top:0px;
	margin-left: 0px; 	 /* */
    margin-top: 0px;
	margin-bottom:0px;
    z-index: 99999;
}

.hide /* link to homepage */
{
	visibility: hidden;
}



	
	/* Content Area */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 345px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	min-height:100%;
}

#foot{
	width:920px;
	margin:0 auto;
	line-height:1.1em;
	padding:10px 0px 0px 60px;
	text-align:right;
	height: 40px;
	background: #000;
}
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footerleft{
	float: left;
	width: 335px;
}


#footercenter{
	width: 260px;
	float: left;
}
#footeright{
	float: right;
	width: 50px;
}

