@charset "UTF-8";
/* CSS Document */

html, body {
 width:100%;
 font-size:100%;
 background-color:#839299;
 }
 
* {
	margin:0px;
	padding:0px;
	}
a {
	outline: none;
}
	
#headerWrapper {
	width:100%;
	height:169px;
	background-color:#4c4c4c;
	padding:19px 0px 0px 0px;
	position: relative;
	
	}
	
#header {
	/*to move headline up, down, left add to padding and subtract from either width or height. first # in padding is top last number is left*/
	/*total height is 188px total width is 990px*/
	width:990px;
	height:169px;
	background: #FFFFFF url(../images/foundationLogo_Top.png) no-repeat 20px top;
	margin: 0px auto;
	}
	
#header h1 {
	display:none;
	}
/*-----------------------------------------------------end header styles*-----------------------------------------------------*/
#bodyWrapper {
	width:990px;
	min-height:600px;
  	height:auto !important;
  	height:600px;
	margin:0px auto;
	position: relative;
	background:#cfdee5;
	}
		
#lCol {
	width:170px;
	padding:25px 0px 0px 10px;
	background:#cfdee5 url(../images/logoBottom.png) 20px top no-repeat;
	float:left;
	clear:left;
	position:relative;
	}

#nav {
	width:160px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	float:left;
	margin-bottom:10px;
	padding:10px 0px;
}	

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 150px;
}
	
#nav li { /* all list items */
	font:14px Arial, Helvetica, sans-serif;
	color:#039;
	position : relative;
	float : left;
	height:20px;
	width: 160px;
}
	

	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	width:160px;
	margin-top : -1.35em;
	border:1px solid #000000;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	font:14px Arial, Helvetica, sans-serif;
	color:#009;
	width: 150px;
	display : block;
	text-decoration : none;
	background-color : white;
	padding:2px 5px;
}
	
#nav li a:hover {
	color : white;
	background-color : #839299;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#infoBox {
	width:160px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	float:left;
	clear: left;
	margin-bottom:10px;
	padding:10px 0px;
}

#infoBox h3 {
	color: #333333;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	border-bottom: 1px solid #333333;
	margin: 0px 5px 5px 5px;
}

#infoBox p {
	color: #333333;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px 5px 5px 5px;
	width: 150px;
	display: block;
}

a.learnMore {
	color: #0066CC;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px 0px 10px 0px;
	text-decoration: underline;
	width: 150px;
	display: block;
	padding: 2px 5px;
}

a.learnMore:hover {
	color: #FFFFFF;
	background-color: #839299;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
/*-----------------------right column main content here----------------------*/	
#rCol {
	/*width total plus padding is 800px*/
	width: 790px;
	float:right;
	clear:right;
	background-color:#cfdee5;
	padding:25px 10px 0px 10px;
}

#content {
	width: 750px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	float:left;
	padding: 20px;
}

#content table {
	width:95%;
	height:100%;
	vertical-align: top;
}

#content table tr td {
	vertical-align:top;
}

/*this is photo and caption*/
#content table tr td span {
	margin:0px 10px 0px 0px;
	float:left;
	display:block;
}

#content table tr td span img {
	border:1px solid #000;
}

#content table tr td span p {
	font:bold 10px Verdana, Geneva, sans-serif;
	color:#39F;
	background:#FFF;
	padding:3px;
	}


#content table tr td span.right {
	margin:0px 0px 0px 10px;
	float:right;
	display:block;
}

#content table tr td span.right img {
	border:1px solid #000000;
}

#content table tr td span.right p {
	color:#03C;
	background:#FFF;
	padding:3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}


/*end photo and caption*/

#content table tr td h2 {
	color:# 333;
	margin:0px 0px 5px 0px;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #333;
}

#content table tr td h3 {
	font: bold 18px;
	color:#333;
	margin:0px 0px 5px 0px;
	font-family: Verdana, Geneva, sans-serif;
}


#content table tr td p {
	color: #000;
	line-height:20px;
	font-family: Verdana, Geneva, sans-serif;	/*margin:0px 0px 5px 0px;*/
	font-size: 14px;
}
#content table tr td p.normalText {
	color: #000;
	line-height:18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	/*margin:0px 0px 5px 0px;*/
}

