/*
 *  Open source xhtml/css website layout by Andreas Viklund / www.andreasviklund.com / Made for www.OSWD.org
 *  Customized by Blue Nine Design / www.bnd.ca
 */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: #efefef url(images/bg.gif) top center repeat-y;
}

a:visited.list { color: #999999; }
a:hover.list { color: #ffffff; }

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#header {
	clear: both;
	margin: 0 0 0 0;
	padding: 0;
	height: 75px;
}

#header h1 {
	width: 200px;
	margin: 0 0 10px 0;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #8b214b;
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

/*Start public site navigation*/
#avmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #8b214b;
	display: block;
	padding: 5px 0 0 10px;
	background: #efefef;
	border-left: 4px solid #8b214b;
}	
	
#avmenu li a:hover {
	background: #f5e5e5;
	color: #8b214b;
	border-left: 4px solid #8b214b;
}

#avmenu .active {
	background: #f5e5e5;
	color: #8b214b;
	border-left: 4px solid #8b214b;
}
/*End public site navigation*/

/*Start secure site navigation*/
#avmenu2 {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

#avmenu2 ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 10px;
}	

#avmenu2 li {
	margin-bottom: 4px;
}

#avmenu2 li a {
	font-weight: normal;
	height: 20px;
	text-decoration: none;
	color: #8b214b;
	display: block;
	padding: 5px 0 0 5px;
	background: #efefef;
	border-left: 4px solid #8b214b;
}	
	
#avmenu2 li a:hover {
	background: #f5e5e5;
	color: #8b214b;
	border-left: 4px solid #8b214b;
}

#avmenu2 .active {
	background: #f5e5e5;
	color: #8b214b;
	border-left: 4px solid #8b214b;
}
/*End secure site navigation*/

.announce {
	margin: 0 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #efefef;
	line-height: 1.5em;
}

#extras {
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #efefef;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras p {
	margin: 0 0 1.5em 0;
}

#extras_contact {
	float: right;
	clear: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f5e5e5;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras_charity {
	float: right;
	clear: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #ffffff;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras_contact p {
	margin: 0 0 0 0;
}

#content {
	margin: 0 160px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content h2 {
	color: #8b214b;
	font-size: 1.5em;
	margin: 0 0 0 0;
}

#content img {
	padding: 1px;
	display: inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

#content_main {
	margin: 0 0 20px 160px; /* bottom right top left */
	border-left: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content_main h2 {
	color: #8b214b;
	font-size: 1.5em;
	margin: 0 0 0 0;
}

#content_main img {
	padding: 1px;
	display: inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

h3 {
	font-size: 13px;
	margin: 0 0 10px 0;
}

a {
	text-decoration: underline;
	color: #8b214b;
}

a:hover {
	text-decoration: underline;
	background-color: #8b214b;
	color: #ffffff;
}

a:hover.image {
	text-decoration: none;
	background-color: #ffffff;
	color: none;
}

a img {
	border: 0;
}

a .noBorder { border: 0; }

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	line-height: 1.6em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #808080;
	background-color: #ffffff
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.formField {
	width: 125px;
}

.formFieldTextBox {
	width: 200px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.formFieldTextArea {
	width: 200px;
	height: 100px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

.formFieldButton {
	width: 75px;
}

.required {
	font-size: 10px;
	color: #ff0000;w
}

.tableHeader {
	background-color: #efefef;
	font-weight: bold;
}

.button {
	font-size: 11px;
}

.qty {
	width: 20px;
	font-size: 11px;
}