/*
 *
 * Author: Walker Hamilton
 * Created: Q1 2010 
 *
 */

html {
	background:#FFF;
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

:focus {outline:0;}

a {text-decoration:none;}
a { outline: none; }

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {border:0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {content:'';}

abbr,acronym {
	border:0;
	font-variant:normal;
}

/* To preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* Because legend doesn't inherit in IE */
legend {color:#000;}

/* You can change the font-sizes, line-heights, and margins safely by using em's not pixels! */

/* Paragraph */
p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	line-height:1.1em;
	margin:0 0 .6em;
}

h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.4em;}
h6 {font-weight:bold;}

/* Blockquotes */
blockquote {
	font-size:inherit;
	margin:0 0 0 1em;
}

/* Monospace Types */
code,samp,pre,tt {
	font-family:monospace;
	font-size:inherit;
	white-space:pre;
}

/* Lists */
ol,ul { margin:0 0 1em; }
ol li {list-style-type:decimal;}
ul li {list-style-type:square;}

li { font-size:inherit; line-height:1.5em; }

/* Definition Lists */
dl { margin:0 0 1em; }
dl dt {font-weight:bold;}
dd { margin:0 0 0 1em; }

/* Abbreviation, Acronym, and Address */
abbr, acronym { border-bottom: 1px dotted #666; }
address { font-style: italic; }

/* Simple Text Tags */
big {font-size:1.1em;}
del {text-decoration:line-through;}
dfn,cite,em,i,var {font-style:italic;}
ins {text-decoration:underline;}
small {font-size:.8em;}
strong,b {font-weight:bold;}
sub,sup {font-size:.9em;}

html {
	background:transparent;
	font-size:125%;
}

body {
	background: #2B1A00 url(/page/-/img/bg/bg_v6.jpg) repeat-x center 0;
	color:#333;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:50%; /* 1em &#8776; 10px */
	text-align: center;
}

/***** Base Overrides *****/

/***** Site-wide Classes *****/
.distext, .hidden {display:none;}
.clearHack { clear: both; height: 1px; }
.last { margin:0 0 0; }
.floatleft {float:left;}
.floatright {float:right;}
div.center { text-align: center; margin-bottom: 10px; }

/* Superfish */

/***** ID'd Container(s) *****/
#container {
	padding: 0.3em 0 0 0;
	width: 900px;
	margin-left: 50%;
	position: relative;
	left: -450px;
	background: #fff;
	text-align: left;
}
#mainColumn {
	float: left;
	margin: 0 0 0 29px;
	width: 540px;
}
#theFeature {
	height: 330px;
	list-style: none;
}
#sideColumn {
	float: right;
	width: 280px;
	margin: 0 29px 0 0;
}
#footer {
	width: 920px;
	margin: 0 auto;
	position: relative;
	left: 4px;
	background: #2B1A00 url(/page/-/img/bg/footer_v6.jpg) repeat-x 0 0;
	height: 103px;
	text-align: center;
	color: #e5dca8;
	padding: 0 0 50px 0;
	clear: both;
}
#paidforby {
	width: 25em;
	margin: 7em auto;
}

/*** Menu Styles ***/
#menu, #menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#menu {
	line-height:	1.0;
}
#menu ul {
	position: absolute;
	/*top: -9999em;*/
	/* width: 10em; */ /* left offset of submenus need to match (see below) */
}
#menu ul li {
	width: 100%;
}
#menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
	float: left;
	position: relative;
}
#menu a {
	position: relative;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left: 0;
	top: 37px; /* match top ul list item height */
	z-index: 99;
}
ul#menu li:hover li ul,
ul#menu li.sfHover li ul {
	top: -9999em;
}
ul#menu li li:hover ul,
ul#menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul#menu li li:hover li ul,
ul#menu li li.sfHover li ul {
	top: -999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

#menu {
	background: transparent url(/page/-/img/menu/menu_bg_v6.jpg) repeat-x 0 0;
	height: 37px;
	padding: 0 0.4em 0 1em;
	margin: 0 0 1em 0;
}

#menu li {
	display: inline;
	position: relative;
	margin: 0 1em 0 0;
}

#menu li a.mainlink {
	display: block;
	float: left;
	text-indent: -9999px;
	/*margin: 0 10px 0 0;*/
	cursor: pointer;
	height:37px;
}

