/*
E-motion design
joomla css file
*/

/*
Recommended cross-platform font families:

Arial, Helvetica, sans-serif
Verdana, Geneva, sans-serif
"Arial Black", Gadget, sans-serif
"Courier New", Courier, monospace
"Times New Roman", Times, serif

*/


/*
General
*/

body, td, p, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr {
color: #999999;
border-top: 1px solid;
border-bottom: none;
border-left: none;
border-right: none;
}


/*
Text rendering
*/

body, td, p, div, span , h1, h2, h3, h4, h5, h6 , .contentheading , .componentheading, .subheading {
	color: #4c4d4d;
}
h1, h2, h3, h4, h5, h6 , .contentheading , .componentheading, .subheading {
	font-weight: bold;
}
a {
	color: #9ca00b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7c8000;
	text-decoration: underline;
}
h6 {
	font-size: 100%;
}
h5 {
	font-size: 110%;
	color: #29689C;
	margin: 0;
}
h4 {
	font-size: 110%;
	color: #29689C;
}
h3  {
	font-size: 130%;
}
h2 {
	font-size: 140%;
}
h1 , .componentheading, .contentheading {
	font-size: 180%;
	line-height: 100%;
	color: #0066a4;
	margin-bottom: 0.5em;
}
#r2c2 .componentheading, #r2c2 .contentheading, h1 {
	font-family: Georgia,'Times New Roman',Times,serif;
}
input, textarea, .inputbox, .button {
	background-color: #ffffff;
	border-color: #999999;
	color: #000000;
}

/*
Forms
*/

input, textarea, .inputbox, .button {
 margin-right: 10px;
 border: 1px solid #bbb;
 color: #4c4d4d;
 font-size: 11px;
}
.formLabel , .formOpt , .formReq {
}
.formReq {
 color: #333;
}
#ff_iframe_html .button {
 width: 75px;
}
.button {
 border: 1px solid #aaa;
 background-color: #f8f8f8;
}
.inputbox-ff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.radio, .checkbox {
	background-color: transparent;
	border: none;
}
.radio, .ie .checkbox {
	margin-bottom: 0;
}
fieldset {
	border: 0px solid #C0C0C0;
	padding: 3px 6px 8px;
}

#searchphraseany,
#searchphraseall,
#searchphraseexact {
	border: none;
}

/*
Other styles
*/

.borderedTable {
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.borderedTable td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.borderedTable td td {
	border-right: none;
	border-bottom: none;
}


.hidden {
 display: none;
}


/*
Div-based layout
*/

/* general required styles */
body {
	margin: 0px;
}

/* layout specific sizes */
#r1, #r1c {
	height: 256px;                         /* row 1 height */
}
#r1c1 {
 height: 54px;
 }
#r1c2 {
 height: 202px;
}
#r2 {
	margin-top: 272px;                     /* row1 height + row1 border */
}
#r3, #r3c {
	height: 102px;                         /* row 3 height */
}

#r1, #r1c, #r3c, #r2c, #r4c, #r1c2 {
	width: 976px;                          /* col 1 + col 2 width */
}
#r2c1 {
	width: 220px;                          /* col 1 width */
	padding-left: 110px;
}
#r2c2 {
	width: 485px;                          /* col 2 width */
}

/* colours */
#r1 {
 border-top: 16px solid #edeeef;
 background-image: url(../images/menu-background.gif);
 background-position: top left;
 background-repeat: repeat-x;
}
#r1c1 {
 padding-top: 3px;
}
#r1c2 {
 background-image: url(../images/top.jpg);
 background-position: top center;
 background-repeat: no-repeat;
}

#r2 {
}
#r2c {
 min-height: 380px;
}
#r2c1 {
 background-image: url(../images/side-left.png);
 background-position: top left;
 background-repeat: no-repeat;
 border-right: 1px solid #e8e8e8;
 min-height: 380px;
}
#r2c2 {
 background-image: url(../images/side-right.png);
 background-position: top right;
 background-repeat: no-repeat;
 min-height: 380px;
 padding-left: 25px;
 line-height: 16px;
 padding-right: 135px;
}

#r3c {
 background-image: url(../images/footer-background.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

/* required element css */
#r1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#r1c {
	margin: 0 auto;
	overflow: hidden;
}
#r1c1 {
	float: left;
}
#r1c2 {
	float: right;
}

#r2 {
	width: 100%;
	float: left;
	overflow: hidden;
}
#r2c {
	margin: 0 auto;
}
#r2c1 {
	float: left;
}
#r2c2 {
	float: right;
}

#r3 {
	clear: both;
	text-align: center;
}
#r3c {
	margin: 0 auto;
	text-align: center;
}
        
/* div-based anchor fix for gecko browsers */
.gecko .linkAbsolute a, .gecko .anchorLink a {
	position: absolute;
}

/* dynamic fonts border fix */
.replacement {
	border: none;
}

/* article_seperator gap fix */
.article_seperator {
	display:none;
}

/* newsletter subscribe module */
.anjelSubscribeName {
	font-weight: bold;
	float: left;
	margin-top: 12px;
}
.anjelSubscribeNameInput input {
	width: 100px;
	float: right;
	margin-top: 10px;
}
.anjelSubscribeEmail {
	font-weight: bold;
	float: left;
	margin-top: 14px;
	clear: left;
}
.anjelSubscribeEmailInput input {
	width: 100px;
	float: right;
	margin-top: 10px;
	clear: right;
}
#anjelButtonSubscribe {
	float: left;
	margin-top: 10px;
	clear: both;
}
.anjelSubscribeLists {
 float: left;
 clear: left;
}
.anjelSubscribeListsCheck {
 float: right;
 clear: right;
}

