/**
{
	padding: 0;
	margin: 0;
}
*/
body
{
	padding: 0;
	margin: 10px auto;
	text-align: center;
	line-height: 18px;
	font-family: Verdana, sans-serif, Arial, Helvetical;
	font-size: 100%;
	background: #333;
}

a
{
	text-decoration: none;
}

p
{
        font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	padding: 3px 10px 3px 2px;
}

.messages
{
	border: 1px solid #330000;
	padding: 10px 5px 10px 5px;
	background: #eee;
	color: #330000;
	font-family: Verdana;
	font-size: 14px;
	margin: 5px 0 5px 0;
}

#main-wrapper
{
	border: 1px solid #333;
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}

#header
{
	border: 0px solid #000;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 8px;
}

#left-header
{
	border: 0px solid #000;
	width: 250px;
	float: left;
	text-align: left;
}

#right-header
{
	border: 0px solid #000;
	width: 660px;
	float: right;
	margin-top: 3px;
	overflow: hidden;
}

#right-header .top
{
	text-align: right;
	border: 0px solid #000;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	/*font-family: "trebuchet ms", helvetica, sans-serif, arial;
	font-size: 11px;*/
}

#block-menu-secondary-links
{
	border: 0px solid #000;
}

#block-menu-secondary-links h2
{
	display: none;
}

#block-menu-secondary-links ul.menu
{
	padding: 0;
	margin: 0;
	display: inline;
}

#block-menu-secondary-links ul.menu li
{
	display: inline;
	padding: 0;
	margin: 0;
}

#block-menu-secondary-links ul.menu li.first
{
	padding-right: 4px;
}

#block-menu-secondary-links ul.menu li.last
{
	padding-left: 4px;
}

#block-menu-secondary-links ul.menu li a
{
	font-family: "trebuchet ms", helvetica, sans-serif, arial;
	font-size: 11px;
	color: #000;
}

#right-header .bottom
{
	border: 0px solid #000;
        text-align: right;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 11px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 20px;
	display: inline;
}


.bottom label
{
        display: none;
}

.bottom .form-text
{
	width: 240px;
	border: 1px solid #330000;
	padding: 3px 0 3px 0;
}

.bottom .form-submit
{
	border: 1px solid #330000;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 13px;
	width: 80px;
	padding: 3px 0 3px 0;
	margin-top: 1px;
}


#banner
{
	border: 0px solid #000;
	margin: 1px auto;
	width: 950px;
	overflow: hidden;
}

#banner-left
{
	border: 0px solid #000;
	width: 206px;
	height: 296px;
	float: left;
	text-align: left;
	padding: 2px;
	background: #fff;
}

#banner-right
{
	border: 0px solid #000;
	width: 740px;
	float: right;
}

#primary-menu
{
	 border: 0px solid #000;
	 width: 950px;
	 margin: 0 auto;
	 padding: 13px 0 11px 0;
	 overflow: hidden;
	 background: #330000;
}


#block-menu-primary-links ul
{
	border: 0px solid #000;
	text-align: center;
}

#block-menu-primary-links ul li
{
	display: inline;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
}

#block-menu-primary-links ul li a
{
        border: 1px solid #fff;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	background: #330000;
	color: #fff;
	padding: 10px 30px 10px 30px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;*/
	text-transform: uppercase;
}

#block-menu-primary-links ul li a.active
{
	background: #fff;
	color: #000;
}


#main-content
{
	border: 0px solid #000;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
}