#menu li#homeItem a.mainlink { width:59px;background: transparent url(/page/-/img/menu/home_v6.jpg) no-repeat 0 0; }
#menu li#aboutItem a.mainlink { width:109px;background: transparent url(/page/-/img/menu/about_v6.jpg) no-repeat 0 0; }
#menu li#issuesItem a.mainlink { width:61px;background: transparent url(/page/-/img/menu/issues_v6.jpg) no-repeat 0 0; }
#menu li#newsItem a.mainlink { width:106px;background: transparent url(/page/-/img/menu/news_v6.jpg) no-repeat 0 0; }
#menu li#peopleItem a.mainlink { width:65px;background: transparent url(/page/-/img/menu/people_v6.jpg) no-repeat 0 0; }
#menu li#involvedItem a.mainlink { width:113px;background: transparent url(/page/-/img/menu/get_involved_v6.jpg) no-repeat 0 0; }
#menu li#storeItem a.mainlink { width:111px;background: transparent url(/page/-/img/menu/store_v6.jpg) no-repeat 0 0; }

#menu li#contrib { float:right; margin: 0; }
#menu li#contrib a.mainlink { width:187px;background: transparent url(/page/-/img/menu/donate_v6.jpg) no-repeat 0 0; }

body#aHomePage #menu li#homeItem a, body#anAboutPage #menu li#aboutItem a, body#anIssuesPage #menu li#issuesItem a, body#aNewsPage #menu li#newsItem a, body#anInvolvedPage #menu li#involvedItem a, body#aStorePage #menu li#storeItem a { background-position: 0 -37px; }

body#aHomePage #menu li#homeItem.sfHover a, body#anAboutPage #menu li#aboutItem.sfHover a, body#anIssuesPage #menu li#issuesItem.sfHover a, body#aNewsPage #menu li#newsItem.sfHover a, body#anInvolvedPage #menu li#involvedItem.sfHover a, body#aStorePage #menu li#storeItem.sfHover a { background-position: 0 -111px; }

#menu li#homeItem a.mainlink:hover, #menu li#aboutItem a:hover, #menu li#issuesItem a:hover, #menu li#newsItem a:hover, #menu li#peopleItem a:hover, #menu li#storeItem a:hover, #menu li#involvedItem a:hover, #menu li.sfHover#homeItem a.mainlink, #menu li.sfHover#aboutItem a, #menu li.sfHover#issuesItem a, #menu li.sfHover#newsItem a, #menu li.sfHover#peopleItem a, #menu li.sfHover#storeItem a, #menu li.sfHover#involvedItem a { background-position: 0 -74px; !important }
#menu li#contrib a:hover { background-position: 0 100%; }

ul#menu li ul {
	display: none;
	/*position: absolute;*/
	background: #d2d1d1 url(/page/-/img/menu/dropdown_v6.gif) repeat-x 0 0;
	/*left: 0;*/
	z-index: 10;
	padding: 1em 0;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	border: 1px solid #ccc;
}
#menu li ul li { display: inline; border: none; padding: 0; margin: 0; }
#menu li ul li a {
	display: block;
	color: #333;
	/*width: 200px !important;*/
	font-size: 12px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	margin-right: 0 !important;
	padding: 0.2em 1em;
}
#menu li ul li#actblueMenuItem a {
	background: #999 url(http://robincarnahan.com/page/-/img/nav/actblue.png) no-repeat 8px 2px !important;
	text-indent: -9999px;
}
#menu li ul li#actblueMenuItem a:hover {
	background: #333 url(http://robincarnahan.com/page/-/img/nav/actblue.png) no-repeat 8px 2px !important;
}
#menu li ul li a em {
	font-style: italic;
}
#menu li ul li a:hover {
	display: block;
	/*background: #666 !important;*/
	color: #048FF8;
}
ul#subabout {
	width: 18em;
}
ul#subissues {
	width: 18em;
}
ul#subinvolved {
	width: 20em;
}
ul#subpeople {
	width: 18em;
}
/***** Main Content Styles *****/
h1 {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

h1 a {
	display: block;
	background: transparent url(/page/-/img/bg/header_v6.gif) no-repeat 0 0;
	width: 920px;
	height: 166px;
	text-indent: -9999px;
}

/* Feature List */
#theFeature li {
	list-style: none;
}

