/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
	height: 100%;
	background-image: url(../images/structure/bg.jpg);
	background-repeat: repeat;
}
body {
	color: #555;
	background: #000;
	font-size: 62.5%;
	background-color: #FFFFFF;
	width: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}


#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 253px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -253px; /* negative value of footer height */
	height: 253px;
	clear:both;
	color: #09C;
	background-image: url(../images/structure/footer.jpg);
	background-repeat: repeat-x;
	background-color: #000;
} 
#footerEditorial {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
p         {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-bottom: 0.8em;
}
a         {
	color: #266b7b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC510E;
}

table     { border-collapse: collapse; }
th         {

}
td         {
}

h1         {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #308599;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
h2         {
	letter-spacing: -0.03em;
	color: #444;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 1.3em;
}
h3         {
	color: #CC510E;
	text-shadow: rgb(229, 229, 229) 1px 1px;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.3em;
}
h4         {
	color: #CC510E;
	text-shadow: rgb(229, 229, 229) 1px 1px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2682E;
}
h5{
	color: #1d9dcd;
	padding-bottom: 4px;
	font-size: 1.3em;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

h6         { font: normal 0.9em 'helvetica neue', helvetica, arial, sans-serif; color: #555; text-shadow: rgb(229, 229, 229) 1px 1px; padding: .6em 0 .2em 0;  margin: .2em 0; }
#guts h1 {
	font-size: 1.8em;
	color: #1E1E1E;
}
#loginBand h1 {
	float: left;
	margin-top: 15px;
	font-size: 1.6em;
}



#header {
	width: 100%;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/structure/tile_bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0;
}
#warning {
	width: 668px;
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
}
#warning a {
	color: #358E9C;
	text-decoration: underline;
}
#warning a:hover {
	color: #CC510E;
}



#nav {
	height: 37px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#lowerNav {
	height: 115px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#loginBand {
	background-image: url(../images/structure/page_title.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	position: relative;
}
#loged-in-Band {
	background-image: url(../images/structure/page_title-logged-in.jpg);
	background-repeat: no-repeat;
	height: 95px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	position: relative;
}
#editorial {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#centerCol-Wrapper {
	margin-top: 15px;
	float: left;
	width: 420px;
}
#shop-centerCol-Wrapper {
	margin-top: 15px;
	float: left;
	width: 420px;
	background-image: url(../images/structure/paper_text_pencil.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftCol-Wrapper {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
#rightCol_Wrapper {
	width: 259px;
	margin-left: 15px;
	background-image: url(../images/structure/sideBarBorder.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	top: 0px;
	right: 0px;
	float: right;
}
#sub_nav, #sub_nav2, #sub_nav3{
	width: 220px;
	position: relative;
}
#guts {
	float: right;
	width: 700px;
	position: relative;
}
#guts p a , #guts h3 a{
	color: #308599;
	text-decoration: underline;
}
#guts p a:hover , #guts h3 a:hover{
	color: #000;
	text-decoration: none;
}

