﻿html{ overflow:scroll; }

body { font-size: 13px; }

h1 {
	color: #3d5360;
	font-size:190%;
	margin: 15px 25px;
	display: inline;
}
h2 { 
	color: #3d5360; 
	font-size:160%; 
	margin: 15px 25px;
}

h3 { 
	color: #3d5360; 
	font-size:160%; 
	margin: 15px 25px;
}

h4 { 
	color: #3d5360; 
	font-size:140%; 
	margin: 15px 25px;
}

#Banner h1 { 
	color: #FEFEFC; 
	padding: 30px 24px 100px 24px;
	margin:0px;
}
#Banner h2 { 
	color: #FEFEFC; 
	padding: 5px 24px 0px 24px;
	font-weight:normal;
	margin:0px;
}

p { 
	margin: 13px 25px;
	line-height:130%;
}

body {
	background-color: #fff;
	color: #3d5360;
	font-family:Arial, verdana, Sans-Serif;
	margin:0px;
	padding:0px 0px 40px 0px;
}

a { color:#333333; }
a:visited { color:#555555; }
a:hover { color: #738b41; }

label { margin-right:6px; }
img { border:none; }


hr { border: 1px solid #8CC63F; }

#PageContainer {
	width:902px;
	margin: 0px auto 10px auto;
}

#Header {
	height:98px;
	width:902px;
	margin:0px 0px 0px 0px;
	padding: 0px;
}

#Logo
{
	position:absolute;
	margin-left: 25px;
	padding:0px;
	left: 155px;
	top: 12px;
}

#HeaderRight
{
	margin-right:11px;
}

#CloseWindowLinkContainer
{
	text-align: right;
	margin-left: auto;
	width: 379px;
	height: 98px;
	overflow:hidden;
	background: url('images/WatermarkCorner.gif') bottom left no-repeat;
}

#CloseWindowLinkContainer .Content
{
	padding-top:10px;
}

/* Blue Area  */

#BlueHeader
{
	text-align: left;
	margin-left: auto;
	background: #519BCC url('images/TopBlueAreaBackground.gif') top center no-repeat;
	width: 346px;
	height: 35px;
	overflow:hidden;
}

#BlueHeader .Content
{
	margin: 6px 13px 0px 13px;
}

#HeaderLinks
{
	display:inline;
	padding:0px;
}

#HeaderSearch
{
	display:inline;
	padding:0px;
	margin-left:15px;
}

#HeaderLinks input {
	margin-left:0px;
	margin-top:3px;
}

#HeaderSearch input {
	border: solid 1px white;
	background-color: white;
	height:19px;
	margin: 0px;
	vertical-align:top;
	margin-left:0px;
}

#HeaderSearch .SearchButton
{
	margin:0px 0px 0px 1px;
	padding:0px;
	height:23px;
}

/* Navigation */

#Navigation
{
	font-size:150%;
	text-align:center;
	margin-left: auto;
	margin-top: 66px;
	background: #77B02B url('images/Nav.gif') top center no-repeat;
	width:379px;
	height:37px;
	font-weight:bold;
	color:white;
}

#Navigation .NavItemContainer
{
	padding-top:8px;
}

#Navigation a
{
	font-weight:normal;
	color:#CBF593;
	text-decoration:none;
	padding: 0px 14px;
}

#Navigation a:hover
{
	color:#eee;
}

#Navigation a.Current
{
	color:#fff;
}

#Banner {
        padding: 30px 24px 100px 24px;
}


#Main
{
	margin:0px;
	padding:0px;
}

#Footer {
	margin-top:15px;
	background: #77B02B url('images/Footer.gif') top center no-repeat;
	height:25px;
	text-align:center;
	clear:both;
	color:white;
	font-size:95%;
}

#Footer .Content{
	padding-top:4px;
}

#Footer a {
	color:white; 
	margin: 0px 3px;
}
#Footer a:hover { color: #9cc60c; }


/*  Tables */

table.Table th
{
	white-space: nowrap;
	background: #AACEE6;
	padding: 4px;
}

