
@import url("cmxform.css");

* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */


/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #39521A;
	color: #5C644B;
	padding-top: 20px;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 1.6em;
	font-weight: normal;
	color: #8BA329;
}

h2 { 
	font-size: 1.5em;
	color: #2c4b9c;
}

h3 { 
	font-size: 1.4em; 
	color: #2c4b9c;
}

h4 { 
	font-size: 1.3em; 
	color: #3e3d3c;
}

h5 { 
	font-size: 1.2em; 
	color: #3e3d3c;
}

p { 
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, p, ul, ol { margin-bottom: 20px; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

ul { 
	list-style-type: square;
	margin-left: 30px; 
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #e8641b; 
	text-decoration: none; 
}

a:hover { 
	color: #e8641b; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 600px;
	margin: 0 auto;
	background: #ffffff;
}

div#container-box {
	padding: 0 15px;
	font-size: 1.1em;
}


/*-----------------------
Header
----------------------*/
div#header {
	height: 90px;
	border-bottom: 5px solid #7A9241;
	position: relative;
}

/* ---- logo ---- */
div#logo {
	width: 195px;
	height: 35px;
	position: absolute;
	top: 30px;
	left: 0;
}


/*-----------------------
Content
----------------------*/
div#content {
	padding: 20px 10px;
}

#button {
	padding-bottom: 20px;
}

#button ul {
	list-style-type: none;
	margin: 0;
}

#button ul li {
	float: left;
	margin-right: 10px;
}

#button ul li a {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background: #6A834C;
	text-decoration: none;
	font-size: 9px;
}

#button ul li a:hover {
	color: #fff; 
	background: #5C644B;
}

