/*  Main Declarations */
*  {
	padding: 0;
	margin: 0;
}
	
* a:link, * a:visited {
	color: #663399;/* 913e98 330066  */
	text-decoration: none;
}
		
* a:hover {
	color: #f5a316; /* 9ba95e */
	text-decoration: none;
}

* a:active {
	color: #663399;
	text-decoration: none;
	outline: none;
}	

a img {
	border: 0 !important;
}

:link img, :active img {
	border: 0 !important;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;/* 62.5%*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background: url(/graphics/site/background_body.gif) #5f5182 repeat top left;
	text-align: center;
}

/*  Components */
h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #555;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}
	
h1 {
	font-size: 2.2em;
	position: relative;
	z-index: 500;
/*	margin-top: -5px;*/
	margin-bottom: 20px;
/*	padding-top: -5px;*/
}
	
h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.note {
    font-size: .8em;
}

.faq_question {
	color: #333;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	margin-bottom: 10px;
}
.faq_answer {
	color: #666;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
}

.nav_header {
	background: #fff url(../graphics/site/background_nav_header.jpg) center left repeat-x;

}
.navlink {
    color: #fbfbfb;
    text-decoration: none;
    font-family: 'Trebuchet MS'; font-size: 10pt;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:25px;
    margin-right:25px;
}
.navlinkon {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Trebuchet MS'; font-size: 10pt;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:25px;
    margin-right:25px;
}
.divider_bar {
    border-bottom: 1px solid #9d9bb2;
    margin-top: 5px;
    width: 100%;
}

/* main body Definitions */
#container {
	width: 795px;
	position: relative;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	border: 0px;
	background: #fff;
}

.roundtop { background: url(../graphics/site/corners/tr.gif) no-repeat top right; }
.roundbot { background: url(../graphics/site/corners/br.gif) no-repeat top right; }

img.corner {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}

/* header Definitions */
#container_header {
	width: 795px;
	margin-top: 5px;
	margin-bottom: 12px;
	padding: 0px;
	border: 0px;
/*    border: 1px solid #9d9bb2;*/
	background: #fff;
}


/* content Definitions */
#container_content {
	width: 610px !important;
/*
	float: right;
	margin-right: 10px;
*/
	margin-top: 20px;
	margin-left: 90px;
	padding: 0px;
	border: 0px;
	background: #fff;
	text-align: left;
}
#container_sole {
	width: 600px !important;
	margin-right: 25px;
	margin-left: 100px;
	padding: 0px;
	border: 0px;
/*    border: 1px solid #9d9bb2;*/
	background: #fff;
}	
.wrapper {
/*	width: 75%;*/
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}
#container_navigation_features {
    width: 135px !important;
    margin: 59px 10px 0px 2px;
    float: right;
    border-top: 2px solid #9d9bb2;
    background: #f9f9f9 url(../graphics/site/v2_section_background.gif) center left repeat-x;
}
#container_navigation_features ul {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 7px;
    width: 100%;
}
#container_navigation_features li {
    width: 125px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    line-height: 1.6em;
    text-decoration: none;
}
#container_navigation_features a:link    {color: #663399;}
#container_navigation_features a:visited {color: #663399;}
#container_navigation_features a:active  {color: #663399;}
#container_navigation_features a:hover   {color: #f5a316;}
.nav_features_location {
    color:#f5a316;
    font-weight: bold;
}
#container_navigation_signup {
    width: 135px !important;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    border-top: 2px solid #9d9bb2;
    background-color: #fff;
    text-align: center;
}
#indent {
    margin-left: 0px;
}
#indent li {
    margin-left: 25px;
    margin-bottom: 25px;
    list-style: none;
}

.section_margin20 {
	border-top: 1px solid #8D9FA5;
	margin-bottom: 20px;
	padding: 0 20px 0px 20px;
}
.section_margin20 h2 {
	color: #F5A316;
	display: inline;
	padding: 5px 10px;
	height: 30px;
	position: relative;
	z-index: 101;
	top: -15px;
	background: #fff;
	font-size: 1.8em;
}

