/*================================================================================
				TITLE:	Default Style Sheet
		   CLIENT:	ExecuTrain
  TARGET SPEC:	CSS-2
		 MODIFIED:	2006.06.23
			 AUTHOR:	Graham Wheeler / NetMediaOne - www.netmediaone.com
==================================================================================*/

a { color: #06d; text-decoration: underline; cursor: pointer; }
a:hover { color: #06d; text-decoration: none; cursor: pointer; }

html, body, table, td, div, img, form, iframe { padding: 0px; margin: 0px; border: 0px; }

body { background: #fff; min-width: 760px; }
body, table { color: #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height: 1.81; }

td { vertical-align: top; }

sup { font: normal 8px Verdana, Arial, Helvetica, sans-serif; }

h1 {
	font: bold 17px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 25px 0px;
	color: #058;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.42;
	color: #058;
}

h3 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #333;
}

h4 {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #c00;
}

ul { 
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: square outside;
	line-height: 1.81;
}

ul li { margin: 0px; padding: 0px 0px 0px 0px; }
ul li:first-child { border-top: 0px; }
ul a { text-decoration: none; color: #03c; }
ul a:hover { text-decoration: underline; }
ul a.Active { font-weight: bold; }

ul.Bullet1, ul.Bullet2, ul.Bullet3 {
	list-style: none;
	margin: 0px;
}

ul.Bullet1 > li {
	background: url("images/bullet1.gif") no-repeat left 8px;
	padding-left: 12px;
}
ul.Bullet2 > li {
	background: url("images/bullet2.gif") no-repeat left 8px;
	padding-left: 14px;
}
ul.Bullet3 > li {
	background: url("images/bullet3.gif") no-repeat left 4px;
	padding-left: 9px;
	font-weight: bold;
}

p { margin: 15px 0px 0px 0px; }
h1 + p, h2 + p, h3 + p, h4 + p, p:first-child { margin-top: 0px; padding-top: 0px; }
h1:first-child, h2:first-child { margin-top: 0px; padding-top: 0px; }
li:first-child { margin-top: 0px; }
p + h1, p + h2, p + h3, p + h4, ul + h1, ul + h2, ul + h3, ul + h4, ol + h1, ol + h2, ol + h3, ol + h4 { margin-top: 30px; }

.BorderedPicLeft, .PicLeft { float: left; margin: 5px 10px 10px 0px; position: relative; }
.BorderedPicRight, .PicRight { float: right; margin: 5px 0px 10px 10px; position: relative; }
.BorderedPicLeft, .BorderedPicRight, .BorderedPicCenter { border: 5px solid #fff; }
.Tight { margin: 2px; }
.Indented { margin-left: 10px; }

.Sep {
	clear: both;
	border-top: 1px solid #ccb;
	padding-top: 10px;
	margin-top: 10px;
}
.SpacerBlock {
	display: none;
}

.ClearingBlock {
	clear: both;
	font-size: 1px;
	line-height: 1;	
}

.ClearedBlock {
	overflow: auto;
	margin: 10px 0px 30px 0px;
}


/*-----------------------------------------------
						MAIN LAYOUT SECTIONS
-----------------------------------------------*/
#layoutWrapper { 
	width: 760px;
	margin: 0px auto 0px auto;
}

#topSection {
	padding: 16px 0px 14px 0px;
}
#topSection ul {
	display: inline;
	float: right;
	font-size: 10px;
	line-height: 1;
}
#topSection li { display: inline; margin-left: 20px; }

#navSection {
	height: 40px;
}
#navSection a {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;	
}
a#navHome { margin: 0px; }

#navSection a img {
	display: block;
	padding: 0px;
	margin: 0px;
}

#bannerSection {
	height: 58px;
	border: 1px solid #ddc;
}
#bannerSection ul {
	width: 160px;
	display: inline;
	float: right;
	margin-top: 38px;
	padding: 0px 30px 0px 30px;
	border-left: 1px solid #ddc;
}
#bannerTitle {
	display: block;
}
.LayoutHome #bannerSection {
	height: 218px;
	background: url("images/banner_home2.gif") no-repeat;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}

#bannerSection img {
	display: block;
}

#contentSection {
	padding: 10px 0px 20px 0px;
	overflow: auto;
}
.LayoutSub2 iframe { width: 758px; height: 480px; border: 1px solid #ddd; }

table#columnWrapper { width: 100%; }
td.Sep { width: 10px; border: 0px; }

#column1, #column2, #column3 {
	width: 160px;
	padding: 30px;
	position: relative;
}

.LayoutHome #column1 { background: #eed; width: 240px; }
.LayoutHome #column2 { background: #dee; }
.LayoutHome #column3 { background: #dea; }

.LayoutSub1 #column1 { background: #dee; }
.LayoutSub1 #column2 { background: #eed; width: 470px; }

.LayoutSub2 #column1 { background: #eed; width: 700px; }

#footerSection {
	padding: 0px 0px 50px 0px;
	font: normal 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	color: #606060;
	text-align: center;
}

.RequiredField { color: #c00; font-weight: bold; }
.FormFieldList li {
	background: none;
	text-align: right;
}

.FormFieldList input {
	margin-left: 10px;
}
select { font: normal 11px Verdana, Arial, Helvetica, sans-serif; margin-left: 10px; }
label {
	font-weight: bold;
	margin-right: 10px;
}
fieldset { border: 1px solid #333; padding: 20px; }
legend {
	font: bold 17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
#contactForm { background: #fcfcfc; padding: 10px; width: 320px; border: 1px solid #ed7; }
.TextBox, textarea { border: 1px solid #333; background: #fff; }

#signupForm input {
	margin: 10px auto 0px auto;
	display: block;
}
#signupForm #txtEmail {
	border: 1px solid #058;
	padding: 2px;
	font-size: 10px;
	width: 154px;
}