table.Table td
{
	background: #E4F0F8;
	padding: 4px;
}

.CartTable { width:100%; }

.CartTable tr.HeaderRow
{
	background: #3581B3 url('images/TableHeaderMid.gif') top left repeat-x;
}

.CartTable tr th .Content{
	margin:0px;
}

.CartTable tr.HeaderRow th.FirstCell
{
	padding:0px;
	vertical-align:top;
	width:100%;
}

.CartTable tr.HeaderRow th.FirstCell .Content
{
	background: transparent url('images/TableHeaderLeft.gif') top left no-repeat;
	margin:0px;
	padding:4px;
}

.CartTable tr.HeaderRow th.LastCell
{
	padding:0px;
	vertical-align:top;
}

.CartTable tr.HeaderRow th.LastCell .Content
{
	background: transparent url('images/TableHeaderRight.gif') top right no-repeat;
	margin:0px;
	padding:4px;
}

.CartTable .RemoveCol
{
	width: 3.5em;
	text-align:right;
}

.CartTable .FooterRow .RemoveCol
{
	width: auto; 
}

.CartTable .FooterRow .Content
{
	margin:0px;
}

.CartTable tr td
{
	padding: 4px;
}

.CartTable tr.alt td
{
	background-color:#ededed;
}

.CartTable th
{
	text-align:left;
	color:#fff;
	font-size:150%;
	padding: 4px;
}

.CartTable th a, .CartTable th a:visited, .CartTable th a:hover
{
	color:#fff;
	background-color: #3581B3;
}

.CartTable th img
{
	padding: 0px 4px;
	vertical-align: middle;
}

.CartTable .PriceCol
{
	text-align:right;
	margin:0px;
	padding:4px;
	white-space:nowrap;
}

.CartTable tr.FooterRow 
{
	background: #3581B3 url('images/TableFooterMid.gif') left bottom repeat-x;
	color:#fff;
	font-size:120%;
	font-weight:bold;
}
.CartTable tr.FooterRow td
{
	background-color:Transparent;
}

.CartTable .FooterRow td.FirstCell 
{
	padding:0px;
	vertical-align:bottom;
}

.CartTable .FooterRow td.FirstCell .Content
{
	background: transparent url('images/TableFooterLeft.gif') left bottom no-repeat;
	margin:0px;
	padding:4px;
}

.CartTable .FooterRow td.LastCell 
{
	padding:0px;
	vertical-align:bottom;
	text-align:right;
}

.CartTable .FooterRow td.LastCell .Content
{
	background: transparent url('images/TableFooterRight.gif') right bottom no-repeat;
	margin:0px;
	padding:4px;
}

.CartTable tr.FooterRow a, .CartTable tr.FooterRow a:hover, .CartTable tr.FooterRow a:visited
{
	color:White;
}

.CartTable tr.SubTotalRow
{
	background: #3581B3 url('images/TableFooterMid.gif') left bottom repeat-x;
	color:White;
	font-size:120%;
	font-weight:bold;
}

.CartTable tr.DiscountRow td
{
	color:#3D5360;
	font-size:120%;
	font-weight:bold;
}

.CartTable tr.TeamRow
{
	background: #2F719D;
	color: #FFFFFF;
	font-weight:bold;
} 

/* Forms */

fieldset.FormSection
{
	border:none;
	margin:20px 24px 0px 24px;
	padding:0px;
}

fieldset.FormSection legend
{
	padding: 0px;
	margin-bottom: 10px;
	font-weight:bold;
	color: #3d5360;
	font-size:160%;
}

fieldset.FormSection .FormRow
{
	margin:2px 0px;
}

fieldset.FormSection .FormButtonRow
{
	margin:8px 0px 2px 0px;
}

fieldset .FormLabel
{
	float:left;
	width:12em;
	text-align:right;
	margin-top:4px;
	margin-right:6px;
	display:block;
}

fieldset .Notes
{
	font-size:95%;
}

fieldset p
{
	margin: 10px 0px 10px 0px;
}

/* Errors and Validation */