.section_margin20 li {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.section_margin20 ol li {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.section_nbg {
	border-top: 1px solid #8D9FA5;
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
}
.section_nbg h2 {
	color: #F5A316;
	display: inline;
	padding: 5px 10px;
	height: 30px;
	position: relative;
	z-index: 101;
	top: -15px;
	background: #fff;
	font-size: 1.8em;
}
.section_nbg h3 {
    color: #8c9951;/*Green:9ba860, 9ba95e, 9ca961 7c8941*/
    font-size: 1.2em;
    font-weight: bold;
}
.section_nbg li {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.section_nbg ol li {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.section {
	border-top: 1px solid #8D9FA5;
	background: #fff url(../graphics/site/v2_section_background.gif) center left repeat-x;
	margin-bottom: 40px;
	padding: 0 20px 20px 20px;
}
.section h2 {
	color: #F5A316;
	display: inline;
	padding: 5px 10px;
	height: 30px;
	position: relative;
	z-index: 101;
	top: -15px;
	background: #fff;
	font-size: 1.8em;
}
.section h3 {
    color: #8c9951;/*Green:9ba860, 9ba95e, 9ca961 7c8941*/
    font-size: 1.2em;
    font-weight: bold;
}
.section li {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
}
/* navigation Definitions */
#container_navigation_side {
	margin-top: 8px;
	width: 140px !important;
	float: left;
	margin-left: 8px;
	padding-top: 0px;
/*
	padding-bottom: 10px;
	border-bottom: 2px solid #9d9bb2;
*/
	border-top: 2px solid #9d9bb2;/* 5f5182 9b91b4 9c9ab3 9d9bb2 */
/*
	background: #f9f9f9 url(../graphics/site/v2_section_background.gif) center left repeat-x;
*/
	font-size: 12px;
}
#container_navigation_side_inner {
	width: 140px !important;
	margin-top:  0px;
	margin-left: 0px;
	padding-top: 0px;
    background: #f9f9f9 url(../graphics/site/v2_section_background.gif) center left repeat-x;
	font-size: 12px;
}

#container_email_signup_side {
	width: 140px !important;
	margin-top:  0px;
	margin-left: 0px;
	padding-top: 0px;
	border-top: 2px solid #9d9bb2;/* 5f5182 9b91b4 9c9ab3 9d9bb2 */
	border-bottom: 2px solid #9d9bb2;
	background: #ffffff;  /* eee efefef */
	font-size: 10px;
    text-align: center;
}

#container_email_signup_side_inner {
	width: 140px !important;
	margin-top:  0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
    background: #f9f9f9 url(../graphics/site/v2_section_background.gif) center left repeat-x;
	font-size: 10px;
}

.email_signup_title_side {
	display: inline;
	margin-left:    0px;
	margin-right:   0px;
	padding-top:    5px;
	padding-left:   5px;
	padding-right:  5px;
	height: 8px;
	position: relative;
	z-index: 102;
	top: -10px;
	background: #fff; 
	font-size: 1.3em;
	color: #8c9951;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

#container_navigation_header {
	float: left;
	margin-top: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left:   10px;
	padding-right:  50px;
	padding-bottom: 10px;
	border-top: 2px solid #9d9bb2;
	font-size: 12px;
}

.navigation_title_header {
	display: inline;
	margin-left: 5px;
	margin-right:   5px;
	padding-top:    5px;
	padding-left:   5px;
	padding-right:  5px;
	height: 8px;
	position: relative;
	z-index: 102;
	top: -11px;
	left: 18px;
	background: #fff;
	font-size: 1.3em;
	color: #663399;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

.navigation_title_side {
	display: inline;
	margin-left: 5px;
	margin-right:   5px;
	padding-top:    5px;
	padding-left:   5px;
	padding-right:  5px;
	height: 8px;
	position: relative;
	z-index: 102;
	top: -11px;
	left: 18px;
	background: #fff;
	font-size: 1.3em;
	color: #F5A316;/* F5A316 555 9d9bb2 */
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

#container_navigation_side ul {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
    width: 100%;
}

#container_navigation_side li {
    width: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
    line-height: 1.8em;
    text-decoration: none;
}
    #container_navigation_side a:link    {color: #663399;}
    #container_navigation_side a:visited {color: #663399;}
    #container_navigation_side a:active  {color: #663399;}
    #container_navigation_side a:hover   {color: #f5a316;}

.navigation_bar {
    border-bottom: 1px solid #9d9bb2;
    margin-top: 8px;
    margin-bottom: 6px;
    width: 85%;
}

.nav_location {
    color:#f5a316;
    font-weight: bold;
}

.section_margin20 h3 {
    color: #8c9951;/*green*/
    font-size: 1.2em;
    font-weight: bold;
}

