@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

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

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 220px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: 500px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
/* CSS Document */
body {
	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: #000000;
	font-size: 100%;
	background-color: #E6E1DB;
}

.oneColFixCtr #container {
	width: 901px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	overflow: hidden;
}
.navbar {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-image: url(images/navbar.png);
	margin: 0px;
	padding: 0px;
	height: 117px;
	width: 902px;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image: url(images/header.jpg);
	height: 245px;
	width: 901px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E6E1DB;
}
.info {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	height: auto;
	width: 901px;
	padding-top: 10px;
}
#container .buffer {
	background-color: #e6e1db;
	height: 20px;
	width: 901px;
}
.oneColFixCtr #mainContent {
	padding: 0;
	margin: 0px;
	height: auto;
	width: 901px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.faqcontent {
	background-image: url(images/flag.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
.rightcontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/sidebar.png);
	height: 474px;
	width: 285px;
	background-repeat: no-repeat;
	float: right;
	text-align: justify;
	font-weight: lighter;
	margin: 20px;
	line-height: 20px;
}
#mainContent .rightcontent h2 {
	margin: 20px;
}
#mainContent .rightcontent .photo1 {
	float: none;
	height: 173px;
	width: 255px;
	text-align: center;
}
#mainContent .leftcontent h2 {
	margin-left: 40px;
}
.rightcontent p {
}
#mainContent div p {
}
#mainContent .rightcontent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: normal;
	text-align: justify;
	margin: 10px;
	padding: 10px;
}
#mainContent .leftcontent p {
	margin: 30px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-align: justify;
	line-height: 24px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000;
	background-color: #FFF;
	height: 50px;
	width: 901px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footleft {
	text-align: left;
	padding-left: 10px;
}
.footright {
	text-align: right;
	float: right;
	padding-right: 10px;
}
#container .header .headtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: lighter;
	color: #FFF;
	text-align: justify;
	height: 220px;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.headtexth2 {
	font-size: 16px;
}
.navtext {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	height: 85px;
	width: 600px;
	padding-top: 35px;
	text-align: justify;
	word-spacing: 80px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.sailstab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/sailtab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.eclipsetab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/eclipsetab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.umbrellatab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/umbrellatab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.louvertab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/louvretab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.hippedtab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/hippedtab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.retracttab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/retracttab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.ferraritab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	background-image: url(images/ferraritab.jpg);
	background-repeat: no-repeat;
	height: 68px;
	padding-left: 580px;
	margin: 0px;
}
.oneColFixCtr #container #mainContent p {
	font-weight: normal;
}
.oneColFixCtr #container #mainContent {
	font-weight: bold;
}
.contactcontent {
	background-image: url(images/contactbg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
.thanks {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/thanksbg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.thankyou {
	background-image: url(images/thanksbg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