div.ValidationErrors
{
	border: Maroon 2px solid;
	color: Maroon;
	margin: 0px 5px 20px 40px;
	width:30em;
	padding: 0px;
}

div.ValidationErrors p, fieldset div.ValidationErrors p
{
	margin: 3px 15px;
}

div.ValidationErrors .Title
{
	margin:0px;
	background-color: Maroon;
	color: #ffffef;
	font-size: 130%;
	font-weight:bold;
	padding: 5px;
}

.ErrorMessage
{
	margin: 5px 10px;
	background-color: Maroon;
	color: #ffffef;
	font-size: 130%;
	padding:5px;
}

.ErrorMessage a
{
	color:#ffffef;
}

.Message
{
	margin: 5px 10px;
	background: #77B02B;
	color: White;
	font-size: 120%;
	padding:5px;
}

/* Layout */

.BodyContentWithSideBar
{
	width: 597px;
	margin: 15px 15px 15px 0px;
	padding: 0px;
}

.BodyContentWithSideBar .Content
{
	margin: 0px 15px 0px 25px;
}

.BodyContentWithSideBar h1 { 
	margin-left: 0px;
	margin-right: 0px;
}

.BodyContentWithSideBar h2 { 
	margin-left: 0px;
	margin-right: 0px;
}

.BodyContentWithSideBar h3 { 
	margin-left: 0px;
	margin-right: 0px;
}

.BodyContentWithSideBar h4 { 
	margin-left: 0px;
	margin-right: 0px;
}

.BodyContentWithSideBar p { 
	margin-left: 0px;
	margin-right: 0px;
}

.BodyContentWithSideBar ul
{
	margin: 6px 0px 3px 0px;
	padding-left:18px;
}

.BodyContentWithSideBar li
{
	margin-bottom: 5px;
	list-style-image: url('images/BulletBlueOnWhiteSmall.gif');
}

.SideBarRight
{
	float: right;
	width: 291px;
	margin-bottom:20px;
}

/* Sidebar panels */

.SideBarRight ul
{
	margin: 6px 0px 3px 0px;
	padding-left:18px;
}

.SideBarRight li
{
	margin-bottom: 5px;
}

.BlueSideBarPanel
{
	background:#519BCC url('images/BlueSidePanelTop.gif') top center no-repeat;
	color:white;
	padding: 0px;
}
.BlueSideBarPanel .Content
{
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 18px 25px 7px 25px;
}

.BlueSideBarPanel .Footer
{
	height: 9px;
	background: transparent url('images/BlueSidePanelBottom.gif') bottom center no-repeat;
	margin-bottom: 15px;
	margin-top:0px;
	padding:0px;
}

.BlueSideBarPanel h3
{
	color:white;
	padding: 0px;
	margin: 0px;
}

