@charset "UTF-8";
/* CSS Document */

/* zero all margin and padding */

* {
	margin: 0;
	padding: 0;
}

/* general body styles */

body {
	background: #1b2a4e url(images/site_bg.gif) top left repeat-x;
}

p, ul, ol, li {
	font-size: 0.75em;
}

p, ul, ol, li, h1, h2, h3, h4, h5, h6, hr {
	margin: 1em 0;
}

/* site layout */

/* wrapper (holds entire site) and container (defines site width and contains all site content) */

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

#container {
	width: 1024px;
	margin: 0 auto;
}

/* site header (contains header image, logo, main navigation, auxillary navigation, and flash campaign */

#header {
	width: 1024px;
	height: auto;
	background: url(images/header_bg.jpg) top left no-repeat;
}

/* logo image area */

#logo, #logo img{
	float: left;
	width: 264px;
	height: 146px;
	border: none;
	overflow: hidden;
}

#logo h1 {
	text-indent: -1000px;
}

#logo h1 a {
	float: left;
	height: 146px;
	width: 264px;
	padding-right: 9000px;
}

/* page title blocks */

#title {
	width: 960px;
	height: 78px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/page_titles/title_bg.gif) top left repeat-x;
}

#title h2 {
	float: left;
	width: 960px;
	height: 78px;
	text-indent: -9000px;
	overflow: hidden;
	margin: 0;
}

h2#about {
	background: url(images/page_titles/AboutRlg.gif) top left no-repeat;
}

h2#contactus {
	background: url(images/page_titles/ContactUs.gif) top left no-repeat;
}

h2#mediacenter {
	background: url(images/page_titles/MediaCenter.gif) top left no-repeat;
}

h2#purchase {
	background: url(images/page_titles/PurchaseRaProducts.gif) top left no-repeat;
}

h2#services {
	background: url(images/page_titles/Services.gif) top left no-repeat;
}

h2#strategicpartners {
	background: url(images/page_titles/StrategicPartners.gif) top left no-repeat;
}

h2#workshop {
	background: url(images/page_titles/WorkshopEvents.gif) top left no-repeat;
}

h2#blog {
	background: url(images/page_titles/Blog.gif) top left no-repeat;
}


/* content container */

#content {
	width: 960px;
	margin: 0 auto;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* three column layout */

#threeColumn {
	width: 100%;
	margin: 0 auto 5px 0;
	padding-bottom: 40px;
	background: url(images/interior_bg.gif) top left repeat-y;
}

/* column structure */

#colOne {
	float: left;
	width: 174px;
	height: 400px;
	text-align: left;
	padding: 0 20px;
	background: #e0f4fc url(images/interior_left_bg.gif) top left no-repeat;
}

#colTwo {
	float: left;
	text-align: left;
	width: 445px;
	padding: 0 20px;
	background: #fff;
}

#colTwo form label {
	float: left;
	width: 100px;
}

#colTwo img.product {
	float: left;
	padding: 0 10px 0 10px;
}

#colThree {
	float: left;
	text-align: center;
	width: 221px;
	padding: 0 20px;
	background: #e9e9e9 url(images/interior_right_bg.gif) top left no-repeat;
}

#coluThree form {
	width: auto;
}

#colThree form input {
	width: 140px;
	border-top: 2px solid #8f8f8f;
	border-left: 2px solid #e3e3e3;
	border-right: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}

#colThree form input#submit {
	width: 53px;
	height: 20px;
	margin-bottom: -5px;
	border: none;
}

/* column content styling */

#colOne h2 {
	font-size: 3.0em;
	font-family: Helvetica, Arial, sans-serif;
	color: #5e5e5e;
	font-weight: 100;
	margin: 20px 0 10px 0;
}

#colTwo h2, #colThree h2 {
	font-size: 1.00em;
	font-family: Helvetica, Arial, sans-serif;
	color: #5e5e5e;
	font-weight: 100;
	margin: 30px 0 10px 0;
}

#colThree h3 {
	font-size: 1.00em;
	font-family: Helvetica, Arial, sans-serif;
	color: #5e5e5e;
	font-weight: 100;
	margin: 10px 0 10px 0;
}

#colTwo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	line-height: 1.50em;
	color: #3c3c3c;
	margin: 1.00em 0 0 0;
}

