/* @override http://www.arrowleadership.ie/css/master.css */

/* GENERAL PAGE STYLES  
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	background-color: transparent;
}

body {
	color: #333333;
	text-align: center;
	margin:  0px;
	padding:  0px;
	background: #2f2f2f url(../images/bg-gradient.jpg) top center repeat-y;
	font: 12px/1.5em "Helvetica Neue",helvetica,arial,verdana,sans-serif;
}

/* TEXT FORMATTING 
-----------------------------------------------------------------------------------------------*/

p, h3 {
	padding: 0.5em 0px;
}

h1 {
	/* HIDDEN */
}

h2 {
	font-size: 18px;
	line-height: 3em;
	color: #ffffff;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #536320;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#content-container ul, #content-container ol {
	margin-left: 3em;
}

#content-container p {
	text-align: justify;
}

blockquote {
	margin: 10px 20px;
	background: #e6e6e6 url(../images/quote-right.gif) right bottom no-repeat;
}

blockquote p {
	line-height: 1.8em;
	padding: 10px 35px !important;
	background: transparent url(../images/quote-left.gif) left top no-repeat;
}

blockquote span {
	color:#999999;
	font-style: italic;
	display: block;
	width: 100%;
	text-align: right;
}

#home-sidebar blockquote {
	margin: 10px 0px;
}

/* LAYOUT 
-----------------------------------------------------------------------------------------------*/

#page-container {
	margin-left: auto;
	margin-right: auto;
	width: 705px;
	wid\th: 647px;
	padding: 36px 28px 0px 30px;
	text-align: left;
	background: url(../images/header-bg-man1.jpg) top center no-repeat;
}

#page-the_programme #page-container,
#page-the_programmewhat_it_is #page-container,
#page-the_programmehow_it_works #page-container,
#page-the_programmewhat_it_covers #page-container,
#page-the_programmewhat_people_say #page-container,
#page-the_programmewho_its_for #page-container, 
#page-the_programmewhy_arrow #page-container {
	background-image: url(../images/header-bg-man2.jpg);
}

#page-the_organisationvision #page-container,
#page-the_organisationstatement_of_faith #page-container,
#page-the_organisationhistory #page-container,
#page-the_organisationthe_team #page-container {
	background-image: url(../images/header-bg-woman1.jpg);
}

#page-how_to_apply #page-container {
	background-image: url(../images/header-bg-man4.jpg);
}

#page-contact_us #page-container {
	background-image: url(../images/header-bg-woman3.jpg);
}

#page-log_in #page-container {
	background-image: url(../images/header-bg-man3.jpg);
}

#title-container {
	height: 280px;
	margin-bottom: 5px;
	text-indent: -5000px;
	overflow: hidden;
}

#menu-box {
	padding: 0px 20px;
	font-size: 14px;
	color: #ffffff;
	line-height: 2.2em;
	height: 2.2em;
	background: #a2bd30;
}

#menu-container {
	float: right;
	text-align: left;
}

#page-title-container {
	float: none;
	padding: 0px 20px;
	clear: both;
	background: #5b6c23 url(../images/page-title-bg-man1.jpg) top left no-repeat;
}

#page-the_programme #page-title-container,
#page-the_programmewhat_it_is #page-title-container,
#page-the_programmehow_it_works #page-title-container,
#page-the_programmewhat_it_covers #page-title-container,
#page-the_programmewhat_people_say #page-title-container,
#page-the_programmewho_its_for #page-title-container, 
#page-the_programmewhy_arrow #page-title-container {
	background-image: url(../images/page-title-bg-man2.jpg);
}

#page-the_organisationvision #page-title-container,
#page-the_organisationstatement_of_faith #page-title-container,
#page-the_organisationhistory #page-title-container,
#page-the_organisationthe_team #page-title-container {
	background-image: url(../images/page-title-bg-woman1.jpg);
}

#page-how_to_apply #page-title-container {
	background-image: none;
}

#page-contact_us #page-title-container {
	background-image: url(../images/page-title-bg-woman3.jpg);
}

