@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #3E3E3E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/framework/grk_bg_sides.gif);
	background-repeat: no-repeat;
	background-position: center 140px;
	background-attachment: scroll;
}
a:link {
	color: #6b7e68;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6b7e68;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #6b7e68;
}#PageContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #CCCCCC;
	background-color: #535353;
}
#---------------------------{}
#HeaderContainer {
	background-color: #000000;
	background-image: url(/images/framework/grk_head_bg.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 1000px;
	clear: both;
}
#HeaderContainer #hd_logo {
	float: left;
	height: 93px;
	width: 257px;
	/*padding-left: 15px;*/
	padding-top: 2px;
}
#HeaderContainer #hd_icons {
	float: right;
	width: 700px;
	text-align: right;
	margin-right: 15px;
}
#HeaderContainer #hd_social {
	float: right;
	width: 700px;
	text-align: right;
	margin-right: 15px;
	margin-top: 32px;
	vertical-align: bottom;
}
#HeaderContainer #hd_search form {
	margin: 0px;
	padding: 0px;
}


.hd_search_field {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	width: 117px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	margin-top: 2px;
}
#MenuContainer {
	width: 1000px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7e8f7a;
	background-color: #494949;
	clear: both;
	padding-top: 4px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #4c8656;
	padding-bottom: 3px;
}
#---------------------------{}
#BodyContainer {
	background-color: #FFFFFF;
	color: #333333;
	/*background-image: url(/images/framework/bp_body_bot_corner.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#BodyWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(/images/framework/bp_body_bot_corner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#---------------------------{}

#FooterWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	margin-bottom: 15px;
	background-color: #535353;
	padding-top: 10px;
}

#FooterContainerSpacer {
	height: 10px;
}

#FooterContainer {
	background-color: #232323;
	background-image: url(/images/framework/grk_bot_men_bg.gif);
	clear: both;
	height: 135px;
	width: 950px;
	color: #CCCCCC;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: top;
}
#FooterContainer td {
	vertical-align: top;
	padding-top: 2px;
}
#FooterContainer li {
	list-style-image: url(/images/framework/bot_mnu_dot_arrow.gif);
	list-style-position: inside;
	padding-left: 3px;
}
#FooterContainer a {
	color: #949494;
}
#FooterContainer a:hover {
	color: #cccccc;
}
#SiteContainer {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	font-size: 12px;
	color: #999999;
	padding-bottom: 6px;
	text-align: center;
	
}
#creditContainer {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	font-size: 11px;
	color: #999999;
	padding-bottom: 6px;
	background-color: #424242;
}
#creditContainer #designCredit {
	float: right;
}

#---------------------------{}
#stp_leftCol {
	width: 180px;
	float: left;
	padding-top: 42px;
	padding-right: 10px;
	padding-left: 10px;
	position:relative;
}
#stp_leftCol #menu_head {
	width: 176px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	color: #494949;
	text-transform: uppercase;
	font-family: Helvetiker !important;
	font-style:italic; 
	font-stretch:condensed;
}


#---------------------------{}
/*Side Menu*/
.wireframemenu{
	border-bottom-width: 0px;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3a3a3;
	border-right-color: #a3a3a3;
	border-bottom-color: #a3a3a3;
	border-left-color: #a3a3a3;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a, .wireframemenu a:visited {
	display: block;
	width: 170px; /*Define width for IE6's sake*/
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #a3a3a3;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 7px;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	background-color: #5A5C5B;
	color: #CCCCCC;
}
.wireframemenu .Select {
	background-color: #5A5C5B;
	color: #F2F2F2  !important; 
}
#---------------------------{}
/*Sub Side Menu*/
.subwireframemenu{
	border-bottom-width: 0;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3a3a3;
	border-right-color: #a3a3a3;
	border-bottom-color: #a3a3a3;
	border-left-color: #a3a3a3;
	margin-right: auto;
	margin-left: auto;
}

* html .subwireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.subwireframemenu ul{
	padding: 0;
	margin: 0;
}

.subwireframemenu a, .subwireframemenu a:visited{
	display: block;
	width: 147px; /*Define width for IE6's sake*/
	color: #666666 !important; 
	text-decoration: none;
	border-bottom: 1px dotted #a3a3a3;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #E2E2E2;
}

html>body .subwireframemenu a{ /*Non IE rule*/
width: auto;
}

.subwireframemenu a:hover{
	background-color: #969696;
	color: #FFFFFF !important; 
}
.subwireframemenu .Select {
	background-color: #e2e2e2;
	color: #666666 !important; 
	background-image: url(/images/framework/menu/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 170px center;
}

#---------------------------{}
/*END Sub Side Menu*/

#stp_rightCol {
	width: 750px;
	float: right;
	position: relative;
	padding-top: 42px;
	/*margin-left: 30px;*/
	padding-right: 20px;
	padding-bottom: 20px;
}

#stp_rightCol #headline {
	padding-left: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	color: #7e8f7a;
	font-size: 24px;
	font-style: italic;
	font-family: Helvetiker; 
	font-stretch:extra-condensed;
	
	
/*	font-family: Helvetica Condensed; 
	font-stretch: condensed; 
	font-weight:bold
	*/
}
#helvtext {
	color: #7e8f7a;
	font-size: 24px;
	font-style: italic;
	font-family: Helvetiker; 
	font-stretch:extra-condensed;
}
#stp_rightCol #headline1 {
	padding-left: 5px;
	padding-bottom: 3px;
	color: #555555;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-stretch: condensed;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#stp_rightCol #headline_secure {
	padding-left: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	color: #7e8f7a;
	font-size: 24px;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif; 
	font-stretch:extra-condensed;

}

/*#stp_rightCol #headline {
	padding-left: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	color: #7e8f7a;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
}*/

#stp_rightCol #std_content {
	padding-left: 8px;
	line-height: 16px;
	font-size: 13px;
	padding-right: 25px;
}
#stp_rightCol #std_content_small {
	padding-left: 8px;
	line-height: 16px;
	font-size: 13px;
	padding-right: 100px;
	color: #3C3C3C;
}
#std_content_small .stp_hl, #std_content .stp_hl {
	font-weight: bold;
	color: #494949;
}
#std_content_small .stp_bd, #std_content .stp_bd {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 30px;
	text-align: justify;
	color: #666666;
}
#---------------------------{}
.submit_button   {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/images/framework/but_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}

/* End hide from IE-mac */  
#---------------------------{}


.form_field {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}
.txt_sm_sub {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
.Right_box {
	float: right;
	margin-left: 15px;
}
.Left_box {
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
}
.1px_border {
	border: 1px solid #333333;
}
.std_bull {
	clip: rect(auto,auto,auto,auto);
	margin-left: -8px;
}
.right_img_border {
	padding: 2px;
	border: 1px solid #999999;
	float: right;
	margin-left: 15px;
}
.left_img_border {
	padding: 2px;
	border: 1px solid #999999;
	float: left;
	margin-right: 15px;
}
.box {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #999999;
}
.dot-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

