/*	 gUSE style sheet
	by goschl
	2008.10.14
*/

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body
{
	font-family: "Arial", sans-serif;
	color: #7a7a7a;
	font-size: 10pt;
}

a
{
	color: #AF0A0A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#outer
{
	margin: 2.5em auto 1.5em auto;
	width:900px;
}

/* ============= L O G O ================== */
#logo
{
	height: 150px;
	width: 200px;
	float: left;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	position: relative;
}
a.logo
{
	color: #EEEEEE;
	text-decoration: none;
}

/*============= H E A D E R ======== */

#header
{
	height: 150px;
	margin-left: 200px;
	background-color:#EEEEEE;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	position: relative;  
}

#header h1
{
	position: absolute;
	bottom: 2.2em;
	padding-left: 1em;
	color: #AF0A0A;
	font-size: 2.3em;
	letter-spacing: 0.1em;
	
}

/* ========== C O N T E N T  ============= */

/* facebook like box width workaround */                                                                                                       
#fb-bar iframe
{
	max-width:180px !important;
	padding-left: 2em;
	border:2px solid #CCCCCC;
}

#content
{
	background: #fff url('../images/content_bg.gif') top left repeat-x;
	margin-top: 0px;
	padding-top: 1.5em;
	width: 900px;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
	color: #000000; 
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	border-bottom:1px solid #CCCCCC;
}

#content h2,h4,h5,h6
{
	color: #000000; 
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	/*border-bottom: dotted 1px #cacaca;*/
	border-bottom:2px solid #CCCCCC;
}


#content ul
{
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding-left: 2em;
	line-height: 1.6em;
}

#content ol
{
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding-left: 2em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
/*	border: dotted 1px #cacaca;*/
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #eeeeee;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #dbdbdb;
	color: inherit;
}

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 680px;
}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
	border-left:1px solid #CCCCCC;
}

img.pic
{
	padding-left: 10px;
}
.pic_title
{
	text-align: center;
	padding-bottom: 20px;
}

/* ====== M E N U ======== */

#menu
{
	float: left;
	width: 200px;
	padding-top: 10px;
}

#menu ul
{
	list-style: none;
	position: relative;
	margin-left: 2em;
	margin-top: 0em;
	margin-bottom: 1.5em;
	padding-left: 0em;
	line-height: 1.6em;

}

#menu li
{
	border-left:2px solid #CCCCCC;
	padding: 0.1em;
}

#menu li a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 0.1em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #AF0A0A url('../images/menuitem_hover.gif') bottom left repeat-x;
	color: #fff;
}

.menuSeparator
{
	padding-left: 20px;
	font-size: 11px;
}

/*==================  F O O T E R ===============================*/

#footer
{
	margin-top: 1.0em;
	border-top:1px solid #CCCCCC;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}
