/**** STANDARD HTML ELEMENTS **************************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #353535;
	background-color: #f2f2f2;
}

h1, h2, h2.pointer {
	color: #005785;
	margin: 0;
	padding: 0.15em 0.4em;
	font-size: 1.4em;
	font-weight: bold;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
}  
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	color: #005785;
	text-decoration: none;
} 
h3 {
	color: #005785;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
}

/**** HYPERLINKS **************************************************************/
a {
	text-decoration: none;
} 
a:link, a:visited, a:active {
	color: #005785;
} 
a:hover {
	text-decoration: underline;
}

.a2zlinks {
	font-size: larger;
	padding: 3px 5px;
	border: 1px solid #fff;
}
.a2zlinks:hover {
	border: 1px solid #ccc;
}

/**** TABLES ******************************************************************/
table {
	font-size: inherit;
	border-collapse: collapse;
} 
.table-styled {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	padding: 1px;
} 
.table-styled thead th {
	text-align: left; /* IE8 needs this for some reason? */
	padding: 0.5em;
	font-weight: bold;
	color:#fff;
	background-color: #517aa7;
	font-size: 0.9em;
	text-transform: uppercase;
	background: #0575ac url('../images/header-bg.png') repeat-x top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
} 
.table-styled tbody th {
	background-color: #EEE;
	padding: 0.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
} 
.table-styled tbody tr {
	background-color: #F7F7F7;
} 
.table-styled tbody tr:hover {
	background-color: #fff;
} 
.table-styled tbody td {
	padding: 3px 4px;
} 
.table-styled tfoot tr {
	background-color: #EEE;
	line-height: 2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/**** FORMS *******************************************************************/
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #e9e9e9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	padding: 1.2em 1.2em 0 1.2em;
	clear:both;
	margin-bottom: 1em;
}

legend, legend a, legend a:hover {
	font-size: 1.3em;
}

input, select, textarea, button, .form-div {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 3px 10px 0 0;
	padding: 2px;
}

input[type='checkbox'] {
	margin: 3px;
}

input[type='submit'] {
	padding: 2px 8px 2px 8px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #274f7a;
	background-color: #fafafa;
}

input:hover, select:hover, textarea:hover, button:hover {
	background-color: #fafafa;
	border: 1px solid #777;
}

#find-an-adviser_search, #find-an-adviser-widget_search{
	background: url("../../../../media/icons/search.png") 2px center no-repeat;
	padding-left: 20px;
}

#get-advisers-email dl {
	float: left; width: 99%;
	padding: 0;
	margin-bottom: -5px;
} 
#get-advisers-email dt {
	float: left; width: 99%; clear:both;
} 
#get-advisers-email dd {
	float: left; width: 99%; clear:both;
} 
#get-advisers-email_submit{
	float: right;
} 

#contactus textarea {
	font-size: large;
}

/**** DIVs ********************************************************************/
.clearboth{
	clear: both;
}

/**** MISC  *******************************************************************/
#popup {
	border: 4px solid #b3b3b3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
} 
#popup-image {
	padding: 5px;
	border: 1px solid #ddd;
} 
#popup-text {
	display: none;
}

.pagination {
	margin: 1em 0 1em 0;	
} 
.pagination span {
	padding: 0.3em;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;			
} 
.pagination .selected {
	font-weight: bold;
	font-size: 1.5em;
	border: 1px solid #ccc;
}


/**** THEME SPECIFIC ELEMENTS *************************************************/
.row.color1 {
	background-color: #ffffff;
} 
.row.color2 {
	background-color: #f6f6f6;
} 
.text.color1, .t.c1 {
	color: #959595;
} 
.text.color2, .t.c2 {
	color: #777;
} 
.text.color3, .t.c3 {
	color: #555;	
} 
.background.color1, .bg.c1 {
	background-color: #CCC;   
}

.text.size-normal {
	font-size: inherit; 
} 
.text.size-smaller{
	font-size: smaller;
} 
.text.size-small{
	font-size: small;
} 
.text.size-large{
	font-size: large;
} 
.text.size-larger{
	font-size: larger;
}

