/* -======================================- 
MAIN
 -======================================- */
BODY {
	background: url(images/bg-top.jpg) repeat-x center top;
	color: #3e3533;
	font: normal 0.7em Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
}

IMG {
	border: none;
}

/* -======================================- 
LINKS
 -======================================- */

a {
	color: #828;
	text-decoration: none;
}
a:hover {
	color: #C09;
	text-decoration: underline;
}


.list1 A {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 A {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

#header H1 A {
	background: none;
	color: #fff;
	text-decoration: none;
}

#menu A {
	color: #FFF;
	padding: 3px 10px;
	text-decoration: none;
	border: 1px solid #828;
	background: #8500B0;
}

#menu A:hover {
	background: #FFF;
	color: #828;
	
}

#menu LI.active A {
	background: #FFF;
	color: #828;
}

#footer A {
	color: #CCC;
}




/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: normal 1.4em sans-serif;}
h4 {font: bold 1.2em sans-serif;}
h5 {font: bold 1.1em sans-serif;}
h6 {font: bold 0.9em sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

h1,h2,h3,h4,h5,h6 {color: #4A404F;}

blockquote {
	background: #F6F6F6 url('images/quote.gif') no-repeat;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1.1em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0 46px;
}


/* Specific */
h1 {
	background: url('images/h1.gif') no-repeat left 1px;
	padding: 2px 0 3px 32px;
	clear: both;
}
h2 {
	background: url('images/h2.gif') no-repeat left 2px;
	padding: 4px 0 3px 26px;
}
h3 {
	background: url('images/h3.gif') no-repeat left 3px;
	padding-left: 22px;
}


/* 
   Tables, lists
------------------------------------------------------------------- */

table {
	border: 1px solid #DDD;
	width: 100%;
}
table th, dt {
	background-color: #EEE;
	color: #555;
	font: bold 0.85em Verdana,sans-serif;
	text-align: left;
}
table tr {border-bottom: 1px solid #DDD;}
table td, #content table th {
	border: none;
	padding: 10px;
	border: 1px solid #DDD;
}

dl {margin-bottom: 1.2em;}
dt,dd {padding: 8px 10px;}
dt {
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}
dd {
	background-color: #F6F6F6;
	border-bottom: 1px solid #EEE;
	padding-left: 16px;
}




/* -======================================- 
LAYOUT
 -======================================- */
.list1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list2 {
	list-style: none;
	margin: 0;
}

IMG.left {
	float: left;
	margin: 3px 20px 3px 0px;
}

IMG.right {
	float: right;
	margin: 3px 0px 3px 20px;
}

/*

* HEADER
*/
#header {
	color: #254360;
	height: 90px;
	margin: 0px auto;
	padding: 1em;
	width: 778px;
}

#header H1 {
	font-size: 2em;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: none;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#header H2 {
	font-size: 1.5em;
	margin: 0;
	padding: 7px 0px 0px 0px;
	background: none;
	font-weight: bold;
	color: #efefef;
}

/*

* MENU
*/
#menu {
	margin: 0px auto;
	width: 620px;
	font-size: 1em;
	font-weight: bold;
}

#menu UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu LI {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*

* CONTENT
*/
#content {
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
	width: 778px;
	height: 410px;
}

#columnA {
	background: #fff url(images/bg-content.gif) bottom left repeat-x;
	float: right;
	padding: 0 10px 0 15px;
	width: 528px;
	border: 1px solid #b8b8b8;
	margin-bottom: 2em;
	
}

#columnA .shadow {
	background: transparent url(images/shadow.gif) bottom right no-repeat;
	position: relative;
	right: -10px;
	bottom: -6px;
}
	
#columnB {
	float: left;
	width: 200px;
	background: #efefef;
	margin-bottom: 2em;
	border: 1px solid #b8b8b8;
	padding: 5px;
}

#columnB .shadow {
	background: transparent url(images/shadow.gif) bottom right no-repeat;
	position: relative;
	right: -8px;
	bottom: -11px;
}
/*

* FOOTER
*/
#footer {
	background: #8500B0 url('images/bg-bottom.gif') repeat-x left bottom;
	clear: both;
	color: #FFF;
	margin: 0px auto;
	text-align: center;
	padding: 15px;
}

