/*==================================================================

Project:		[CAPS]
Version:		1.0
Last update:	16/07/2009
Assigned to:	[Carlos Rodriguez]

=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#d23836;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}
.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}


/* Global Elements
=====================================================================*/
body {
	background:#333333 url(images/background.png) repeat-x;
	line-height: 1.6em;
	font:62.5% Arial, Verdana, serif;
	min-height:100%;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Start CSS Coding
=====================================================================*/

#wrapper {
	width:1010px;
	margin:0 auto;
}
#contenttop {
	width:1013px;
	height:53px;
	background:url(images/wrap_top.png) no-repeat;
	font-size:0;
}
#content {
	width:944px;
	background:url(images/wrap_back.png) repeat-y;
	padding:0 34px;
}
#contentbottom {
	width:1012px;
	height:53px;
	background:url(images/wrap_bottom.png) no-repeat;
	font-size:0;
}
#header {
	position:relative;
	background:url(images/header-bg.png);
	width:943px;
	height:153px;
}
#home{
	width:46px;
	height:52px;
	font-size:1.2em;
	position:absolute;
	top:-12px;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
	margin:2px 0 0 8px;
}
#home span{
	background:url(images/home.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#logo{
	width:229px;
	height:163px;
	font-size:1.2em;
	position:absolute;
	top:-8px;
	right:1px;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
	/*margin:2px 0 0 9px;*/
}
#logo span{
	background:url(images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#title{
	background:#000;
	width:689px;
	height:50px;
	font-size:1.2em;
	position:absolute;
	top:45px;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
	margin-left:1.4em;
}
#title span{
	background:#000 url(images/slogan.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
}
#placemainmenu {
	width:943px;
	height:55px;
	background:url(images/mainmenu.png) repeat-x;
}
#mainmenu {
	width:943px;
	height:27px;
}
#mainmenu li {
	display:inline;
	float:left;
	width:234px;
	height:27px;
	border-right:2px solid #fff;
	padding:0;
}
#mainmenu li.last {
	border:none;
}
#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
	display:inline;
	float:left;
	color:#fff;
	width:234px;
	height:20px;
	text-align:center;
	font-family:"Trebuchet MS", arial, verdana;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 0 0 0;
}
#mainmenu li a:hover,
li a.active, li a.active:link, li a.active:visited  {
	background:#d13835;
	color:#fff;
	text-decoration:none;
}

#submenu {
	width:943px;
	height:28px;
}
#submenu li {
	display:inline;
	float:left;
	width:234px;
	height:28px;
	border-right:2px solid #fff;
	padding:0;
}
#submenu li.last {
	border:none;
}
#submenu li a, #submenu li a:link, #submenu li a:visited {
	display:inline;
	float:left;
	width:234px;
	height:21px;
	text-align:center;
	font-family:"Trebuchet MS", arial, verdana;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 0 0 0;
	color:#000;
}
#submenu li a:hover {
	background:#d13835;
	color:#fff;
	text-decoration:none;
}
#maincontent {
	width:706px;
	border-top:1px solid #fff;
	border-right:2px solid #fff;
	float:left;
}
#contentpage
{
	height:280px;
	background:#fff url(images/content_front.png) repeat-x;
	padding:37px 10px 0 27px;
}
#contentfront
{
	border-right:1px solid #fff;
	height:317px;
	width:707px;
}
#contentpage{
	position:relative;
	height:270px;
	overflow:auto;
	padding-bottom:10px;
	width:669px;
}
#contentpage h2,
#contentpage h3 {
	font-family:"Trebuchet MS", arial, verdana;
	text-transform:uppercase;
	font-size:2.4em;
	color:#d13835;
}
#contentpage h3
{
	font-size:1.8em;
	margin-top:1em;
}
#contentpage p,
#contentpage ul,
#contentpage ol,
.dsfaq_answer {
	font-size:1.4em;
	color:#666;
	font-weight:bold;
	padding:15px 0 8px 0;
	line-height:1.6em;
}