#colOne p, #colTwo p, #colThree p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.50em;
	color: #3c3c3c;
	margin: 0 0 1.00em 0;
}

#colTwo ul, #colTwo ol {
	margin: 0 30px 1.50em 30px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.95em;
	line-height: 1.50em;
	color: #3c3c3c;
}

#colTwo li {
	margin: 0;
}

#colOne a, #colOne a:visited, #colTwo a, #colTwo a:visited, #colThree a, #colThree a:visited {
	color: #006de8;
}

#colOne a:hover, #colTwo a:hover, #colThree a:hover {
	color: #3c3c3c;
}

#colThree #products {
	padding: 10px 0;
	border-bottom: 1px dotted #3c3c3c;
	margin: 0 0 40px 0;
}

#colThree p.book img {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3c3c3c;
}

#colThree p.cd a, #colThree p.cd a:visited {
	color: #3c3c3c;
	text-decoration: none;
}

/* site footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#footer p, #footer a, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.copyright {
	float: left;
	text-align: left;
	width: 15%;
}

.contact {
	float: left;
	text-align: center;
	width: 75%;
}

.credit {
	float: right;
	text-align: right;
	width: 10%;
}

/* inline text styles */

.red {
	color: #df0020;
}

/* clearing class to be used to clear floated elements */
.clear {
	clear: both;
}

/* nav styles */
@charset "UTF-8";
/* CSS Document */

/* auxillary navigation */

#auxnav {
	width: auto;
	float: right;
	margin-right: 30px;
}	

#auxnav ul {
	list-style: none;
}

#auxnav ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

#auxnav ul li.last {
	border-right: none!important;
}

#auxnav ul li a, #auxnav ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.20em;
	color: #fff;
	text-decoration: none;
}

#auxnav ul li a:hover {
	text-decoration: underline;
}

/* main navigation */

#navigation {
	width: 900px;
	height: 37px;
	border: 2px solid #fff;
	background: #df0020 url(images/nav_bg.jpg) bottom center no-repeat;
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
}

ul#nav {
	list-style: none;
	list-style-type: none;
	width: auto;
	height: 37px;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul#nav li {
	list-style: none;
	float: left;
	text-align: center;
	padding: 0!important;
	height: 37px;
	line-height: 37px;
	margin: 0!important;
}

ul#nav li a.last {
	border-right: none!important;
}

ul#nav li a, ul#nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 37px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #fff;
}

ul#nav li:hover {
	background: #ad061f;
}

/* sub nav on pages */

#subnav {
	width: 174px;
	margin-top: 10px;
}

#subnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #00467f!important;
	list-style: none;
	margin: 0;
}

#subnav ul li {
	margin: 1em 0!important;
	_margin: 0!important;
	height: auto!important;
}

#subnav ul a {
	color: #00467f!important;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	margin: 0!important;
}

#subnav ul a:hover {
	color: #00467f!important;
	font-weight: bold;
	text-decoration: none;
	background: url(images/arrow_right.gif) top left no-repeat;
}

#subnav ul a.current {
	font-weight: bold;
	background: url(images/arrow_right.gif) top left no-repeat;
}

#subnav ul a.parent {
	font-weight: bold;
	background: url(images/arrow_down.gif) top left no-repeat;
}

#subnav ul li ul {
	font-size: 1.30em;	
	margin-left: 10px;
}

/* blog widgets styles */

#sidebar ul {
	list-style: none!important;
}

#sidebar h2.widgettitle {
	font-size: 16px;
	font-family: Helvetica,Arial,sans-serif;
	color: #5e5e5e;
	font-weight: 100;
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

li#archives ul li a {
	font-size: 12px!important;
}

#calendar_wrap table {
	width: 200px;
	font-size: 12px;
	color: #5e5e5e;
}

#calendar_wrap table caption {
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	color: #5e5e5e;
	padding-bottom: 10px;
}

#cats ul, #cats li {
	list-style: none;
	font-size: 12px!important;
}

#cats h2 {
	font-size: 16px;
	font-family: Helvetica,Arial,sans-serif;
	color: #5e5e5e;
	font-weight: 100;
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

#comment {
	width: 445px;
}


/* comment form */

#commentform label {
	float: left;
	width: 100%!important;
}

#commentform input {
}