body, html {
	font-family: Verdana;
	background: #efefef;
	color: #555;
	text-rendering:optimizeLegibility;
}

#lang_choice img {
	vertical-align: middle;
}

#hd {
	background: #C60000 url('/header.jpg') top right no-repeat ;
	height: 150px;
	position: relative;
}

#hd h1, #hd h2 {
	text-align: right;
	color: #fff;
	right: 0;
	padding:10px 20px;
	font-size: 200%;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
}

#hd h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px 0 0;
}

#hd h2 {
	font-size: 36px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
/*	text-transform: lowercase;*/
	letter-spacing: normal;
	letter-spacing: -1px;
	padding: 5px 20px;
}

#hd h4 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;		
	color: #fff;
}

#hd h5 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	-moz-text-shadow: 2px 2px 2px #000;
	-webkit-text-shadow: 2px 2px 2px #000;
	text-shadow: 2px 2px 2px #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	#font-weight: bold;		
	color: #fff;
}

#site-search {
	text-align: right;
	color: #fff;
	right: 0;
	padding: 0 20px;
}

#top_menu {
	position: relative;
	padding: 10px;
	background: #D4DFEC url(../images/new/bar-bg.png) top left repeat-x;
}

#top_menu a {
	color: #C60000;
	text-decoration: none;
}

#top_menu a:hover {
	color: #fff;
}

#top_login {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 93%;
	color: #000;
	padding: 10px;
}

/* Main menu */
#menu {
	background: #497AB9 url(../images/new/bar-bg.png) top left repeat-x;
	min-height: 1px; /*IE fix*/
	width: 974px;
	width: 100%;
}

#menu ul {

}

#menu li {
	float: left;
}

#menu li a {
	background: #497AB9 url(../images/new/bar-bg.png) top left repeat-x;
	display: block;
	padding: .8em .6em;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover {
	background: #4085E3;
	background: rgba(255,255,255,0.1);
	-moz-text-shadow: 0px 0px 5px #17407A;
	-webkit-text-shadow: 0px 0px 5px #17407A;
	text-shadow: 0px 0px 5px #17407A;
}

#menu li a.active {
	background: #4085E3;
	background: rgba(255,255,255,0.2);
	background: url(../images/new/menu-bg.png) bottom left repeat-x;
}


#menu li.section_jump {
	float: right;
	background: #AF0200 url(../images/new/bar-bg.png) top left repeat-x
}

#menu a.section_jump {
	background: #AF0200 url(../images/new/bar-bg.png) top left repeat-x;
}

#menu li a.section_jump:hover {
	background: #A15E5D;
	background: rgba(255,255,255,0.2);
	-moz-text-shadow: 0px 0px 5px #fff;
	-webkit-text-shadow: 0px 0px 5px #fff;
	text-shadow: 0px 0px 5px #fff;
}

/* Sub Menu*/

#sub_menu {
	background: #EAEAEA url(../images/new/bar-bg.png) top left repeat-x;
	min-height: 1px; /*IE fix*/
	width: 974px;
}

#sub_menu ul {

}

#sub_menu li {
	float: left;
}

#sub_menu li a {
	background: #EAEAEA url(../images/new/bar-bg.png) top left repeat-x;
	display: block;
	padding: .8em 1em;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#sub_menu li a:hover {
	background: #EAEAEA;
	background: rgba(255,255,255,0.3);
	-moz-text-shadow: 0px 0px 1px #E94044;
	-webkit-text-shadow: 0px 0px 1px #E94044;
	text-shadow: 0px 0px 1px #E94044;
}

#sub_menu li a.active {
	background: #EAEAEA;
	background: rgba(255,255,255,0.3);
	background: url(../images/new/menu-bg.png) bottom left repeat-x;
}

#bd {
	background: #fff url(../images/new/bar-bg.png) top left repeat-x;
}

p {
	padding: 0 0 1em 0;
	text-align: justify;
}

#main_content {
	padding: 0 0 3em 0;
	min-height: 444px;
}

#bd {
	padding: 2em 1em;
}

#bd p {
	line-height: 160%;
}

#bd p img {
	float: left;
	margin: 0em 1em 0.5em 0;
	border: 1px solid #efefef;
}


h1, h2, h3 {
	color: #AF0200;
}

#bd a, #bd a:visited, #browser_warning a, #browser_warning a:visited {
	color: #497AB9;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#bd a:hover, #browser_warning a:hover {
	color: #AF0200;
	-moz-text-shadow: 0px 0px 3px #CE312D;
	-webkit-text-shadow: 0px 0px 3px #CE312D;
	text-shadow: 0px 0px 3px #CE312D;	
	border-bottom: 1px solid;
}

#main_content h2, h3 {
 	padding-bottom: 1em;
}

#main_content h1 {
	color: #497AB9;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding: .2em 0;
	font-weight: bold;
	letter-spacing: -3px;
	font-size: 182%;
}

#main_content h2 {
	text-transform: uppercase;
	margin-bottom: 1em;
	padding: .2em 0;
	font-weight: bold;
	letter-spacing: -2px;
}

a.readon {
	float: right;
}

h1 {
	font-size: 167%;
}

h2 {
	font-size: 138.5%;
	padding: 0 0 1em 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 108%;
}

#ft {
	font-size: 93%;
	letter-spacing: -1px;
	color: #83A2CB;
	padding: .8em 0;
	text-align: center;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #3265AB url(../images/new/bar-bg.png) top left repeat-x;
}

