/*
	----
		PulseOne
		Created Sat, May 9 2009
		Mark Wilkinson | NewMarque Group
	----
*/


/* ---- Begin CSS Reset ---- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
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;
}
ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
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;
}
/* ---- End of CSS Reset ---- */



/* HTML Tags */
body {
	background:#FFF url("../images/bg_body.jpg") repeat-x 0px -40px;
	font:13px "trebuchet ms",arial,verdana,sans-serif;
	text-align:center;
	margin:0px;
	color:#444;
	padding:0px;
}
body.interior {
	background:#FFF url("../images/bg_body_interior.jpg") repeat-x top left;
}
a {
	color:#E71E26; 
}
a:hover {
	text-decoration:none;
	color:#333;
}
p {
	font:13px "trebuchet ms",arial,verdana,sans-serif;
	line-height:19px;
}
em {
	font-style: italic;
}
strong {
	font-weight:bold;
}
h2 {
	font-size:30px;
	margin-bottom:20px;
}
h3 {
	color:#444;
	font:bold 18px "trebuchet ms",arial,verdana,sans-serif;
	margin-bottom:10px;
}
h2 span,
h3 span {
	color:#E71E26;
}

/* General Class */
br.clear {
	clear:both;
}

/* Layout */
#container {
	position:relative;
	width:960px;
	text-align:left;
	margin:0px auto;
}
#header {
	position:relative;
	height:390px;
	margin-bottom:10px;
}
body.interior #header {
	height:300px;
}
#header-title {
	height:100px;
	padding-top:17px;
	position:relative;
}
h1#title {
	width:244px;
	height:32px;
	background:transparent url("../images/thelogo.gif") no-repeat top left;
	text-indent: -9000px;
	position:relative;
	top:20px;
}
h1#title a {
	display:block;
	width:244px;
	height:32px;
	position:relative;
}
h2#desc {
	width:245px;
	height:19px;
	margin:0px;
	padding:0px;
	text-indent: -9000px;
	position:relative;
	top:25px;
	background:transparent url("../images/bg_slogan.gif") no-repeat top left;
}

/* Images Header */
img.arc {
	position:absolute;
	top:-25px;
	left:-50px;
	z-index:500;
	height:130px;
}

#image-header {
	position:relative;
	z-index: 1;
	height:230px;
}
#image-header img.header{
	position:absolute;
	top:0px;
	left:0px;
	height:230px;
}
/* Header background */
.header-interior {
	height:130px !important;
	top:3px;
}
.header-about {
	background:transparent url("../images/header_about.jpg") no-repeat 60px 0px;
}
.header-services {
	background:transparent url("../images/header_services.jpg") no-repeat 60px 0px;
}
.header-partners {
	background:transparent url("../images/header_partners.jpg") no-repeat 60px 0px;
}
.header-contact {
	background:transparent url("../images/header_contact.jpg") no-repeat 60px 0px;
}


#header-caption {
	text-align:center;
}
#header-caption h3 {
	color:#999;
	font:20px "trebuchet ms",arial,verdana,sans-serif;
	position:relative;
	top:5px;
	margin:0px;
}
body.interior #header-caption h3 {
	top:10px;
}

/* Mainmenu */
#mainmenu {
	width:500px;
	position:absolute;
	right:0px;
	top:50px;
}
#mainmenu ul li {
	font-size:18px;
	color:#333;
	float:right;
	text-align:right;
	width:100px;
	display:block;
}
#mainmenu li a {
	text-decoration:none;
	color:#000;
	display:block;
	float:right;
}
#mainmenu li a:hover {
	border-bottom:2px solid #CCC;
	padding-bottom:10px;
}
#mainmenu li.active a {
	border-bottom:2px solid #E71E26;
	padding-bottom:10px;
	color:#E71E26;
}

/* Content */
#content-area {
	padding-bottom:70px;
	padding-top:10px;
	border-bottom:1px solid #CCC;
	height:auto !important;
	height:100px;
	min-height:100px;
}
.front-tab {
	float:left;
	margin-right:60px;
}

.front-tab p {
	text-align:justify;
}
.span-tab { width:280px; }
.span-left { width:600px; }
.span-right { width: 240px; float:right !important }

.last-tab {
	margin-right:0px !important;
}

.highlight {
	background:#EFEFEF;
	border:1px solid #CCC;
	margin-top:25px;
	padding:7px 0;
	height:auto !important;
	height:120px;
	min-height:120px;
}
.highlight h3,
.highlight p {
	width:93%;
	position:relative;
	left:10px;
	margin:0px;
}
.interior .highlight h3 {
	margin-top:8px;
}
.interior .highlight {
	padding-bottom:15px;
}


/* Interior */
.sidebar {
	background:#D6D6D6;
	padding:10px 0px;
	margin-bottom:15px;
}
.sidebar p {
	font-size:11px;
	width:210px;
	text-align:left;
	margin:3px auto;
}
.sidebar h3,
.sidebar p,
.sidebar div {
	width:210px;
	text-align:left;
	margin:3px auto;
}
.entry p {
	margin-bottom:15px;
	font-size:13px;
	line-height:22px;
}
.entry br {
	margin-bottom:3px;
}
.entry ul {
	margin-left:20px;
}
.entry ul li {
	list-style:square;
	margin-bottom:4px;
	line-height:20px;
}
.entry ul.images {
	margin-left:0px;
	margin-top:20px;
}
.entry ul.images li {
	list-style:none;
	width:170px;
	float:left;
	margin-right:30px;
	height:70px;
	margin-bottom:30px;
}
.entry h3 {
	margin-bottom:15px;
	margin-top:20px;
}
.entry h4 {
	margin-bottom:10px;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	text-transform: uppercase;
}
.entry p.more a {
	padding:5px 5px;
	color:#E71E26;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	margin-top:5px;
	float:right;
}
.entry p.more a:hover {
	background:#d4d4d4;
	color:#333;
	border-bottom:1px solid #999;
}
ul.list-col {
	width:280px;
	float:left;
	margin-left:10px;
}
ul.list-col li {
	list-style-type:square;
	margin-left:15px;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
}

.sidebar ul {
	width:210px;
	text-align:left;
	margin-left:15px;
	margin-top:10px;
}
.sidebar li {
	font-size:11px;
	text-align:left;
	margin-left:15px;
	margin-bottom:5px;
	list-style:square;
	color:#666;
	line-height:17px;
}


/* Footer */
#footer {
	padding-top:20px;
	padding-bottom:30px;
}
#footer p.bigger {
	font:bold 18px "trebuchet ms",arial,verdana,sans-serif;
	color:#444;
	text-align:center;
	display:block;
}
#footer p.bigger span {
	color:#E71E26;
}
#footer ul {
	margin:20px auto 10px;
	width:490px;
	height:20px;
}
#footer ul li {
	width:80px;
	float:left;
	font-weight:bold;
	font-size:12px;
}
#footer li a {
	color:#7F7F96;
	text-decoration:none;
}
#footer li a:hover,
#footer li.active a {
	color:#333;
	text-decoration:underline;
}
#footer p.copyright {
	text-align:center;
	color:#7F7F96;
}
