/*	Site developed by Corporate Communications, Inc.
	http://www.corporatecomm.com/	
*/

html,body {
	position: relative; top: 0px; left: 0px;
	display: block; width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	min-width: 100%; max-width: 100%;
	min-height: 100%; max-height: 100%;
	background: none;
	background-color: #cfcca4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body { }

/* GLOBAL STYLES AND CLASSES */
a { color: #1b3a70; text-decoration: none; }
a:hover { text-decoration: underline; }
p { text-align: left; margin: 10px 0px; line-height: 20px; }
div.clear { clear: both; display: block; height: 1px; line-height: 1px; font-size: 1px; }
ul.bulleted {
	margin: 20px 30px 20px 30px;
}

ul.bulleted li {
	padding-left: 5px;
	margin: 4px 0px 4px 0px;
	list-style-type: square;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #645943;
	text-align: left;
	border-bottom: 1px dotted #645943;
	margin-top: 8px;
	padding: 0px;
	width: 100%;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	color: #645943;
	text-align: left;
	padding: 10px 0px 4px 0px;
	margin: 0px;	
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	color: #645943;
	text-align: left;
	padding: 16px 0px 0px 0px;
	margin: 0px;	
}

#wrapper {
	position: relative; top: 0px; left: 0px;
	display: block; width: 1024px; height: auto;
	margin: 0px auto; padding: 0px;
	background-image: url(../images/background.jpg);
}

/* CONTENT */
#container { }
#center_column {
	position: relative; top: 0px; left: 0px;
	display: block; width: 728px; height: auto;
	margin: 0px 0px 0px 276px; padding: 10px 0px 10px 0px;
}
#center_column #partnership {
	position: relative; top: 0px; left: 0px;
	display: block; width: 100%; height: auto;
	margin: 10px 0px; padding: 0px;
	border: none;
	border-top: 1px dotted #7D7D5B;
	clear: both;
	text-align: center;
}
.caption {
	color: #715e43;
	font-size: 11px;
}
.enlarge {
	color: #1b3a70;
	font-size: 11px;
}

/* LEFT COLUMN (MENU) */
#left_column {
	position: relative; top: 0px; left: 0px;
	display: block; width: 271px; height: auto;
	margin: 10px 0px 0px 0px; padding: 0px;
	float: left;
}
#left_column #navigation {
	position: relative; top: 0px; left: 0px;
	display: block; width: 245px; 
	margin: 0px 0px 0px 20px; padding: 0px;
	background: none;
	background-color: #1E3869;
	background-image: url('../images/nav_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
#left_column #blocks {
		margin: 0px 0px 0px 12px;
}

#left_column #navigation #nav_top {
	position: absolute; top: 0px; left: 0px;
	display: block; width: 245px; height: 5px;
}
#left_column #navigation #nav_bot {
	position: relative; top: 0px; left: 0px;
	display: block; width: 100%; height:auto; padding: 10px 0px 10px 0px;
}
#left_column #navigation ul {
	position: relative; top: 0px; left: 0px;
	display: block; width: 227px; height: auto;
	margin: 0px auto ; padding: 10px 0px;

}
#left_column #navigation ul li {
	display: block; width: auto; height: auto;
	margin: 6px 0px; padding: 0px 6px;
	border: none;
	background: none;
}
#left_column #navigation ul li a {
	display: block; width: 100%; height: auto;
	text-align: left;
	line-height: 23px;
	font-size: 14px;
	color: #FFFFFF;
}
#left_column #navigation ul li.current {
	padding: 0px 5px;
	border: 1px solid #4f648a;
	background: none;
	background-color: #192e54;
}
#left_column #home_nav_image {
	position: relative; top: 0px; left: 0px;
	display: block; width: 245px; height: 107px;
	margin: 20px auto;
}
#left_column #blocks a {
	display: block; width: 242px; height: 107px;
	margin: 20px auto 0px 10px;
}
#left_column #blocks a img { display: block; border: none; }

