html {
	min-height: 100%;
}

body {
	background: url(../graphics/backgrounds/body-bg.gif) repeat-x;
	/*background: #fff url(../graphics/dev/grid.gif) top center repeat-y;*/
	color: #111;
	font: 62.5%/1.5 arial,sans-serif;
	padding: 0;
	margin: 0;
}

/* Page structure */
#brandingbg {
	background: #d11223 url(../graphics/backgrounds/logo-bg.gif) repeat-x;
	height: 76px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40%;
}

#branding {
	background: #d72141;
	height: 76px;
	margin: 0 auto;
	position: relative;
	width: 78em;
}

#content1,
#content2 {
	margin: 0 auto;
	position: relative;
	width: 78em;
}

#content1 .col1, 
#content2 .col1,
#content2 .col2 {
	float: left;
	margin: 2em 0 ;
	padding: 1em 0 0;
}

#content1 .col1  {
	 width: 78em;
}

#content1 .action {
	background: url(../graphics/backgrounds/action-bg.jpg) 0 0 no-repeat;
	height: 29.5em;
	padding: 2.5em 1.5em 0 37em;
}

#content2 .col1 {
	margin: 1em 0 2em;
	width: 56.5em;
}

#content2 .col2 {
	margin: 1em 0 2em 2em;
	width: 18.5em;
}

#siteinfowrapper,
#siteinfo {
	background: #d62140 url(../graphics/backgrounds/siteinfo-bg.gif) repeat-x;
	height: 107px;
	width: 100%;
}

#siteinfo {
	color: #fff;
	margin: 0 auto;
	position: relative;
	width: 78em;
}

.clear {
	clear: both;
}

hr {
	border: 0;
	border-top: 1px solid #fde6ee;
	height: 1px;
}

/* Typography */
h2 {
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 1.2em;
	margin-top: 0em;
	padding: 0;
}

p {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 1.2em;
	margin-top: 0;
	padding: 0;
}

#siteinfo p {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 1em;
	padding: 1em 0 0 0;
}

.col1 h1 {
	color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	letter-spacing: 2px;
	line-height: 1.1;
	margin: 0.4em 0 1.8em 0;
	font-weight: normal;
}

/* Lists */
ul {
	list-style: disc outside;
	margin-bottom: 1.8em;
	padding: 0;
}

ul li {
	list-style: url(../graphics/icons/bullet.png);
	font-size: 1.2em;
	line-height: 1.5;
	margin-left: 1.8em;
}

li  ul {
	margin-bottom: 0;
	margin-left: 1em;
}

li li {
	font-size: 1em;
}

#siteinfo ul {
	margin: 0;
}

#siteinfo li {
	display: inline;
	font-size: 1.4em;
	list-style: none outside;
	line-height: 1;
	margin-left: 0;
	padding: 0 2em 0 0;
}

/* Anchors */
a {
	color: #d62140;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color:#fca8a5;
}

#siteinfo a {
	color: #fff;
}

/* Forms */
.largebutton, 
.smallbutton {
	font-family: "Arial", sans-serif;
}

.largebutton {
	background: transparent url(../graphics/buttons/button_large.png);
	border: none;
	color: #fff;cursor: pointer;
	font-size: 2.2em;
	height: 71px;
	letter-spacing: -1px;
	padding: 0 2em 0.5em 0;
	width: 309px;
	
}

.smallbutton {
	background: transparent url(../graphics/buttons/button_small.png);
	border: none;
	clear: both;
	color: #fff;
	cursor: pointer;
	font-size: 1.4em;
	height: 40px;
	letter-spacing: -1px;
	margin: 0 0 1em;
	padding: 0 0 .3em 0;
	width: 183px;
}
