/*********************************************** 
				Browser reset
***********************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { 
	border:0; 
} 

/*********************************************** 
				HTML Tags
***********************************************/

body {
	text-align: center;
	font-size: 62.5%;
	background: #3a3a3a;
	color: #3a3a3a;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 0.3em;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #666;
	padding-bottom: 0.6em;
}
h2 a {
	text-decoration: none;
	color: #FFF!important;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
}
ul {
	font-size: 1.2em;
}
ul li {
	background-image: url(../../../../images/template/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 10px;
	margin-bottom: 0.5em;
}
table {
	font-size: 1.2em;
}
table table {
	font-size: 1em;
}

/*********************************************** 
				Global styles
***********************************************/

#wrapper {
	width: 940px;
	text-align: left;
	margin: 0 auto;
}
#header {
	height: 120px;
	position: relative;
}
#header dt {
	position: absolute;
	top:40px;
}
#header dd#globalNav {
	position: absolute;
	left: 225px;
	top: 43px;
}
#header dd#globalNav ul li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
}
#header dd#globalNav ul li a {
	float: left;
	display: block;	
	height:22px;
	text-decoration: none;
}
#header dd#globalNav ul li a strong {
	visibility: hidden;
}
#header dd#globalNav ul li a#Work {
	background:url(../../../../images/template/nav/work.gif) no-repeat;
	width: 50px;
}
#header dd ul li a#Learning {
	background:url(../../../../images/template/nav/learning.gif) no-repeat;
	width: 82px;
}
#header dd ul li a#Life {
	background:url(../../../../images/template/nav/life.gif) no-repeat;
	width: 30px;
}
#header dd#fontsizer {
	position: absolute;
	top:40px;
	right:13.5em;
}
#header dd#fontsizer ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0 0.2em;
	font-weight: bold;
}
#header dd#fontsizer ul li a {
	color: #FFF;
	text-decoration: none;
}
#header dd#fontsizer ul li a:hover {
	text-decoration: underline;
}
#header dd#fontsizer ul li .Smalltext {
	font-size: 12px;
}
#header dd#fontsizer ul li .Mediumtext {
	font-size: 15px;
}
#header dd#fontsizer ul li .Largetext {
	font-size: 18px;
}
#header dd#search {
	position: absolute;
	right: 0px;
	top:40px;
}
#header dd#search label, #header dd#search img {
	display: none;
}
#header dd#search input#Template_Search_quickSearch {
	background: #e2e2e2;
	text-transform: uppercase;
	font-size: 1em;
	font-style: italic;
	margin-right: 21px;
	padding: 2px 1px;
	height: 1.1em!important;
	width: 10em!important;
	border: 1px solid #8c8c8c;
}
#header dd#search .Button {
	position: absolute;
	right: 0px;
	top:0px;
}
#header dd#search .Button img {
	display: block;
}
#header #cornerBoxes {
	width: 80px;
	height: 22px;
	background: url(../../../../images/template/corner-boxes.gif) no-repeat 0px -88px;
	position: absolute;
	right:0;
	top:65px;
}
#breadcrumbs {
	margin-left: 205px;
	margin-bottom: 1em;
	font-family:  "Century gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#FFF;
}
#breadcrumbs ul li {
	display: inline;
	padding: 0;
	margin-right: 2px;
	background: none;
}
#breadcrumbs ul li a {
	padding: 0 12px 0 0;
	background: url(../../../../images/template/bulletarrow.gif) no-repeat right 0.3em;
	text-decoration: none;
	color: #FFF;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}
#sideCol {
	font-family:  "Century gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	width:194px;
	margin-right: 10px;
	float:left;
	display: inline;
}
#sideCol a {
	text-decoration: none;
}
#sideCol a:hover {
	color:#FFF!important;
}
#sideCol dl {
	min-height: 135px;
}
#sideCol dt {
	font-size: 3.4em;
	margin-bottom: 0.3em;
}
#sideCol ul  {
	font-size: 1.3em;
}
#sideCol ul li  {
	margin: 0;
	padding: 0;
	background: none;
}
#sideCol ul ul   {
	font-size: 1em;
	padding-left: 34px;
}
#boxOut {
	background: #FFF;
	min-height: 195px;
	width: 195px;
	margin: 2em 0;
	color: #3a3a3a;
}
#content {
	width: 940px;
	padding-bottom: 3.5em;
}
#main, .col1, .col2  {
	background: #FFF;
	padding: 20px;
	min-height: 311px;
	float:left;display:inline;
}
#main {
	width:695px;	
}
#main.home  {
	min-height: inherit;
}
#main2col {
	float:left;
	width:735px;
}
.col1, .col2  {
	width: 320px;
}
.col1  {
	margin-right: 15px;
}
#col2 {
	margin: 0 11px;
}
#footer {
	border-top: 15px solid #FFF;
	padding: 1.2em 0;
	clear: both;
	font-family:  "Century gothic", Helvetica, Arial, sans-serif;
	text-align: center;
}
#footer ul li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	font-weight: bold;
	border-right: 1px solid #FFF;
	background: none;
}
#footer ul li a {
	text-decoration: none;
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: underline;
}

/*********************************************** 
			Classes for reuse
***********************************************/
.editArea {
	margin:2px;
	}
.Error {
	font-size: 1.3em;
	color: red;
	padding: 1em 0;
	}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.hide {
	display: none;
}
.column {
	width: 306px;
	float: left;
	font-weight: bold;
	font-family:  "Century gothic", Helvetica, Arial, sans-serif;
	margin-bottom: 3em;
}
.column p {
	color: #FFF;
	font-size: 1.4em;
}
.column ul {
	padding: 0;
	margin:0;
	font-size: 1.4em;
}
.column ul li {
	padding: 0;
	margin:0;
	background: none;
}
.column ul li a {
	text-decoration: none;
}
.column ul li a:hover {
	text-decoration: underline;
}
.cube {
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 0.6em;
	padding: 0;
}
.cube a {
	padding: 0 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	height: 306px;
}
.cube a:hover  {
	color: #3a3a3a!important;
	text-decoration: none;
}
.blue a {
	color: #2ed2f8;
}
.blue .cube {
	background-color: #2ed2f8;
	background-image: url(../../../../images/template/box_work.gif);
}
.green a {
	color: #00ff01;
}
.green .cube {
	background-color: #00ff01;
	background-image: url(../../../../images/template/box_learning.gif);
}
.orange a {
	color: #ff6600;
}
.orange .cube {
	background-color: #ff6600;
	background-image: url(../../../../images/template/box_life.gif);
}
.last {
	border: none!important;
}

/* Search */

.title {
	font-size:1.4em;
	padding:0.2em 0;
}
.description {
    font-size:1.1em;
	padding-bottom:1.2em;
}