#content table tr td p.largeText {
	color: # 333;
	line-height:inherit;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;	/*margin:0px 0px 5px 0px;*/
}


	
#footer {
	width:990px;
	height:50px;
	float:left;
	clear:left;
	background-color:#cfdee5;
}
	
#footer p {
	font:12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	margin:10px 0px 0px 0px;
}
.mainTable {
	font-family: Verdana, Geneva, sans-serif;
	color: #4C4C4C;
}

/*-------------------------------------------------form area------------------------------------*/
.formHeader {
	width: 750px;
	margin: 0px 0px 10px 0px;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#form {
	width: 750px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#form li {
	width: 740px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	float: left;
	clear: left;
	color: #000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p.legalHead {
	width: 740px;
	margin: 15px 0px 5px 10px;
	padding: 0px;
	float: left;
	clear: left;
	color: #000;
	font: bold 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

p.legal {
	width: 740px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	float: left;
	clear: left;
	color: #000;
	font:10px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#form li label {
	color: #839299;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 300px;
	margin: 0px 15px 0px 0px;
	display: block;
	float: left;
	padding: 5px 0px 0px 0px;
}

ul#form li label.short {
	color: #03C;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 200px;
	margin: 0px 15px 0px 0px;
	display: block;
	float: left;
	padding: 5px 0px 0px 0px;
}

ul#form li input.textField {
	width:300px;
	height:20px;
	border: 1px solid #999;
	background-color:#CCC;
	margin:0px  0px 10px 0px;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: right;
}

ul#form li input.textFieldShort {
	width:200px;
	height:20px;
	border: 1px solid #999;
	background-color:#CCC;
	margin:0px  0px 10px 0px;
	color: #000;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	clear: right;
}

ul#form li select {
	width:300px;
	height:20px;
	border: 1px solid #999;
	background-color:#CCC;
	margin:0px  0px 10px 0px;
}

ul#form li select.short {
	width:200px;
	height:20px;
	border: 1px solid #999;
	background-color:#CCC;
	margin:0px  0px 10px 0px;
}

ul#form li span.radioText {
	width: 25px;
	margin: 0px 15px 0px 0px;
	float: left;
	clear: right;
	color: #000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#form li input.radio {
	margin:0px 2px 0px 0px;
	float: left;
	clear: right;
}

ul#form li textarea {
	width:300px;
	height:200px;
	border:1px solid #999;
	background-color:#CCC;
}
#submitButton {
	height:40px;
	margin: 0px;
	padding: 0px 10px;
	background: #cfdee5 url(../images/submitBG.jpg) repeat-x;
	border:1px solid #241E20;
	color:#CD2027;
	font:14px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

#submitButton:hover {
	background: #5b98ab url(../images/submitBG_Hover.jpg) repeat-x;
	border:1px solid #241E20;
	color:#CD2027;
	cursor: pointer;
}


/*-------------------------------------validation styels---------------------------------*/

.error {
	border: 1px solid #000;	background-color: silver;	width: 641px;
	padding: 10px;
	margin: 1px auto 10px auto;
	color: black;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.error ul {
	list-style: none;
}

.notify { 	
	border: 1px solid #000;	background-color: #FFFFFF;	width: 661px;
	padding: 10px;
	margin: 0px auto 10px auto;
	color: #970000;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

.notify ul{
	list-style: none;
}
/*-------------------------------------payment page styles---------------------------------*/

h3 {
	color: #FFFFFF;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

table.info_paytype_wrapper_table tr td{
	color: #FFFFFF;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.paytype_table tr td {
	color: #FFFFFF;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
table.billing_table tr td {
	color: #FFFFFF;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

table.shipping_table tr td {
	color: #FFFFFF;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
table.misc_table tr td {
	color: #FFFFFF;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/*----------------CC styles-----------------------*/

#oneColumn {
	width: 790px;
	padding: 25px 100px;
	float: left;
	background: #cfdee5 url(../images/logoBottom.png) no-repeat 20px top;
}#bodyWrapper #rCol #content table tr td p {
	padding-right: 5px;
	padding-left: 5px;
}
#bodyWrapper #rCol #content table tr td p strong u {
	color: #F00;
}
#bodyWrapper #rCol #content table tr td p u strong {
	color: #6CF;
}
#bodyWrapper #rCol #content table tr td p u strong {
	color: #00F;
}
#bodyWrapper #rCol #content table tr td p strong img {
	margin-right: 3px;
	margin-left: 3px;
}
