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

body {
	background-color: #c3c3c3;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
a {
	color: #CD1640;
}
a:hover {
	color: #E68699;
}

.container {
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
	margin: auto;
	vertical-align: top;
	background-position: center top;
}
.guts {
	font-size: 13px;
	color: #222222;
	background-color: #FFFFFF;
	width: 800px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	vertical-align: top;
}
.shadows {
	vertical-align: top;
}
.shadl {
	background-image: url(../images/bg_shadl.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.shadr {
	background-image: url(../images/bg_shadr.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#leftcol {
	background-image: url(../images/bg_leftcol.gif);
	background-repeat: no-repeat;
	background-position: 255px 10px;
	width: 160px;
	padding-right: 65px;
	padding-left: 65px;
	font-size: 11px;
	float: left;
}
h1 {
	font-size: 21px;
	color: #CD1640;
	margin: 0px;
	padding-top: 8px;
}
h2 {
	margin: 0px;
	font-size: 17px;
	color: #676767;
}
h3 {
	font-size: 14px;
	color: #676767;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -12px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	color: #676767;
}
#header {
	width: 800px;
}
.floatclr { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	width: 600px;
}

#mainnav {
	white-space: nowrap;
	width: 800px;
	margin-bottom: 15px;
}
#subnav {
	margin-bottom: 25px;
	font-size: 12px;
}
#subnav a {
	background-color: #FFFFFF;
	background-image: url(../images/bullet_subnav.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	width: 140px;
	padding-left: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f6999b;
	color: #676767;
	padding-top: 4px;
	padding-bottom: 3px;
	text-decoration: none;
}
#subnav a:hover {
	color: #CD1640;
	background-color: #eeeeee;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content {
	width: 462px;
	padding-right: 45px;
	float: right;
	padding-bottom: 35px;
}


#footer {
	background-color: #c3c3c3;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	font-size: 11px;
	color: #FFFFFF;
	width: 816px;
	text-align: center;
	clear: both;
	padding-bottom: 35px;
	padding-top: 3px;
}

#content ul {
	padding: 0px;
	margin: 0px;
}

#content ul li {
	margin: 0px;
	padding-left: 25px;
	list-style-type: none;
	background-image: url(../images/bullet_list.gif);
	background-position: 15px 5px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}
#content ul li.nobullet {
	background-image: none; !important
	margin-top: 3em; 
}
.img_right {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
.forms {
	font-size: 12px;
	border: 1px solid #F3F3F3;
}
.forms th {
	color: #FFFFFF;
	background-color: #CD1640;
}
.forms td {
	background-color: #F0F0F0;
}


ul.site_menu {
 width: 80%;
 height: 2.5em;
 background-color: #d72e4f;
 margin-left: 10%;
 padding-left: .75em;
}
ul.site_menu li {
 color: #fff;
 list-style: none;
 width: auto;
 float: left;
 font-weight: bold;
 height: 1.2em;
 padding: .25em .25em;
 margin-top: .45em
}
ul.site_menu li:hover {
 color: #000;
}


iframe {
 width: 470px;
 height: 290px;
 border: 0;
}

#content div.linecard img { padding: 1em; vertical-align: middle;}

a img { border: 0px;}

#background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; z-index:90; opacity: .5;}
#foreground { text-align: right; position: fixed; top: 15%; left: 15%; right: 15%; bottom: 15%; background-color: #fff; z-index: 91; }
#foreground button {font-size: 1.5em; position: relative; top: -2em; background-color: #fff; }

.align_c{ text-align: center; display: block;}
