﻿	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:1200px;
		background:#AAAAAA;
		/*min-width:600px;*/
    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		
		font-size:90%;
		font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
		color: #555555;

	}
	p.contour {
	text-align: center;
	border: 1px solid #000;
	padding: 5px;
	margin: 0px;
	}
	p.contour a{
	text-decoration:none;
	color:#fff;
	background-color: #FF8800;
	}
	p.contour a:hover{
	background-color: #dd0000;
	}
	
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#FF8800;
		font-size: 1.7em;
		font-weight: normal;
	}
	 h2 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#FF8800;
		font-size: 1.5em;
		font-weight: normal;
	}
	h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color:#FF8800;
		font-size: 1.3em;
		font-weight: normal;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/*#page{
	background: #AAAAAA;
	width: 100%;
}*/
	/* Header styles */
	#header {
		clear:both;
		float:center;
		width:80%;
		margin-left:10%;
		margin-right:10%;
		background:#fff;

	}
	#header {
		border-bottom:1px solid #FF8800;
		background:#fff;
	}
	#header p{
		padding:.4em 15px 0 15px;
		margin:0;
		color: #555555;
	}
	#header h1{
		padding:.4em 15px 0 15px;
		margin:0;
		color: #555555;
		font-size: 2.1em; 
		font-weight: normal;
	}
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
		color: #555555;
		font-size: 1.3em;
		font-weight: normal;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#77CC00;
		color:#ffffff;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
		font-weight:bold;
	}
	#header ul li a.active:hover ,
	#header ul li a:hover {
		background:#FF8800;
		color:#ffffff;
		font-weight:bold;
	}
	#header ul li a.active	{
		color:#ffffff;
		background:#dd0000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #FF8800;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:center;
		width:80%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
		margin-left:10%;
		margin-right:10%;
		background:#fff;

	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#eee;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		background:#f4f4f4;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		background:#fff;			/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:center;
		width:80%;
		border-top:1px solid #FF8800;
		text-align :center;
		margin-left:10%;
		margin-right:10%;
		background:#fff;
	}
	#footer p {
		padding:10px;
		margin:0;
		background:#fff;
	}
	
.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(/en/themes/altoJs/img/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

.markermenu{
width: 210px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li{

font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

.markermenu ul li a{
background: white url(/en/themes/altoJs/img/arrow-list.gif) no-repeat 2px center;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: white;
background-color: #FF8800; /*#ffffcb;*/
background-image:url(/en/themes/altoJs/img/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.get-started {
    float: right;
    position: absolute;
    top: -18px;
    right: 47px;
    *right: 49px;
    background: #72a8aa url("http://styles.surveymonkey.com/i/hm_signup_bg.png") no-repeat scroll 0 0;
    -moz-box-shadow: -3px 0 3px -0.5px rgba(0,0,0,0.5);
    -webkit-box-shadow: rgba(0,0,0,0.5) -2px 2px 4px;
    /* Commenting out per Phill L - IE doesn't need drop shadows; and are only for supported browsers */
    /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-2, OffY=0, Color='gray', Positive='true');
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=-2, OffY=0, Color='gray', Positive='true')";*/
    box-shadow: -3px 0 3px -0.5px rgba(0,0,0,0.5);
    width: 206px; /* 10px subtract for padding */
    /*min-height: 364px;*/ /* 10px subtract for padding */
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 5px 10px 5px;
    z-index:100;
}
body .get-started {right: 0;} 

.get-started h2 {
    font-size: 1.7em;
    line-height: 1em;
    color: #fff;
    margin-top: 20px;
}

.get-started h3 {
    font-size: 1.125em;
    line-height: 20px;
    margin: 10px 0;
    color: #fff;
    padding: 0;
}

.get-started p.or-content {
    background: url("http://styles.surveymonkey.com/i/hm_signup_or.png") no-repeat scroll 0 0;
    color: #8ccfd1;
    height: 8px;
    margin: 10px auto;
    padding: 0;
    width: 164px;
    z-index: 7;
}

.get-started a.pricing-link {
    font-size: 0.75em;
    color: #fff;
    font-weight: normal;
    margin-top: 15px;
}

.get-started a.pricing-link:hover {
    text-decoration: underline;
}

.get-started p {
    clear: both;
    font-size: 0.75em;
    font-weight: normal;
    margin: 10px auto;
    padding: 5px 5px 0;
    text-align: center;
    width: 175px;
}


/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