.BlueSideBarPanel p
{
	font-size:120%;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.BlueSideBarPanel dl
{
	margin: 0px;
}

.BlueSideBarPanel dt
{
	font-size:110%;
	margin-right: 5px;
	float:left;
}

.BlueSideBarPanel dd
{
	margin:2px;
}

.BlueSideBarPanel li
{
	list-style-image: url('images/BulletBlueOnBlue.gif');
}

.BlueSideBarPanel a
{
	color:White;
}

.CreamSideBarPanel
{
	color:#3d5362;
	padding: 9px 0px 0px 0px;
	background:#FFFADC url('images/CreamSideBarPanelTop.gif') top center no-repeat;
	margin-top: 15px;
}

.CreamSideBarPanel .Content
{
	
	margin-bottom: 0px;
	padding: 6px 25px 7px 25px;
	border-left: 1px solid #F4E1B2;
	border-right: 1px solid #F4E1B2;
}

.CreamSideBarPanel .Footer
{
	height: 8px;
	background: transparent url('images/CreamSideBarPanelBottom.gif') bottom center no-repeat;
	margin-bottom: 15px;
	margin-top:0px;
	padding:0px;
}

.CreamSideBarPanel h3
{
	color:#3d5362;
	padding: 0px;
	margin: 0px;
}

.CreamSideBarPanel p
{
	padding: 0px;
	margin-left: 0px ;
	margin-right: 0px ;
}

.CreamSideBarPanel li
{
	list-style-image: url('images/BulletGreenOnCream.gif');
}

.WhiteSideBarPanel
{
	color:#3d5362;
	padding: 9px 0px 0px 0px;
	background:#fff url('images/WhiteSideBarPanelTop.gif') top center no-repeat;
	margin-top: 15px;
}

.WhiteSideBarPanel .Content
{
	margin-bottom: 0px;
	padding: 10px 20px 7px 20px;
	border-left: 1px solid #D2E3F4;
	border-right: 1px solid #D2E3F4;
}

.WhiteSideBarPanel .Footer
{
	height: 8px;
	background: transparent url('images/WhiteSideBarPanelBottom.gif') bottom center no-repeat;
	margin-bottom: 15px;
	margin-top:0px;
	padding:0px;
}

.WhiteSideBarPanel h3
{
	color:#3d5362;
	padding: 0px;
	margin: 0px;
}

.WhiteSideBarPanel p
{
	padding: 0px;
	margin-left: 0px ;
	margin-right: 0px ;
}

.WhiteSideBarPanel li
{
	list-style-image: url('images/BulletBlueOnWhite.gif');
}

.ClearSideBarPanel
{
	padding: 9px 0px 0px 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Controls */

.BigButtonBig
{
	margin: 0px 0px 0px 0px;
	background: #F49507 url('images/BigButtonBigAll.gif') 0px -140px no-repeat;
	color: white;
	height:140px;
	width:902px;
	border: none;
	cursor:pointer;
}

.BigButtonBig .Content
{
	background: url('images/BigButtonBigAll.gif') left top no-repeat;
	margin:0px;
	height:140px;
	width:902px;
}

.BigButtonBig:hover
{
}

.BigButtonBig .ImageContainer
{
	float:right;
	margin:0px;
	width:69px;
	height:68px;
	text-align:right;
}

.BigButtonBig .ImageContainer img
{
	border: 0px;
	margin: 8px 8px 0px 0px;
}

.BigButtonBig .TextContainer
{
	margin:0px 10px;
}

.BigButtonBig .TextContainer img
{
	margin-left:6px;
}

.BigButtonBig a, .BigButtonBig a:visited
{
	color:white;
	font-size:160%;
}

.BigButtonBig span
{
	display:block;
	margin-top:8px;
}

.BigButton
{
	margin: 0px 0px 0px 0px;
	background: #F49507 url('images/BigButtonAll.gif') 0px -140px no-repeat;
	color: white;
	height:140px;
	width:291px;
	border: none;
	cursor:pointer;
}

.BigButton .Content
{
	background: url('images/BigButtonAll.gif') left top no-repeat;
	margin:0px;
	height:140px;
	width:291px;
}

.BigButton:hover
{
}

.BigButton .ImageContainer
{
	float:right;
	margin:0px;
	width:69px;
	height:68px;
	text-align:right;
}

.BigButton .ImageContainer img
{
	border: 0px;
	margin: 8px 8px 0px 0px;
}

.BigButton .TextContainer
{
	margin:20px 24px;
}

.BigButton .TextContainer img
{
	margin-left:6px;
}

.BigButton a, .BigButton a:visited
{
	color:white;
	font-size:160%;
}

.BigButton span
{
	display:block;
	margin-top:8px;
}

.MidButton
{
	margin: 0px 0px 0px 0px;
	background: url('images/MidOrangeButtonBackground.gif') left top no-repeat;
	color: white;
	height:100px;
	width:291px;
	border: none;
	font-size:120%;
	text-align:left;
}

.TextBoxSmall
{
	width: 140px;
	height:17px;
}

.TextBox
{
	width: 200px;
	height:17px;
}

.Watermark
{
	font-style:italic;
	color:#aaa;
}

select
{
	height:21px;
}

#LicensePage h2  
{
	margin-top: 30px;
}
