/*******************************************************************************

	CSS on Sails Framework
	Title: IGive
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: June 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Homepage

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

html {
	background: #e2ebf2;
}

body {
	padding-top: 10px;
	font: 62.5%/1 Arial, Helvetica, sans-serif;
	color: #333;
	background: #e2ebf2;
}

hr {
	display: none;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #00f;
	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f00;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

#container {
	position: relative;
	margin: 0 auto;
	padding: 4px 4px 35px;
	width: 960px;
	height: 1%;
	background: white url('/button/lp1/bg_container.png') repeat-y;
}

#container:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#gradient {
	height: 1%;
	background: url('/button/lp1/bg_gradient.png') repeat-x;
}

#gradient:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#swoop {
	position: absolute;
	top: 6px;
	left: 82px;
	z-index: 1;
	width: 458px;
	height: 188px;
	background: url('/button/lp1/bg_swoop.png') no-repeat;
}

.t {
	position: absolute;
	top: 0;
	left: 0;
	width: 968px;
	height: 21px;
	background: url('/button/lp1/bg_t.png') no-repeat;
}

.b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 968px;
	height: 21px;
	background: url('/button/lp1/bg_b.png') no-repeat;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	position: relative;
	z-index: 5;
	height: 114px;
	padding: 13px 0 0 26px;
}

#header h1 a {
	display: block;
	margin-bottom: 6px;
	width: 200px;
	height: 68px;
	overflow: hidden;
	text-indent: -5000px;
	background: url('/button/lp1/bg_header_a.png') no-repeat;
}

#header h2 {
	margin-left: 2px;
	color: #003263;
	font-weight: bold;
	font-size: 1.6em;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/










/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
	position: relative;
	z-index: 5;
	float: right;
	margin-right: 10px;
	width: 740px;
	border-radius:         9px;
	-webkit-border-radius: 9px;
	-moz-border-radius:    9px;
	background: white;
}



/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	position: relative;
	z-index: 5;
	float: left;
	margin-left: 10px;
	padding: 20px 0;
	width: 190px;
	border-radius:         9px;
	-webkit-border-radius: 9px;
	-moz-border-radius:    9px;
	background: #e2ebf2;
}


#features {
	margin: 0 10px;
}

#features h4 {
	margin-bottom: 18px;
	color: #666;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

#features ul li {
	margin-bottom: 16px;
	padding-left: 10px;
	color: #666;
	font-size: 1.2em;
	line-height: 1.333em;
	background: url('/button/lp1/bullet_features_li.png') no-repeat 0 5px;
}


#fb {
	padding: 1px 0 0;
}

#fb a {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -5000px;
	background: url('/button/lp1/ico_fb_a.png') no-repeat;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 4px 0 20px;
	width: 960px;
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
}

#footer p {
	margin-top: 13px;
}

#footer p a {
	color: #666;
	text-decoration: underline;
}

#footer p a:hover {
	text-decoration: none;
}


#footer ul {
	margin-top: 13px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #666;
	text-decoration: underline;
}

#footer ul li a:hover {
	text-decoration: none;
}


#footer .vcard {
	margin-top: 13px;
}

#footer .vcard .adr {
	display: inline;
}

#footer .vcard a {
	color: #666;
}

#footer .vcard .country-name {
	position: absolute;
	left: -5000px;
}


/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Homepage
------------------------------------------------------------------------------*/

#try {
	padding: 10px 0 8px;
}

#try h1, #ClickedTry h1 {
	margin-bottom: 15px;
	color: #4d74b8;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}

#try h2, #ClickedTry h2 {
	margin-bottom: 26px;
	color: #252525;
	font-weight: bold;
	font-size: 1.8em;
	text-align: center;
}

#try h2 em, #ClickedTry h2 em {
	font-weight: bold;
}

#try ol, #ClickedTry ol {
	margin-bottom: 0px;
	padding-top: 118px;
	height: 1%;
	background: url('/button/lp1/bg_try_ol.png') no-repeat top center;
}

#try ol:after, #ClickedTry ol:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#try ol li, #ClickedTry ol li {
	position: relative;
	left: 26px;
	float: left;
	margin-right: 21px;
	width: 158px;
}

#try ol li:first-child + li, #ClickedTry ol li:first-child + li {
	width: 172px;
}

#try ol li h3, #ClickedTry ol li h3 {
	margin-bottom: 3px;
	color: #f18306;
	font-weight: normal;
	font-size: 1.8em;
}

#try ol li p, #ClickedTry ol li p {
	color: #252525;
	font-size: 1.2em;
	line-height: 1.5em;
}

#try div, #ClickedTry div {
	width: 100%;
}

#try div table, #ClickedTry div table {
	float:right;
}

/*
#try div h4 {
	margin: 0 0 6px -15px;
	width: 223px;
	height: 77px;
	overflow: hidden;
	text-indent: -5000px;
	background: url('/button/lp1/bg_try_h4.png') no-repeat;
}

#try div a {
	display: block;
	margin-bottom: 8px;
	width: 211px;
	height: 50px;
	overflow: hidden;
	text-indent: -5000px;
	background: url('/button/lp1/bg_try_div_a.png') no-repeat;
}

#try div a:hover {
	background-position: 0 -50px;
}
*/

.img_holder {
	padding: 0px 10px 0px 10px;	
	vertical-align:bottom;
}

#try div p, #ClickedTry div p {
	margin: 5px 10px 0px 15px;
	color: #666;
	font-size: 1.2em;
	line-height: 1.24em;
	float: right;
}

#verisign {
	float: right;
	text-align: right;	
}

#dlgBadBrowser, #dlgNeedCause, #dlgHaveToolbar, #dlgNotInTestGroup {
	font-size: 12px;
	line-height: 1.4em;
}

#dlgBadBrowser ul {
	list-style:disc;
}

#dlgBadBrowser ul li {
	margin: 0px 0px 0px 20px;
	padding: 5px 5px 5px 5px;
}

#errormessages p {
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	line-height: 1.4em;
}

#errormessages ul {
	list-style:disc;
	padding-left: 10px;
}

#errormessages ul li {
	margin: 0px 0px 0px 20px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

#eNav {
	background: 			#045799 url(/res/img/shell/bg_enav.png) bottom center repeat-x;
	border: 				1px solid #97b9d4;
	border-width: 			1px 0;
}
.eNavWrap {
	width: 					100%;
	margin: 				0 auto;		
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-weight: 			normal;
	color: 					#ffffff;
}

div .eNavWrap span {
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

#eNav ul {
	color: 					#fff;
	font-size: 				11px;
	list-style: 			none;
	float: 					right;
	margin: 				0 10px 0 0;
}
#eNav li {
	float: 					left;
	text-align: 			right;
	padding: 				5px 0 4px 12px;
	margin: 				0;
}
#eNav li a {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-weight: 			normal;
	color: 					#ffffff;
	text-decoration: none;
}
#eNav li a:hover {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				11px;
	font-weight: 			normal;
	color: 					#ffffff;
	text-decoration: 		underline;
}
