/* hide from ie on mac */
html {
height: 100%;
overflow: hidden;
}

#flashcontent {
    height: 100%;
	margin-top:15px; 
	overflow:hidden;
	z-index: 0;
}
/* end hide */

a {
	color: orange;
}

blockquote {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding-left: 2.5em;
	padding-top: 2em;
	text-align: center;
	background: transparent url(../images/quotesleft.png) no-repeat; 
	display: block;
	margin-left:0;
	z-index:10;
}

blockquote div {
	position: relative;
	
	padding-right: 3em;
	padding-bottom: 2em;
	background: transparent url(../images/quotesright.png) no-repeat;
	background-position: right;
}

body {
	font:11px arial,helvetica,sans-serif; 
	background: url(../images/background1.png) no-repeat;
	
}


.margin_top_none {
	margin-top:0;
}

/* Fix IE Win \*/
* html a { height: 1px; }
/* End Fix */

.alert {
	background: #fff6bf url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	width: 60%;
	}

.info {
	position:relative;
	background: #fff6bf url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-top:15px;
	width: 60%;
	}

.success {
	background: #fff6bf url(../images/tick.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	width: 60%;
	}


table {
	font:11px arial,helvetica,sans-serif; 
}

input.send-btn {
width: 60px;
height: 25px;
background: #333 url(../images/btn-send.png) no-repeat;
outline: none;
}
input.send-btn:hover {
background: #666 url(../images/btn-send.png) no-repeat 0 -25px;
}

input.reg-btn {
width: 60px;
height: 25px;
background: #333 url(../images/btn-reg.png) no-repeat;
outline: none;
}
input.reg-btn:hover {
background: #666 url(../images/btn-reg.png) no-repeat 0 -25px;
}

#Title {
	position: relative;
	height:90px;
	
	float: left;
	
	padding-top: 0.3em;
	padding-left: 8px;
	font-size: 32px;
	color: white;
	background-color: transparent;
	margin-right:0;
}

h3 {
	color: #17175e;
}

b {
	color: #17175e;
}

#Title h3 {
	font:32px arial,helvetica,sans-serif; 
	color: white;
	
}

#Title img {
	
	float: right;
}

#Title_img {
	position: relative;
	width: 9%;
	float: right;
	
	margin-left:0;
}

#Navigation {
	position: relative;
	/* top:46px;
	left: 0px; */
	height: 46px;
}

#Page {
	position: absolute;
	background-image: url(../images/background1.png);
	top:0px;
	left:0px;
	width: 100%;
	height:90%;

}

#Header {
	position: relative;
	width: 100%;
	height:90px;
	background-image: url(../images/title-background.png);
	background-repeat: repeat-x;
	z-index: 10;
}

#Content {
	position: relative;
	text-align: left;
	float: left;
	width:500px; 
	height: 90%;
	margin-right: 10px;
	z-index:2;
	margin-top:0;
	padding-left: 10px;
	padding-right: 10px;
}

#Info {
	position: relative;
	float: left;
	clear: both;
	width: 20%; 
	
	margin-top:15px;
	margin-left:0.5em;
	margin-right:0.5em;
	background-color:transparent;
	border:1px solid #5b5a8c;
	padding:1em;
	font-size: 13px;
	color: #5b5a8c;
	
}

#Info_main {
	
	margin-top:15px;
	margin-left:1em;
	margin-right:1em;
	margin-bottom:4px;
	height: 368px;
	background-color:transparent;
	border:1px solid #5b5a8c;
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0.8em;
	font-size: 13px;
	color: #5b5a8c;
	
}

#Footer {
	position: relative;
	clear:both;
	/* background-color: #17175e; */
	height: 1em;
	z-index: 10;
}

#Categories	{
	position: relative;
	float: left;
	width: 15%;
	border:1px solid #CCCCCC;
	padding: 10px;
	margin-top:15px;
}

#Categories	ul {
	padding: 0;
	list-style: none;
}

#Categories	a {
	text-decoration: none;
	
}

/* ================================= MENU SYSTEM ================================ */


.menustyle{

width: 99%;
	position: absolute;
	top: 39px;
	left:0;
	width:100%;
	z-index:1000;
	/*font-weight: bold;
*/

}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
z-index:1000;
}

.menustyle ul{
/* border: 1px solid #BBB;*/
width: 100%;
/* background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
z-index:1000;
}

.menustyle ul li{
display: inline;
z-index:1000;
}

.menustyle ul li a{
color: white; /*#494949;
*/
padding: 4px 7px;
margin: 0;
float:left;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
z-index:1000;
}

.menustyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	/* color: #fb9600; */
	color:white;
	z-index:1000;
}

.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
z-index:1000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
/*font:normal 12px Verdana;
*/
line-height:18px;
z-index:1000;
background-color: white;
width: 140px;
visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
z-index:1000;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;
*/
color: white;
/* background-color: #dbdbdc; */
background-color: #2f2f6f;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
z-index:1000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/* background-color: #F0F0F0;
*/
z-index:1000;
/* background-color: #dbdbdc; */
background-color:  #5b5a8c;
color: #fb9600;
}
/* ================================= MENU SYSTEM END ================================ */
/* End CSS Popout Menu */
#register_img {
	
	width: 167px;
	height: 108px;
	background: url('../images/register_btn_lit.gif') no-repeat;
	z-index: 100;
}

#register_img a:hover {
	display: block;
}

 #register_img img
{
	border: 0
}

#register_img html a:hover
{
	
	visibility:visible
}

#register_img a:hover img
{
	display: block;
	visibility:hidden
}

#login_img {
	width: 167px;
	height: 108px;
	background: url('../images/login_btn_lit.gif') no-repeat;
	z-index: 100;
	
}

#login_img a:hover {
	display: block;
}

 #login_img img
{
	border: 0
}

#login_img html a:hover
{
	
visibility:visible
}

#login_img a:hover img
{
	display: block;
visibility:hidden
}

#faq_img {
	
	width: 167px;
	height: 108px;
	background: url('../images/faq_btn_lit.gif') no-repeat;
	z-index: 100;
}

#faq_img a {
	
}

#faq_img a:hover {
	display: block;
	
}

 #faq_img img
{
	
	border: 0
}

#faq_img html a:hover
{
	
visibility:visible
}

#faq_img a:hover img
{
	
visibility:hidden
}

#job_img {
	position:relative;
	clear:left;
	float:left;
	width: 167px;
	height: 108px;
	background: url('../images/job_btn_lit.gif') no-repeat;
	z-index: 100;
}

#job_img a {
	
}

#job_img a:hover {
	display: block;
	
}

 #job_img img
{
	
	border: 0
}

#job_img html a:hover
{
	
visibility:visible
}

#job_img a:hover img
{
	
visibility:hidden
}

#job_apply_img {
	position:relative;
	clear:left;
	float:left;
	width: 167px;
	height: 108px;
	background: url('../images/job_apply_btn_lit.gif') no-repeat;
	z-index: 100;
}

#job_apply_img a {
	
}

#job_apply_img a:hover {
	display: block;
	
}

 #job_apply_img img
{
	
	border: 0
}

#job_apply_img html a:hover
{
	
visibility:visible
}

#job_apply_img a:hover img
{
	
visibility:hidden
}