﻿/*---------------------------------------------------------------------*/
/* GENERAL STYLES                                                      */
/*---------------------------------------------------------------------*/

* {padding: 0; margin: 0;}

body {
  /*margin:0;
  padding:0;*/
  border:0;			/* This removes the border around the viewport in old versions of IE */
  text-align: center;
  font-size:62.5%;
  /*min-width:870px;*/  /* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

body {
  /*background: #245a5a url('../backgrounds/bck_main.gif') repeat-x;*/
  }

a {
  color:#369;
}
.ErrorMessage
{
	font-size:17px;
	color :#DF1B11;
}
.ThanksMessage
{
	font-size:17px;
	color :#5F873D;
}
	
/*a:hover {
  color:#fff;
  background:#369;
  text-decoration:none;
}*/
	
h1 {
  font: 3em Georgia, "Times New Roman", Times, serif; 
  color: #477777; 
  text-align: left;
  margin-bottom: 10px;
}

h2 {
  font: 2.4em "Times New Roman", Times, serif; 
  color: #444;
  text-align: left;
  margin-bottom: 5px;
}

h3 {
  font: 2em/1.4em "Times New Roman", Times, serif; 
  color: #388484; 
  font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
}

p {
  font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; 
  color: #444; 
  text-align: left;
}

/*img {
	border: 1px #ccc solid;
	margin: 0 10px 10px 10px;
	padding: 10px;
}*/

img 
{
    border: 0px #ccc solid;
    margin: 0;
    padding: 0px;
}

ul {
  font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; 
  color: #444; 
  text-align: left;
  list-style: none;
  margin:0 0 10px 0;
  padding-left:0;
}

li {
	padding-right: 0px; 
	padding-left: 25px;
	background: url('../images/checkbox.gif') no-repeat 0px 3px; 
	margin-top: 5px;
}

/*---------------------------------------------------------------------*/
/* TOP NAVIGATION LINKS                                                */
/*---------------------------------------------------------------------*/

#topnav {
	width: 1000px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
	/*background: url('../images/topnav_bck.gif') repeat-x;*/
}

#topnav_links {
	float: right;
	margin-left: 15px;
}

#topnav_links a {
	font: 1.2em Verdana, Arial, Helvetica, sans; 
	color: #999; 
	text-align: left;
	margin-right: 15px;
	text-decoration: none;
}

#topnav_links a:hover {
	color: #286b6d; 
}

#topnav_login {
	float: right;
}

#topnav_login p {
	font: 1.2em Verdana, Arial, Helvetica, sans; 
	color: #999;
	text-align: left;
	margin-right: 15px;
}

#topnav_login a {
	font: 1.2em Verdana, Arial, Helvetica, sans; 
	color: #999;
	text-align: left;
	margin-right: 20px;
	text-decoration: none;
}
#topnav_login ul {
	font: 1.2em Verdana, Arial, Helvetica, sans; 
	color: #ccc;
	text-align: left;
	margin-right: 15px;
	text-decoration: none;
}

#topnav_login a:hover {
	color: #286b6d;
}

#topnav_login p {
	display:inline;
}

#home_link {
    background:url('../images/homepage.gif') #fff no-repeat; 
    padding-left: 20px;	
}

#contact_link {
    background:url('../images/contactus.gif') #fff no-repeat; 
    padding-left: 20px;	
}

#login_link {
    background:url('../images/login.gif') #fff no-repeat; 
    padding-left: 20px;	
}

.logout_link {
    background:url('../images/logout.gif') #fff no-repeat; 
    padding-left: 20px;	
}

#admin_link {
    background:url('../images/adminlink.gif') #fff no-repeat; 
    padding-left: 20px;	
}
.user_link
{
background:url('../images/adminlink1.gif') #fff no-repeat; 
    padding-left: 20px;	
}

/****************************************/
.dropdown3 {	
	list-style:none;	
	position:relative;
	width:auto;
	height:auto;
	z-index:1;
	line-height :13px;
	font-size :1.1em;
	top:0px;
	padding:0px;
	margin:0px;
	/*height:28px;left:0px;
		*/
	}

.dropdown3 li.top {
	display:block;
	/*float:left;*/
}

