html, body {
	height: 100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#7397c7 url(../images/site_bg.jpg) no-repeat fixed center top;
	width:828px;
	text-align:center;
	margin:0 auto;
	font-size:0.75em;
	position:relative;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1 {font-size:1.67em;}
h2 {font-size:1.3em;}
h3 {font-size:1.17em;}
h4 {font-size:1em;}

h1 {
	color:#1d1160;
	font-weight:normal;
	}
p {
	font-size:1em;
	line-height:1.4em;
	margin:0 0 10px 0;
	}
p.small_text {
	font-size:.83em;
	}
hr {
	background:#fff;
	border:none;
	border-bottom:1px solid #ccc;
	height:1px;
	}
a {
	color:#1D50AD;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#1d1160;
	text-decoration:underline;
	}
ul {
	list-style-image:url(../images/arrow_blue_rt.gif);
	}
li {
	margin:0 0 10px 0;
	}
/*--Helpers--*/
.m_all_5px {margin:5px;}
.m_all_8px {margin:8px;}
.m_top_5px {margin-top:5px;}
.m_top_10px {margin-top:10px;}
.m_bottom_5px {margin-bottom:5px;}
.m_bottom_10px {margin-bottom:10px;}
.m_right_10px {margin-right:10px;}
.m_left_10px {margin-left:10px;}
.m_left_5px {margin-left:5px;}
.m_right_5px {margin-right:5px;}
.no_margin {margin:0;}
.p_top_10px {padding-top:10px;}
.no_pad {padding:0;}
.clear_right {clear:right;}
.clear_left {clear:left;}
.clear_all {clear:both;}
.float_left {float:left;}
.float_right {float:right;}
.text_left {text-align:left;}
.text_right {text-align:right;}
.text_center {text-align:center;}
.text_justify {text-align:justify;}
.width_auto {width:auto;}
.bold {font-weight:bold;}
.no_border {border:none;}

/*--Backgrounds and Colors--*/
.gla_grey_box,
.gla_white_box,
.gla_blue_box {
	padding:5px;
	margin-bottom:5px;
	}
.gla_grey_box {
	border:1px solid #c9cee1;
	background:#ebebeb;
	}
.gla_white_box {
	border:1px solid #ccc;
	background:#fff;
	}
.gla_blue_box {
	background:#B5CAE7;
	border:1px solid #7397c7;
	}
/*--Main Wrappers--------------------------------*/

#gla_master_wrapper {
	background:#fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -234px; /* the bottom margin is the negative value of the footer's height */
	text-align:left;
	}
#gla_header_wrapper {
	background:url(../images/bg_header.jpg) no-repeat center top;
	text-align:center;
	padding:1px 0 1px 0;
	}
#gla_menubar_wrapper {
	border-top:2px solid #8b5723;
	border-bottom:1px solid #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#gla_body_wrapper {
	clear:both;
	background:#fff;
	margin:10px;
	}
#gla_footer_wrapper,
#gla_push {
	clear:both;
	height:234px;
	text-align:left;
	}
/*--Header Stuff-----------------------------*/
#gla_logo {
	margin:6px auto 5px auto;
	}
/*--Column Stuff----------------------------*/
#gla_left_column {
	width:180px;
	float:left;
	}
#gla_right_column {
	float:right;
	width:615px;
	}
#gla_left_column,
#gla_right_column {
	margin-bottom:10px;
	}
/*--Footer Stuff-------------------------------*/
#gla_footer_1 {
	background:url(../images/bg_footer.gif) no-repeat right top;
	height:190px;
	border-bottom:1px solid #fff;
	padding-top:1px;
	}
#gla_footer_2 {
	border-top:1px solid #a1a1a1;
	background:#ccc;
	clear:both;
	padding:.8em 0;
	}
.gla_footer_contact {
	margin-top:120px;
	}
.gla_footer_info {
	float:left;
	padding-right:15px;
	margin-left:15px;
	border-right:1px solid #ccc;
	display:inline;
	}
.gla_footer_info p.footer_info {
	color:#1d1160;
	line-height:1.5em;
	font-size:1em;
	margin:0;
	}
