/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #413C2D url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #736E41;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #BE1405;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #AABEAA;
	font-style: italic;
	color: #AABEAA;
}

blockquote * {
	line-height: normal;
}

a {
	color: #BE1405;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	margin: 10px 0 0 0;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

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

hr {
	display: none;
}

/* Header */

#header {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	background-color: #413C2D;
}

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
}

#logo h1, #logo h2, #logo h3 {
	margin: 0;
	font-weight: normal;
	color: #F2DCAC;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
	font-style: italic;}

#logo a {
	text-decoration: none;
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../images/img03.jpg);
	margin: 10px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	background: url(../images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #413C2D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
}


/* Page */

#page {
	width: 760px;
	margin: 20px auto 0px auto;
	padding: 30px 0;
	background-color: #F8F7F1;
}

/* Content */

#content {
	float: left;
	width: 720px;
	padding-left: 20px;
}

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

#content ul li {
	padding-left: 15px;
	background: url(../CRIA2/styles/images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(../CRIA2/styles/images/img10.gif) no-repeat;
}


.floating-box {
	float: left;
	width: 280px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/*form styles*/

form {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #736E41;
font-weight: bold;
font-size: 1em;
}

input {
color: #000000;
background-color: #AABEAA;
font-family: Times, "Times New Roman", serif;
font-size: .9em;
font-weight: normal;
text-align: left;
}

input.button {
background-color: #F8F7F1;
color: #F8F7F1;
font-weight: bold;
text-align: center;
}

input.radio {
background-color: #F8F7F1;
}

select {
background-color: #F8F7F1;
color: #000000;
font-family: Times, "Times New Roman", serif;
font-size: .9em;
font-weight: normal;
}

option {
background-color: #F8F7F1;
color: #000000;
font-family: Times, "Times New Roman", serif;
font-size: .9em;
font-weight: normal;
}

textarea {
color: #000000;
font-family: Times, "Times New Roman", serif;
font-size: .9em;
font-weight: bold;
text-align: left;
background-color: #AABEAA;
}

label {
color: #736E41;
text-align: right;
}

hr.form {
border: 2px #413C2D inset;
width: 100%;
}


/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #F8F7F1;
	border-top: 10px solid #DBD9C4;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	padding: 10px 0 10px 60px;
	background: url(../CRIA2/styles/images/img11.gif) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}