@charset "UTF-8";
/*   
Theme Name: The R2 Group - Creating Improved Results
Theme URI: http://creatingimprovedresults.com
Description: This theme was developed for The R2 Group's "Create Improved Results" Web site.
Author: Jeremy AAsum
Author URI: http://dualsidedmedia.com
Version: 1.0
.
Copyright The R2 Group. All Rights Reserved
.
*/

@import url("css/reset.css");

/* Global
---------------------------------------------------*/

body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.618em;
	color: #6a6a6a;
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

/* Warning Boxes
---------------------------------------------------*/

div.warning-box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(css/layout/warningboxbg.png);
	color: #fff;
	border-bottom: 1px solid #000;
	z-index: 9999;
}
div.warning-box p {
	margin: 2% 2% 2% 1%;
	float: right;
	width: 67%;
}
div.warning-box h1 {
	font-size: 1.618em;
	padding: 2% 1% 2% 2%;
	float: left;
	width: 27%;
	text-align: right;
}
div.warning-box strong {
	font-weight: bold;
}
div.warning-box a, div.warning-box a:visited {
	text-decoration: none;
	color: #fff;
	font-style: italic;
	border-bottom: 1px dotted;
}
div.warning-box a:hover, div.warning-box a:active {
	border-bottom: solid;
}

/* Layout
---------------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
}

/* Header
---------------------------------------------------*/

#header {
	height: 160px;
}
#header h1 {
	text-indent: -9999px;
	background: url(css/layout/logo.gif);
	width: 243px;
	float: left;
	margin: 34px 0 0 10px;
}
#header h1 a, #header h1 a:visited {
	display: block;
	height: 82px;
}
#header h2 {
	float: right;
	font-size: 2.618em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 65px 0 0 0;
	color: #00bce4;
	line-height: 1em;
}

/* Navigation
---------------------------------------------------*/

#nav {
	position: relative;
	background: url(css/layout/navbg.gif) repeat-x;
	height: 36px;
	line-height: 36px;
	text-align: center;
	z-index: 5;
}
#nav li {
	float: left;
	height: 36px;
}
#nav li a, #nav li a:visited {
	display: block;
	width: 238px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px #048fae;
	border-right: 1px solid #00cbf6;
	border-left: 1px solid #0196b6;
}
#nav li a:hover, #nav li a:active {
	background: url(css/layout/navbg-hover.gif) repeat-x;
}
#nav li.first a, #nav li.first a:visited {
	border-left: none;
	width: 239px;
}
#nav li.last a, #nav li.last a:visited {
	border-right: none;
	width: 239px;
}
#nav li li {
	float: none;
}
#nav li li a, #nav li li a:visited {
	width: 300px;
	font-family: Tahoma, serif;
	text-shadow: none;
	font-weight: normal;
	text-transform: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #3a3a3a;
	border-top: 1px solid #0f0f0f;
	margin: 0 10px;
	padding: 0 10px;
}
#nav li li a:hover, #nav li li a:active {
	background-image: none;
	text-shadow: -1px -1px #000;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
}
#nav li li.first a, #nav li li.first a:visited {
	border-top: 1px solid #252525;
	width: 300px;
}
#nav li li.last a, #nav li li.last a:visited {
	border-bottom: none;
	width: 300px;
}
#nav ul {
	position: absolute;
	top: 100%;
	margin-left: -9999px;
	text-align: left;
	background: #252525;
	z-index: 3;
	padding: 0 0 5px 0;
}
#nav li:hover ul {
	margin-left: auto;
}

/* Splash
---------------------------------------------------*/

#splash {
	width: 960px;
	height: 266px;
	position: relative;
	z-index: 0;
}
#splash-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 958px;
	height: 36px;
	background: url(css/layout/splashoverlaybg.png) no-repeat;
	z-index: 1;
}
#splash img {
	z-index: 0;
	position: absolute;
}

/* Main Content
---------------------------------------------------*/

#content-main ul,#content-main ol
{
	border:none;
	margin:1em 0;
	padding:0 0 0 3em;
}
#content-main {
	float: left;
	width: 700px;
	padding: 1.618em 10px;
}
#content-main h3 {
	font-size: 2.618em;
	line-height: 1em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 10px .618em 10px;
	color: #00bce4;
}
#content-main h4 {
	font-size: 1.618em;
	line-height: 1em;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 0 10px .618em 10px;
	color: #00bce4;
}
#content-main p, #content-main ul, #content-main ol {
	margin: 0 10px 1.618em 10px;
}
#content-main ul li {
	list-style: disc outside;
}
#content-main ol li {
	list-style: decimal outside;
}
#content-main em {
	font-style: italic;
}
#content-main strong {
	font-weight: bold;
}
#content-main blockquote {
	border-top: 1px solid #efefef;
	padding: 1.618em 0 0 0;
	margin: 0 0 1.618em 0;
	font-style: italic;
	border-bottom: 1px solid #efefef;
}
#content-main a {
	text-decoration: none;
	color: #00bce4;
}
#content-main a:visited, #content-main a:hover, #content-main a:active {
	color: #000;
}

/* Tables */

#content-main table {
	margin: 0 0 1.618em 0;
	width: 100%;
	text-align: center;
}
#content-main thead th {
	background: #00bce4;
	color: #fff;
	padding: .618em 10px;
	text-align: center;
}
#content-main tbody td {
	border-bottom: 1px dotted #efefef;
	padding: .618em 10px;
	width: 33.33%;
}
#content-main #footer {
	border-top: 1px solid #efefef;
	padding: 1em 0 0 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 10px;
	color: #000;
}

/* Forms */

#content-main form {
}
#content-main form fieldset {
	margin: .618em 10px;
	padding: .618em 0 0 0;
	border: 1px solid #00bce4;
}
#content-main form fieldset legend {
	margin: 0 20px 0 20px;
	color: #00bce4;
}
#content-main form ol, #content-main form ul {
	list-style: none;
	margin: 0 20px 1.618em 20px;
}
#content-main form li {
	list-style: none;
	margin: 0 0 .681em 0;
}
#content-main label {
	display: block;
}
#content-main input {
	width: 200px;
}
#content-main textarea {
	width: 300px;
	height: 100px;
}
#content-main input.radio, #content-main input.checkbox, #content-main input.submit {
	width: auto;
}
#content-main input.radio {
	float: left;
	margin-right: 1em;
}
#content-main input.checkbox {
	float: left;
	margin-right: 1em;
}

/* WP Generated Code */

.alignleft {
	float: left;
	margin: 0 1em .5em 0;
}

/* Sub Content
---------------------------------------------------*/

#content-sub {
	float: right;
	width: 220px;
	padding: 10px;
}
#content-sub h3 {
	background: url(css/layout/contentsubh3bg.gif) repeat-x;
	padding: 10px;
	height: 39px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	color: #464646;
	margin: 3px 0 2px 0;
	text-shadow: -1px -1px #fff;
}
#nav-sub li {
	background: url(css/layout/navsublibg.gif) repeat-x;
	height: 83px;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 0 1px 0;
}
#nav-sub li:hover {
	background: url(css/layout/navsublibg-hover.gif) repeat-x;
	cursor: pointer;
}
#nav-sub h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	margin: 3px 0 2px 0;
	color: #fff;
	text-shadow: -1px -1px #048fae;
}
#nav-sub li img {
	float: left;
}
#nav-sub li p {
	float: right;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	height: 48px;
	overflow: hidden;
	width: 120px;
}