#gla_copyright {
	font-size:.83em;
	color:#959595;
	clear:left;
	text-align:center;
	padding:.8em 0;
	margin:0 10px 0 0;
	}
#gla_copyright a {
	text-decoration:underline;
	color:#959595;
	font-weight:bold;
	}
#gla_copyright a:hover {
	color:#3e3e3e;
	text-decoration:underline;
	}
/*--Menus-----------------------------------------*/
ul.gla_footer_menu,
ul.gla_footer_menu li {
	margin:0;
	padding:0;
	list-style:none;
	}
ul.gla_footer_menu {
	text-align:center;
	text-transform: uppercase;

	}
ul.gla_footer_menu li {
	display:inline;
	margin:0 1em;
	}
ul.gla_footer_menu li a {
	color:#959595;
	text-decoration:none;
	}
ul.gla_footer_menu li a:hover {
	text-decoration:underline;
	color:#3e3e3e;
	}
/*--Left Column------------------------------------------------------------*/
#gla_login_box {
	}
form.gla_search {
	margin:10px 0 5px 0;
	padding:0;
	text-align:right;
	margin-right:10px;
	}
form.gla_search label {
	color:#000;
	font-weight:bold;
	display:inline;
	font-size:.83em;
	}
form.gla_search input {
	width:200px;
	font-size:.83em;
	}
form.gla_search input.gla_button {
	width:auto;
	background:#b1b5c6 url(../images/bg_button_hover.gif) repeat-x left center;
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	}
form.gla_search input.gla_button:hover {
	background:#8188a5 url(../images/bg_button.gif) repeat-x left center;
	color:#003366;
	}

/*--Login & Search Form Form--*/
form.gla_login {
	margin:0;
	padding:0;
	}
form.gla_login label {
	font-size:.83em;
	color:#736357;
	}
form.gla_login input {
	border:1px solid #ccc;
	background:#fff;
	width:99%;
	}
form.gla_login input.gla_button,
form.gla_standard input.gla_button {
	width:auto;
	background:#b1b5c6 url(../images/bg_button.gif) repeat-x left center;
	border:1px solid #585ba8;
	color:#585ba8;
	cursor:pointer;
	font-weight:bold;
	}
form.gla_login input.gla_button:hover {
	background:#8188a5 url(../images/bg_button_hover.gif) repeat-x left center;
	color:#c9cee1;
	}
/*--News Page formatting--*/
.gla_news_wrapper {}
.gla_news_date {
	background:#7397c7 url(../images/bg_header.jpg) no-repeat left -80px;
	border:1px solid #7397c7;
	float:left;
	width:75px;
	padding:3px 0;
	margin:0;
	text-align:center;
	}
.gla_news_month, .gla_news_year, .gla_news_day {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.gla_news_month, .gla_news_year {
	font-size:1em;
	color:#fff;
	font-style:oblique;
	font-weight:bold;
	}
.gla_news_month {
	color:#1d1160;
	}
.gla_news_day {
	font-size:2.5em;
	color:#1d1160;
	margin:.1em 0 .1em 0;
	font-style:oblique;
	font-weight:bold;
	}
.gla_news_info {
	margin-left:95px;
	}
.gla_news_info img {
	padding:2px;
	border:1px solid #333;
	margin:0 5px 5px 5px;
	float:right;
	}	


/*--Affiliate Box--*/
.gla_affiliate {
	}

/*--Forms--*/
form.gla_standard {
	margin:0;
	padding:0;
	}
form.gla_standard label {
	width:10em;
	display:block;
	float:left;
	font-weight:bold;
	}
form.gla_standard input {
	width:200px;
	margin:0 0 5px 0;
	}
form.gla_standard select {
	margin:0 0 5px 0;
	}
/*--Mini Cart--*/
.gla_mini_cart {
	font-weight:bold;
	margin-bottom:5px;
	font-size:.83em;
	margin-bottom:5px;
	}	
.gla_mini_cart_left {
	float:left;
	margin-right:5px;
	}
.gla_mini_cart_right {
	
	}
	
.gla_tag_search {
	margin-bottom:10px;
	}

/*--Clearfix to help enclose floats-----------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}	
