/* Base-Override */
body{
	background-color:#ffffff;
}
p{
	margin:0px;
	padding:0px;	
}

/* Elements (Classes) */
.fullwidth{
	width:760px;
	padding:10px;
}
.halfwidth{
	width:365px;
	padding:10px;
}
.textbox
{
	width:400px;
}
.textarea
{
	width:400px;
}

.question-textbox
{
	width:300px;
}
.question-textarea
{
	width:300px;
}

/* Elements (IDs) */
#container{
	position:relative;
	margin:0 auto;
	width:743px;
	padding:20px;
	padding-top:0px;
}
#menu
{
	width:743px;
	height:34px;
	position:relative;
	margin:0 auto;
	padding-top:23px;
	background:url(../img-design/menu-bg.jpg);
}
#menu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	text-indent:0px;
}
#menu ul li
{
	padding-left:80px;
	margin:0px;
	text-indent:0px;
	float:left;
}
#menu ul li a
{
	color:#2b4490;
	font-weight:bold;
}
#menu ul li a:hover
{
	color:#aaaaaa;
}
#login
{
	background:url(../img-design/logging-line.jpg) top no-repeat;
	padding-top:20px;
	float:right;
	width:292px;
}

#bottom-menu ul 
{
	padding:0px;
	margin:0px;
	text-indent:0px;
	float:left;
	list-style:none;
}
#bottom-menu ul li
{
	margin:0px;
	text-indent:0px;
	float:left;
}
#header{
	padding-top:20px;
}
#content{
	float:left;
	width:746px;
}
#index-left
{
	width:490px;
	padding-top:20px;
	padding-right:30px;
	float:left;
}
#index-right{
	width:212px;
	padding-left:10px;
	padding-top:10px;
	margin-top:10px;
	border-left:solid 2px #cfe0f2;
	float:right;
}
#top-title
{
	width:220px;
	height:30px;
	background:url(../img-design/top-title.jpg);
	float:left;
	padding-left:15px;
	padding-top:10px;
}
#top-breadcrumbs
{
	width:491px;
	height:30px;
	background:url(../img-design/top-breadcrumbs.jpg);
	float:right;
	padding-top:10px;
	padding-left:20px;
}
#top-breadcrumbs a
{
	
}
#about-navigation
{
	padding-top:20px;
	float:left;
	width:235px;
}
#about-navigation a
{
	padding-left:15px;
	font-size:14px;
	font-style:italic;
	color:#19398a;
	font-weight:bold;
	text-shadow:#999;
}
#about-text
{
	padding-top:20px;
	float:right;
	width:511px;
}
#services-navigation
{
	padding-top:20px;
	float:left;
	position:relative;
	width:234px;
}
#services-navigation a
{
	padding-left:15px;
	font-size:12px;
	font-style:normal;
	color:#19398a;
	font-weight:bold;
	text-shadow:#999;
}

#services-navigation .sub div a
{
	padding-left:15px;
	font-size:12px;
	font-style:normal;
	color:#888888;
	font-weight:bold;
	text-shadow:#999;
}

#accordion-content ul li a
{
	padding-left:15px;
	font-size:13px;
	font-style:normal;
	color:#888888;
	font-weight:bold;
	text-shadow:#999;
}
#services-text
{
	padding-top:20px;
	float:right;
	width:511px;
}
#contact-text
{
	float:right;
	width:511px;
	padding-top:20px;
}
#footer{
	padding-top:20px;
}

#client-login
{
	padding-top:173px;
	background:#eee;
	width:746px;
	height:307px;
}
#m2moduleform_1
{
	padding:20px;
	width:200px;
	border: solid 3px #999;
	background:#ddd;
	position:relative;
	margin:0 auto;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

#m2feu_input_username
{
	width:142px;
}
#logout-form
{
	width:215px;
	padding:10px;
	float:left;
}

#logout-form ul
{
	margin:0px;
	padding:0px;
	text-indent:none;
	list-style:none;
}

#logout-form li
{
	margin:0px;
	padding:0px;
}
#logout-form ul li a
{
	font-size:12px;
	font-style:italic;
	color:#19398a;
	font-weight:bold;
	text-shadow:#999;
}
#change-settings
{
	padding:20px inherit;
}
#right-content{
	width:500px;
	float:right;
}
#requests ul
{
	list-style:url(../img-design/request-style.jpg);
}

#requests ul li
{
}
#requests ul li a
{
	font-size:13px;
	font-weight:bold;
}
#requests ul li a:hover
{
	text-decoration:underline;
}

.upload
{
	background:#eee;
	padding:5px;
}



/*-----------------Accordion----------------*/

.menuheader
{
}
