body{
	margin:0;
	padding:0;
	background: #000; /* url(/images/black_template/bg.gif) repeat-x; 
	background-attachment: fixed;
	color:#636363;*/
	font:13px Arial, Helvetica, sans-serif;
	text-align:center;
}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}

#wrapper {
	margin:0 auto;
	padding:0;
	width:960px;
	position:relative;
	text-align:left;
}

#navbar-container {
	width:960px;
	height: 192px;
	margin:0 0 0px 0;
	padding:0px 0px 0px 0px;
}
#navbar-container p.flags{
	position: absolute; 
	left:700px;
	top:10px;
	width:40px;
	height:25px;
	margin: 0px 0 0 0;
}

#navbar-container img.Legendary{
	position: absolute;
	right: 10px;
	top:150px;

}
#Logo{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:266px;
	height:192px;
}
#Logo .legendary{
	position:absolute;
	left:550px;
	top:80px;
	width:418px;
	height:106px;
}
#Header{
/*	background: url(/images/Nav/Header.gif) no-repeat; */
	position:relative;
	width:960px;
	height:24px;
	margin:0;
	padding:0;
	float:left;
	border: 1px solid #ae9d70;
	z-index:2;
}
#Nav{
	font-size: 11px;
	position:absolute;
	top:1px;
	left:0px;
	width:960px;
	height:23px;
	margin:0;
	z-index:3;
	background-color:#333333;
}
#Nav, #Nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#Nav a {
	display: block;
	height: 23px;
	text-decoration: none;
}

#Nav li {
	float: left;
	height: 23px;
}

#Nav li:hover, #Nav li.hover {
    position: static;
}
#Nav li#homepage, #Nav li#homepage a { width: 96px;}
#Nav li#home, #Nav li#home a { width: 147px;}
#Nav li#designservices, #Nav li#designservices a { width: 160px;}
#Nav li#courses, #Nav li#courses a { width: 150px;}
#Nav li#gallery, #Nav li#gallery a { width: 111px;}
#Nav li#whatsnew, #Nav li#whatsnew a { width: 86px;}
#Nav li#contact, #Nav li#contact a { width: 127px;}
#Nav li#spacer, #Nav li#spacer a { width: 1px;}
#Nav li#addthis, #Nav li#addthis a { width: 17px; margin-left:10px;}
#Nav li#rss, #Nav li#rss a { width: 17px; margin-left:10px;}

#Nav li#homepage a { background:url(/images/nav1_home.gif);}
#Nav li#home a { background:url(/images/nav2_company.gif);}
#Nav li#designservices a { background:url(/images/nav3_services.gif);}
#Nav li#courses a { background:url(/images/nav4_courses.gif);}
#Nav li#gallery a { background:url(/images/nav5_gallery.gif);}
#Nav li#whatsnew a { background:url(/images/nav6_news.gif);}
#Nav li#contact a { background:url(/images/nav7_contact.gif);}
#Nav li#spacer a { border-right: 1px solid #ae9d70; }
#Nav li#addthis a { background:url(/images/nav8_add.gif);}
#Nav li#rss a { background:url(/images/nav9_rss.gif);}

/*
#Nav li#home a:hover { background:url(/images/black_template/nav1-over.gif);}
#Nav li#designservices a:hover { background:url(/images/black_template/nav2-over.gif);}
#Nav li#courses a:hover { background:url(/images/black_template/nav3-over.gif);}
#Nav li#whatsnew a:hover { background:url(/images/black_template/nav4-over.gif);}
#Nav li#contact a:hover { background:url(/images/black_template/nav5-over.gif);}
*/
#Nav li a span { visibility: hidden;}

#Nav li ul li a {
	background: #333333 !important;
	border-bottom: 1px solid #ae9d70;
	border-left: 1px solid #ae9d70;
	border-right: 1px solid #ae9d70;
	color: #fff;
	height: auto !important;
	padding: 9px 3px 6px 6px;
	text-align: left;
}

#Nav li ul li a:hover {
	background: #666666 !important;
}

#Nav li ul li {
	height: auto !important;
}

#Nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#Nav li:hover ul {
	left: auto;
}

#Nav li:hover ul, #Nav li.sfhover ul {
	left: auto;
}


#Courses-Header{
	position:absolute;
	left:1px;
	top:23px;
	width:720px;
	height:200px;
	margin: 0px 0 0 0;
}
#main{
	margin:0;
	padding:0;
	position:relative;
	width:960px;
	float:left;
	z-index:1;
	/* border-right: 1px solid #ae9d70;
	border-left: 1px solid #ae9d70; */
}
#main p{
	margin: 0 40px 20px 0px;
	line-height:20px;
	padding:0;
	
} 
#main h1,#main h2,#main h3,#main h4,#main h5,#main h6 {
	margin: 20px 30px 10px 0px;
	padding:0;
}
#main img.address {
	margin: 0 0 10px 20px;
}
#content {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 660px;
	
}

#content h1, #content h2, #content h3, #content a {
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	color:#ae9d70;
}
#content td {
	color:#ae9d70;
	}