/* Side Module Generals */
.module {
	margin: 0 0 1.5em 0;
}

.module a {
	color: #2D8CCC;
	text-decoration: underline;
}
.module a:visited {
	color: #0D4557;
	text-decoration: underline;
	/* green */
}
.module a:hover {
	color: #000;
	text-decoration: underline;
}
.module a img {
	border: none;
	text-decoration: none;
}


#sideColumn .module h2 {
	color: #02354e;
	font-weight: bold;
}
/* End Side Module Generals */

/* Constituent Form */

form.consForm .input label {
	display: block;
	margin: 0 0 0.1em 0;
	font-size: 1.3em;
	font-weight: lighter;
}

form.consForm .textarea {
	padding: 0.3em 0 0 0;
}

form.consForm .textarea textarea {
	border: none;
	background-color: #ececec;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #4f4f4f;
	width: 275px;
	height: 150px;
}

form.consForm .textarea label {
	color: #0D4557;
	font-size: 1.7em;
	font-weight: bold;
}

form.consForm h2 {
	color: #0D4557;
	font-size: 2.6em;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

form.consForm .input {
	margin: 0.5em 0 0 0;
}

form.consForm .input input {
	font-size: 1em;
	line-height: 1.8em;
	/* background: #cdcdcb url(/page/-/img/bg/input_v6.jpg) repeat-x 0 0; */
	/*background: transparent;*/
	/* border: none; */
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0.2em;
	color: #333;
	width: 270px;
}

form.consForm .submit input {
	clear: both;
	padding: 1em 0 1.2em 0;
	margin: 0 0 0 -5px;
}
/* End Constituent Form */

/* Co-chairs Module */
.cochairs ul li {
	list-style: none;
	font-size: 1.4em;
}

/* About Article */
img.floatright {
	margin: 0 0 10px 15px;
}

img.floatleft {
	margin: 0 15px 10px 0;
}

/* Feature Links List */
#sideColumn .featureLinks {
	margin: -1.2em 0 1em 0;
	padding: 0;
}
.featureLinks li {
	margin: 0 0 0.2em 0;
	padding: 0;
	text-align: right;
	list-style: none;
}
.featureLinks li a {
	display: block;
	color: #000;
	height: 31px;
	padding: 0 1em;
	font-size: 1.3em;
	line-height: 35px;
	background: transparent url(/page/-/img/bg/feature_menu_v6.jpg) no-repeat 0 0;
}
.featureLinks li a:hover {
	background-position: 0 -62px;
}
/* Articles */
.article {
	background: transparent url(/page/-/img/bg/h3_v6.gif) repeat-x 0 0;
	padding: 1.5em 1em 1em 1em;
	margin: 0 0 1em 0;
}
.article h2 {
	color: #0D4557;
	font-family: 'Times New Roman', Times, sans-serif;
	font-size: 2.4em;
}
.article p {
	font-size: 1.3em;
}
.article p.signature {
	margin-left: 32.5em;
}
.article a, p.pagination a {
	color: #2D8CCC;
	text-decoration: underline;
}
.article a:visited, p.pagination a:visited {
	color: #0D4557;
	text-decoration: underline;
	/* green */
}
.article a:hover, p.pagination a:hover {
	color: #000;
	text-decoration: underline;
}
.article a img {
	border: none;
	text-decoration: none;
}
.article h2 a, .article h2 a:visited {
	color: #0D4557;
	text-decoration: none;
	border: 0;
}
.article table {
	width:475px;
	font-size:12px;
}
.article table tr {
	border-bottom: 1px solid #999;
}
.article table tr.last {
	border-bottom: 0;
}
.article table tr td {
	padding: 3px 2px;
}
.article ul, .article ol {
	font-size: 1.3em;
	margin: 0 0 1em 1em;
}
.article ul li {
	list-style-type: disc;
}
.article .topshare {
	float: right;
}
p.pagination {
	margin: 10px 20px;
	text-align: right;
	font-size: 1.3em
}
/* End Main Column */