.dropdown3 li a.dropdown_link {
	display:block;
	float:left;	
	height:23px;
	line-height:13px;
	color:#FFFFFF;
	text-decoration:none;	
	padding:0px;
	cursor:pointer;
	font-size:1.0em;
		
}
.dropdown3 :hover ul {
	left:0px;
	top:20px;	
	z-index:1;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	width:auto;
	
}
.dropdown3 li a.dropdown_link span {
	float:left;
	display:block;
}

/********************This is for orange hover***************************/
.dropdown3 li a.dropdown_link:hover,.dropdown3 li:hover > a.dropdown_link {
	color:#FFFFFF;	
	
}

/*.dropdown3 li a.dropdown_link:hover span,.dropdown3 li:hover > a.dropdown_link span{	
	background-color: #000;
}*/

/***************This will display orange on top menu items while selecting submenu****************/

.dropdown3 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0; 
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.dropdown3 a:hover {
	visibility:visible;
	position:relative;
	z-index:1;	
}

.dropdown3 li:hover {
	position:relative;
	z-index:1;
}

/* keep the 'next' level invisible by placing it off screen. */

.dropdown3 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image :none;
	background-image :none;
	background-color: #fff;
	border:1px #000 solid;
}
.dropdown3 li
{
	list-style-image :none;
	background-image :none;
	/*background :0px 0px;*/
	padding :0px;
	margin :0px;
	line-height :13px;
	font-size :1.0em;
	
}

.dropdown3 :hover ul li {
	display:block;
	position:relative;
	font-weight:normal;
}
.dropdown3 :hover ul li a {
	display:block;		
	text-decoration:none;
	border-bottom: 1px #000 dotted;
	line-height:13px;
	font-size:0.9em;
	width:174px;
	padding: 5px;
	background-color: #fff;
}

.dropdown3 :hover ul li a:hover {
	color:#FFFFFF;
	/*background-color: #86B1D2;*/
}

/*---------------------------------------------------------------------*/
/* HEADER Styles                                                       */
/*---------------------------------------------------------------------*/

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	/*margin-top: 10px;
	text-align: left;
	background-color: #fff;
	border: 1px #ccc dotted;*/
}

#logo {
	float: left;
	width: 339px;
    height: 90px;
    /*background: url('../images/Logo.gif') no-repeat;
    margin: 10px 0 0 15px;
	border: 1px #ccc dotted;*/
}

#textlogo
{
	float: right;
	width: 230px;
	height: 60px;
	/*margin: 5px 10px 0px 0px;
	display: block;*/
	font-size :1.2em;
	line-height:1.5em;
	font-family: Georgia, Arial, Helvetica, sans; 
	text-align:left;
	/*padding-top:10px;*/
	margin-top:18px;
	/*border: 1px #ccc dotted;*/
	}

#textlogo a
{
	text-decoration :none;	
	
}
#textlogo a:hover
{
	color:#2A7A43;
}

#name_banner {
	float: left;
	width: 242px;
	height: 90px;
	margin-left: 95px;
	/*border: 1px #ccc dotted;*/
}

#name_banner img {
	border:0;
}

/*---------------------------------------------------------------------*/
/* NAVIGATION Styles                                                   */
/*---------------------------------------------------------------------*/

#navbar_wrap {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url('../images/navbar_bck.gif') #fff repeat-x;
}

#navbar {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	background: url('../images/nav_bck.gif') repeat-x;
}

#navbar a {
    display: block;
    float: left;
	height: 50px;
    text-indent: -9999px;
}

a.board:link, a.board:visited {
    background: url('../images/m_board.gif') no-repeat left top;
    width: 108px;
}

a.board:hover {
    background: url('../images/m_board.gif') no-repeat left bottom;
}

a.purchase:link, a.purchase:visited {
    background: url('../images/m_purchase.gif') no-repeat left top;
    width: 134px;
}

a.purchase:hover {
    background: url('../images/m_purchase.gif') no-repeat left bottom;
    /*width: 122px;*/
}

a.news:link, a.news:visited {
    background: url('../images/m_news.gif') no-repeat left top;
    width: 85px;
}

a.news:hover {
    background: url('../images/m_news.gif') no-repeat left bottom;
    /*width: 72px;*/
}

a.imas:link, a.imas:visited {
    background: url('../images/m_imas.gif') no-repeat left top;
    width: 149px;
}

a.imas:hover {
    background: url('../images/m_imas.gif') no-repeat left bottom;
}