/* BACKGROUNDS */
#header_bg {
	position: absolute; top: 0px; left: 0px;
	display: block; width: 100%; height: 125px;
	background: none;

	background-position: center;
	background-repeat: no-repeat;
	background-color: #2a4a80; 
}

/* HEADER */
#wrapper #header {
	position: relative; top: 0px; left: 0px;
	display: block; width: 100%; height: 125px;
	background-image: url(../images/header_bg.jpg);
}
#wrapper #header #header_home {
	position: absolute; top: 0px; left: 0px;
	display: block; width: 400px; height: 125px;
	text-decoration: none;

}
#wrapper #header #header_home  #logo {
}
#wrapper #header #header_gift {
	position: absolute; top: 27px; left: 602px;
	display: block; width: 248px; height: 76px;
	text-decoration: none;
}
#wrapper #header #header_image {
	position: absolute; top: 6px; left: 876px;
	display: block; width: 121px; height: 107px;
}

/* FOOTER */
#footer {
	position: relative; top: 0px; left: 0px;
	display: block; width: 100%; height: 90px;
	margin: 0px; padding: 0px;
	background: none;
	background-color: #66664f;
	text-align: center;
	color: #E7E5CC;
}
#footer a { 
	color: #FFFFFF;
	text-decoration: underline;
} 
#footer #footer_content {
	position: relative; top: 0px; left: 0px;
	display: block; width: 1024px; height: 90px;
	margin: 0px auto; padding: 0px 0px 0px 0px;
	text-align: left;
	background-image: url(../images/footer_bg.jpg);
	background-repeat:repeat-y;
}
#footer #footer_content #site_by {
	display: block; width: 225px; height: 90px;
	position: absolute; top: 0px; right: 0px;
	margin: 0px 20px 0px 0px; padding: 0px;
}
#footer #footer_content #site_by img {
	display: block; width: 225px; height: 68px;
	border: none;
	margin: 0px; padding: 0px;
}
#footer #footer_content p {
	display: block; width: auto; height: auto;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	line-height: 17px;
}

#footer #footer_content #copyright {
	padding: 20px 0px 0px 30px;
}

.copyBlock {
	margin: 20px 40px 10px 30px;
}

.floatImage {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.floatImage .caption {
	margin: 2px;
	padding: 0px;
	text-align: left;
}
.floatImage .caption span {
	float: left;
	display: block;
}
.floatImage .caption a {
	margin: 0px  2px  2px 6px;
	padding: 0px;
	float: right;
}
.floatImageLeft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.floatImageLeft .caption {
	margin: 2px;
	padding: 0px;
	text-align: right;
}
div.banner_image {
	text-align: left;
}
.right_col {
	float: right; 
	width: 260px;
	background-color: #973220;
	color: #FFFFFF;
	margin: 10px 0px 10px 20px;
}
.right_col h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 8px;
}
.right_col ul li{
	margin: 4px 0px 4px 10px;
	list-style-type: square;

}
.right_col div {
	margin: 20px;
}

table.alternate_rows {
	border-collapse: collapse;
	border: 1px solid #7D7D5B;
	background-color: #E7E5CC;
}
table.alternate_rows td.head_title {
	border-right: 1px solid #7D7D5B;
	font-weight: bold;
	font-size: 16px;
	background-color: #7C7C5A;
	color: #E7E5CC;
}

table.alternate_rows td {
	padding: 6px;
		border: 1px solid #7D7D5B;
}

table.alternate_rows tr.even td {
	background-color: #CFCCA4;
}

td.sub_title {
	color: #FFFFFF;
	background-color: #AFA36D;
	font-size: 18px;
	width: 250px;
}

td.blank_cell {
	background-color: #E7E5CC;
	border-right: 1px solid #E7E5CC;
	border-left: 1px solid #E7E5CC;
}
.large_text {
	font-size: 18px;
}
.blackContainer {
background-color: #000000; margin: 0px 10px 0px 11px; overflow: hidden; width: 1003px;
}