#page-log_in #page-title-container {
	background-image: url(../images/page-title-bg-man3.jpg);
}

#content-container {
	clear: both;
	margin: 9px 0;
	padding: 10px 20px;
	background: #fff url(../images/content-container-bg.jpg) repeat-y top right;
}

#footer-container {
	clear: both;
	margin-bottom: 9px;
	padding: 5px 20px;
	background: #a2bd30;
	font-size: 10px;
	color: #5b6c23;
	text-align: right;
	line-height: 1em;
}

#home-sidebar {
	width: 45%;
	float: left;
	margin-right: 20px;
}

/* MENU 
-----------------------------------------------------------------------------------------------*/


#menu, #menu ul { 
	list-style: none;
}
#menu a {
	display: block;
}

/* PARENT TABS STYLE */
#menu a.menuParent {
	padding: 0px 10px;
	background: transparent;
	color: #5a633b;
	text-decoration: none;
	text-transform: lowercase;
}

#menu a.menuParent:hover {
	background: #7e9036;
	color: #ffffff;
}

#menu li { /* all list items */
	float: left;
	 /*width: 130px;  width needed or else Opera goes nuts */
}

/* SECOND-LEVEL LISTS */

#menu li ul {
	font-size: 14px;
	line-height: 2em;
	position: absolute;
	width: 11em;
	background: #5a633b;
	z-index: 10;
	left: -999em;
}

#menu li:hover ul, #menu li.alhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu li ul a { /* Gives fixed width to submenus*/
	width: 11em;
	wid\th: 9em;	
	padding: 0px 1em;
	text-decoration: none;
	text-transform: lowercase;
	color: #a2bd30;
}

li#news ul, li#news ul li, li#news ul a { /* Make News Menu narrower to fit*/
	width: 109px;
}

#menu li ul a:hover {
	color: #ffffff;
	background: #7e9036;
}

#menu li ul li {
	border-top: 1px solid #6A8224;
}

#menu li ul li.submenu-last {
	background-position: left bottom;
	padding-bottom: 1px;
	border-bottom: 0px none;
}

/* Submenu options hover */
#menu li ul li:hover, #menu li ul li.alhover {
	background-image: url(../images/menu/submenu-bg-130px.gif);
	/*background: #e6eaf2;*/
}

#content {
	clear: left;
}
/* MENU - Current Pages */
#page-home #menu-home, #page-home #menu-home, #page-the_programmewhat_it_is #menu-the_programme, #page-the_programmewhat_it_is #menu-what_it_is, #page-the_programmehow_it_works #menu-the_programme, #page-the_programmehow_it_works #menu-how_it_works, #page-the_programmewhat_it_covers #menu-the_programme, #page-the_programmewhat_it_covers #menu-what_it_covers, #page-the_programmewhat_people_say #menu-the_programme, #page-the_programmewhat_people_say #menu-what_people_say, #page-the_programmewho_its_for #menu-the_programme, #page-the_programmewho_its_for #menu-who_its_for, #page-the_programmewhy_arrow #menu-the_programme, #page-the_programmewhy_arrow #menu-why_arrow, #page-the_organisationvision #menu-the_organisation, #page-the_organisationwhy_vision #menu-vision, #page-the_organisationstatement_of_faith #menu-the_organisation, #page-the_organisationstatement_of_faith #menu-statement_of_faith, #page-the_organisationhistory #menu-the_organisation, #page-the_organisationhistory #menu-history, #page-the_organisationthe_team #menu-the_organisation, #page-the_organisationthe_team #menu-the_team, #page-how_to_apply #menu-how_to_apply, #page-contact_us #menu-contact_us, #page-log_in #menu-log_in {
	font-weight: bold;
}

/* FORMS 
-----------------------------------------------------------------------------------------------*/

form {
	width: 305px;
	margin: 1em auto;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #ccc;
	background : #e7e7e7;
}

legend {
	font-weight : bold;
	margin : 0;
	padding : 0.5em;
	font-size: 13px;
}

fieldset p {
	border-bottom: 1px dotted #ccc;
}

