@charset "utf-8";
/* CSS Document */

/* Page elements */

* {
	margin:0px;
	padding:0px;
}

img {
	display:block;
}

body {
	background-color:#603;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#603;
}

h1 {
	font-size:16px;
	line-height:21px;
	padding:3px 3px 12px 3px;
}

p {
	line-height:18px;
	padding:3px 3px 15px 3px;
}

/* Link styles */

a {
	color:#660033;
	/*color:#034589;*/
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* IDs */

div#outer {
	background-image:url(../images/page_background.png);
	background-repeat:repeat-y;
	background-position:center;
	padding: 0px 50px;
	margin-left:auto;
	margin-right:auto;
	min-width:800px;
}

div#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

div#header {
	position:relative;
}

div.frontpage_header {
	background-image:url(../images/women_top_1.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

div#header_links {
	position:absolute;
	right: 10px;
	top: 5px;
}

div#header_links a {
	text-decoration:none;
	color:#666666;
}

div#header_links a:hover {
	text-decoration:underline;
}

div#menu {
	background-image:url(../images/menu_bar.png);
	background-repeat:repeat-x;
	height:32px;
	width:800px;
}

img#menu_image {
	float:right;
	margin:0px;
}

div#main {
	width:800px;
	padding-top: 20px;
}

div#footer {
	width:800px;
	background-image:url(../images/footer_top.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#660033;
	position:relative;
	color:#CCCCCC;
	text-align:center;
	font-size:10px;
}

div#footer_inner {
	padding: 40px 10px 0px 10px;
}

img#footer_l{
	position:absolute;
	left:-50px;
	top:0px;
}

img#footer_r{
	position:absolute;
	right:-50px;
	top:0px;
}

#footer a {
	color:#FFFFFF;
}



div#content {
	margin-left:225px;
	margin-right:10px;
}


/* CLASSES */

p.disclaimer {
	font-size:9px;
	line-height:normal;
}

.list {
	padding-left:30px;
	padding-bottom:10px;
}

.list li {
	padding:2px;
}

.quote {
	font-style:italic;
	color:#333;
}

/* Image styles */

img.img_right {
	float:right;
	padding:9px 3px 0px 15px;
}

img.img_left {
	float:left;
	padding:9px 3px;
}

img.img_center {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding:9px 3px;
}

img.img_ad {
	width:200px;
	float:left;
	margin:3px 1px;
	clear:left;
}

/* Secondary page link boxes*/

.box_links {
	width:200px;
	float:left;
	margin:5px 8px 20px 0px;
	list-style:none;
	clear:left;
	border:#ccc 1px solid;
}

.box_links li {
	color:#666;
	border:#990066 solid 1px;
	margin:4px;
}

.box_links a {
	color:#666;
	display:block;
	padding:2px 8px;
}

.box_links a:hover {
	color:#fff;
	background-color:#990066;
}


/* Boxes */
.box_left, .box_right, .box_left_3, .box_right_3, .box_right_23 {
	border: none;
	display:inline;
}

.box_left {
	float:left;
	width:237px;
	margin:5px 0px 28px 20px;
	clear:left;
}

.box_right {
	float:right;
	width:494px;
	margin:5px 28px 5px 0px;
	clear:right;
}

.box_right2 {
	background-image: url(../images/mod_hp_bg.gif);
	float:right;
	height:352px;
	width:494px;
	margin:5px 28px 5px 0px;
	clear:right;
}

.box_right2Text {
	float:left;
	height:352px;
	width:293px;
	margin:5px 0px 8px 5px;
	clear:left;
}

.box_right2img {
	float:right;
	height:352px;
	width:179px;
	margin:5px 8px 8px 5px;
	clear:right;
}

.box_center_3 {
	width:252px;
	margin:5px auto;
	border:#CCCCCC solid 1px;
}

.box_left_3 {
	width:252px;
	float:left;
	margin:5px 0px 5px 8px;
	clear:left;
}

.box_right_3 {
	width:252px;
	float:right;
	margin:5px 8px 5px 0px;
	clear:right;
}

.box_full {
	width:760px;
	float:right;
	margin:5px 20px;
	clear:right;
}

.box_full2 {
	background-image:url(../images/ppa_hp_bg.gif);
	width:744px;
	height:114px;
	float:right;
	margin:0px 28px;
	clear:right;
}

.box_full2Text {
	width:500px;
	height:114px;
	float:right;
	margin:0px 28px;
	clear:right;
}

.box_clear {
	clear:both;
	width:800px;
}

.box_inner {
	margin:4px;
}

.box_title {
	width:245px;
	margin:3px 8px 5px 3px;
	border:#9e9e9e 1px solid;
	font-size: 14px;
	font-weight:bold;
	background-color:#cccccc;
}

.info_box {
	color:#666;
	border:#990066 solid 1px;
	margin:4px;
}