/*
--------------------------------------------------------------------->
############################## LINK STYLES ###########################
####################################################################*/

a
{

	text-decoration:none;
	color:#a19e9a;

}

a:hover
{

	color:#666;

}

/*<------------------------------------------------END OF LINK STYLES-



--------------------------------------------------------------------->
############################## BODY STYLE  ###########################
####################################################################*/


body
{

	background-color:#fff;

}

/*<-------------------------------------------------END OF BODY STYLE-



--------------------------------------------------------------------->
########################## MAIN PANEL STYLES #########################
####################################################################*/
#logo
{

	position:absolute;
	background-image:url(../../graph/logo.png);
	width:346px;
	height:127px;
	z-index:999;
	margin-left:75px;

}

#panel
{

	background-image:url('../../graph/Top.png');
	height:82px;
	width:100%;
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:0;
	left:0;

}

#menu
{

	list-style:none;
	float:right;
	font:9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#a19e9a;
	letter-spacing:5pt;
	position:relative;
	top:30px;

}

#menu li
{

	float:left;
	padding-right:100px;

}

/*<-----------------------------------END OF MAIN PANEL STYLE SECTION-



--------------------------------------------------------------------->
########################### BODYDIV STYLE  ###########################
####################################################################*/


#bodydiv
{

	background-color:#f5fdff;
	border:1px solid #b6b1ad;
	width:85%;
	margin:0 auto;
	position:absolute;
	clear:both;

}

.sectionHeader
{

	color:#000;
	font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:2pt;
	margin:25px;

}

.sectionHeader p
{

	font:7pt Verdana, Geneva, sans-serif;
	color:#999;

}

.sectionHeader p a
{

	cursor:pointer;
	text-decoration:underline;

}

.sectionContent
{

	color:#000;
	font:8pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1pt;
	margin:auto auto 25px 50px;
	text-indent:20pt;
	width:400px;
	text-align:justify;
	line-height:15pt;
	float:left;


}

.sectionPicture
{

	border:1px solid #666;
	height:300px;
	background-color:#000;
	float:right;
	margin:100px 50px auto auto;

}

.sectionFooter
{

	border:1px solid #666;
	background-color:#EEE;
	width:96%;
	height:156px;
	margin:25px;

}

#amca
{

	margin-left:20px;

}

#award
{

	background-image:url(../../graph/aboutus/amca.png);
	width:108px;
	height:156px;
	float:left;

}

#text
{

	font:9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	float:left;
	margin-top:70px;

}

#buttons
{

	float:right;

}

.button
{

	width:200px;
	text-align:center;
	height:20px;
	padding:5px;
	border:1px solid #099;
	background-color:#CAE3DF;
	color:#444;
	font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px 10px auto auto;
	cursor:pointer;

}

/*<------------------------------------------END OF BODYDIV STYLE SECTION-



--------------------------------------------------------------------->
########################### SEARCH PANEL STYLE  ######################
####################################################################*/

#searchPanel
{

	width:20%;
	padding:5px;
	height:400px;
	border:1px solid #ccc;
	margin: 20px auto 20px 20px;
	float:left;

}

.searchRow
{

	font:9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:3px;
	padding-left:20px;

}

.searchCombobox
{

	padding:5px;
	width:90%;

}

#searchResults
{

	float:left;
	position:relative;
	width:70%;
	border:1px solid #ccc;
	margin: 20px auto 20px 40px;
	background-color:#FFF;

}

.searchResultItem
{

	width:200px;
	height:250px;
	margin: 20px auto 20px 20px;
	float:left;

}

.searchResultItem div
{

	width:198px;
	height:220px;
	cursor:pointer;


}

.searchResultItem p
{

	font:9pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing:2pt;
	text-align:center;
	margin:5px;

}

.rugResult
{

	width:200px;
	height:250px;
	margin: 20px auto 20px 20px;
	float:left;

}

.rugResult div
{

	cursor:pointer;

}

.info
{

	font:12pt Verdana, Geneva, sans-serif;
	color:#000;
	margin: 20px auto 20px 20px;
	text-align:center;

}


#contactUsContent
{

	font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:500px;
	text-align:center;

}

#loginContent
{

	font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:400px;
	text-align:center;

}

.loginInput
{

	font:10pt Verdana, Geneva, sans-serif;
	padding:5px;
	width:300px;

}


/*<---------------------------------END OF SEARCH PANEL STYLE SECTION-