#content td a {
	color:#CCCCCC;
	text-decoration: none;
}
#content td a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
#content h1 {
	font-size:28px;
	
}
#content h2 {
	font-size:18px;
	margin-top:0px;
	
}
#content h3 {
	font-size:16px;
	margin:5px 0px 5px 0px;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#ae9d70;
}
#content p.indent {
	text-indent: 25px; 	
}
#content img {
	/*display: none;
	float: left;*/
	margin: 0px 10px 10px 0px;
}
#content table {
	margin: 0px 10px 10px 0px;
}
#content ul li {
	line-height:15px;
	margin: 10px 0 0 20px;
	color:#ae9d70;
}
#content p.returntop {
	text-align: right;
}
#content p.returntop a {
	color: #CCCCCC;
	text-decoration: none;
}
#content p.returntop a:hover {
	text-decoration: underline;
}
#home h1 {
	margin: 20px 40px;
}
#home p {
	margin: 20px 40px;
}
#subnav {

	float: right;
	margin: 25px 0 0 0;
	position: relative;
	text-align: center;
	width: 260px;
}
#subnav a {
	color: #AC9970;
	text-decoration: none;
}
#subtop {
	text-align: left;
	float: left;
	min-height: 160px;
	width: 260px;

}
#subtop ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 20px;
}
#subtop a {color:#636363;}
#subtop a:hover {text-decoration: underline;}
/*
#subtop ul li {
	margin: 10px 0;
	width: 130px;
}

#subtop ul li a {
	
	border: 1px solid #AC9970;
	color: #AC9970;
	display: block;
	height: 15px;
	padding: 3px 5px;
	width: 130px;
}
#subtop ul li a:hover {
	background-image:url(/images/subnav_link_off.gif);
text-decoration: none;
}
*/
#submain {
	border: 0px solid red;
	border-left: 1px solid #ccc;
	float: left;
	width: 162px;	
}
#subbot {

	float: left;
	height: 162px;
	position: relative;
	width: 260px;
}

#subbot div.bot1 {
	bottom: 5px;
	left: 0px;
	padding-top: 5px;
	position: absolute;
	width: 100%;
}
#subbot div.bot1 a {
	border: none;
	padding: 0;
}
#subbot a#client_login {
	background-image:url(/images/subnav_link_on.gif);
	border: 1px solid #AC9970;
	height: 21px;
	padding: 3px 20px;
}
#subbot a#client_login:hover {
	background-image:url(/images/subnav_link_off.gif);
}
#subbot img {
	border: 0;
	margin-top: 10px;
}	
#bottom{
	margin:0;
	padding:0 0 0 40px;
	color:#636363;
	background-color:#FFFFFF;
}

#bottom p{
	margin:0;
	padding:20px 30px 20px 40px;
	background-color:#FFFFFF;

}

/* ----- Begin Footer CSS ----- */
#footer{
	margin:0px 0px 10px 0px;
	width:960px;
	position:relative;
	float:left; 
}
#footerheader {
	margin: 0px 0px 10px 0px;
	text-align:center;
	border-top: 1px solid #ae9d70;
	border-bottom: 1px solid #ae9d70;
}
#col_1 { 
	float:left; 
	width:125px;  
	border-right: 1px solid #ae9d70; 
	height:300px; 
	margin:0px 5px 0px 0px;
}
#col_2 { 
	float:left; 
	width:250px;  
	border-right: 1px solid #ae9d70; 
	height:300px; 
	margin:0px 5px 0px 0px; 
	padding: 0px 0px 0px 10px;
}
#col_3 { 
	float:left; 
	width:175px;  
	border-right: 1px solid #ae9d70; 
	height:300px; 
	margin:0px 5px 0px 0px; 
	padding: 0px 0px 0px 10px;
}
#col_4 { 
	float:left; 
	width:165px;  
	border-right: 1px solid #ae9d70; 
	height:300px; 
	margin:0px 5px 0px 0px; 
	padding: 0px 0px 0px 10px;
}
#col_5 { 
	float:left; 
	width:150px; 
	height:300px; 
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
}

#col_1 p, #col_2 p, #col_3 p, #col_4 p, #col_5 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px 0px 2px 0px;
	padding:0px;
	text-indent:5px;
	color: #999999;
	text-decoration:none;
}
#col_1 p a, #col_2 p a, #col_3 p a, #col_4 p a, #col_5 p a{
	color: #666666;
	text-decoration:none;
}

#col_1 p a:hover , #col_2 p a:hover , #col_3 p a:hover , #col_4 p a:hover , #col_5 p a:hover {
	color:#969696;
	text-decoration: underline;
}
#col_1 h2 , #col_2 h2 , #col_3 h2 , #col_4 h2 , #col_4 h2 , #col_5 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color:#ae9d70;
}

#subfooter{
	margin:0px 0px 0px 0px;
	position:relative;
	width: 100%;
	float:left;
	background-color: #ae9d70;
}
#subfooter p{
	font:11px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align:justify;
	margin:10px 0px 10px 0px;
	padding:0px;
	width:960px;
	color:: #000000;
	font-size:9px;
}
#subfooter p a{
	color:#000;
	text-decoration:underline;
}
#subfooter p a:hover {
	text-decoration: underline;

}
/* Popups */
body#popup {
	margin:0;
	padding:10px;
	background: #fff;
	background-image: none;
	color:#003364;
	font:12px Arial, Helvetica, sans-serif;
	text-align:left;
}
/* Partners page */
.logos{
	border:1px solid #ae9d70;
}
table.endorse {
	width:443px;
	margin:0 0 10px 20px;
	padding:2px;
}
td.endorse{
	padding: 0 0 0 10px;
}
td.endorse h1{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 10px 0;
}
#yoxview a img, #yoxview_infoPanel a img{ border: none; }
