/* ---------------------------------------------------------
STRUCTURE
------------------------------------------------------------ */
html, body {
	margin: 0; padding: 0;
	text-align:center;
	font-size:100%;
	background:#FFF url(../images/main/background.gif) repeat top left;
	font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}

#menuContainer {
	margin:0; padding:0;
	background:#243FBE;
	border-bottom:1px solid #FFF;
	text-align:left;
}
	ul.menu {
		margin:0; padding:0;
		list-style:none;
	}
	ul.menu li a {
		display:block;
		padding:10px 0 10px 10px;
		font-size:14px;
		font-weight:bold;
		width:100%;
		color:#FFF;
		border-top:1px solid #FFF;
		text-decoration:none;
		background:url(../images/main/menu_anchor_bg.gif) repeat-x top left;
	}
	ul.menu li a:hover {
		
		color:#243FBE;
		background:#d7d7d7;
	}

#headerWrapper {
	margin:0; padding:0;
	background:url(../images/main/header_background.jpg) repeat-x top left;
	clear:both
}

#header {
	margin:0; padding:0;
	position:relative;
	text-align:left;
}

#header #menuButton {
	position:absolute; top:0px; right:0;
	z-index:1;
	width:56px; height:34px;
}

#wrapper {
	margin: 0; padding: 0;
	background:url(../images/main/wrapper_background.jpg) repeat-x top left;
	text-align:left;
	overflow:auto;
}

.content {
	margin: 0 10px 0px 20px;
	}

.contentBox {
	margin: 0 10px 10px 10px; padding: 10px;
	border:1px solid #CCC;
	background-color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer {
	
}


/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

h1 { font-size: 1.5em; color:#243FBE; }
h2 { font-size: 1.4em; }
h3 { font-size:	1.1em; } 
h4, h5 { font-size: 1.0em; } 

p {
	margin: 0 0 5px;
	padding:0;
	font-size:.9em;
	color:#333;	
}

a {
	outline:none;
	text-decoration: none;
	color:#243FBE;
	-webkit-tap-highlight-color:rgba(255,255,102,0.5);
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 1px;
}


/* --------------------------------------------------------------  
custom stuff
------------------------------------------------------------ */
.hr {
	margin:10px 0;
	padding:0;
	width:100%;
	border-top: 2px dotted #CCC;
}

.grey {
	color:#555;
}

.small {
	font-size:.75em;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 15px;
}

.blue {
	color:#243FBE;
}

ul {
	list-style:circle;
	margin:5px 0 0 20px;
	padding:0;
}

ul  li {
	margin:0;
	padding:0;
	font-size:.875em;
	color:#333;
}

ul.checklist{
	margin:0 0 0 20px;
	padding:0;
	list-style-image:url("../images/checkmark.gif");
	
}

ul.checklist li {
	margin:0 0 5px;
	padding:0;
	font-size:.9em;
	color:#333;
}

/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */

label       { font-weight: bold; vertical-align:middle; }
fieldset    { padding:1.0em 2em; margin:0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.6em; }

input[type=text], input.text, input.title, textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], textarea { padding:3px; font-size:14px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

.submitButton { 
	/*margin:0; padding:5px 30px !important; 
	font-size:14px; 
	  border-top:1px solid #CCC;
	  border-right:1px solid #AAA;
	  border-bottom:1px solid #AAA;
	  border-left:1px solid #CCC;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  background:none;
	  background-color: #FFF;
*/	
}


/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(../icon/16x16/error.png) no-repeat 10px center;
}

/* --------------------------------------------------------------  
MSG BOXES
------------------------------------------------------------ */

.error, .success, .warning, .info  { 
	margin:0 0 10px 0; 
	padding: 10px 15px 10px 40px; 
	background: no-repeat 15px center; 
	border: 1px solid #ddd; font-weight:bold; 	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}
.error { color: #9e1111; background-color: #f5e8e8; background-image: url(../icon/16x16/error.png); border-color: #dfb2b2; }
.success { color: #11a322; background-color: #e8f6e9; background-image: url(../icon/16x16/success.png); border-color: #b2e1b7; }
.warning { color: #c2b515; background-color: #f9f8e8; background-image: url(../icon/16x16/warning.png); border-color: #ebe7b3; }
.info { color:#0CF; background-color:#D7F7FF; background-image: url(../icon/16x16/info.png); border-color: #0CF; }

/* --------------------------------------------------------------  
BRAND LINK
------------------------------------------------------------ */

a.third_perspective {
	margin:0;
	padding:0 0 0 21px;
	display:block;
	line-height:19px;
	background: url('../images/main/third_perspective_logo_forBrand.png') no-repeat center left; 
	font-size:12px;
	color:#ddd;
	text-decoration:none;
}

a.third_perspective:hover {
	background: url('../images/main/third_perspective_logo_forBrandRoll.png') no-repeat center left; 
	color:#FFF;

}