/* Issues Articles */
.issuearticle {
	padding: 1.5em 1em 1em 1em;
	margin: 0 0 1em 0;
}
.issuearticle h2 {
	color: #a08b00;
	font-family: 'Times New Roman', Times, sans-serif;
	font-size: 2.4em;
}
.issuearticle h3 {
	color: #a08b00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	margin: -10px 0 30px 0;
	text-transform: uppercase;
}
.issuearticle p {
	font-size: 1.3em;
}
.issuearticle a {
	color: #2D8CCC;
	text-decoration: underline;
}
.issuearticle a:visited {
	color: #0D4557;
	text-decoration: underline;
	/* green */
}
.issuearticle a:hover {
	color: #000;
	text-decoration: underline;
}
.issuearticle a img {
	border: none;
	text-decoration: none;
}
.issuearticle table {
	width:475px;
	font-size:12px;
}
.issuearticle table tr {
	border-bottom: 1px solid #999;
}
.issuearticle table tr.last {
	border-bottom: 0;
}
.issuearticle table tr td {
	padding: 3px 2px;
}
.issuearticle ul, .issuearticle ol {
	font-size: 1.3em;
	margin: 0 0 1em 1em;
}
.issuearticle ul li {
	list-style-type: disc;
}
.issuearticle .topshare {
	float: right;
}
/* End Issues Styles */

/* Issues Articles */
.aboutarticle {
	padding: 1.5em 1em 1em 1em;
	margin: 0 0 1em 0;
}
.aboutarticle h2 {
	color: #a08b00;
	font-family: 'Times New Roman', Times, sans-serif;
	font-size: 2.4em;
}
.aboutarticle h3 {
	color: #0D4557;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	margin: 30px 0 10px 0;
	text-transform: uppercase;
}
.aboutarticle p {
	font-size: 1.3em;
}
.aboutarticle a {
	color: #2D8CCC;
	text-decoration: underline;
}
.aboutarticle a:visited {
	color: #0D4557;
	text-decoration: underline;
	/* green */
}
.aboutarticle a:hover {
	color: #000;
	text-decoration: underline;
}
.aboutarticle .topshare {
	float: right;
}
/* End About Styles */

/* Side Column*/
#news.module {
	background: transparent url(/page/-/img/bg/sidebar_index_stretch_v6.jpg) repeat-y 0 0;
}

#news.module h2 {
	margin: 0 0 10px 0;
	padding: 15px 0 0 15px;
	background: transparent url(/page/-/img/bg/sidebar_index_top_v6.jpg) no-repeat 0 0;
}

.module .newsitem {
	margin-bottom: 20px;
	padding: 0 15px 20px 15px;
}

.module .footerAllowance {
	background-color: transparent;
	background-image: url(/page/-/img/bg/sidebar_index_bottom_v6.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.module .newsitem a {
	color: #0d4557;
	display: block;
	background: url(/page/-/img/r_arrow_box.png) no-repeat 95% 98%;
	display: block;
	border: 0;
	text-decoration: none;
}

.module .newsitem a .header {
	font-size: 17px;
	line-height: 19px;
	font-family: Georgia, "Times New Roman", serif;
	display: block;
	margin: 0 0 10px 0;
}

.module .newsitem a .excerpt {
	font-size: 12px;
	line-height: 20px;
}
/* End Side Column */


/* Downloads */
#downloadModule a {
	display: block;
	text-indent: -9999px;
	background: transparent url(/page/-/img/bg/downloads_sidebar_v6.jpg) no-repeat 0 0;
	width: 280px;
	height: 76px;
}
/* End Downloads */

/* Text Signup */
.txtsgnp {
	background: url(/page/-/img/bg/text_signup_v6.jpg) no-repeat 0 0;
	position: relative;
}
.revmsg-input {
	padding: 145px 0 1px 5px;
}
.revmsg-input input {
	width: 263px;
	font-size: 1.3em;
	line-height: 2.2em;
}
.revmsg-submit input {
	border: 0;
	background: transparent url(/page/-/img/bg/txt_signup_submit_v6.jpg) no-repeat 0 100%;
	width: 280px;
	height: 32px;
	margin: 4px 0 0 0;
	color: transparent;
}
.revmsg-submit input:hover {
	background: transparent url(/page/-/img/bg/txt_signup_submit_v6.jpg) no-repeat 0 0;
	cursor: pointer;
}
#revmsg-success {
	padding: 98px 0 0 0;
}
#revmsg-success p {
	background: transparent url(/page/-/img/bg/txt_success_msg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	width: 268px;
	height: 95px;
	margin: 0 0 0 6px;
}
#revmsg-loading {
	padding: 140px 0 0 0;
	text-align: center;
}
#revmsg-loading p {
	color: #fff;
	font-size: 1.3em;
}
/* End Text Signup Module */