.toggle {
	display: block;
	float: left;
	width: 11px;
	margin: 6px 6px 0 0;
	line-height: 20px;
	background-image: url('../images/arrow.gif');
	background-repeat: repeat-x;
	background-position: 0 0;	
} 
.untoggle {
	display: block;
	float: left;
	width: 11px;
	margin: 6px 8px 0 -2px;
	line-height: 20px;
	background-image: url('../images/arrow.gif');
	background-repeat: repeat-x;
	background-position: 11px 0;	
}

#wrapper {
	width: 974px;
	margin: 0px auto;
	padding: 0;
	background-color: #e4e4e4;
	border-left: 1em solid #ffffff;
	border-right: 1em solid #ffffff;
}

#header {
	float: left;
	width: 974px;
	background: #0575ac url('../images/header-bg.png') repeat-x bottom;
	font-weight: bold;
	font-size: 1.7em;
	border-bottom: 1px solid #aaa;
} 
#header #title {
	margin-top: 1.1em;
	padding: 0 .3em;
} 
#header #slogan {
	padding: 0 0.8em;
	color: #fff;
	font-weight: normal;
	font-size: 0.7em;
	line-height: .2em;
} 
#header #logo {
	background: transparent url('../images/oeap-logo-transparent.png') no-repeat;
	height: 110px;
	width: 210px;
} 
#header h1, #header h2 {
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
	color: #fff;
} 
#header a {
	color: #fff;
	text-decoration: none;
}

#navigation {
	clear: both;
	width: 974px;
	background: #eee url('../images/navigation-bg.png') repeat-x bottom;
	line-height: 35px;
	margin-bottom: 1em;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	text-shadow: #fff 0 1px 1px;
} 
#navigation .right {
	text-align: right;
	width: 490px;
	margin-right: 1em;
} 
#navigation ul {
	margin: 0;
	padding: 2px 0 2px 0;
} 
#navigation .left ul li {
	margin-left: 1em;
	padding: .3em .5em;
	display: inline;
	list-style: none;
} 
#navigation .right ul li {
	margin-left: 1em;
	padding: .3em 1em;
	display: inline;
	background: #fff url('../images/navigation-bg.png') repeat-x top;
	border: 1px solid #b2b2b2;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
} 
#navigation .right ul li:hover {
	border: 1px solid #999;
	background: #f2f2f2 url('../images/navigation-bg.png') 0 -39px;
} 
#navigation .right ul li a:hover {
	text-decoration: none;
} 
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	color: #353535;
}

#site-table {
	clear: both;
}

#pane {
    position:relative; 
    overflow:hidden; 
    width: 611px; 
    height:257px;	
	margin: 0 1em 0 1em;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-width: 7px;
	border-style: solid;
	border-color: #0575ac;	
} 
#pane a {
	color: #94ccf2;
} 
#pane img  {
	overflow:hidden;
/*	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;*/
} 
#pane .items  {	
	width:20000em;
    position:absolute;
} 
#pane .pain-area {
	width: 611px; 
	margin-bottom: -60px;
} 
.pain-info-box {
	position: relative; 
	top: -60px; 
	height: 60px;
} 
.pain-info-box .info-box-bg {
	position: absolute; 
	background-color: #000; 
	opacity:.65; 
	filter:alpha(opacity=65); 
	height: 100%; 
	width: 100%; 
	z-index: 1;
} 
.pain-info-box .info-box-text {
	position: relative; 
	z-index: 2; 
	padding: 10px; 
	color: white; 
	font-weight: normal;
}

