/* @group DEFAULTS */

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group BASICS */

html,body {
	color: #000;
	background-color: #555;
	margin: 0;
	padding: 0;
	width: 100%;
	font: 14px "Minion Pro", Georgia, "Times New Roman", Times, serif;
}

a,a:link,a:active,a:visited {
	color: #000;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

a:hover {
	color: #cb0000;
}

/* @end */

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/messages/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/messages/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/messages/validation.png');
}

/* @end */

/* @group MAIN */

#container {
	width: 802px;
	margin: 30px auto;
	overflow: hidden;
	padding-bottom: 150px;
	border-bottom: 1px solid #fff;
	background: #fff url(../images/main/footer.jpg) no-repeat 0 bottom;
}

#container h1 {
	height: 136px;
	width: 802px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/main/header.jpg) no-repeat;
}

#container ul#nav {
	margin: -30px 0 0 230px;
	position: absolute;
	font-size: 1.3em;
}

#container ul#nav li {
	float: left;
	margin-right: 20px;
}

#container ul#nav li a,#container ul#nav li a:link {
	text-decoration: none;
}

#container #content {
	margin: 30px 50px 0;
	line-height: 1.5em;
}

#container #content h2 {
	font-size: 1.6em;
	color: #cb0000;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
}

#container #content h3 {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
}

#container #content h3.button a,#container #content h3.button a:link {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
	background-color: #cb0000 !important;
	color: #fff;
	padding: 3px 7px;
	text-decoration: none !important;
}

#container #content h3.button a:hover {
	font-style: italic;
	font-weight: normal;
	margin-bottom: 15px;
	background-color: #000 !important;
	color: #fff;
	padding: 3px 7px;
	text-decoration: none !important;
}

#container #content p {
	margin-bottom: 15px;
}

#container #content ul {
	margin-bottom: 15px;
	margin-left: 20px;
}

#container #content ul li {
	list-style-type: disc;
	padding-left: 10px;
}

/* @end */
