@charset "utf-8";
body 
{
	font-family: Courier New, Helvetica, Arial, Sans-Serif;
	font-size:80%;
	width: 800px; 
	margin: 36px 0 72px 36px;
	padding: 0;
	text-align: left;
	

	/*background-image: url("./images/ohdh_bg_sm.jpg");
	background-position: 50% 50%;
	background-repeat: repeat;*/
}



/* container specific formatting */


#container, #headline, #heading, #subheading, #summary, #content_top, #content_bottom, #info_heading, #info
{
	float: left;
	width: 800px;
	margin-bottom: 36px;
}




#content_left{
	float: left;
	width: 536px;
	margin-right: 36px;
}

#content_right{
	float: right;
	width: 228px;
}


#contentleft_top{
	font-weight:bold;
}

#heading
{
	margin-bottom: 0px;
	font-size:400%;
	font-weight:bold;
	background-color: White;
}

#heading a
{
	background-color:White;
}

#heading a:hover
{
	background-color:black;
	color:White;
}

#subheading
{
	font-size:150%;
	font-weight:bold;
	background-color: White;
}

#headline
{
	padding: 8px 0 8px 8px;
	width:992;
	font-size:125%;
	color:white;
	background-color:purple;
	text-decoration:blink;
}

#summary
{
	font-size:200%;
	background-color: White;
}


#map
{
	float: left;
	width: 536px;
	margin-right: 36px;
}

#contenttop_right 
{
	width: 228px;
	float: right;
	font-weight:bold;
}

#contenttop_left 
{
	float: left;
	width: 536px;
	margin-right: 36px;
}


#contentbottom_left 
{
	float: left;
	width: 358px;
	margin-right: 36px;
}

#contentbottom_right 
{
	width: 406px;
	float: right;
	font-weight:bold;
}

#info_heading
{
	font-size:200%;
	background-color: White;
	margin:18px 0 18px 0;
}


/* text formatting */

a{
	text-decoration: none;
	color:#000000;
	outline:none;
	background-color:Yellow;
	
}


a:hover {
	background-color:Black;
	color:White;
}

.highlight
{
	font-size: 300%;
	font-weight: bold;
	text-align:center;
	padding-bottom: 36px;
	background-color: White;
}



/** Twitter Widget **/

#a_rpnet_twitterWidget li
{
	color:Purple;
	list-style-type:none;
	padding-bottom: 18px;
	margin-left: -36px;
}

#a_rpnet_twitterWidget li a 
{
	color:white;
	background-color:purple;
}

#a_rpnet_twitterWidget ul 
{
	list-style-type:none;
}

#o_rpnet_twitterWidget li
{
	list-style-type:none;
	padding-bottom: 18px;
	margin-left: -36px;
}

#o_rpnet_twitterWidget li a 
{
	color:white;
	background-color:black;
}

#o_rpnet_twitterWidget ul 
{
	list-style-type:none;
}

.special 
{
	background-color:Purple;
	color:white;
	padding:3px 6px 3px 6px;
}



/** gMap hacking **/
      
.info-container-style {
	color: white; 
	background-color: purple;
	margin-top:50px;
	height:68px;
	font-size:125%;
}


.info-extra-style
{
	display:none;
}
.gmnoprint-hide img
{
	display:none;
}
	
/** instaTweet **/

div.instaTwitter
{
	width: 376px;
	float: right;
    padding: 0px 15px;
	margin-bottom:15px;
    background:  purple;
	color:white;
}

div.instaTwitter input{
	width:100px;

}

div.instaTwitter input.msgInput{
	width:284px;

}

div.instaTwitter input.submit{
	background:purple;
	color:white;
	border:white solid 1px;
	cursor:pointer;
	font-family: Courier New, Helvetica, Arial, Sans-Serif;
}