/* simplefaq styles */

.simplefaqquestion {
 text-decoration: none;
}
#simplefaqheader {
}
#simplefaqcategory {
}
#simplefaqHelp {
}

/* com_search */
fieldset { border: 0px solid #c0c0c0; }

.moduletable_search {
left: 800px;
top: 160px;
position: relative;
} 

/* modules */

.moduletable_menu {
	width: 100%;
}
.moduletable_menu .menu47 {
	margin: 0 auto;
}

.moduletable_footermenu {
 width: 100%;
 padding-top: 40px;
} 
.moduletable_footermenu td {
 text-align: center;
}

.moduletable_quicklinks li {
 list-style-type: none;
 font-size: 10px;
 font-weight: bold;
 text-transform: uppercase;
 list-style-image: url(../images/list-icon.png);
}
.moduletable_quicklinks ul {
 padding-left: 42px;
 margin: 0;
}
.moduletable_quicklinks .highlight {
 font-size: 14px;
}
.moduletable_quicklinks a {
 line-height: 18px;
 color: #4988bc;
}
.moduletable_quicklinks a:hover {
 color: #29689c;
}
.moduletable_quicklinksheader {
margin-top: 40px;
}
.moduletable_quicklinksheader ,
.moduletable_latestnewsheader {
margin-left: -1px;
} 

#r2c1 .moduletable_newsletter ,
#r2c1 .moduletable_quicklinks {
 width: 100%;
}

.moduletable_newsletter {
 padding-top: 35px;
}
.moduletable_newsletter td div {
 margin-left: 30px;
 margin-right: 30px;
 border-top: 1px solid #e6e7e7;
 padding-top: 15px;
}



.moduletable_latestnews {
 margin-left: 30px;
}
.moduletable_latestnews_link {
 margin-left: 32px;
}
.moduletable_latestnews .contentpagetitle {
 font-size: 10px;
 font-weight: bold;
 color: #4988bc;
 text-transform: uppercase;
}
.moduletable_latestnews .contentpagetitle:hover {
 color: #29689c;
}
.moduletable_latestnews td, .moduletable_latestnews_link td {
 line-height: 16px;
 font-size: 10px;
}



.moduletable_branding {
 width: 100%;
 padding-top: 10px;
}
.moduletable_branding td {
 color: #6b95a1;
 font-size: 9px;
}
.moduletable_branding a {
 color: #6b95a1;
}
.moduletable_branding a:hover {
 color: #ed1b23;
}



.item2 {
 text-transform: uppercase;
} 

/* footer menu */
.mainlevel_footermenu {
 color: #ffffff;
 font-size: 9px;
 font-weight: bold;
 padding-left: 2px;
 padding-right: 2px;
}
a.mainlevel_footermenu {
 text-decoration: underline;
}
a.mainlevel_footermenu:hover {
 color: #29689c;
}

ul, ol {
 padding: 0 0 0 25px;
 margin: 1em 0;
}

li {
 padding: 0px;
 margin: 0px;
}
ul li {
 list-style-image: url(../images/list-icon.png);
}
ol li {
 list-style-type: decimal;
}

/* search */
.moduletable_search {
 width: 200px;
}
.searchbutton {
 border: none;
 float: left;
}
.searchtext {
 padding-top: 6px;
 margin-right: 10px;
 float: left;
 border-top: none;
 border-left: none;
 border-right: none;
 border-bottom: 1px solid #e7e8e8;
 color: #bdbcbc;
 font-size: 10px;
}
.searchtext, .searchbutton {
 right: 105px;
 position: relative;
 top: 3px;
}

/*** browser-specific ***/

/* ie6 sub-menu sizing */
.ie6 .ddmx47 .item2 ,
.ie6 .ddmx47 .item2:hover {
 padding-bottom: 5px !important ;
}
/* ie r3c width */
.ie #r3c {
 width: 975px;
}
/* ie6 shadows */
.ie6 #r1 {
 left: 50%;
 margin-left: -488px;
 top: 3px;
}
.ie #r2 {
 margin-left: -1px;
 padding-right: 1px;
}
.ie6 #r1 {
 width: 976px;
 margin-top: -3px;
}
.ie6 .shadowLeftInner ,
.ie6 .shadowRightInner {
 height: 636px;
 border-top: 16px solid #edeeef;
 margin-top: 0px;
}
.ie6 #r1c1 {
 height: 51px;
}
.ie6 .section {
 z-index: 5;
}

/* shadows */
.shadowLeft {
 background-image: url(../images/shadow-left-bottom.jpg);
 background-position: bottom right;
 background-repeat: no-repeat;
}
.shadowLeftInner {
 background-image: url(../images/shadow-left-top.jpg);
 background-position: top right;
 background-repeat: no-repeat;
}
.shadowRight {
 background-image: url(../images/shadow-right-bottom.jpg);
 background-position: bottom left;
 background-repeat: no-repeat;
}
.shadowRightInner {
 background-image: url(../images/shadow-right-top.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}
.shadowLeftInner ,
.shadowRightInner {
 min-height: 636px;
 margin-top: 19px;
}

/* other styles */
.photo {
	float: right;
	margin: 0 0 5px 5px;
}

.borderedTable .rh {
 background-color: #ccc;
}
.borderedTable .r1 {
 background-color: #eee;
}

.sectiontableentry1, .sectiontableentry2 {
    line-height: 200%;
}
