@charset "UTF-8";
body {
	background: #666666;
	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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtrHdr #container #mainContent #intro #reg {
	font-size: 95%;
}
h1 ,h2,h3,h5{
	color: #61A1DF;
}
h1 a {
	color: #3A94E6;
	text-decoration: none;
}
h4 {
	font-size: 110%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
#container #mainContent p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #61a1df;
}
#nav {
	padding-top: 169px;
	padding-left: 330px;
	margin: 0px;
}
.oneColFixCtrHdr #container #header #nav #MenuBar1 li a {
	font-size: 110%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #61A1DF;
	background-image: url(rw_common/themes/new/containerbg.jpg);
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(rw_common/themes/new/index.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center bottom;
	height: 198px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin-bottom: 1px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#welcome {
	text-align: left;
	padding-right: 50px;
	display: inline;
	clear: none;
	float: left;
}
#intro {
}
#exp {
	float: left;
	clear: left;
	letter-spacing: 2px;
	line-height: normal;
	height: 120%;
	width: 50%;
}
#slogan {
	float: right;
	padding-left: 0px;
	letter-spacing: 0.5px;
	line-height: 120%;
	padding-right: 0px;
	color: #999;
	width: 50%;
	height: 120%;
}
#reg {
	padding-top: 5px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 15px;
	list-style-type: none;
	float: right;
}
ul#login {
	text-align: left;
	padding-right: 5px;
	display: inline;
}
#container #mainContent #intro #reg form #login li a {
	color: #61a1df;
	text-decoration: none;
}
#container #mainContent #intro #reg form #login {
	font-size: 80%;
	text-decoration: none;
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainContent #intro #reg h3 {
	text-align: left;
}
#ad1 {
	float: left;
	text-align: left;
	width: 192px;
}
#ad2 {
	float: left;
	text-align: left;
	width: 192px;
}
#ad3 {
	float: left;
	text-align: left;
	width: 192px;
}
#ad4 {
	float: left;
	text-align: left;
	width: 192px;
}
.oneColFixCtrHdr #container #mainContent #intro h3 a {
	margin-bottom: 0px;
}
#container #mainContent h3 a {
	text-decoration: none;
	color: #FB1014;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 596px;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 15%;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FDFDA4;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FDFDA4;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #fc463a;
	}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 1px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-right: 10px;
	padding-left: 20px;
}
#contentbg {
	background-image: url(indeximg/cbg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 768px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 192px;
	clear: both;
}
.oneColFixCtrHdr #footer {
	background-image: url(rw_common/themes/new/footer.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 40px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 90%;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.oneColFixCtrHdr #container #footer p a {
	text-decoration: none;
	color: #FFF;
}
#editable {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#vorlogo_h {
	text-align: right;
	width: 760px;
}
.bold {
	font-weight: bold;
}
.clients {
	float: left;
	padding-left: 210px;
	width: 560px;
}
#jy {
	background-image: url(airlines/files/jy.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 560px;
	height: 160px;
}
#acc {
	background-image: url(airlines/files/acc.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 560px;
	margin-bottom: 20px;
}
#cc {
	background-image: url(airlines/files/cc.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 560px;
	margin-bottom: 20px;
}
#sc {
	background-image: url(airlines/files/sc.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 560px;
	height: 160px;
}
#vorapage {
	background-image: url(contact/files/vor.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 560px;
	clear: both;
	height: 60px;
}
#editfooter {
	width: 560px;
	clear: both;
}
#mainContent #rightcolumn   {
	float: right;
	clear: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#copyright {
	float: left;
	margin-left: 85px;
	margin-right: 55px;
}
#footernav {
	float: left;
}
#sidebar {
	float: right;
	margin-left: 80px;
	text-decoration: none;
	color: #3A94E6;
	margin-right: 20px;
}
#sidebarContainer {
	width: 189px;
	float: right;
	font-size: 1em;
	position: relative;
	z-index: 3;
}

#sidebarContainer #sidebar {
	line-height: 1.4em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	font-size: 1.2em;
	font-weight: bold;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	font-weight: normal;
	margin: 0 0 3px;
	font-size: 1.5em;
	letter-spacing: 2px;
}

.blog-entry-date {
	margin-top: 2px;
	letter-spacing: 1px;
	color: #bfbfbf;
	margin-bottom: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	color: #3A94E6;
	text-decoration: none;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #3A94E6;
	text-decoration: none;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 45px;
	margin-right: 200px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	color: #3A94E6;
	text-decoration: none;
	line-height: 1.4em;
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}
.blog-rss-link {
	color: #3A94E6;
	text-decoration: none;
}

.blog-comments-rss-link {
}
.blog-entry-body span a {
	color: #3A94E6;
	text-decoration: none;
}
.blog-archive-link a{
	color: #3A94E6;
	text-decoration: none;
}
#vorapage h2 a {
	color: #3A94E6;
	text-decoration: none;
}