.main_nav { width: 680px; float: right; padding: 15px 0 10px 0; margin: 20px 0 0 0;  font-family:  'helvetica neue', helvetica, arial; }
.main_nav li {
	float: right;
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 12px;
	padding-left: 23px;
	text-align: center;
	background-image: url(../images/structure/nav-border.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main_nav li a {
	text-transform: capitalize;
	color: #464646;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 15px;
}
.main_nav li a:hover, .main_nav li.selectedPage a   {
	color: #2d859a;
}
li.selectedPageRoot a {
	color: #CC510E;
	background-image: url(../images/structure/curentVertical.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
.top_nav li.link_home{
	padding-left: 9px;
	background-image: url(../images/structure/home.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.top_nav li.link_home a {
	color: #ffffff;
}
.top_nav li.link_home a:hover { 
background-image: none; 
}

.top_nav li.link_facebook {
	padding-left: 7px;
	margin-left: 10px;
	background-image: url(../images/structure/facebook_icon%5B1%5D.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
.top_nav li.link_facebook a {
	color: #ffffff;
}
.top_nav li.link_facebook a:hover { 
background-image: none; 
}
#sub_nav #sub_nav_tile, #sub_nav2 #sub_nav_tile2, #sub_nav3 #sub_nav_tile3
{
	background: url('../images/structure/sub_nav_tile.jpg') 0 0 repeat-y;
}
#sub_nav #sub_nav_top, #sub_nav2 #sub_nav_top2, #sub_nav3 #sub_nav_top3
{
	background-image: url(../images/structure/gray_container_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 0px;
}
#sub_nav #sub_nav_bottom, #sub_nav2 #sub_nav_bottom2, #sub_nav3 #sub_nav_bottom3{
	min-height: 150px;
	background-image: url(../images/structure/sub_nav_bottop.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 18px;
}
#sub_nav_top .grey-top-title, #sub_nav_top2 .grey-top-title, #sub_nav_top3 .grey-top-title{
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 8px;
}

#guts #sidebar a{
font-size: 12px!important;
color:#1d9dcd;
text-decoration: none;
}

#sidebar {
	float: right;
	width: 242px;
	margin-top: 10px;
	padding-left: 12px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
}
#sidebar ul 
{
	margin-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
#sidebar li  {
	margin-bottom: 8px;
	width: inherit;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	background-color: #f6f5f6;
	background-image: url(../images/structure/pagecurl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sidebar ul li:hover     , #sidebar ul li.current{
	background:#fbe5b9;

}
#sidebar ul li a {
font-size: 12px;
color: #777;
font-style: italic;
}
#sidebar ul li a:hover    {
color: #1d9dcd;
}
#grad-yellowbar {
	float: left;
	width: 200px;
	margin-top: 5px;
	padding-left: 20px;
	margin-left: 18px;
	margin-bottom: 12px;
	background-color: #FCFBDD;
	padding-top: 20px;
	padding-right: 15px;
	border: 1px solid #E5E3E4;
	padding-bottom: 10px;
		-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	background-image: url(../images/structure/yellow-grad-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#grad-yellowbar ul 
{
	margin-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
#grad-yellowbar li  {
	margin-bottom: 4px;
	width: inherit;
	padding-left: 0px;
	padding-right: 12px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#grad-yellowbar ul li a {
	font-size: 12px;
	color: #777;
	font-style: italic;
	background-image: url(../images/structure/chain--arrow.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	display: block;
}
#grad-yellowbar ul li a:hover    {
color: #1d9dcd;
}
#tec-bar {
	float: right;
	width: 200px;
	margin-top: 10px;
	padding-left: 30px;
	margin-left: 12px;
	margin-bottom: 12px;
	background-color: #f4f5f5;
	padding-top: 20px;
	padding-right: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-bottom: 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(/PIE.htc);
	background-image: url(../images/structure/tec-grey-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#tec-bar p a {
	text-decoration: underline;
}
#tec-bar p a:hover {
	color: #CC510E;
}

#tec-bar h5 {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.5em;
	font-weight: normal;
	background-image: url(../images/structure/exclamation-diamond-frame.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left 0px;
	line-height: 1.1em;
	margin-bottom: 8px;
}
#tec-bar ul {
	padding: 0px;
	margin-top: 10px;
}
#tec-bar ul li {
	color: #8F8F8F;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 7px;
	padding-bottom: 5px;
	line-height: 1.7em;
	background-image: url(../images/structure/sub_nav_sep.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#tec-bar ul li a {
	color: #308599;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
#tec-bar ul li a:hover {
	text-decoration: none;
	color: #000;
}
ul#op-list {
	margin-left: 70px;
	padding-top: 20px;
	margin-right: 70px;
}
ul#op-list li {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	margin-bottom: 12px;
	line-height: 1.8em;
}
ul#op-list li strong{
	font-size: 1.2em;
	line-height: 1.8em;
	color: #09C;
}


#logo {
	background-image: url(../images/structure/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 321px;
	left: 22px;
	top: 12px;
	padding-top: 60px;
}
#logo h1 {
	color: #86888B;
	font-size: 1.2em;
	text-transform: none;
	letter-spacing: .09em;
}
#loginBtns {
	width: 700px;
	padding-top: 35px;
	position: absolute;
	top: 22px;
	right: 0px;
}
#loginBtns ul {
	list-style-type: none;
}
#loginBtns li {
	float: right;
	list-style-type: none;
	margin-right: 14px;
}
#loginBtns li a {
	background-image: url(../images/structure/login-btns.png);
	height: 24px;
	width: 159px;
	display: block;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left top;
}
#loginBtns li a:hover {
	background-image: url(../images/structure/login-btns.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #121212;
}
#members-menu {
	position: absolute;
	top: 39px;
	width: 800px;
	right: 0px;
}
#members-menu ul {
}
#members-menu ul li {
	float: right;
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: capitalize;
	color: #CC510E;
	padding: 0px;
}
#members-menu ul li a:link , #members-menu ul li a:visited{
	color: #CC510E;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;

	
}
#members-menu ul li a:hover , #members-menu ul li a.current{
	color: #398291;
	text-decoration: underline;
}
#members-menu ul li a.logout-btn {
	background-image: url(../images/structure/logout-btns.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 122px;
	margin: 0px;
	background-color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	border-left-style: none;
}
#members-menu ul li a.logout-btn:hover {
	background-image: url(../images/structure/logout-btns.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	width: 122px;
	margin: 0px;
	background-color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #121212;
}
.mini_yellow_container {
	position: relative;
	width: 370px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFE1;
	border: 1px solid #E5E3E4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
}
.mini_yellow_container h1 {
	margin: 0px; padding: 10px 0px 0px; color: rgb(18, 128, 158); letter-spacing: -0.03em; font-family: "helvetica neue", helvetica, arial; font-size: 1.4em; text-shadow: none;
}
.mini_yellow_container a {
	color: rgb(229, 91, 16);
}
.mini_pink_container {
	position: relative;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFEBE6;
	border: 1px solid #E5E3E4;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(/PIE.htc);
	width: 370px;
	margin-bottom: 10px;
}
.mini_pink_container h1 {
	margin: 0px; padding: 10px 0px 0px; color: rgb(18, 128, 158); letter-spacing: -0.03em; font-family: "helvetica neue", helvetica, arial; font-size: 1.4em; text-shadow: none;
}
.mini_pink_container a {
	color: rgb(229, 91, 16);
}
.mini_green_container {
	position: relative;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #DFD;
	border: 1px solid #E5E3E4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);
	width: 370px;
	margin-bottom: 10px;
}
.mini_green_container h1 {
	margin: 0px; padding: 10px 0px 0px; color: rgb(18, 128, 158); letter-spacing: -0.03em; font-family: "helvetica neue", helvetica, arial; font-size: 1.4em; text-shadow: none;
}
.mini_green_container a {
	color: rgb(229, 91, 16);
}
.mini_grey_container {
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F6F5F6;
	border: 1px solid #E5E3E4;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(/PIE.htc);
	width: 370px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mini_grey_container h1 {
	margin: 0px; padding: 10px 0px 0px; color: rgb(18, 128, 158); letter-spacing: -0.03em; font-family: "helvetica neue", helvetica, arial; font-size: 1.4em; text-shadow: none;
}
.mini_grey_container a {
	color: rgb(229, 91, 16);
}
.gray_container_base {
	background-image: url(../images/structure/gray_container_tile.jpg);
	background-position: 0px bottom;
	background-repeat: repeat-y;
}
.gray_container_top {
	background-repeat: no-repeat;
	background-position: 0px top;
	background-image: url(../images/structure/gray_container_wide-top.jpg);
	padding-top: 7px;
}
.gray_container_mid {
	background-image: url(../images/structure/gray_container_bottom.jpg);
	width: 700px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.grey_containerContent {
	margin-left: 20px;
}

.gray_container_mid h1 {
	color: rgb(18, 128, 158);
	letter-spacing: -0.03em;
	font-family: "helvetica neue", helvetica, arial;
	font-size: 1.4em;
	text-shadow: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.gray_container_mid a {
	color: #D56D28;
}


#footer h1                     {
	font: normal 1.1em  'helvetica', arial;
	color: #777777;
	font-size: 13px;
	font-weight: bold;
	text-shadow: rgb(0, 0, 0) 1px 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-bottom: 6px;
}
#footer #footer_divider        { background: url('../images/footer.png') 320px 0 repeat-y; }
#footer    #footer_tile         { background: url('../images/footer_tile.png') right 0 repeat-y; }
#footer    #footer_top         { height: 5px; background: url('../images/footer_top.png') right 0 no-repeat; }
#footer    #footer_bottom         { height: 10px; background: url('../images/footer_bottom.png') right bottom no-repeat; }
#footer .credits             { width: 231px; height: 71px; float: left; }
#footer #footerEditorial .credits h1       {
	width: 221px;
	height: 71px;
	float: left;
	text-indent: -9999px;
	background-image: url(../images/structure/log-footer.jpg);
	background-repeat: no-repeat;
	background-position: center center!important;
}
#footer .legal                { font-size: 11px; margin-left: 39px; }
#footer .credits a             { color: #515050; }
.footerSub1 {
	width: 160px;
	float: left;
	color: #FFF;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 13px;
}
.footer_nav li a  {
	color: #697777;
}
#footerEditorial a:hover {
	color: #FFF;
}

