/**********************************************************  main layout */

body
{
	font-family: Arial,Helvetica,sans-serif;
}

img
{
	margin:0 10px 10px 0;
	border:1px solid #ccc;
	padding:5px;
}

/**********************************************************  header/branding */
#header h1
{
	background: url(../images/logo_rora.gif) no-repeat -10px 0;
	height: 67px;
	text-indent: -9999em;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header h1 a
{
	text-decoration: none;
	outline: none;
	display:block;
	width:30%;
}

#branding
{
	min-height: 100px;
	background-color: #d9e4ef;
}
#branding h2
{
	font-size: 3em;
	color: #33c;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0;
}
#branding ul
{
	list-style: none;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
	padding-left: 10px;
}

#branding ul li
{
	float: left;
	padding-right: 20px;
	color: #26006d;
}
#branding img
{
	background-color: white;
	padding:0;
	margin-bottom:0;
	padding-top: 5px;
	clear: both;
	display: block;
	border:0;
}


/**********************************************************  navigation */
#navigation
{
	background-color: #999;
	margin-bottom: 5px;
}
#navigation ul
{
	list-style: none;
	float: right;
	margin: 0;
}
#navigation ul a
{
	color: white;
	text-decoration: none;
	padding-right: 20px;
	line-height: 2em;
}
#navigation ul li
{
	float: left;
}
#navigation #tagline
{
	line-height: 2em;
	font-style: italic;
	color: white;
	padding-left: 10px;
}
/**********************************************************  main content */
p
{
	margin: 0 0 1em;
}
#content
{
	min-height: 500px;
}

#content div
{
	min-height: 500px;
}

#content div#tabs-container
{
	border: none;
}

#content h3
{
	font-size: 2em;
	letter-spacing: 0.01em;
	color: #6db519;
	margin-bottom: 0.6em;
}
#content h4
{
	color: #33c;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.02em;
}

#content p
{
	color: #666;
}

#content a
{
	text-decoration: none;
}
#content .tabs-nav li
{
	margin: 0;
}

#content .tabs-nav
{
	margin: 0;
	padding: 0;
	background: #b3dc8a;
}
.lighthouse #content .tabs-nav
{
	background: #347BBF;
}

#footer
{
	padding: 30px 0 30px 0;
	text-align: center;
}
#footer .blog
{
	background: transparent url(../images/wp_logo.gif) no-repeat scroll 0 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
}
#footer a
{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#footer p, #footer p a
{
	color: #999;
}

/*********************************** Buoy Specific Styles ********/
h2
{
	font-size: 1.5em;
	margin-bottom: .6em;
}
#content .tabs-nav a span
{
	font-size: 1em;
	height: 14px;
	min-height: 14px !important;
	padding: 2px 0 5px 5px;
	font-weight: 400;
}

#buoy #content .tabs-nav li.tabs-selected
{
	background: white;
	border-bottom: 0;
}


.lighthouse .tabs-nav li.tabs-selected a
{
	color: #347BBF !important;
}

#buoy .lighthouse .tabs-nav a
{
	color: white;
}
.lighthouse .tabs-nav a
{
	color: white !important;
	padding: 10px;
	padding-top: 0;
}
#buoy .tabs-nav a
{
	color: #333;
	border: 0;
	padding: 1px;
}
#buoy #navigation
{
	background-color: #1b402e;
	margin: 0;
}

#fragment-1, #fragment-2, #fragment-3, #fragment-4, #fragment-5, #fragment-6
{
	float: left;
	border: 1px solid #ccc !important;
	border-top: 0;
	margin-top: 5px;
	width: 948px;
	padding-top: 30px;
	padding-bottom: 15px;
	min-height: 400px;
}

#buoy #branding
{
	padding-bottom: 5px;
	background-color: white;
}
#buoy #content div
{
	border: 0;
}
#buoy #content
{
	min-height: 400px;
}

#buoy .main
{
	padding-left: 20px;
}
#buoy .sidebar
{
	padding-left: 20px;
}
#buoy #content p
{
	color: #333333;
	font-size: 1.1em;
}
#buoy h5
{
	margin-bottom: 0;
	font-size: 1.1em;
	padding-bottom: 5px;
}
.tabs-nav .tabs-selected a span
{
	padding-top: 0px;
}

/***************************************** =contact*/
.address p
{
	margin: 0;
	padding: 0;
}

/*******************************************   =insight*/
.insights h3
{
	clear: both;
}
.insights h4
{
	padding-top: 20px;
	clear: both;
}
.insights img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #ccc;
}
/*******************************************   =speaking*/
ul.speaking
{
	list-style: none;
}
ul.speaking li
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #ccc;
}
ul.speaking li img
{
	display: block;
}

th, td, caption {
padding:15px;
}

.speaking tr
{
	padding:40px;
}
.speaking td
{
	border:1px solid #CCCCCC;
	height:190px;
	margin:20px;
	/*
	border:1px solid #ccc;
	margin:10px;
	vertical-align:top; */
}


.imgRora
{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
	padding:5px;
}
