/*CSS Document
General Styles*/
BODY
{
	background: #000 url(../images/layout/body.png) no-repeat center top;
	color: #93B5D5;
	border-top: 5px solid #435060;
}
HTML
{
	height: 100%;
}
BLOCKQUOTE, STRONG
{
	color: #657280;
}
.tab
{
	padding-top: 20px;
}
*
{
	outline: none;
}
A, A STRONG
{
	color: #5090CD;
}
A:hover, A:hover STRONG
{
	color: #FFFFFF;
	text-decoration: underline;
}
IMG.right, IMG.left
{
	padding: 3px;
	border: 1px solid #2A3037;
}
P IMG.left
{
	border: none;
}
.tab H1
{
	position: relative;
	border-bottom: 1px dotted #2A3037;
}
.tab H1 SPAN
{
	position: absolute;
	bottom: 0;
	left: -1px;
	display: block;
	height: 15px;
	background: url(../images/layout/headershade.png) repeat-x !important;
	background: none;
	width: 100%;
}
.tab H1 B, .header H1 B, .header H2 B
{
	position: absolute;
	left: 1px;
	bottom: -1px;
	color: #000;
	z-index: -1;
}
/*Header*/
#header
{
	margin-top: 45px;
	width: 915px;
	height: 145px;
	position: relative;
	z-index: 10;
}
#header H1 A
{
	color: #FFF;
}
.intro H2
{
	position: relative;
}
.intro H2 SPAN
{
	position: absolute;
	bottom: -3px;
	width: 265px;
/*You will need to adjust this to match your intro header*/
	display: block;
	height: 20px;
	background: url(../images/layout/headershade.png) repeat-x;
}
.intro P
{
	padding-left: 37px;
	border-left: 3px solid #191E24;
}
/*Tabs*/
BODY#home #mainMenu
{
	display: none;
}
#mainMenu UL
{
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../images/layout/pixel.gif) repeat-x bottom left;
	color: #FFFFFF;
}
#mainMenu UL LI
{
	margin: 0 2px 0 0;
	float: left;
}
#mainMenu UL LI.right
{
	float: right;
	margin-right: 0;
}
#mainMenu UL A
{
	float: left;
	display: block;
	padding: 4px 8px;
	color: #93B5D5;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid transparent;
	border-bottom: 0;
}
#mainMenu UL A:hover
{
	color: #FFFFFF;
	border: 1px solid #2A3037;
	border-bottom: 0;
}
#mainMenu UL A.active
{
	padding-bottom: 5px;
	border: 1px solid #2A3037;
	border-bottom: 0;
	cursor: default;
	color: #93B5D5;
	background: #15191E;
}
.tab
{
	clear: left;
}
.tab H1
{
	font-size: 20px;
}
.tab H2
{
	font-size: 16px;
	letter-spacing: normal;
	font-weight: normal;
}
.tab H3
{
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
}
/*Accordion*/
.accordionButton H3, .accordionButtonSelected H3, #leftColumn H2
{
	margin: 0;
	padding: 0;
	border: 1px solid #111519;
}
.accordionButton H3 A, .accordionButtonSelected H3 A
{
	display: block;
	border: 1px solid #1F242C;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	letter-spacing: normal;
	color: #A7AFBB;
	background: url(../images/layout/accordion_h3.png) no-repeat top left;
}
#leftColumn H2
{
	display: block;
	border: 1px solid #1F242C;
	text-transform: uppercase;
	color: #A7AFBB;
	font-size: 16px;
	letter-spacing: normal;
	background: url(../images/layout/accordion_h3.png) no-repeat top right;
}
.accordionButton H3 A SPAN, .accordionButtonSelected H3 A SPAN
{
	color: #475760;
}
.accordionButton H3 A:hover, .accordionButtonSelected H3 A:hover
{
	color: #FFF;
	background: url(../images/layout/accordion_h3_hover.png) no-repeat top left;
}
.accordionButtonSelected H3 A
{
	color: #FFF;
	background: url(../images/layout/accordion_h3_active.png) no-repeat top left;
}
.accordionContent
{
	display: none;
	height: 145px;
}
/*Sliding Boxes*/
.boxgrid
{
	width: 630px;
	height: 145px;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.boxgrid IMG
{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #111519;
	height: 145px;
}
.boxgrid P
{
	padding: 0 10px;
	font-weight: bold;
	font: 11pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption
{
	float: left;
	position: absolute;
	background: #111519;
	height: 100px;
	width: 100%;
	opacity: .95;
/*For IE 5-7*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
/*For IE 8*/
	--ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.captionfull .boxcaption
{
	top: 145px;
	left: 0;
}
.caption .boxcaption
{
	top: 145px;
	left: 0;
}
.boxcaption P
{
	margin: 0;
	padding: 0 0 5px;
	font-size: 90%;
}
.boxcaption H3
{
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
}
.caption A:hover
{
	color: #900;
	text-decoration: underline;
}
P.description
{
	padding: 8px 15px;
	width: 390px;
	line-height: 17px;
	float: left;
}
.caption P.link
{
	padding: 9px 15px 0 0;
	text-align: right;
	margin-top: 8px;
}
.button
{
	border: 1px solid #42A5C6;
	padding: 3px 7px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #435060;
	background: #47B1FF;
	cursor: pointer;
}
.button:hover
{
	color: #FFF;
	text-decoration: none;
}
P.link A:hover
{
	color: #FFF;
	text-decoration: none;
}
/*Table Styles*/
TABLE
{
	border-top: 1px dotted #2A3037;
	border-left: 1px dotted #2A3037;
}
TD, TH
{
	border-right: 1px dotted #2A3037;
	border-bottom: 1px dotted #2A3037;
	padding: 4px 6px;
}
TH
{
	color: #FFF;
	font-weight: bold;
	background: #1F252B;
}
TR.alt TD
{
	background: #000000;
}
.button:hover
{
	color: #FFF;
	text-decoration: none;
}
/*Contacts*/
UL.contacts
{
	margin: 0 0 15px;
	padding: 0;
}
UL.contacts LI
{
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
UL.contacts LI A
{
	padding: 10px 0 10px 40px;
	color: #475760;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
UL.contacts LI A:hover
{
	color: #FFF;
	border-left: 2px solid #15191E;
}
UL.contacts LI.facebook A
{
	background: url(../images/icons/dark/facebook.gif) no-repeat left;
}
UL.contacts LI.lastfm A
{
	background: url(../images/icons/dark/lastfm.gif) no-repeat left;
}
UL.contacts LI.linkedin A
{
	background: url(../images/icons/dark/linkedin.gif) no-repeat left;
}
UL.contacts LI.myspace A
{
	background: url(../images/icons/dark/myspace.gif) no-repeat left;
}
UL.contacts LI.skype A
{
	background: url(../images/icons/dark/skype.gif) no-repeat left;
}
UL.contacts LI.twitter A
{
	background: url(../images/icons/dark/twitter.gif) no-repeat left;
}
/*Footer*/

#footerBackground {
	width: 960px;
}

#footer
{
	border-top: 1px solid #2A3037;
	padding-top: 10px;
	width: 915px;
	margin: 0px auto 0;
	text-align: right;
}
#footer .copyright
{
	text-align: right;
}
/*Contact Form*/
#contact-area
{
	margin: 10px 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #2A3037;
}
#first_name_container, #last_name_container
{
	width: 280px;
	float: left;
}
#checkbox_title
{
	width: 100%;
	float: left;
	margin: 30px 40px 6px 0;
}
#first_name_container
{
	margin-right: 40px;
}
DIV.emailphone
{
	float: left;
	display: block;
	width: 280px;
	margin-right: 40px;
}
#email_container, #phone_container, #comment_container
{
	width: 280px;
}
#comment_container
{
	float: left;
	margin-bottom: 20px;
}
#comment_container TEXTAREA
{
	width: 270px;
	height: 78px;
}
#submit_container
{
	display: block;
	margin-left: 320px;
}
DIV.check_box_container
{
	padding-top: 15px;
}
LABEL
{
	display: inline-block;
	float: left;
	height: 14px;
	line-height: 14px;
	width: 155px;
	font-size: 12px;
}
INPUT, TEXTAREA, SELECT
{
	padding: 5px;
	background: #192026;
	border: 1px solid #2A3037;
	margin: 2px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	width: 96%;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus
{
	border: 1px solid #2A3037;
	background-color: #2A3037;
	color: #FFF;
}
FIELDSET
{
	padding: 20px;
	border: 1px solid #2A3037;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
LEGEND
{
	padding: 7px 10px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #2A3037;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
SPAN.required
{
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
/*Select the colour of the * if the field is required.
Style for the error message*/
.error_message
{
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('../contact/assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color: #8A1F11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#succsess_page H1
{
	background: url('../contact/assets/success.gif') no-repeat left;
	padding-left: 22px;
}
HR
{
	display: none;
}
/*Build your membership*/
#questionnaire_contact-area
{
	margin: 10px 0 25px;
}
#questionnaire_first_name_container, #questionnaire_last_name_container, #questionnaire_phone_container, #questionnaire_email_container
{
	width: 280px;
	float: left;
}
#questionnaire_first_name_container, #questionnaire_email_container
{
	margin-right: 40px;
}
#questionnaire_submit_container
{
	float: left;
}
#questionnaire_comment_container
{
	float: left;
	margin-bottom: 20px;
}
#questionnaire_comment_container TEXTAREA
{
	width: 600px;
	height: 78px;
	margin-top: 24px;
}
#checkbox
{
	margin: 8px 10px 0 0;
	width: 15px;
	height: 15px;
	float: left;
}
#title_listings
{
	font-size: 16px;
	float: left;
	margin-top: 5px;
}
#listings
{
	margin-top: 9px;
	width: 95%;
	height: 14px;
}
LABEL
{
	display: inline-block;
	float: left;
	height: 14px;
	line-height: 14px;
	width: 600px;
	font-size: 12px;
}
INPUT, TEXTAREA, SELECT
{
	padding: 5px;
	background: #192026;
	border: 1px solid #2A3037;
	margin: 2px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	width: 96%;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus
{
	border: 1px solid #2A3037;
	background-color: #2A3037;
	color: #FFF;
}
/*End of build your membership
Services*/
#services P IMG.left
{
	margin: 0 10px 10px 0;
}
#services .span-4 P
{
	font-size: 90%;
	line-height: 15px;
}
INPUT[type=submit]
{
	width: auto;
}
/*Main Menu*/
#mainMenu
{
	position: relative;
	z-index: 999;
	margin-top:15px;
}
#mainMenu UL
{
	width: 673px;
	padding-left: 242px;
}
#mainMenu LI
{
	float: left;
	font-size: 95%;
	list-style-type: none;
	text-transform: uppercase;
	margin: 12px 4px;
	position: relative;
}
#mainMenu LI A
{
	color: #5090CD;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	padding: 2px 13px;
	font-weight: normal;
}
#mainMenu LI A:hover, #mainMenu LI A.active, #mainMenu LI A.active-dropdown
{
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 0px 3px #47B1FF;
}
#mainMenu LI UL
{
	display: none;
	background: #15181D;
	width: 160px;
	position: absolute;
	top: 22px;
	left: 0;
	padding: 0;
	margin: -2px 0 0;
	z-index: 999;
}
#mainMenu LI:hover UL
{
	display: block;
}
#mainMenu LI UL LI
{
	margin: 0;
	padding: 0;
	width: 160px;
	border-bottom: 1px solid #0072C8;
}
#mainMenu LI UL LI A
{
	display: block;
	width: 145px;
	padding: 5px 0 5px 15px;
	margin: 0;
	border: none;
}
#mainMenu LI UL LI A:hover
{
	border: none;
}
#mainMenu LI A#rss
{
	font-size: 80%;
	text-transform: uppercase;
	color: #B1DEFF;
	padding: 5px 0 5px 22px;
	margin: 0 0 0 15px;
	top: 50px;
	line-height: 20px;
	background: url('../images/rss.gif') no-repeat left center;
	height: 15px;
}
#mainMenu LI A#rss:hover
{
	background-color: transparent !important;
	text-decoration: underline;
}
/*Logo*/
#logo
{
	display: block;
	margin-left: 34px;
	height: 90px;
	width: 176px;
	z-index: 100;
}
#logo H1 A
{
	display: block;
	z-index: 101;
	width: 176px;
	height: 67px;
}
#slogan
{
	margin-top: -28px;
	float: right;
}
#slogan2
{
	padding-left: 31px;
}
/*Lower Half*/
#lower-half DIV.left, #lower-half DIV.right
{
	width: 290px;
}
#lower-half DIV.left
{
	float: left;
}
#lower-half DIV.right
{
	float: right;
}
/*Right and left column layout*/
#main
{
	float: right;
	width: 601px;
	margin: 0 0 10px;
}
#main H1
{
	margin-bottom: 10px;
	padding-top:10px;
}
#left
{
	width: 270px;
	font-size: 105%;
	margin: 0px 30px 20px 37px;
}
#leftColumn
{
	width: 270px;
	font-size: 105%;
	margin: 0px 30px 20px 37px;
}
/*footer links*/
#footerBackground
{
margin:0 auto;
padding:0 25px;
width:915px;
}

#footerLeft A
{
	padding-right: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}
#footerLeft A:hover
{
	color: #47B1FF;
}
#footerRight P
{
	padding-right: 12px;
}
/*Left Column*/
#leftColumn H2
{
	padding: 10px 56px 10px 0;
	margin: 10px 24px 10px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: right;
}
#leftColumn H3
{
	font-size: 120%;
	color: #47B1FF;
	margin: 10px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#leftColumn PRE
{
	font-size: 10px;
	margin: 12px 0px 5px;
}
#leftColumn P
{
	padding: 0 0 5px;
}
#leftColumn UL
{
	margin: 0;
	padding: 0;
}
#leftColumn LI
{
	list-style-type: none;
	margin: 0 40px 0 20px;
	text-align: right;
	padding-right: 40px;
	background: url('../images/icon.png') no-repeat right center;
}
.more
{
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 50px;
	display: block;
}
#leftColumn .sidemenu
{
	margin: 0 60px 45px 0;
}
#leftColumn .sidemenu LI
{
	border-bottom: 1px dotted #C0C0C0;
	background: url('../images/blue-arrow.gif') no-repeat left center;
	padding: 5px 10px 5px 20px;
}
#leftColumn .sidemenu LI A
{
	color: #444444;
}
#leftColumn .sidemenu LI A:hover
{
	color: #075389;
}
#leftColumn BLOCKQUOTE P
{
	font-style: italic;
	padding: 0 60px 10px 0;
	text-align: justify;
}
#leftColumn CITE
{
	font-style: normal;
	font-size: 85%;
}
#leftColumn IMG.left
{
	margin: 3px 10px 5px 0;
}
/*Horizontal accordion styling*/
#horizaccordion
{
	padding: 20px 0px 30px;
	border-top: 1px solid #2A3037;
	display: block;
	width: 915px;
	height: 300px;
	overflow: hidden;
	zoom: 1;
}
#horizaccordion UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 915px;
	height: 300px;
	overflow: hidden;
}
#horizaccordion UL LI
{
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#horizaccordion UL LI A
{
	display: block;
	overflow: hidden;
	width: 150px;
	height: 300px;
	position: relative;
}
#horizaccordion UL LI A IMG
{
	position: absolute;
	top: 0;
	left: 0;
}
#horizaccordion UL LI A IMG.color
{
	z-index: 0;
}
#horizaccordion UL LI A IMG.bw
{
	z-index: 1;
}
#horizaccordion UL LI P
{
	float: right;
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin-top: -300px;
	color: #FFFFFF;
}
DIV#social
{
	margin: 10px 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #2A3037;
}
P.socialicons
{
	margin-top: -64px;
	float: right;
}
DIV#socialicons
{
	display: none;
}
DIV#socialicons IMG
{
	width: 21px;
	height: 21px;
}
BODY#home DIV#socialicons
{
	display: block;
	float: left;
}
PRE
{
	margin: 0 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: -2px;
}
/*Video overlay on home page*/
#overlay
{
	display: none;
	height: 240px;
	width: 320px;
	border: 6px solid #FFFFFF;
	z-index: 10000;
}
#viewpresentation
{
	cursor: pointer;
	margin-left: 4px;
	margin-top: 6px;
}
/*Privacy policy overlay*/
#privacyoverlay
{
	display: none;
	width: 800px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}
.contentWrap
{
	height: 500px;
	overflow-y: auto;
	text-align: left;
	padding: 10px;
}
/*Push-down login form*/
#login_box
{
	float: left;
}

#login_box a, a strong {
	color:#435060;
}

#login_box a:hover, a strong:hover {
	color:#5090CD;
	text-decoration: none;
	
}
#loginform
{
	display: none;
	width: 190px;
	background-color: #15191E;
	position: absolute;
	right: 0;
	top: 0px;
	overflow: hidden;
	border: 1px solid #5090CD;
	padding: 10px;
	z-index:1250;
}
#loginform LABEL
{
	float: left;
	width: 70px;
	padding-top: 6px;
}

#loginform INPUT
{
	float: right;
	width: 100px;
}

#loginsubmit
{
	margin-top: 8px;
}

#loginlink
{
	display: block;
	float: right;
	right: 0;
	border-right: solid 1px #435060;
	width: 120px;
}
/*flags*/
#flags-wrapper
{
	clear: right;
	float: right;
	width: 195px;
}
#login-lang
{
	width: 318px;
	float: right;
	margin-top:-30px;
}
#flags-wrapper UL LI
{
	position: relative;
	float: left;
	list-style: none;
	color:#435060;
}

#flags-wrapper UL LI A
{
	background: url('white_green/flag_menu.png') no-repeat;
	height: 24px;
	width: 30px;
	display: block;
	text-indent: -9000px;
	margin-top: -4px;
	font-family: Helvetica, Arial, sans-serif;
}
#flags-wrapper UL LI A.flag_us
{
	background-position: 0 0;
}
#flags-wrapper UL LI A.flag_us:hover
{
	background-position: 0 -24px;
}
#flags-wrapper UL LI A.flag_us.selected
{
	background-position: 0 -50px;
}
#flags-wrapper UL LI A.flag_sp
{
	background-position: -30px 0;
}
#flags-wrapper UL LI A.flag_sp:hover
{
	background-position: -30px -24px;
}
#flags-wrapper UL LI A.flag_sp.selected
{
	background-position: -30px -50px;
}
#flags-wrapper UL LI A.flag_fr
{
	background-position: -60px 0;
}
#flags-wrapper UL LI A.flag_fr:hover
{
	background-position: -60px -24px;
}
#flags-wrapper UL LI A.flag_fr.selected
{
	background-position: -60px -50px;
}