.footer_nav li {
	margin-bottom: 5px;
}


.yellowBoxWrapper {
	background-image: url(../images/structure/.yellowTop.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	background-position: center top;
	margin-top: 10px;
	margin-bottom: 16px;
	clear: both;
}
.yellowBoxBase {
	background-image: url(../images/structure/.yellowBase.gif);
	background-position: center bottom;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	margin: 0px;
}
.yellowBoxSides {
	background-image: url(../images/structure/.yellowSides.gif);
	background-repeat: repeat-y;
	width: 660px;
	padding: 20px;
	margin: 0px;
}
.yellowBoxWrapper a {
	color: #CC510E;
	text-decoration: underline;
}
.yellowBoxWrapper a:hover {
	color: #2F95A4;
	text-decoration: underline;
}
ul.arrows  {
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 10px;
}
ul.arrows li {
	margin-bottom: 9px;
	background-image: url(../images/structure/arrow.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: left 0px;
}

ul.exams  {
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 10px;
}
ul.exams li {
	margin-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #308599;
	background-image: url(../images/structure/accordian-arrows.png);
	background-repeat: no-repeat;
	background-position: left -36px;
	padding-left: 24px;
	padding-bottom: 9px;
	
}
ul.exams li a{
	display: block;
	
}
ul.exams li a;
ul.exams li a:hover{
	margin-bottom: 9px;
	padding-left: 24px;
	
}
.arrows li ol {
	margin-top: 10px;
}

.arrows li ol li {
	background-image: none;
	font-style: italic;
}

ul.ticks  {
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 10px;
}
ul.ticks li {
	margin-bottom: 9px;
	background-image: url(../images/structure/tick.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: left 0px;
}
ul.exclamations  {
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 10px;
}
ul.exclamations li {
	margin-bottom: 9px;
	background-image: url(../images/structure/exclamation.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: left 0px;
}

.sub_nav {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.sub_nav li {
	display: block;
	list-style: none;
	background-image: url(../images/structure/sub_nav_sep.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	padding-left: 1px;
}
.sub_nav li a {
	display: block;
	font-size: 1.1em;
	color: #919191;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.sub_nav li a:hover {
	color: #308599;

}
.sub_nav li.current a {
	color: #cb520e;
	background-image: url(../images/structure/current.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.blue_title h2                   { color: #2088a4 !important; }
.orange_title h2                 { color: #e55b10 !important; }

.dark_gray     { color: #333 !important; }
.blue         { color: #266b7b !important; }
.orange     {
	color: #e45000;
	font-size: 1.3em;
}
.green         { color: #9d9e5a; }
.black         { color: #000 !important; }
a.PDF-link   {
	font-size: 12px;
	color: #777;
	background-image: url(../images/structure/document-pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: block;
	text-decoration: none;
}
a.WORD-link   {
	font-size: 12px;
	color: #777;
	background-image: url(../images/structure/document-word-text.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: block;
	text-decoration: none;
}
.grey        { color: #666 !important; font-family: 'ProximaNovaSemibold', Helvetica Neue, Helvetica, arial, sans-serif; margin: 0 0 0 -0px; letter-spacing: -1px; }
.info        { float: right; padding-top: 15px; margin-right: 70px; font-family: georgia; font-style: italic; font-size: .9em; color: #266b7b; }
.relative     { position: relative; }
.sectionDivider {
	width: 700px;
	background-image: url(../images/structure/section.jpg);
	padding-top: 25px;
	background-repeat: no-repeat;
	clear: both;
}


.left         { float: left; }
ul#problem li {
	list-style-type: none;
	margin-bottom: 6px;
	font-size: 1.2em;
	margin-left: 10px;
}
#problem li a {
	color: #34859a;
	text-decoration: underline;
}
#problem li a:hover {
	color: #cc510e;
}


#box-table-a
{
	font-size: 1.2em;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.4em;
	clear: right;
}
#box-table-a tbody tr td a {
	color: #000;
	text-decoration: underline;
}
#box-table-a tbody tr td a:hover {
	color: #4C95A6;
}

#box-table-a th
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 8px;
	color: #FFF;
	background-color: #4C95A6;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #308599;
	border-bottom-color: #fff;
}
#box-table-a td
{
	padding: 8px;
	color: #308599;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#box-table-a tr:hover td
{
	color: #308599;
	background-color: #FBE5B9;
	background-image: none;
}
#box table tr.even td{
	background-color: #063;
	}

#box-table-slim
{
	font-size: 1.1em;
	width: 230px;
	text-align: left;
	border-collapse: collapse;
	line-height: 1.3em;
	clear: right;
}
#box-table-slim tbody tr td a {
	color: #000;
	text-decoration: underline;
}
#box-table-slim tbody tr td a:hover {
	color: #4C95A6;
}

#box-table-slim th
{
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px;
	color: #FFF;
	background-color: #4C95A6;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #308599;
	border-bottom-color: #fff;
}
#box-table-slim td
{
	padding: 4px;
	color: #308599;
	background-color: #F6F5F6;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#box-table-slim tr:hover td
{
	color: #308599;
	background-color: #FBE5B9;
	background-image: none;
}
#tec-disclaimer {
/* overlay is hidden before loading */
		display:;
	/* standard decorations */
		width:700px;
	border:10px solid #666;
	/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(82, 82, 82, 0.698);
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
	-webkit-border-radius:8px;
	display: none;
	background-color: #FFF;
		padding: 20px;
}
#tec-disclaimer ol {
	font-size: 1.2em;
	list-style-type: decimal;
	list-style-position: inside!important;
}
#tec-disclaimer ol li {
	list-style-type: decimal;
	font-style: italic;
	list-style-position: inside!important;
}


.apply {
	padding: 0px;
}
a.apply {
	display: block;
	height: 50px;
	width: 180px;
	text-indent: -9999px;
	padding: 0px !important;
	background-image: url(../images/structure/application.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
a.apply:hover {
	background-image: url(../images/structure/application.png);
	background-repeat: no-repeat;
	background-position: left -55px;
}
.report {
	padding: 0px;
}
a.report {
	display: block;
	height: 50px;
	width: 180px;
	text-indent: -9999px;
	padding: 0px !important;
	background-image: url(../images/structure/report-btn.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
a.report:hover {
	background-image: url(../images/structure/report-btn.png);
	background-repeat: no-repeat;
	background-position: left -55px;
}


.right         { float: right; }

.x_large     { font-size: 1.2em; }
.large         {
	font-size: 110%;
}
.small         { font-size: .9em; }

.clear         { display: block; clear: both; }
.avatar        {
	background-image: url(../images/structure/avatar.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.id_card       {
	background-image: url(../images/structure/id_card.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	color: #1D9DDE;
	margin-bottom: 5px;
	margin-left: 10px;
}
a.externalLink:link {
	text-decoration: underline;
	background-image: url(../images/structure/chain--arrow.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	display: block;
}
a.internalLink:link {
	text-decoration: underline;
	background-image: url(../images/structure/chain.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	display: block;
}

.tooltip {
	display:none;
	background-color:#ffa;
	border:1px solid #cc9;
	font-size:12px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	z-index: 100000!important;
	}
	.DELETE {
	padding: 0px;
	float: left;
	margin: 0px;
}
a.DELETE {
	display: block;
	background-color: #FFE8E8;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 120px;
	text-align: center;
	font-size: 1.3em;
	color: #F00;
	background-image: url(../images/structure/exclamation-diamond-frame.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #F00;
}
a.DELETE:hover {
	background-image: url(../images/structure/exclamation-diamond-frame.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #FFF;
	background-color: #F00;
}
	.dontDELETE {
	float: left;
}
a.dontDELETE {
	width: 120px;
	font-size: 1.3em;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #C4FFDB;
	color: #0C0;
	text-align: center;
	display: block;
	border: 1px solid #0C0;
}
a.dontDELETE:hover {
	color: #FFF;
	background-color: #2CCC58;
}
.orange {
	color: #CC510E;
}
li  a#webmasters{
	background-image: url(../images/structure/BHDicon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	display: block;
	margin-top: 6px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
#adminLink{
	;
	height: 28px;
	width: 28px;
	position: absolute;
	left: 3px;
	top: 4px;
}