#contentpage ul,
#contentpage ol
{
	list-style:disc;
	margin-left:1em;
	padding-left:1em;
}
#buttons
{
	float:right;
}
#contentpage ol
{
	list-style:decimal;
}
.linkmore, .linkmore:link, .linkmore:visited {
	height:22px;
	background:#d23936;
	color:#fff;
	display:inline;
	float:left;
	border:2px solid #b5302b;
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	padding:3px 10px 0 10px;
	font-size:0.9em;
}
.linkmore:hover
{
	background:#c0a056;
	border:2px solid #a28849;
	color:#d23936;
	text-decoration:none;
}
#placeevaluate {
	width:707px;
	height:57px;
	background:#000;
}
#placeevaluate h3 {
	float:left;
	font-family:"Trebuchet MS", arial, verdana;
	font-size:1.6em;
	margin:5px 0 0 51px;
	display:inline;
}
#placeevaluate h3 span {
	color:#d23936;
}
#placeevaluate a, #placeevaluate a:link, #placeevaluate a:visited {
	float:right;
	display:inline;
	height:19px;
	padding:6px 11px 0 11px;
	font-size:1.2em;
	font-weight:bold;
	margin:14px 17px 0 0;
	background:#d23936;
	color:#fff;
	border:2px solid #b5302b;
}
#placeevaluate a:hover
{
	background:#c0a056;
	border:2px solid #a28849;
	color:#d23936;
	text-decoration:none;
}
#reopen
{
	background: url(images/open-claim.png) no-repeat 0.4em 0.6em;
	height:30px;
	width:583px;
	margin:15px 0 0 31px;
	padding-top:1em;
	display:inline;
	text-indent:-5000px;
}

#navfront {
	width:176px;
	height:315px;
	background:#000;
	float:left;
	padding:30px;
}
#boxexpert {
	width:176px;
	background:url(images/back_expert.png) repeat-y;
}
#boxexpert h3 {
	width:176px;
	height:24px;
	background:#c1272d;
	font-family:"Trebuchet MS", arial, verdana;
	font-size:1.4em;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:5px 0 0 0;
}
#shadowtop {
	background:url(images/shadowtop.png) no-repeat;
}
#shadowbottom {
	background:url(images/shadowbottom.png) no-repeat 0 100%;
	position:relative;
	padding:0 0 18px 0;
}
#shadowbottom p.withborder {
	border-bottom:1px solid #bfa056;
}
#shadowbottom p {
	margin:0 17px;
	padding:13px 0;
	font-family:"Trebuchet MS", arial, verdana;
	font-size:1.4em;
	color:#d13835;
	line-height:1.4em;
}
.linkcontinue, .linkcontinue:link, .linkcontinue:visited {
	width:153px;
	height:20px;
	position:absolute;
	bottom:-8px;
	left:9px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding:7px 0 0 0;
	background:#d23936;
	color:#fff;
	border:2px solid #b5302b;
}
.linkcontinue:hover
{
	background:#ffff00;
	border:2px solid #d3c909;
	color:#000;
	text-decoration:none;
}

.success_button{
   float:left;
   width: 300px;
   margin: 1em 8.5em 0 3em;
	text-indent:-9999px
}   
.success_button a {
	display: block;
	background-image:url(images/success_button.png);
	color: #000033;
	font-weight: bold;
	height: 110px; 
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-indent:-9999px
	width: 300px;
}

/*.success_button a:hover {
	background-image: urlimages/success_buttons.png);
	background-position:0% 100%;
}*/

/* Footer
=====================================================================*/
#footer {
	background:#000 url(images/footer.png);
	width:944px;
	height:108px;
}
#footerleft {
	width:705px;
	height:108px;
	float:left;
}
#footerright {
	width:235px;
	height:108px;
	float:right;
}
#footerright h3 {
	text-align:center;
	color:#fff;
	font-size:2em;
	padding:40px 0 0 0;
}
#footerright h3 span
{
	color:#f00;
}
#footerright h4
{
	color:#f00;
	font-size:1.4em;
	/*margin-left:100px;*/
	text-align:center;
}
#footerright p {
	text-align:center;
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	padding:10px 0 0 0;
}
.menufooter1 {
	width:173px;
	float:left;
	padding:13px 0 0 17px;
}
.menufooter1 li, .menufooter2 li {
	margin:0 0 6px 0;
}
.menufooter1 li a, .menufooter1 li a:link, .menufooter1 li a:visited, .menufooter2 li a, .menufooter2 li a:link, .menufooter2 li a:visited {
	font-size:1.1em;
	color:#c1c0c0;
}
.menufooter2 {
	width:83px;
	float:left;	
	padding:13px 0 0 17px;
}
.reqtxt
{
	color:#f00;
}
.copyright
{
	color:#ddd;
	/*margin-left:3.2em;*/
	text-align:center;
}