/* @override http://www.webdesign.gs/bakalar/style/style.css */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back2.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}
#cms_content {
    width: 500px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 735px;
	background-color:#fff;
}

#header {
	margin: 0px;
	padding: 0px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#flash {
	margin: 0px;
	padding: 0px;
	float: left;
}

#login {
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	padding-left: 20px;
	background-image:url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	width: 164px;
	height: 170px;
	float: right;
}

#login a{
	color:#666;
	text-decoration: none;
}

#login a:hover {
	color:#C60;
}

.loginbox {
	border: 1px solid #dbc6ab;
	height: 20px;
	color:#666;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

.loginsubmit {
	background-color:#ebc986;
	color:#fff;
	text-transform:uppercase;
	font-size: 15px;
	border: 1px solid #dbc6ab;
}

#box1 {
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
	line-height: 1.8em;
	width: 246px;
	height: 234px;
	background-image:url(../images/practice_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#box1 ul li {
	list-style-image:url(../images/bullet.jpg);
	padding-left: 5px;
}

#box2{
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	width: 243px;
	height: 214px;
	background-image:url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #234680;
	text-align: center;
}

.big {
	font-size: 14px;
}

#box3 {
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
	padding-left: 15px;
	width: 231px;
	height: 214px;
	background-image:url(../images/communication_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 9px;
}

.boxinput {
	background-color:#d4d1c0;
	border:1px solid #000;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 10px;
	text-align: right;
	background-color:#fff;
}

#footer a{
	color:#999966;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color:#330;
	font-size: 11px;
	text-decoration: none;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:735px;
  height:58px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
border-left-width: 0;
text-decoration: none;
color: navy;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -3px;
}

/* My Comment */

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
padding: 3px 5px;
background-color:#244591;
color:#fff;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 3px 5px;
background-color:#5a8ad1;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