#main-body
{
	border: 1px solid #eee;
	float: left;
	width: 657px;
	text-align: left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.main-body h2, h2 a, h1
{
        color: #330000;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Myriad Pro";
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
}

/**
 *FAQ Page theming
 */
.faq-ul-questions-top
{
	background: #eee;
	border: 1px solid #ddd;
}

.faq-question
{
	border: 1px solid #330000;
	padding: 5px;
	margin: 10px 0 10px 0;
}
/**
 *End of FAQ Page theming
 */

/**
 *Apply Now Form
 */
#edit-submitted-personal-details-title
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-personal-details-first-name
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-personal-details-email-address
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-personal-details-place-of-birth
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-contact-details-phone-number
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-contact-details-address
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-contact-details-postal--zip-code
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-contact-details-city--town
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-contact-details-emergency-contact
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-contact-details-relationship-to-you
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-additional-information-educational-level
{
	border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#edit-submitted-additional-information-introduction
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-additional-information-past-experience
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-additional-information-furthur-questions
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-additional-information-health-conditions
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-additional-information-what-type-of-accommodation-do-you-prefer
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}

#edit-submitted-additional-information-why-did-you-choose-gcs
{
	border: 1px solid #330000;
	width: 400px;
	padding: 5px;
}
/**
 *End of Apply Now Form
 */

/*Contact Form*/
#contact-mail-page #edit-name
{
        border: 1px solid #330000;
        width: 300px;
        padding: 5px;
}

#contact-mail-page #edit-mail
{
        border: 1px solid #330000;
        width: 300px;
        padding: 5px;
}

#contact-mail-page #edit-subject
{
        border: 1px solid #330000;
	width: 300px;
	padding: 5px;
}

#contact-mail-page #edit-message
{
        border: 1px solid #330000;
        width: 540px;
        height: 200px;
        padding: 5px;
}

#contact-mail-page #edit-submit
{
        border: 1px solid #330000;
        padding: 4px;
}
/*End of Contact Form*/

#sidebar-right
{
	border: 1px solid #330000;
	background: #fff;
	float: right;
	width: 270px;
	padding: 0 5px 5px 5px;
	margin-top: 2px;
	text-align: left;
}

#sidebar-right a
{
	color: blue;
}

/*Begin of Programmes Menu*/
#block-user-1
{
	border: 0px solid #000;	
}

#block-menu-menu-programmes ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}


#block-user-1 h2
{
	border: 0px solid #333000;
	background: #aaa;
	padding: 5px 2px 5px 4px;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}

#block-menu-menu-programmes ul.menu
{
	margin: 0;
	padding: 0;
}


#block-menu-menu-programmes
{
	border: 0px solid #000;
}

#block-menu-menu-programmes h2
{
	border: 1px solid #333000;
	background: #330000;
	padding: 5px 2px 5px 4px;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}

#block-menu-menu-programmes ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}

#block-menu-menu-about ul.menu
{
	margin: 0;
	padding: 0;
}

#block-menu-menu-about h2
{
	border: 0px solid #333000;
	background: #330000;
	padding: 5px 2px 5px 4px;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
}

#block-menu-menu-about ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}

#block-menu-menu-others ul.menu
{
	margin: 0;
	padding: 0;
}

#block-menu-menu-others h2
{
	border: 1px solid #333000;
	background: #330000;
	padding: 5px 2px 5px 4px;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}

#block-menu-menu-others ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}

#block-menu-menu-funds ul.menu
{
	margin: 0;
	padding: 0;
}

#block-menu-menu-funds h2
{
	border: 1px solid #333000;
	background: #330000;
	padding: 5px 2px 5px 4px;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}

#block-menu-menu-funds ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}

#block-menu-menu-information ul.menu
{
	margin: 0;
	padding: 0;
}

#block-menu-menu-information h2
{
	border: 1px solid #333000;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	background: #330000;
	padding: 5px 2px 5px 4px;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}

#block-menu-menu-information ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}

#block-menu-menu-related-links h2
{
	border: 1px solid #333000;
 	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
        background: #330000;
	padding: 5px 2px 5px 4px;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}

#block-menu-menu-related-links ul.menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #eee;
	padding: 2px 0 2px 4px;
}

/*End of Programmes Menu*/


#footer
{
	 clear: both;
	 margin: 10px auto;
	 border-top: 1px solid #330000;
	 overflow: hidden;
	 font-family: "trebuchet ms", helvetica, sans-serif;
	 font-size: 11px;
	 padding: 10px 0 20px 0px;
	 width: 950px;
}

#footer .left
{
        border: 0px solid #000;
	width: 565px;
	float: left;
	text-align: left;
}


#footer .right
{
	border: 0px solid #000;
	width: 300px;
	float: right;
	text-align: right;
}
