#page-container {
	width: 760px;
	margin: auto;
}
html, body {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
} 
#image{
	padding: 2px;
}

/******************************* Menu 1 starts here *******************************/
#menu1
{
	width: 200px;
	float:left;
}

#menu1 ul
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu1 li
{
	display: inline;
	/* for IE5 and IE6 */
}
#menu1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 6px;
	width: 188px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e9e9e9;
}

#menu1 a:link, #menu1 a:visited
{
	color: #3f3f3f;
	text-decoration: none;
}

#menu1 a:hover
{
	background-color: #e97615;
	color: #fff;
}

#menu1 li a#current
{
	border-bottom: 3px solid #ffb21b;
	background: #e97615;
	font-weight: bold;
	color: #fff;
}
/******************************* Menu 1 ends here *******************************/

/******************************* Begin Forms *******************************/
.border {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:160%;
	height:20px;
	width:320px;
	}
	
input.border:focus	{
	background: #fff;
	border: 1px solid #595959;
}

input:hover {
	background-color:#fff;
	}
	
textarea:hover {
	background-color:#fff;
	}

textarea.borders:focus	{
	background: #fff;
	border: 1px solid #595959;
}
#form {
	width:500px;
}
	
.borders {
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
	color:#666666;
	background-color:#F2F2F2;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:160%;
	height:130px;
	width:320px;
	}
	
.formborder {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url('../images/form_button.jpg');
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
	
.formborder:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url('../images/form_button_over.jpg');
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
	}
/******************************* End Forms *******************************/

body {
	font-family: Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.75em;
	color: #666666;
	background: #ffffff;
	background-image: url('../images/coressbg.gif');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top;
}
.hidden {
	display: none;
}
#header {
	height: 127px;
}
#content {
	margin-left: 200px;
	line-height: 18px;
	width: 550px;
}
#content .padding {
	padding: 25px;
}
#content .image {
	padding: 5px;
}
#content a {
	color: #a9785e;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content li {
	list-style-type: square;
	color: #e97615;
}
#content li .text {
	color: #666666;
}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	font-size: 1.8em;
	color: #e97615;
	font-family: Arial, Helvetica, sans-serif;
	
}
#content h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-size: 1.3em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#content h4 {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-size: 1.4em;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;

}
#content .terms {
	font-size: 0.95em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}
#content .terms ul{
	list-style-type:square;
}
h1 {
	margin: 0;
	padding: 0;
}
hr {
	border: none 0; 
	border-top: 1px solid #efefef;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
#footer {
	clear: both;
	height: 66px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top: 1px solid #efefef;
	padding: 15px 40px;
	line-height: 18px;
	background: url('../images/asgbi-logo.gif') 2px 3px no-repeat;

}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer #altnav {
	width: 400px;
	float: left;
	text-align: left;
}