/* Twitter Module */
.twitter {
	background: transparent url(/page/-/img/bg/twitter_module_v6.jpg) no-repeat 0 0;
	width: 280px;
	height: 180px;
	position: relative;
}

.twitter h2 {
	display: none;
}

.twitter ul {
	padding: 40px 0 0 0;
	margin: 0 20px;
}

.twitter ul li {
	list-style: none;
	font-size: 1.4em;
}

.twitter p.loading {
	font-size: 1.4em;
	margin: 0 20px;
}

.twitter p a {
	display: block;
	width: 280px;
	height: 20px;
	background: transparent;
	position: absolute;
	top: 160px;
	text-indent: -9999px;
}
/* End Twitter Module */

/* Footer */
#footer a {
	color: #e5dca8;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	padding: 3.5em 2em 0 2em;
	font-size: 1.2em;
}
#footer ul li {
	display: inline;
	padding: 0.5em;
}
#footerContent div {
	padding: 10px 20px;
	border: 1px solid #e5dca8;
	width: 275px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#paidforby p {
	color: #e5dca8;
	border: 1px solid #e5dca8;
	padding: 0.2em;
	text-align: center;
}
/* End Footer */

/* Modal */
.jqmModal {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    text-align: left;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
	Star selector used to hide definition from browsers other than IE6
	For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow h2 {
	clear: both;
}

.jqmClose {
	float: right;
	font-size:12px;
}

.modal {
	background: #2B2002;
	color: #ccc;
}

.modal p a {
	color: #ffc;
	text-decoration: underline;
}

.modal p a:hover {
	color: #fff;
}
/* End Modal */

/* Media Page */
#mediaContact {
	width: 360px;
	margin: 20px 0 0 20px;
	float: left;
}

#mediasignup {
	width: 390px;
	margin: 0 0 0 400px;
}

#mediasignup h2 {
	padding: 20px 0 0 0;
}

#mediasignup .fields {
	margin: 10px 0 20px 0;
}

#mediasignup .fields label {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

#mediasignup .fields input {
	font-size: 12px;
	width: 385px;
	padding: 2px 3px;
}

#mediasignup #mediasubmit {
	text-align: center;
	margin: 10px 0 40px 0;
	padding: 10px 0 10px 0;
	clear: both;
	background: transparent url(http://www.robincarnahan.com/page/-/img/bg/submit_div_bg.jpg) repeat 0 0;
}

#headshots {
	clear: both;
	height: 380px;
	padding: 0 0 0 20px;
}

.headshot {
  float: left;
  width: 280px;
  font-family: helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 10pt;
  line-height: 15pt;
}

.headshot img {
	border: 1px solid #666;
}
/* End Media Page */

/* Feature Form */
form.sideFeature {
	background: transparent url(/page/-/img/bg/join_the_team_v6.jpg) no-repeat bottom center;
}

form.sideFeature h2 { font-weight: bold; }
form.sideFeature p { font-size: 1.3em; }
#sideColumn form#sidefeatureSignupForm {
	padding: 13px 0 0 0;
}
form.sideFeature h2, form.sideFeature p, #sideColumn form#sidefeatureSignupForm h2, #sideColumn form#sidefeatureSignupForm p {
	color: #2D8CCC;
	text-align: center;
	margin: 0 0 0.3em 0;
}

form.sideFeature fieldset.setLeft {
	float: left;
	margin: 0 0 0 1.8em;
}

form.sideFeature fieldset.setRight {
	float: right;
	margin: 0 1.8em 0 0;
}
form.sideFeature fieldset.twoOnly {
	padding-bottom: 0.8em;
}
form.sideFeature .input {
	margin: 0 0 0.3em 0;
	color: #4f4f4f;
}
form.sideFeature .input label {
	display: block;
	font-size: 120%;
}
form.sideFeature .input input {
	/* background: #cdcdcb url(/page/-/img/bg/input_v6.jpg) repeat-x 0 0; */
	/* background: transparent; */
	/* border: none; */
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0.2em;
	color: #333;
	width: 105px;
}