fieldset p span {
	text-align: right;
}

fieldset p span input, fieldset p span textarea {
	width: 60%;
}

fieldset p.submitbutton {
	padding-top: 0.7em;
	border: 0px none;
	text-align: center;
	float: none;
	clear: both;
}

fieldset label {
	margin-top: 0px;
	clear:both;
	float: left;
	width: 38%;
	display: block;
}

fieldset input, fieldset textarea {
	background : #ffffff;
}

#submit input {
	padding: 2px 4px;
	float: right;
	font-weight: bold;
}

#submit {
	text-align: right;
	padding-right: 1%;
	border-bottom: none 0px;
}

#login_form, .login_form {
	text-align: center;
}

form .error{
	font-size: 90%;
	color: red;
	line-height: 1em;
}

/* PEOPLE LIST 
-----------------------------------------------------------------------------------------------*/

#page-the_organisationthe_team h3, .person {
	float: left;
	clear: left;
}

.person img {
	float: left;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	height: 120px;
	heig\ht: 100px;
	width: 120px;
	wid\th: 100px;
	margin: 0px 10px 0px 0px;
}

.person .name {
	padding-top: 5px;
	font-weight: bold;
}

.person .description {
	font-style: italic;
	font-size: 90%;
	line-height: 1.2em !important;
}

/* COURSE MATERIALS FILE LIST 
-----------------------------------------------------------------------------------------------*/

.course_file_list {
	background-color: #dae5ac;
	padding: 10px;
	border-bottom: 2px white solid;
}

.course_file_list h4 a {
	text-decoration: none;
}

.course_file_list .file_description {
	padding-bottom: 0px;
	
}

.course_file_list .file_details {
	font-size: 80%;
	font-style: italic;
	padding: 0px 0.5em;
}

#user_tools {
	float: right;
	width: 220px;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #a2bd30;
}

#user_tools h4 {
	padding-top: 0px;
	margin-top: 0px;
}

#user_tools #current_user {
	width: 100%;
}

#user_tools #current_user td.right {
	text-align: right;
}

#user_tools td {
	vertical-align: top;
}

#user_tools #tasks {
	text-align: center;
}

#intro_text{
	
}

#admin_newuser {
	float: left;
	width: 66%;
}

#admin_loggedin {
	float: left;
	width: 33%;
}

#admin_textpattern {
	clear: both;
}

td.red {
	color: red;
}

/* IE MAC Fix
-----------------------------------------------------------------------------------------------*/

/*\*//*/
#menu > li {
	position: relative;
}
#menu li ul {
	position: absolute;
	left: 0px;
	display: none;
}
#menu li:hover ul, #menu li.alhover ul { 
	
}
#menu #menu-home {
	width: 45px;
}
#menu #menu-the_programme {
	width: 105px;
}
#menu #menu-the_organisation {
	width: 110px;
}
#menu #menu-how_to_apply {
	width: 90px;
}
#menu #menu-contact_us {
	width: 75px;
}
#menu #menu-log_in {
	width: 45px;
}

#home-sidebar {
	width: 275px;
}
#home-sidebar, #page-home #content-container > p, #page-home #content-container {
	clear: none;
}
/**/

/* @group Video */

.tabs {
	text-align: center;
	margin: 0 auto;
}

/*.tabs p {
	text-align: center;
}*/

#content-container ul.tabNavigation {
	list-style: none;
	margin: 0 53px;
	padding: 0;
	text-align: left;
}

ul.tabNavigation li {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 250px;
}

ul.tabNavigation a span {
	float: right;
	display: block;
	width: 125px;
	margin-right: 20px;
}

ul.tabNavigation img {
	width: 95px;
	float: left;
}

.tabNavigation a {
	text-decoration: none;
}

.tabNavigation a img {
	border-bottom: 2px solid #ffffff;
}

.tabNavigation a:hover img {
	border-bottom-color: #a2bd30;
}

.tabNavigation .selected img {
	border-bottom-color: #5b6d23;
	opacity:0.7;
	filter:alpha(opacity:70);
}

.embedded_video {

}

/* @end */