.rounded {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	margin: 0 2px;
	outline: none;
	text-decoration: none;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
/*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
*/
}

.form_header {
    margin: 5px;
    font-size: 14pt;
    font-weight: bold;
    font-family: 'Trebuchet MS',Verdana,Sans-Serif;
    /*color: rgb(140, 153, 81);*/
    color: #8c9951;/*green*/
    font-weight: bold;

    
}

.shadow {
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
}



/* footer Definitions */
#container_footer {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: 0px;
	background: #fff;
	width: 550px;
}
.footer {
	width: 550px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	color: #444;
}
.footer_header {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.4em;
	color: #F5A316;
}
/* form Definitions */
#sendfile {
    border: 1px solid #dedede;
    padding: 5px 10px 10px 10px;
    background-color: #F7F8F2;/* green:E3E6D1 EDEFE1*/
	margin: 0 20px 0px 20px;


}
label {
    margin:      8px 5px 0px 30px;
    padding:     0;
    text-align:  right;
    float:       left;
    width:       127px;
    font-size:   9.5pt;
    font-weight: normal;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color:       #555;
    border: 0px;
}
.field_across_label {
    margin:      8px 5px 0px 70px;
    padding:     0;
    font-size:   9.5pt;
    font-weight: normal;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color:       #555;
}
.field_across {
    margin:      0px 5px 0px 155px;
    padding:     0;
    font-size:   9.5pt;
    font-weight: normal;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color:       #555;
}
.field_note {
    font-size: .8em;
    color: #777;/*888*/
}
.required {
    color: #f5a316;/* f5a316 663399 8c9951 */
}

input[type="submit"] {margin: -3px 0px -2px 0px;
                        padding-left:   7px;
                        padding-right:  7px;
                        padding-top:    1px;
                        padding-bottom: 2px;
                        font-size:      8.5pt;
                        font-weight:    bold;
                        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                        color:          #fff;
                        border-bottom: 1px solid #036;
                        border-right:  1px solid #036;
                        border-top:    1px solid #663399;/* 99CCFF*/
                        border-left:   1px solid #663399;/* 99CCFF*/
                        background-color: #5f5182;/*6699CC 663399*/
}
input[type="submit"]:hover {background-color: #f5a316;}/* 99CCFF */

input[type="reset"] {margin: -3px 0px -2px 0px;
                        padding-left:   7px;
                        padding-right:  7px;
                        padding-top:    1px;
                        padding-bottom: 2px;
                        font-size:      8.5pt;
                        font-weight:    bold;
                        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                        color:          #fff;
                        border-bottom: 1px solid #036;
                        border-right:  1px solid #036;
                        border-top:    1px solid #663399;/* 99CCFF*/
                        border-left:   1px solid #663399;/* 99CCFF*/
                        background-color: #5f5182;/*6699CC 663399*/
}
input[type="reset"]:hover {background-color: #f5a316;}

input[type="text"] {
    display:        inline;
    margin:         6px 0px 0px 0px;
    border:         1px solid #9d9bb2;
    padding-left:   1px;
    font-size:      9.5pt;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight:    normal;
    color:          #444;
}
input[type="text"]:focus{color:#333;background-color:#fffcf9;}/*ffffdf ffcc66 ffcf6f ffe5bc ffedc8 fff1d3 fff7e5 fff4e2 fff9f0 */

input[type="password"] {
    display:        inline;
    margin:         6px 0px 0px 0px;
    border:         1px solid #9d9bb2;
    padding-left:   1px;
    font-size:      9.5pt;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight:    normal;
    color:          #444;
}
input[type="password"]:focus{color:#444;background-color:#fffcf9;}

select, textarea {
    margin:       6px 2px 0px 0px;
    padding-left: 1px;
    border:       1px solid #9d9bb2;
    font-size:    9pt;
    font-weight:  normal;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color:        #444;
}
select:focus  {color:#444;background-color:#fffcf9;}
textarea:focus{color:#444;background-color:#fffcf9;}

.file_input {
    display:        inline;
    margin:         6px 0px 0px 0px;
    border:         1px solid #9d9bb2;
    padding-left:   1px;
    font-size:      9.5pt;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight:    normal;
    color:          #444;
}
.file_input:focus{color:#333;background-color:#fffcf9;}
/* for uploadify */
#fileQueue {
	width: 400px;
	overflow: auto;
	margin-bottom: 10px;
}

	