#pane-tab {
	padding-left: 1em;
	background: none;
	height: 50px;
	margin: 0;
}
#pane-tab li {
	float: left;
	margin-right: 3px;
	width: 134px;
	display: block;
	line-height: 33px;
	height: 35px;
	padding: 0 10px;
	color: #fff;
	border-top: 3px solid #dbdbdb;
} 
#pane-tab li.current {
	line-height: 40px;
	height: 38px;
	border-top: 0 solid #dbdbdb;
	font-weight: bold;
} 
#tab-1 {
	background: #0578b0 url('../images/header-bg.png');
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;	
} 
#tab-2 {
	background: #6c9238 url('../images/header-bg.png');
} 
#tab-3 {
	background: #d03600 url('../images/header-bg.png');
} 
#tab-4 {
	background: #fb951d url('../images/header-bg.png');
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}

.box {
	margin: 0 1em 1em 1em;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 
.box .title {
	color: #005785;
	background: #eee url('../images/title-bg.png') repeat-x bottom;
	border-top: 1px solid #ccc;
	border: 1px solid #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;	
} 
.box .body {
	padding: 1em;
	border: 1px solid #ccc;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	border-top: 0;	
} 
.box .subtitle {
	background: transparent url('../images/pixel.png') repeat-x top;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
} 
.box .img {
	margin: 0 15px 5px 15px;
} 
.box-plain {
	margin: 0 1em 1em 1em;
} 
.box .tabbar {
	background-color: #eee;
	height: 20px;
	padding: 1em 1em 0 1em;
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
} 
.box .tab {
	padding: 4px 6px;
	width: 5em;
	border: 1px solid #ccc;
	border-bottom: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;	
	background: #fcfcfc url('../images/title-bg.png') repeat-x bottom;
	color: #aaa;
	cursor: hand;
	cursor: pointer;
} 
.box .tab:hover {
	color: #005785;	
} 
.box .tabactive {
	background-color: #fff;
	background-image: none;
	color: #005785;
	border-bottom: 0;

} 
.tabs ul {
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
} 
.tabs ul li {
	margin: .3em;
	display: inline;
	padding: .5em 1em;
	border: 1px solid #ccc;
	border-bottom: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;	
	background: #fff url('../images/title-bg.png') repeat-x bottom;
	color: #888;
	cursor: hand;
	cursor: pointer;
} 
.tabs .static {
	cursor: default;
} 
.tabs .active {
	background-color: #fff;
	background-image: none;
	color: #005785;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.widget {
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 
.widget .title {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	color: #005785;
	font-size: 1.3em;
	font-weight: bold;	
	background: #eee url('../images/title-bg.png') repeat-x bottom;
	border-top: 1px solid #ccc;
	border: 1px solid #ccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
} 
.widget .title .inner, .box .title .inner {
	border-top: 1px solid #fff; 
	padding: 0.3em 0.6em; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 
.widget .body {
	padding: 0 1em;
	border: 1px solid #ccc;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	border-top: 0;
} 
.widget.top, .widget.bottom {
	min-width: 24em;
	margin: 0 1em 1em 1em;
} 
.widget.right {
	width: 24em;
	margin: 0 1em 1em 0em; 
} 
.widget.left {
	width: 24em;
	margin: 0 0em 1em 1em;
} 
.widget.custom {
	float: left;
	width: 24em;
	margin: 0 0em 1em 1em;
} 
.widget .subtitle.first {
	margin-top: -.8em;
} 
.widget .subtitle {
	background: transparent url('../images/pixel.png') repeat-x top;
	margin: 1em -1em 1em -1em;
	border-top: 1px solid #ccc;
	background-color: #eee;
	color: #525252;
	padding: 0.4em 0.6em;
}

#change-region{
	padding: 0 1em;
	text-shadow: #ccc 0 1px 1px;
}
#region-area{
	height: 350px;
	overflow:auto;
}

#find-adviser-search-box{
	width: 50%;
	float: left;
}

#find-adviser-key-box{
	width: 40%;
	float: right;
}

#footer {
	color: #cecece;
	background-color: #313131;
	width: 974px;
} 
#footer ul, #footer #copyright {
	padding: 1em;
} 
#footer ul li {
	padding-right: 1em;
	display: inline;
}  
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
}

#debug {
	padding: 1em;
} 
