/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image:url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	font-weight: normal;
}
a{outline:none;}

.black_theme{background:#000; color:#bfb787;}
.black_theme a{color:#999;}
.black_theme a:hover{color:ffde00;}

.footer_theme{font-size:10px;}
.footer_theme a{color:#ccc;}
.footer_theme a{color:#ffde00;}


Table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 000000;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	font-weight: normal;
}
.nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	font-weight: bold;
}
.border{
	border: 1px solid #FFFFFF;
}
a{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#FFDE00;
	}

a.content	{	
	text-decoration:	none;
	color:#999;
	}	
		
a:hover.content	{	
	text-decoration:	none;
	color:	#FFDE00;
	}
.man-1 {
	background-image:url(images/man-1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.man-2 {
	background-image:url(images/man-2.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.man-3 {
	background-image:url(images/man-3.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.right {
	background-image:url(images/right-bg2.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.branding{background:url(/images/top.jpg); height:201px; width:714px; position:relative;}
.brand_link{font-size:18px; font-weight:bold; left:175px; position:absolute; top:160px;}
a.brand_link{color:#EEF507; text-decoration:none; outline:none;}
a:hover.brand_link{color:#fff; text-decoration:none; outline:none;}

h1{
color:#FFFFFF;
font-size:1em;
margin:0px;
}

h2{
color:#FFFFFF;
font-size:1.5em;
margin:0px;
}