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

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.jpgx) repeat-y;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3 {
	font-weight: normal;
	color: #333;
}

h2 {
}

h3 {
}

p, blockquote, ol {
	margin-bottom: 1.5em;
}

p {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a:link {
	color:#0000FF;
}

a:hover,a:active {
	text-decoration: none;
	color:#6CB2EB;
}

a:visited {
	color:#003300;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
	border:thin solid #003300;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.title {
	height: 25px;
	padding: 5px 0 0 15px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom:10px;
}

.boxed .content {
	padding: 15px;
	background: url(images/img04.gif);
	border: 1px solid #FFFFFF;
	border-top: none;
}

/* Post */

.post {
	padding: 2em 0 0 0;
}

.post .title {
}

.post .date {
	margin: -1.4em 0 .2em 0;
	text-align: right;
	font-size: 1em;
}

.post .section {
	padding: 1em;
}

.post .section p, .post .section blockquote, .post .section ul, .post .section ol {
	line-height: 1.7em;
}

/* Breadcrumb */

#breadcrumb {
	width: 715px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: #40ACC7 url(images/img01.gif) no-repeat;
	color: #FFFFFF;
}

/*Header*/

#header {
	height:137px;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/arg-flex-house-url.gif);
	background-repeat:no-repeat;
}

#header h1 {
	position: absolute;
	top: 1.8em;
	right:125px;
}

#header h2 {
	position:absolute;
	top: 7.2em;
	right:90px;
	font-size:95%;
}

/*Menu*/
#menu {
	background-color:#003300;
	padding:5px;
	color:#fff;
}

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

#menu li {
	display: inline;
}

#menu a:link,#menu a:visited {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	padding: 5px 8px 5px 8px;
}

#menu a:hover,#menu a:active {
	text-decoration: none;
	color:#FFCC00;
}

/* search */

#search {
	padding: 0 5px 20px 5px;
/*	background: url(images/img02.gif) no-repeat center top; */
	text-align: left;
	color:#fff;
}

#search h1 {
	text-transform: lowercase;
	font-size: 2.6em;
	font-weight: bold;
	font-style: italic;
}

#search h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#search a:link,#search a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#search a:hover,#search a:active {
	text-decoration: none;
	color:#FFCC00;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
	margin: 0 250px 0 232px;
	background-color:#fff;
	padding:15px 15px 15px 25px;
	background-image:url(../images/corner.gif);
	background-repeat:no-repeat;
	color:#333;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

#welcome h2 {
	padding:0 0 15px 0;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	position: relative;
	width: 222px;
	padding: 5px;
	background-color:#003300;
}

#sidebar h3 {
}

#sidebar a {
}

/* right */

#right {
	float: right;
	width: 220px;
	padding: 20px 0 20px 20px;
}

/* Support */

#support {
	padding: 0 0 0 0;
	color:#333;
}

#support h2 {
	font-size: 1.4em;
	padding:25px 0 0 0;
}

#support h3 {
	font-size: 1em;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	color:#333;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}