/*========================Styles for the Whole Website Start=====================================*/
body {
	/*background: #003B6F;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

a:link { text-decoration: none; color: #003B6F; }
a:visited { text-decoration: none; color: #003B6F; }
a:hover { text-decoration: underline; color: #003B6F; }
a:active, a:focus { text-decoration: none; color: #003B6F; }

p {
	margin-bottom:10px;
}

.center {
	text-align:center;
}

#container {
	width:600px;
	background:#fff;
	padding:15px;
	margin:auto;
	margin-top:15px;
}

#content {
	padding:15px 0 0 0;
}

.page-title {
	font-size:16px;
	margin-bottom:15px;
}

#header {
	height:65px;
	/*background:url(../img/header.gif) repeat-x;*/
}

h1 {
	background:url(../img/logo.jpg) no-repeat;
	color:#000;
	font-size:18px;
	padding:15px 0 0 165px;
	height:40px;
}

.flash-error {
	border:1px solid #7F0900;
	padding:5px;
	background:#9F331D;
	margin:10px 0;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

form.subscription div {
	padding:0 0 7px 0;
	margin:0 0 5px 0;
	border-bottom:1px dashed #eee;
	width:300px;
	float:left;
	display:inline;
}

form.subscription .wide {
	float:none !important;	
	width:100% !important; 
	display:block !important;
}

form.subscription label {
	display:block;
	font-weight:bold;
	margin-bottom:6px;
	font-size:11px;
	color:#333;
}

form.subscription label span {
	color:#7F0900;
}

form.subscription input[type=text], form.subscription select, form.subscription textarea  {
	padding:2px 5px;
	font-size:14px;
	width:250px;
	font-family:"Courier New", Courier, monospace;
}

form.subscription textarea  {
	width:580px;
	height:50px;	
}

form.subscription .inline-label {
	display:inline;
}

form.subscription .submit {
	padding:10px 0;
	text-align:center;
}

form.subscription .submit button {
	font-size:14px;
	padding:2px 10px;
	cursor:pointer;
}

form.subscription .error-message {
	float:none;
	display:block;
	color:#7F0900;
	font-size:10px;
	padding:2px 0 0 0;
	border:0;
}

form.subscription .form-error {
	border: 1px solid #7F0900;
}

.flash-success {
	padding:35px 0;
	text-align:center;
	font-weight:bold;
}

.infos {
	margin:0 0 10px 0;
	padding:10px 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}

.infos li {
	font-size:13px;
	margin:6px 0 6px 15px;
	list-style:disc;
}

.end-link {
	text-align:center;
	padding:20px 0 0 0;
	font-size:13px;
}

.fieldset-title {
	margin:10px 0;
	border-bottom:1px solid #0064AC;
	padding:5px 10px;
	background:#CFD2D9;
}

