﻿html {
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
}

.hidden {
	display: none;
}

.redText {
	color: #c00000;
}

.traditionLinksBar {
	color: #0000ff;
	text-align: center;
}

#content .blackLink {
	color: #333333;
}

#content .blueLink {
	color: #000080;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	color: #333333;
	text-align: center;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: left;
}

#page-container {
	width: 944px;
	margin: auto;
}


#AGBrowser-container {
	width: 960px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Main Navigation */

#main-nav {
	margin-top:8px;
	height: 86px;
	overflow: hidden;
	width: 700px;
	float:left;
}

#GTIinit {
	float:right;
	padding:8px 0;
}

#main-nav dl { margin: 34px 0 0 0; padding: 0; }

#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}	

#main-nav dt a:hover {
	background-position: 0 -50px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 85px; background-image: url(images/nav/home.gif); }

#main-nav dt#teachings,
#main-nav dt#teachings a { width: 120px; background-image: url(images/nav/teachings.gif); }

#main-nav dt#about_us,
#main-nav dt#about_us a { width: 115px; background-image: url(images/nav/about_us.gif); }

#main-nav dt#contact_us,
#main-nav dt#contact_us a { width: 125px; background-image: url(images/nav/contact_us.gif); }


body.home dt#home,
body.home dt#home a,
body.teachings dt#teachings,
body.teachings dt#teachings a,
body.about_us dt#about_us,
body.about_us dt#about_us a,
body.contact_us dt#contact_us,
body.contact_us dt#contact_us a {
	background-position: 0 -100px;
}


#header {
	height: 150px;
	background-image: url(images/headers/agbanner5.jpg);
	clear:both;
}


#quotation-bar {
	font-size: 11px;
	height: auto;
	padding-top: 16px;
	padding-left: 15%;
	padding-right: 15%;
	color:#333333;
	text-align: center;
}


#sidebar-a {
	float: right;
	width: 256px;
	line-height: 18px;
}

#sidebar-a .padding {
	padding: 0px;
}

#sidebar-a a {
	color: #000080;
	text-decoration: none;
}

#sidebar-a a:hover {
	text-decoration: underline;
}

#sidebar-a .miniLink {
	font-size: 11px;
}


#sidebar-a .redLink {
	color: #c00000;
}


/* Light Blue Box*/
/* Dom Corner 1 */
a{color: #641B21}
div#boxa{margin: 1em 1%;background: #92AAF0}

p{margin: 0 5px 1em;line-height:1.5;}
b.btopa, b.btopa b, b.bbota, b.bbota b{
    display: block;height: 10px;font-size: 1px;
    background-image:url('images/rounded_corners/rc1.png');
    background-repeat: no-repeat
}
b.btopa b{background-position: 100% -10px}
b.bbota{background-position: 0 -20px}
b.bbota b{background-position: 100% -30px}

/* Inner rounded corners1 */

div#boxai{margin: 1em 2%;background: #FFFFFF}
b.btopai, b.btopai b, b.bbotai, b.bbotai b{
    display: block;height: 10px;font-size: 1px;
    background-image:url('images/rounded_corners/rcw1.png');
    background-repeat: no-repeat
}
b.btopai b{background-position: 100% -11px}
b.bbotai{background-position: 0 -19px}
b.bbotai b{background-position: 100% -30px}
/* end Inner rounded corners */
/* end Rounded corners1 */


#sidebar-b {
	float: left;
	width: 256px;
	line-height: 18px;
}

#sidebar-b .padding {
	padding: 0px;
}

#sidebar-b a {
	color: #c00000;
	text-decoration: none;
}

#sidebar-b a:hover {
	text-decoration: underline;
}

#sidebar-b .miniLink {
	font-size: 11px;
}


/* Pink Box*/
/* Dom Corner 2 */
div#boxb{margin: 1em 1%;background:#FF0033}

h1{margin: 0 20px;font-size: 125%;color: #FFFFFF; margin-right:30px}
p{margin: 0 5px 1em;line-height:1.5;}
b.btopb, b.btopb b, b.bbotb, b.bbotb b{
    display: block;height: 10px;font-size: 1px;
    background-image:url('images/rounded_corners/rc2.png');
    background-repeat: no-repeat
}
b.btopb b{background-position: 100% -11px}
b.bbotb{background-position: 0 -19px}
b.bbotb b{background-position: 100% -30px}

/* Inner rounded corners2 */

div#boxbi{margin: 1em 2%;background: #FFFFFF}
b.btopbi, b.btopbi b, b.bbotbi, b.bbotbi b{
    display: block;height: 10px;font-size: 1px;
    background-image:url('images/rounded_corners/rcw2.png');
    background-repeat: no-repeat
}
b.btopbi b{background-position: 100% -12px}
b.bbotbi{background-position: 0 -18px}
b.bbotbi b{background-position: 100% -30px}
/* end Inner rounded corners2 */
/* end Rounded corners2 */

#bottom-bar {
	float: left;
	width: 944px;
	line-height: 18px;
}

#bottom-bar .padding {
	padding: 10px;
}

#content {
	margin-right: 256px;
	margin-left: 256px;
	line-height: 18px;
}

#content .padding {
	padding: 35px;
}

#content a {
	color: #c00000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	background: orange;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#footer #legal {
	font-size: 9px;
	color: #333333;
}

#maintextborder {
	border-style: solid;
	border-width: 1px;
	padding: 12px 16px;
}
