@charset "UTF-8";

body 
{ 
background:#292929;
background-image:url(../images/websitebg2.png); background-repeat:no-repeat;
padding:0px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
margin:0px;
}

a:link
{
text-decoration: none;
font-weight:bold;
color:#999;
font-size:10px;

}
a:visited
{
text-decoration: none;
color:#999;
font-weight:bold;
font-size:10px;
}
a:hover
{
text-decoration: none;
color:#fff;
font-weight:bold;
font-size:10px;
}

a:active
{
text-decoration:none;
color:#999;
font-weight:bold;
font-size:10px;
}

#h1
{
#heading_text
{
 	color:#fff;
	height:100%;
	padding:5px;
	text-align:justify;
	font-size:20px;
}
}

/* HEADER */

#header_logo
{
	padding:5px;
	width:75px;
}

#header_banner
{
	width:940px;
	padding:5px;
	
}

/* TEXT AREA */

#text_box
{
	color:#fff;
	height:100%;
	padding:10px;
	text-align:justify;
	font-size:10px;
}

#heading_text
{
 	color:#fff;
	height:100%;
	padding:5px;
	text-align:justify;
	font-size:16px;
}

#msg-box
{
	color:#000;
	padding:5px;
	border-color:#eeeee1;
	border:solid;
	border-width:1px;
	background-color:#999;
}

#apply_box
{
	color:#f0f0f0;
	height:100%;
	padding:5px;
	font-size:10px;
}


#form_box
{
	color:#000;
	padding:5px;
	font-size:12px;
}

#social
{
	padding:5px;

	background-image:url(../images/h-line.png); background-position:center; background-repeat:no-repeat;
}

#border
{
	padding:5px;
	border-color:#eeeee1;
	border-width:1px;
	border-style:solid;
}


#readmore
{
width:50px;
float:left;
color:#777;
border:1px solid #ddd;
font-size:9px;	font-weight:bold;
background:#fff url(../images/button_bg.gif) bottom left repeat-x;
padding:5px;
text-decoration:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-khtml-border-radius:3px;
}

#footer
{
	padding:2px;
}

#footer_link
{
	padding:2px;
	font-size:10px;
	float:left;
	color:#ffffff;
}

#footer_webdesign
{
	padding:2px;
	float:right;
	color:#022e85;
	text-align:right;

}
