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

/* RESET */

body {
	margin: 0 auto;
	padding: 0;
	background: #AAA url(../images/background/backgroundTop.png) repeat-x;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	/*font-size: 9pt;*/
	font-size: 10pt;
	color: #000;
	text-align: center;
}

img { border: none; }

a { outline: none; text-decoration: none; color: #8A0A07; }

ul, li { margin: 0; padding: 0; list-style: none; }

h1, h2, h3 { margin: 0 0 10px; padding: 0; font-size: 11pt; font-weight: bold; color: #333; }

p { margin: 0 0 10px; padding: 0; /*line-height: 15pt;*/ line-height: 15pt; }

/* END OF RESET */


/* HEADER - LOGO */

div#header {
	margin: 0 auto;
	padding: 0;
	background: url(../images/background/backgroundHeader.png) no-repeat;
	width: 950px;
	height: 80px;
	clear: both;
}

div#logo {
	margin: 10px 20px;
	float: left;
}

div#logo a {
	display: block;
	width: 250px;
	height: 60px;
}

/* END OF HEADER - LOGO */

/* MAIN MENU - SUBMENU */

div#menu {
	margin: 0 auto;
	padding: 10px 0 0;
	background: #FFF url(../images/background/backgroundMainMenu.png) no-repeat;
	width: 950px;
	height: 50px;	
	text-align: left;
	clear: both;
}

div#mainMenu {
	height: 22px;
}

div#mainMenu ul {
	margin: 0 20px;
}

div#mainMenu li {
	display: inline;
	margin-right: 30px;
	/*padding-top: 10px;*/
}

div.subMenu {
	height: 26px;
	/*margin: 2px;*/
	background: #ECECEC;
}

div.subMenu div {
	/*display: inline;*/
	/*float:left;*/
	margin: 0 20px 0 10px;
	padding-top:6px;
	/*margin-right: 30px;*/
}

div.subMenu div div {
	display: inline;
}


div#mainMenu a {
	font-size: 10pt;
	font-weight: bold;
	color: #444;
}

div.subMenu a {
	color: #666;
}

div#mainMenu a:hover, div.subMenu a:hover {
	color: #8A0A07;
}

div#mainMenu .selected, div.subMenu .selected {
	color: #8A0A07;
	font-weight:bold;
}

/* END MAIN MENU - SUBMENU */

/* CONTENT BODY */

div#content {
	margin: 0 auto;
	padding: 10px 0 0;
	background: #FFF;
	text-align: left;
	width: 950px;
	clear: both;
}

div#content a:hover { border-bottom: #8A0A07 dotted 1px; }

	/* Home */
	
div#homeCopy, div#contentCopy {
	padding: 0 0 22px 20px;
	clear: both;
}

div#homeCopy ul {
	margin:0 0 15px 0;
}

div#homeCopy li {
	margin-left:30px;
	list-style: disc outside;
	line-height:20px;
}



/*
div#homeCopy h1, div#homeCopy p, div#contentCopy h1, div#contentCopy div {
	width: 460px;
	text-align: justify;
	float: left;
}

div#homeCopy p, div#contentCopy div {
	text-align:left;
}
*/

div#homeCopy h1, div#homeCopy div, div#contentCopy h1, div#contentCopy div {
	width: 460px;
	text-align: justify;
	float: left;
}

div#homeCopy div, div#contentCopy div {
	text-align:left;
}

div#homeCopy img, div#contentCopy img {
	float: right;
}

div#contentCopy table  { float: left; }

div#contentCopy label { text-align: right; }

div#homeOverview {
	padding: 37px 0 20px 20px;
	background: url(../images/background/backgroundBottom.png) no-repeat;
	clear: both;
}

div#homeOverview h2 {
	font-weight: normal;
}

div#homeOverview ul {
	background: #CBCBCB;
	width: 910px;
	/*height: 165px;*/
	/*height:170px;*/
	height:200px;
}

div#homeOverview li {
	display: block;
	padding: 15px;
	width: 196px;
	/*height: 120px;*/
	/*height:135px;*/
	height:165px;
	float: left;
}

div#homeOverview li.border {	
	border-right: #FFF dotted 2px;
}

div#homeOverview p {
	font-size:9pt;
	line-height:14pt;
	padding-top:8px;
	height:70px;
}


/*div#homeOverview div.readMore { */
div#homeOverview a {
	display: block;
	height:15px;
	/*padding-top:10px;*/
	padding-top:40px;
}


div#homeOverview h3 { font-size: 10pt; font-weight: bold; height:20px; }

div#homeOverview a { color: #8A0A07; float: right; }

	/* End of Home */
	
div#contentBottomBar {
	background: url(../images/background/backgroundBottom.png) no-repeat;
	width: 950px;
	height: 22px;
	clear: both;
}

div#contentCopy li {
	margin-left:30px;
	list-style: disc outside;
	line-height:20px;
}

/*h1, h2, h3 { margin: 0 0 10px; padding: 0; font-size: 11pt; font-weight: bold; color: #333; }*/

div#contentCopy form h3 {
	font-size: 10pt;
	font-weight:normal;
	margin: 10px 0 4px 0;
}

div#contentCopy form h2 {
	font-size: 10pt;
	margin: 20px 0 5px 0;
}

form {
	margin: 0 0 20px 0;
}

div#contentCopy .payByCredit, div#contentCopy .payByCheck { 
	font-size:15px;
}


div#contentCopy .payByCheck {
	margin-left:100px;
}

div#contentCopy ul { margin: 0 0 10px; }

/* END OF CONTENT BODY */

/* FOOTER */

div#footer {
	margin: 0 auto;	
	padding: 20px 10px 10px;
	background: #AAA url(../images/background/backgoundFooter.png) no-repeat;
	width: 930px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	clear: both;
}

div#footer li {
	display: inline;
	margin: 15px 10px;
}

div#footer p {
	margin: 10px 0 0;
	font-size: 8pt;
	text-align: right;
}

div#footer a { color: #333; }

div#footer a:hover {
	color: #8A0A07;
}

/* END OF FOOTER */

/* MISC CLASSES */

div.clear { clear: both; }

.goodText {
	color:#006600;
	/*font-size:11px;*/
}

.errorText {
	color:#FF0000;
	/*font-size:11px;*/
}

.verticalSpacer {
	margin-top:15px;
}

.alignRight { text-align: right; }

#contactFormTable td { vertical-align:top; }

.thankYouText {
	line-height:24pt;
	font-weight:bold;
	font-size:11pt;
}

div#paypal  {
	width:150px;
	margin-left:130px;
	margin-bottom:25px;
} 

div#paypal img  {
	float:none;
}