/*a.inventory:link, a.inventory:visited {
    background: url('../images/m_inventory.gif') no-repeat left top;
    width: 115px;
}

a.inventory:hover {
    background: url('../images/m_inventory.gif') no-repeat left bottom;
}*/

a.services:link, a.services:visited {
    background: url('../images/m_services.gif') no-repeat left top;
    width: 95px;
}

a.services:hover {
    background: url('../images/m_services.gif') no-repeat left bottom;
}

a.forum:link, a.forum:visited {
    background: url('../images/m_forum.gif') no-repeat left top;
    width: 95px;
}

a.forum:hover {
    background: url('../images/m_forum.gif') no-repeat left bottom;
}

a.calendar:link, a.calendar:visited  {
    background: url('../images/m_calendar.gif') no-repeat left top;
    width: 96px;
}

a.calendar:hover {
    background: url('../images/m_calendar.gif') no-repeat left bottom;
}

a.listing:link, a.listing:visited {
    background: url('../images/m_listing.gif') no-repeat left top;
    width: 149px;
}

a.listing:hover {
    background: url('../images/m_listing.gif') no-repeat left bottom;
}

a.about:link, a.about:visited {
    background: url('../images/m_about.gif') no-repeat left top;
    width: 89px;
}

a.about:hover {
    background: url('../images/m_about.gif') no-repeat left bottom;
}

#menu_shadow {
	width: 100%;
	height: 7px;
	margin: 0 auto;
	background: url('../images/menushadow.gif') #fff repeat-x;
	/*border: 1px #ccc dotted;*/
}

/*---------------------------------------------------------------------*/
/* BODY Styles                                                         */
/*---------------------------------------------------------------------*/

#content_wrapper {
	width: 100%;
	/*border-top: 1px #fff solid;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px 25px 15px 25px;*/
}

/*---------------------------------------------------------------------*/
/* FOOTER Styles                                                       */
/*---------------------------------------------------------------------*/

#footer_wrap {
	width: 100%;
	/*height: 50px;
	margin: 0 auto;*/
	margin-top: 20px;
	background: #1A4343 url('../images/footer_bck.gif');
}

#footer {
	width: 1000px;
	margin: 0 auto;
	background: #1A4343 url('../images/footer_bck.gif');
	padding: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

#footer p {
	font: 1.1em Arial, Helvetica, sans;  
	color: #ccc; 
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
}

#footer a {
	font: 1.2em Verdana, Arial, Helvetica, sans;  
	color: #67C8C8; 
	text-align: left;
	font-weight: normal;
	text-decoration:none;
	line-height: 1.5em;
	text-decoration:underline;
}

#footer a:hover {
	color: #fff; 
}

#footer_address {
	float: right;
	margin-right: 15px;
}

#footer_address p {
	font: 1.2em Verdana, Arial, Helvetica, sans;  
	color: #fff; 
	line-height: 1.5em;
}

.footer_links {
	float: left;
	margin-left: 15px;
}


/*---------------------------------------------------------------------*/
/* OTHER Styles                                                       */
/*---------------------------------------------------------------------*/

.popupWindow
{
	position: relative;
    width:420px;
    /*border: solid 1px navy;*/
    margin: 0px 0px 0px 20px;
    /*background-color: #FFFFCC;*/
    background-color: #E5F6D6;
    display: none;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#5F5F5F); 
}
.TablePopupWindow
{
	/*background-color: #EBEBEB;*/
	background-color: #E5F6D6;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #07548a;*/
	width: 420px;
}

.MandatoryField
{
	color: Red;
	font-size: xx-small;	
}

.freeTextBoxDesignMode
{
	font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; 
	color: #444; 
	text-align: left;
}

.freeTextBoxDesignMode img
{
	font: 1.2em/1.7em Verdana, Arial, Helvetica, sans; 
	color: #444; 
	text-align: left;
}

#developer {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align :center ;
}

.main_content {
	width: 1000px;
	/*height: 290px;*/
	margin: 0 auto;
	padding-top: 20px;
	/*background: #1A4343 url('../images/homestripe.gif');
	border: 1px dotted #000;*/
}

.main_content p {
	margin-bottom: 10px;
}

.newsBackLink a {
    display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 20px;
}

#kaiman_message_content {
	width: 600px;
	float:left;
}

#kaiman_photo {
    width: 350px;
	float: right;
}

#kaiman_photo img {
	border: 1px #ccc solid;
	padding:5px;
}


