/********/
/* html */
/********/
body {
	background:#666 url(../img/bg/body.gif);
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	background:url(../img/bg/h1.gif) no-repeat 0 6px;
	color:#b30538;
	font-size:13px;
	margin:0;
	padding:0 0 0 9px
}

h2 {
	color:#003D7D;
	font-size:11px;
	margin:0;
	padding:0
}

p {
	margin:0 0 20px 0;
	padding:0
}

a {
	color:#b30538;
	text-decoration:none
}

a:hover,
a.active {
	text-decoration:underline
}

form {
	margin:0;
	padding:0
}

ul {
	list-style-type:square;
	margin:0 0 20px 35px;
	padding:0;
}

form {
	margin:0 0 20px 0;
	padding:0
}

label {
	color:#888;
	float:left;
	font-weight:bold;
	width:150px
}

input,
select,
textarea {
	border:1px solid #003D7D;
	color:#003D7D;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	width:250px
}

textarea {
	height:100px;
	overflow:auto
}

input:hover,
textarea:hover,
select:hover {
	background:#F5F5F5
}

/**********/
/* layout */
/**********/
/* page */
#page,
#page_2 {
	background:#FFF url(../img/bg/page.gif) repeat-y;
	color:#000;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:20px;
	margin:20px auto 20px auto;
	width:762px
}

#page_2 {
	background:#FFF url(../img/bg/page_2.gif) repeat-y
}

/* header */
#header {
	background:#666 url(../img/bg/header.gif) no-repeat;
	height:108px
}

/* logo */
#logo {
	display:inline;
	float:left;
	height:77px;
	margin:21px 0 0 21px;
	width:240px
}

#logo img {
	height:57px;
	margin:10px;
	width:220px
}

/* menu */
#menu {
	display:inline;
	float:left;
	height:77px;
	margin:15px 11px 0 0;
	width:490px
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0
}

#menu li {
	background:url(../img/bg/menu_item.gif) no-repeat 0 6px;
	display:inline;
	float:left;
	padding-left:15px;
	margin-left:20px
}

#menu li a {
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase
}

#main {
	clear:both
}

/* triggers */
#triggers,
#triggers_l,
#triggers_r {
	background:#E9E9E9 url(../img/bg/triggers.gif) no-repeat;
	border-top:5px solid #FFF;
	color:#555;
	display:inline;
	float:left;
	margin:0 20px 0 11px;
	padding:20px 20px 0 20px;
	text-align:justify;
	width:210px
}

#triggers img,
#triggers_l img,
#triggers_r img {
	margin-bottom:20px
}

#triggers_l,
#triggers_r {
	background:#E9E9E9 url(../img/bg/triggers_l.gif) no-repeat;
	margin:0 0 0 11px;
	width:330px
}

#triggers_r {
	background:#E9E9E9 url(../img/bg/triggers_r.gif) no-repeat;
	margin:0 11px 0 5px;
	width:325px
}

/* content */
#content {
	border-top:5px solid #FFF;
	display:inline;
	float:left;
	margin-right:15px;
	padding:20px 0 0 0;
	text-align:justify;
	width:455px
}

/* footer */
#footer,
#footer_2 {
	background:#666 url(../img/bg/footer.gif) no-repeat;
	height:49px
}

#footer_2 {
	background:#666 url(../img/bg/footer_2.gif) no-repeat
}

#footer p,
#footer_2 p {
	color:#FFF;
	font-size:10px;
	margin:0;
	padding:17px 21px 0 0;
	text-align:right
}

#footer a,
#footer_2 a {
	color:#FFF
}

/*********/
/* pages */
/*********/

/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	line-height:1px
}

.hide {
	display:none
}

.show {
	display:block
}

/* form */
.row {
	min-height:30px
}

.radio,
.checkbox {
	border:0;
	width:14px
}

#feedback_info {
	color:#F00;
	margin:0 0 15px 0
}

.error {
	border:1px solid #F00
}

/* buttons */
.button {
	background:#b30538;
	border:1px solid #FFF;
	display:inline;
	float:right;
	margin:15px 0;
	padding:1px
}

.button a,
.button a:hover {
	border:1px solid #FFF;
	color:#FFF;
	float:left;
	font-weight:bold;
	line-height:14px;
	padding:2px 10px;
	text-decoration:none
}

#form_wrapper .button {
	margin:15px 50px 0 0
}