/*-----------------------------------------------------------------------------
version:   1.0
author:    TouchMedia.ca
email:     info@touchmedia.ca
website:   http://www.touchmedia.ca/
-----------------------------------------------------------------------------*/

/* General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
  	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 300;
	background: #b1c3d3 url(../interface/vert-slice.jpg) repeat-x;

}

.main{
	font-size:1.0em;
	line-height:1.2em;
	width:590px;
}

.process_main{
		font-size:1.0em;
		line-height:1.2em;
		width:590px;
		margin-bottom:50px;
		clear:both;
}

.main-welcome{
	font-size:1.0em;
	line-height:1.2em;
	width:600px;
}
/* =Headings
-----------------------------------------------------------------------------*/
#maintitle{
	color:#323131;
	font-size:1.8em;
	margin-left:168px;
	padding-top:24px;
	font-weight:bold;
	line-height:1em;
}
#mission{
	display:block;
	font-size:0.8em;
	font-weight:normal;
	margin-left:300px;
	margin-top:20px;
	padding-left:10px;
	padding-top:0px;
	border-left:2px solid #17488c;
	line-height:1.2em;
	width:350px;
	color:#17488c;
}
#missiontitle{
	display:block;
	font-size:0.9em;
	font-weight: 800;
	text-align:right;
	line-height:1.1em;
	width:70px;
	color:#17488c;
	margin-left:217px;
	margin-top:20px;
	float:left;
}
h2{
	font-size:1.5em;
	font-weight:bold;
	color:#001c4f;
	margin-bottom:0px;
}

h3{
	font-size:1.1em;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:-15px;
}
/* =Links
-----------------------------------------------------------------------------*/
.main a:link {
	color:#367c00;
	font-weight:bold;
	text-decoration:none;
}
.main a:active {
	color:#367c00;
	font-weight:bold;
	text-decoration:none;
}
.main a:visited {
	color:#367c00;
	font-weight:bold;
	text-decoration:none;
}
.main a:hover {
	color:#012a64;
	font-weight:bold;
	text-decoration:none;
}



/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation{
	background: url(../interface/menubar-slice.jpg);
	width:960px;
	height:37px;
	font-size:0.9em;
}

#navigation ul{
	list-style:none;
	margin:0 0 0 150px;
	padding-top:12px;
	font-weight:bold;
}

#navigation ul li{
	display:inline;
	color:white;
	margin-right:35px;
}

#navigation ul li a:link {
	color:white;
	text-decoration:none;
}

#navigation ul li a:visited {
	color:white;
	text-decoration:none;
}

#navigation ul li a:active {
	color:white;
	text-decoration:none;
}

#navigation ul li a:hover {
	color:#bddaa2;
	text-decoration:none;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/
#wrapper{
	width:960px;
	border: 2px solid white;
	margin: 20px auto;
	background:url(../interface/horiz-slice.jpg);
	
}
#header{
	width:960px;
	height:160px;
	background: url(../interface/topper.jpg);
}

#left{
	
	width:249px;
	float:left;
}

#right{
	padding:0px;
	width:640px;
	margin-top:40px;
	margin-left:290px;
	margin-bottom:50px;
}
.values{
	display:block;
	text-align:center;
	padding-top:20px;
	padding-right:50px;
}

.highlighted{
	font-weight:bold;
}

ul{
	list-style-position: outside;
	margin-left:50px;
}

li{
	margin-bottom:10px;
}
.footnote{
	font-size:0.7em;
	font-style:italic;
	width:400px;
	text-align:center;
	margin: 15px auto 35px auto;
}
.rightimages{
	float:right;
	margin:0 0 50px 30px;
}

.leftimages{
	float:left;
	margin:0 20px 50px 0px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	background-color:#1c57a2;
	width:920px;
	padding:20px 30px 20px 10px;
	text-align:right;
	color:white;
	font-size:0.8em;
}

#volver{
	text-decoration:none;
	color:white;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

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

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



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