form.sideFeature .submit {
	clear: both;
	padding: 0.4em 0 0.6em 0;
	text-align: center;
}
/* End Feature Form */

/* Store Styles */
#aStorePage table a, .div-cart a, a.productnamecolor {
	color: #2D8CCC;
	text-decoration: none;
}
#aStorePage table a:hover, .div-cart a:hover, a:hover.productnamecolor {
	color: #000;
	text-decoration: underline;
}

/* Signup Page */
#signupPageInfo {
	float: left;
}

#signupPage #signupheader {
	float: left;
	width: 45em;
	margin: 0 0 0 1.5em;
}

#signupPage #signupheader h2 {
	color: #0D4557;
	font-family: 'Times New Roman', Times, sans-serif;
	font-size: 2.4em;
}

#signupPage form#signup {
	width: 380px;
	margin: 0 0 0 505px;
}

#signupPage span.signuperror {
	position: relative;
	left: 40px;
	display: block;
}

#signupPage form#signup label {
	font-size: 1.3em;
	margin: 5px 0 2px 0 !important;
}

#signupPage form#signup .fieldlabel {
	text-transform: capitalize;
	display: block;
}

#signupPage form#signup input {
	font-size: 1.3em;
}

#signupPage form#signup #firstname, #signupPage form#signup #lastname {
	width: 186px;
}

#signupPage form#signup #addr1, #signupPage form#signup #addr2, #signupPage form#signup #email {
	width: 380px;
}

#signupPage form#signup #addr2 {
	margin-top: 3px;
}

#signupPage form#signup #country {
	font-size: 1.3em;
	width: 385px;
}

#signupPage form#signup #state_cd {
	font-size: 1.3em;
	width: 380px;
}

#signupPage form#signup #custom-48 {
	width: 380px;
}

#signupPage form#signup input#signupprocessbtn {
	margin-left: -9px;
	display: block;
	background: transparent url(/page/-/img/buttons/blank_red_248.jpg) no-repeat 0 0;
	border: none;
	width: 248px;
	height: 48px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 68px;
}

#signupPage form#signup input#signupprocessbtn:hover {
	background: transparent url(/page/-/img/buttons/blank_red_248.jpg) no-repeat 0 100%;
}

#signupPage p a {
	color: #00a8ff;
	text-decoration: underline;
}

#signupPage p a:visited {
	color: #0D4557;
	text-decoration: underline;	
}

#signupPage p a:hover {
	color: #000;
	text-decoration: underline;
}

#signupPage form#signup .custom-34, #signupPage form#signup .custom-35, #signupPage form#signup .custom-36, #signupPage form#signup .custom-37, #signupPage form#signup .custom-38, #signupPage form#signup .custom-39, #signupPage form#signup .custom-40, #signupPage form#signup .custom-41, #signupPage form#signup .custom-42, #signupPage form#signup .custom-43, #signupPage form#signup .custom-44, #signupPage form#signup .custom-46, #signupPage form#signup .custom-47, #signupPage form#signup .custom-286, #signupPage form#signup .custom-130, #signupPage form#signup .custom-131, #signupPage form#signup .custom-132, #signupPage form#signup .custom-133, #signupPage form#signup .custom-136 {
	float: left;
	clear: left;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

/* Invite Page */
#inviteInfoSide {
	float: left;
	width: 400px;
	margin: 0 0 0 15px;
}

#inviteInfoSide h2 {
	color: #0D4557;
	font-family: 'Times New Roman', Times, sans-serif;
	font-size: 2.4em;
}

#inviteArea {
	margin: 0 15px 0 465px;
	/* width: 430px; */
}

#inviteArea form label, #inviteArea form textarea, #inviteArea form input, #inviteArea form .field {
	font-size: 12px;
}

#contact_importer_button_container, #contact_importer_button  {
	width: 305px !important;
}

#captcha_container  {
	width: 350px !important;
	position: relative;
	left: -40px;
}
