/* -------------------------
CSS Document For e-PAQ v1.0
---------------------------- */

BODY
{
	/*background-color: #E3DDDD;*/
	background-color: #B9BADD;
}

BODY.home
{
	background-color: #ffffff;
}

/* CONTAINER */

#container
{
	font-size: 0.70em;
	margin: 0px auto;
	width: 750px;
	color: #531500;
	line-height: 1.6em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #fff;
	height: auto;
	min-height: 520px;
}

#container_home
{
	font-size: 0.70em;
	margin: 0px auto;
	width: 750px;
	color: #451c1c;
	line-height: 1.6em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #9c8cc9;
	height: 520px;
}

#container_home2
{
	font-size: 0.70em;
	margin: 0px auto;
	width: 750px;
	color: #451c1c;
	line-height: 1.6em;
	font-family: Verdana, Helvetica, sans-serif;
	height: 520px;
}		
		
h1
{
	font-size: 1.7em;
	margin-bottom: 0px;
	color: #9c8cc9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.h1_home
{
	font-size: 1.8em;
	margin-bottom: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
}
		
h2 /* LANDSCAPE DESIGN */
{
	margin-top: 1px;
	margin-bottom: 30px;
	font-size: 1.7em;
	color: #531500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}

.h2_home /* LANDSCAPE DESIGN */
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.8em;
	color: #531500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}

h3 /* PAGE HEADERS */
{
	font-weight: bold;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 1.2em;
	color: #9c8cc9;
	font-family: Arial, Helvetica, sans-serif;
}
		
a
{
	color: #9c8cc9;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #531500;
}

		
form
{
	margin-top: -45px;
	font-size: 1em;
	float: right;
}
		
input
{
	border-right: #531500 1px solid;
	padding-right: 3px;
	border-top: #531500 1px solid;
	padding-left: 3px;
	font-size: 1em;
	padding-bottom: 3px;
	border-left: #531500 1px solid;
	color: #531500;
	padding-top: 3px;
	border-bottom: #531500 1px solid;
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
}

textarea
{
	font-family: Verdana, Helvetica, sans-serif;
	border-right: #531500 1px solid;
	padding-right: 3px;
	border-top: #531500 1px solid;
	padding-left: 3px;
	font-size: 1em;
	padding-bottom: 3px;
	border-left: #531500 1px solid;
	color: #531500;
	padding-top: 3px;
	border-bottom: #531500 1px solid;
	background-color: #fff;
}
		
.button
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
		
img
{
	border-right: #9c8cc9 1px solid;
	padding-right: 4px;
	border-top: #9c8cc9 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #9c8cc9 1px solid;
	padding-top: 4px;
	border-bottom: #9c8cc9 1px solid;
}

.no_border
{
	border: none
}

.no_nothing
{
	border: none;
	padding: 0px 0px 0px 0px;
}
		
/* HEADER ELEMENTS */

#header
{
	clear: both;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#header_home
{
	clear: both;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 15px;
}

/* NAVIGATION ELEMENTS */

#navigation
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}


#navigation a:link, #navigation a:visited
{
	font-weight: bolder;
	color: #531500;

	text-decoration: none;
}

#navigation a:hover 
{
	color:#9c8cc9;
}

/* NAVIGATION ELEMENTS */

#navigation_home
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}

#navigation_home a:active
{
	color:#fff;
}

#navigation_home a:link, #navigation_home a:visited
{
	font-weight: bolder;
	color: #531500;
	text-decoration: none;
}

#navigation_home a:hover 
{
	color:#fff;
}


/* CONTENT ELEMENTS */

#content 
{
	width: 382px;
	margin: 25px 350px 0px 15px;
	padding-bottom: 25px;
	/*margin-right: 200px;*/
}

#content p 
{
	padding-bottom: 5px;
}

#content form
{
	margin-top: 20px;
	font-size: 1em;
	float: none; 
}

#content_wide
{
	width: 552px;
	margin: 25px 180px 0px 15px;
	padding-bottom: 25px;
	/*margin-right: 200px;*/
}

#content_wider
{
	width: 602px;
	margin: 25px 130px 0px 15px;
	padding-bottom: 25px;
	/*margin-right: 200px;*/
}

#content_wide p 
{
	padding-bottom: 5px;
}

#content_wide form
{
	margin-top: 20px;
	font-size: 1em;
	float: none; 
}

#profile
{
	width: 717px;
	margin: 25px 15px 0px 15px;
	padding-bottom: 25px;
	/*margin-right: 200px;*/
}

#profile p 
{
	padding-bottom: 5px;
}
