/*

CSS for www.major-talent.com
Copyright 2009 - Major Talent Limited

*/
	

body {
background-image: url("images/MT_Background.jpg");
background-color: #FFFFFF;
} 

#wrapper {
		width:800px;
		margin:0px 0px 0px 40px;
		padding:10px;
	}

	#header {
		margin: 10px 50px 10px 50px;
		text-align:center;
		height:250px;
		padding:10px;
	}
	
		
	#content {
		margin: 10px 50px 10px 50px;
		padding-bottom:10px;
			}
			
	#content div {
		padding:10px;
		float:left;
	}
	#content-left {
		width:180px;
	}
	#content-main {
		margin-left:10px;
		width:500px;
	}
	#content-right {
		margin-left:10px;
		width:134px;
	}
	#footer {
		margin: 10px 50px 10px 50px;
		padding:10px;
	}
	#bottom {
		clear:both;
		text-align:right;
	}



/*

Header and paragraph styles

*/

h1 {
font-family: Arial, Helvetica, sans-serif; 
font-size:14pt;  
color: #003366;
font-style: normal;
font-weight: bold; 
} 

h2 {
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;  
color: #003366;
font-style: normal;
font-weight: bold; 
} 

h5 {
font-family: Arial, Helvetica, sans-serif; 
font-size:8pt;  
color: #808080;
font-style: normal;
font-weight: normal; 	
}

p {
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;  
color: #003366;
font-style: normal;
font-weight: normal; 
} 

font.error {font-family: Arial, Helvetica, sans-serif; 
font-size:10pt;  
color: #b38a14;
font-style: italic;
font-weight: normal; 
}
/*

List styles

*/

ol {
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;  
color: #003366;
font-style: normal;
font-weight: normal;
}

ul {
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;  
color: #003366;
font-style: normal;
font-weight: normal;
list-style-type: disc;
}

/*

Anchor/link styles

*/
a {
font-family: Arial, Helvetica, sans-serif;
color: #b38a14;
border: none;
	}
	

/*

Form styles

*/

label
{
font-family: Arial, Helvetica, sans-serif; 
font-size:12pt;  
color: #003366;
font-style: normal;
font-weight: normal;
width: 8em;
margin-right: 0.5em;
text-align: right;
vertical-align: top	;
display: inline-block;
}

input
{
color: #003366;
background: #dbecff;
border: 1px solid #003366;
width: 16em;
font-style: normal;
}

textarea
{
font-family: Arial, Helvetica, sans-serif; 
color: #003366;
background: #dbecff;
border: 1px solid #003366;
width: 31.5em;
font-size:10pt;  
font-style: italic;
padding: 0.5em;
margin-left: 0.3em;
}

.submit input
{
margin-left: 10.5em;
font-style: normal;
width: 8em;
color: #003366;
background: #dbecff;
border: 2px outset #003366;
}

select
{
color: #003366;
background: #dbecff;
border: 1px solid #003366;
width: 16.2em;
}

/* ------------MENUS------------ */

#mainMenu { margin: 0px 0px 0px 0px;border:1px solid #bbb; text-align: center;  width:100%; border: 1px solid #bbb;}
ul#mainMenuList {margin: 0;  list-style-type: none; padding: 0px 0px 0px 7px;  text-align:center; /*
background-color:#dbecff;
*/}

ul#mainMenuList li { display:inline; text-align:center; }
ul#mainMenuList li a {  margin: 0 ; padding: 0.5em; display: inline; text-align: center;}
a#menu-1 { display: inline;  color:#003366; font-size:12pt; font-weight: bold; text-decoration: none;}
a#menu-2 { display: inline; color:#003366; font-size:12pt; font-weight: bold; text-decoration: none}
a#menu-3 { display: inline; color:#003366; font-size:12pt; font-weight: bold; text-decoration: none}
a#menu-4 { display: inline; color:#003366; font-size:12pt; font-weight: bold; text-decoration: none}

a:hover#menu-1 { color:#b38a14; }
a:hover#menu-2 { color:#b38a14;}
a:hover#menu-3 { color:#b38a14; }
a:hover#menu-4 { color:#b38a14; }

ul#mainMenuList li a.active { color:#b38a14; cursor: default; }