/*----------------------------------------
Name: global.css
Developed by: JorgeLinares.com
Date Created: May 04, 2009
Last Updated: May 04, 2009
Copyright:
----------------------------------------*/

/* CSS 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

/* Elements
----------------------------------------*/

body, html {
	background:#000;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#FFF;
}

#logo {
	width:246px;
	height:53px;
	display:block;
	padding: 97px 0 0 54px;
}

#mainContainer
{
	width:960px;
	margin: 0 auto;
	background: #f5f2e7;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: -1px;
}

a:hover, a:active
{
	color:#FFF;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
}

h3
{
	color:#a40133;
	margin:.3em 0 .5em 0;
	font-size:1.5em;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	list-style-type:none;
	float: right;
	top: 170px;
	width: 475px;
	padding: 180px 10px 0 0;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* Header
----------------------------------------*/
#scene {
	width:960px;
	height:157px;
}

#header
{
	width:960px;
	height:217px;
	background: url(../images/header_bg.jpg) repeat-x;
	
	
}

	/* Nav
	----------------------------------------*/
	ul#nav
	{
			
	}
	
	ul#nav li {
	float:left;
	list-style-type:none;
	width: auto;
	height: 12px;
	color: #FFF;
	border-right: 1px solid #fff;
	line-height: 1em;
	padding: 0 8px;
}
		
	ul#nav li a:link { color:#fff; 	text-decoration:none; }

	ul#nav li a:hover {
	color:#FFF;
	text-decoration:underline;
}
		
/* Main Content
----------------------------------------*/
#mainContent-bottom {
	background:url(../images/wrapper-bottom.gif) no-repeat bottom center;
	height: 28px;
	width: 960px;
}
#mainContent-container
{
	width:900px;
	background: #f5f2e7 url(../images/body-tag.gif) no-repeat 100% 90%;
}
#mainContent-container2
{
	width:900px;
	background: #f5f2e7 ;
	border:1px solid #f5f2e7 ;
}
#mainContent
{
	width:480px;
	border-right: 1px solid #d5d3c9;
	float: left;
}

#mainContent h3 {
	font-size:30px;
	color: #a40133;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #d5d3c9;
	padding: 0 0 10px 20px;
}

#mainContent p {
	font-size:0.88em;
	color: #53001a;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 15px 10px 15px;
	line-height: 1.1em;
}





/* Footer
----------------------------------------*/
#footer
{
	width:960px;
	height:40px;
	padding: 16px 0 80px 0;
	background: url(../images/credit-cards.gif) no-repeat 700px 6px;
	margin: 0 auto;
}

#footer p 
{
	font-size:1em;
	color: #483a1d;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 15px;
}


/* Images roll over
----------------------------------------*/

a#photo1 {
    display: block;
    width: 240px;
    height: 164px;
	background-image: url(../images/photo_05.jpg);
	margin: 0 auto;
	float: left;
}
a#photo1:hover { background-position: 0 -164px; }

a#photo2 {
    display: block;
    width: 240px;
    height: 164px;
    background: #69696b url(../images/photo_02.jpg);
	margin: 0 auto;
	float: left;
}
a#photo2:hover { background-position: 0 0; }

a#photo3 {
    display: block;
    width: 240px;
    height: 164px;
    background: #69696b url(../images/photo_07.jpg);
	margin: 0 auto;
	float: left;
}
a#photo3:hover { background-position: 0 -164px; }


a#photo4 {
    display: block;
    width: 240px;
    height: 164px;
    background: #69696b url(../images/photo_08.jpg);
	margin: 0 auto;
	float: left;
}
a#photo4:hover { background-position: 0 -164px; }

a .alt { display: none; }


/*MM STYLE*/
.box
{
width:300px;
color:#000000;
height:520px;

}
.box h3
{
color:#7a0025;

}

div .edit_aprt_row {
	margin-top:5px;
	/*width:520px;*/
	/*clear: both;*/
   	float:left;
  	display:inline;
  	vertical-align:middle;
  }
  
div .edit_aprt_lable {

	float: left;
	width:90px;
	text-align: left;
	display:inline; 
}
  
div .edit_aprt_formw {
	vertical-align: top;
	float:left;
  	width: 200px;
  	text-align:left;
  	display:inline;
}
.box1
{
width:350px;
color:#000000;
height:320px;

}
.box1 h3
{
color:#7a0025;

}
#header1
{
	width:350px;
	height:65px;
	background: url(../images/header_bg.jpg) repeat-x;
	
	
}
#mainContainer1
{
	width:340px;
	margin: 0 auto;
	background: #f5f2e7;
}

#logo1 {
	width:246px;
	height:53px;
	display:block;
	padding: 5px 5px 5px 5px;
}

#mainContent1
{
	width:900px;
	/*border-right: 1px solid #d5d3c9;*/
	float: left;
}

#mainContent1 h3 {
	font-size:30px;
	color: #a40133;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #d5d3c9;
	padding: 0 0 10px 20px;
}

#mainContent1 p {
	font-size:0.88em;
	color: #53001a;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 15px 10px 15px;
	line-height: 1.1em;
}
div.edit_aprt_row {
	margin-top:5px;
	/*width:600px;*/
	/*clear: both;*/
   	float:left;
  	display:inline;
  	vertical-align:middle;
  }
  
div.edit_aprt_lable1 {

	float: left;
	/*width: 150px;*/
	text-align: left;
	display:inline; 
}
  
div.edit_aprt_formw1 {
	vertical-align: top;
	float:left;
  	width: 270px;
  	text-align:left;
  	display:inline;
}
