/* Inneh�ll
---------------
	Allm�nt
	Meny
	Submeny
	Content
	Footer
*/

/*	Allm�nt */
body 
{
	margin:0;
	padding:0;
}

body, th, td
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

input, textarea
{
	border: 1px solid #999;
}

input.error
{
	border: 1px solid #ffb509;
}

input.radio, input.checkbox, img, button
{
	border: 0;
}

button
{
	font-size: 11px;
	margin-right: 20px;
	padding: 4px 10px;
}

p
{
	color: #333;
}

h1
{
	color: #333;
	font-size: 19px;
}

h2
{
	color: #333;
	font-size: 16px;
}

h3
{
	color: #333;
	font-size: 13px;
}

button.submit
{
	background: #000;
	color: #fff;
}

table.form
{
	border: 0;
	width: 100%;
}

table.form td
{
	text-align: left;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

.strong
{
	font-weight: bold;
}

.nowrap
{
	white-space: nowrap;
}

.acc_tog
{
	cursor: pointer;
}

.mrg
{
	margin: 3px;
}

.yellow
{
	color: #f8dd46;
	font-weight: bold;
}

.contact td
{
	padding-right: 10px;
}

#pageholder
{
	padding: 50px 0 0;
	margin: auto;
	width: 862px;
}

#center
{
	float: left;
	margin-bottom: 10px;
}

a
{
	color: #ffb400;
	text-decoration: none;
}
	a:hover
	{
		color: #ffb400;
	}
	.active a
	{
		color: #000;
	}


/*	Menyn	*/
ul#menue
{
	clear: both;
	list-style: none;
	margin: 10px 30px 0;
	padding: 0;
	width: 802px;
}
	ul#menue li
	{
		float:left;
		font-size:18px;
		margin:0 15px 0 0;
	}

/*	Submeny	*/
#sidebar
{
	clear: both;
	float: left;
	margin: 0 0 0 11px;
	padding: 0;
	width: 200px;
}

ul#submenue, ul#submenue ul, ul#quicklinks
{
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

	ul#submenue li,	ul#quicklinks li
	{
		clear: both;
		margin: 0;
		padding: 5px 0 0 20px;
		/*border: 1px solid blue; */
	}

	ul#submenue li.active, ul#quicklinks li.active
	{
		background: url(/i/menu_bullet.gif) no-repeat 0 5px;
	}

	ul#submenue ul
	{
		margin: 0;
	}

/*	Content	*/
#content
{
	display: inline;
	float:left;
	margin:18px 0 0;
	width: 600px;
}
	#content p
	{
		font-size: 13px;
		line-height: 18px;
		margin: 0;
		padding: 0;
		padding-right: 140px;
	}

/*	Text collapse	*/
#vertical_slide, #horizontal_slide
{
	background: #f0f;
	color: #000;
	padding: 10px;
	border: 5px solid #fff;
	font-weight: bold;
	float: left;
}

div.marginbottom
{
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

/*	Footer	*/
#footer
{

	font-size:12px;
	margin: 50px 0 0;
}
	.footerobj
	{
		border-right: solid 1px #ffb400;
		margin: 0 5px 0 0;
		padding: 6px 8px 0 0;
	}
	
	#footer a
	{
		color:#000;
		font-weight:bold;
	}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clr
{
	clear: both;
	overflow: hidden;
	height: 0;
}

.box_content
{
	padding: 5px;
}

.box h2
{
	font-weight: bold;
	font-size: 14px;
}

.column div
{
	float: left;
	width: 150px;
	padding: 5px;
}
.coworker
{
	margin-bottom: 5px;
}
.coworker img
{
	float: left;
	margin-right: 15px;
}
.coworker .info
{
	float: left;
	padding: 15px 0;
}
.coworker .info a
{
	color: #ffb400;
}