#ft img {
	vertical-align: middle;
	padding: 0 1em;
}

#ft a {
	color: #83A2CB;
	text-decoration: none;
	border: none;
}

#ft span {
	padding: 0 19em 0 0;
}

#left_col div {
	background: #efefef;
	margin: 0 0 1em 0;
	padding: 1em;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	width: 90%;
}

#left_col {
	font-size: 12px;
	letter-spacing: -1px;
}

#left_col h2 {
	font-size: 14px;
}

#left_col input {
	margin: 4px 0;
}

#left_col p {
	text-align: left;
}

#bottom_cols div {
	background: #fff url(/images/box_bg.jpg) top left repeat-x;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	padding: 1em 0;
<<<<<<< .mine
	min-height: 300px;
=======
	min-height: 100px;
>>>>>>> .r2695
}

#bottom_cols div:hover {
/*	background: #e5e5e5;*/
}

#bottom_cols p {
	padding: 0 10px 10px 10px;
	font-size: 93%;
}

#bottom_cols h2 {
 padding: 0 10px 10px 10px;
}

#left_col div #iphone {  padding:0; margin: 0;overflow:hidden; width:150px; height:174px; background-repeat: no-repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: initial initial;}

#iphone img {
	border: 0;
	padding: 0;
	background: #efefef;
}

#browser_warning {
	background: #FFFF9F url(/images/error.png) 10px 10px no-repeat;
	padding: 10px 30px;
	display: none;
}

#documents {
	
}

#documents li {
	list-style: none;
	padding: 0.2em 0em;
}

/* Some defaut styles */

#main_content blockquote,#main_content ul,#main_content ol,#main_content dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#main_content ol,#main_content ul,#main_content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#main_content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#main_content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: url("/puce.png") outside;
	margin-bottom: .4em;
}
#main_content dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

#switch_section {
	padding: .1em;
}

#switch_section a {
	padding: 0 .4em;
}

#switch_section a.active {
	color: #fff;
}

.main_image {
	float: right;
	margin: 0.5em 0 .5em 2em;
	border: 1px solid #ddd;
	padding: 4px;
  -moz-box-shadow: 2px 2px 4px #bbb;  
  -webkit-box-shadow: 2px 2px 4px #bbb;  
  box-shadow: 2px 2px 4px #bbb;
	clear: right;
}

#map_outer_div {
	border: 1px solid #ddd;
	background: #ddd;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 1px;
	width: 99%;
}

em {
	font-style: italic;
	color: #000;
}

strong {
	font-weight: bold;
	
}

.ad, .commission {
	width: 50%;
	float: left;
	position: relative;
}

.ad div:hover, .commission div:hover {
	background: #C1CCD8;
}

.ad h2 {
	font-size: 12px;
}

.ad h2, .commission h2 {
	font-size: 14px;
	position: absolute;
	bottom: 1em;
	right: 2em;
	text-align: right;
}

.ad h2 small {
	letter-spacing: -1px;
}

.ad div, .commission div {
	height: 150px;
	background: #B4C8E0;
	padding: 1em;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0 1em 1em 0;
	overflow: hidden;
}

.adodd div {
}

.sendmail {
	padding-left: 1em;
}

.sendmail img {
	vertical-align: middle;
}
.sendmail a img {

}

#top_menu img {
	vertical-align: middle;
}

#lang_choice img {
	vertical-align: -2px;
}

span.btn, a.btn, form input.btn, form input.btn-large { 
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -1px;
  color:#AF0200; 
  background-color:#DCC2C2; 
  border: 2px solid #AF0200; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

a.btn:hover, form input.btn:hover, form input.btn-large:hover  { 
  color:#fff; 
  background-color:#AF0200; 
  -moz-box-shadow: 0px 0px 6px #3265AB;  
  -webkit-box-shadow: 0px 0px 6px #3265AB;  
  box-shadow: 0px 0px 6px #3265AB;
}

a.btn:active, form input.btn:active, form input.btn-large:active  { 
  color:#fff; 
  background-color:#4B0000; 
}

form input.btn-large {
	font-size: 12px;
}

form input.greyfield {
	color: #444;
	font-family: verdana;
}

.answer {
	width: 100%;
	background: #eee;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding-bottom: 2em;
}

.answer p {
	padding: 1em 2em 0em 2em;
}

.answer h3 {
	padding: .5em 2em 0em 2em;
}

.answer ul, .answer ol {
	padding: .5em 2em 0em 2em;
}

#faq a.question {
	display: block;
	font-size: 14px;
/*	text-transform: uppercase;*/
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	padding: .3em 0;
	color: #AF0200;
	cursor: hand;
	cursor: pointer;
}

p.osteodetail {
	color: #AF0200;
	font-size: 14px;
	font-weight: bold;
}

tr.alt {
	background: #eee ;
}

td {
	padding: .5em;
	vertical-align: top;
}

td.date {
	width: 140px;
}

div.notice {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
  color:#fff; 
  background-color: #2F5FA1; 
  border: 2px solid #182C48; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 1em;
	margin: 1em;
}

.right_col p {
	text-align: justify;
	background: #fff url(/images/box_bg.jpg) top left repeat-x;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	padding: 1em 0;}

#cse-search-results iframe {width: 720px; }

em.training-quote {
	font-weight: bold;
	color: #000;
	text-align: center;
}

.speaker {
	background: #B4C8E0;
	padding: 1em;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0 1em 1em 0;
}
