/* CSS Document */

body {
	margin: 0px;
	background-color: #939393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container	{
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	background:url(images/container_bg.gif) right repeat-y;
	clear: both;
}


/*Header Area*/
#header	{
	height: 95px;
	width: 775px;
	background-color:#FFFFFF;
	padding-right: 5px;
}
#logo{
	margin-top: 15px;
	margin-left: 20px;
}
#header ul {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background:url(images/bg_line.gif) left repeat-y;
}
#header li {
	float: left;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header li img {
	border: 0px;
}
#header li, #header li a{
	display: block;
	overflow: hidden;
	height: 61px;
	width: 96px;
}
#header li a:hover {
	text-indent: -96px;
}
/*Header Area Ends*/

/*Content Area*/
#content {
	width: 515px;
	padding-top: 180px;
	background:url(images/content_bg.jpg) no-repeat top;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	clear: left;
	background-color:#FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#content a:link, a:visited {
	color: #FF6600;
	text-decoration:none;
}
#content a:hover {
	color: #000000;
	text-decoration:none;
}
#content li{
	margin-top: 5px;
}
/*Content Area Ends*/

/*Navigation Area*/
#nav {
	width: 255px;
	float: right;
	clear: both;
	background: url(images/nav_bg.gif) repeat-x top;
}
#nav ul{
	background:url(images/bg_line.gif) top repeat-x;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#nav li{
	background:url(images/bg_line.gif) bottom repeat-x;
	padding-bottom: 2px;
}
#nav li a{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
#nav li a:hover{
	color: #FF6600;
	background-color: #DFDFDF;
}
#nav input{
	width: 150px;
	margin-left: 5px;
}
#nav select{
	width: 220px;
	margin-left: 5px;
}
#search {
	height: 175px;
}
/*Navigation Area Ends*/

/*Footer Area*/
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9933;
	padding-top: 2px;
	padding-bottom: 10px;
	text-align: center;
	height: 80px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_nav, #footer_nav a:link, #footer_nav a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFF00;
}
#footer_nav a:hover {
	text-decoration:underline;
}
/*Footer Area Ends*/

/*Headings*/
h1	{
	font-size: 16px;
	color:#FF6600;
}
h2	{
	font-size: 14px;
	color:#FF6600;
}
h3	{
	font-size: 12px;
	color:#FF6600;
	text-align: left;
	text-decoration:underline;
	margin-bottom: 0px;
}
h4 {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 0px;
	margin: 0px;
	font-size: 14px;
	color:#FFFFFF;
}

/*Headings End*/

/*Other Styles*/
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
label{
	width:120px; color:#666666; float:left; font: bold 13px Arial; padding:4px;}
textArea{
	width:260px; color:#FA7F37;}
input.textarea {
	color: #fa7f37;}
input.button {
	color: #ffffff; background-color:#FA7F37;}	
