/* Start menu */ 

ul#navlist {
    text-align: left;
    padding: 0;
    margin: 0 auto;
    width: 130px;
}

ul#navlist li {
    display: block;
    margin: 0;
    padding: 0;
}

ul#navlist li a {
    display: block;
    padding: 0.5em 0 0.5em 2em;
    background-image: url(../../images/o_arrow.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: bold;
    text-decoration: none;
    border-top: solid 1px #c4c4c4;
}

#menu>ul#navlist li a { width: auto; }
#menuhome>ul#navlist li a { width: auto; }

ul#navlist li a:hover, ul#navlist li#active a:hover { color: #000000; }

/* menu sub */

#menu {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border-bottom: solid 1px #c4c4c4;
}

#menu a:link, #menu a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu a:focus {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu li ul li a:link, #menu ul ul li a:visited {
	color: #6699CC;
	font-weight: normal;
	text-decoration: none;
}

#menu li ul li a:hover, #menu ul ul li a:active, #menu ul ul li a:focus {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#menu a.selected:link, #menu a.selected:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu li ul li a.selected:link, #menu li ul li a.selected:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

ul#navlist2 {
    text-align: left;
    list-style: none;
    padding: 0 0 2px 0;
    margin: 0 auto;
    width: 130px;
    border-top: 0;
}

ul#navlist2 li {
    display: block;
    margin: 0;
    padding: 0;
}

ul#navlist2 li a {
    display: block;
    background-image: none;
    border-top: 0;
    padding: 0.2em 0 0.2em 2em;
}

#menu>ul#navlist2 li a { width: auto; }
#menuhome>ul#navlist2 li a { width: auto; }

/* End menu */ 

#advisersite {
    float:right;
    padding-right:5px;
    padding-top:100px
}

#click {
    float:left;
    padding-top: 9px;
    padding-left: 160px;
}

#content {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
    text-align: left;
}

#content h1 {
    font-family:arial;
	font-size: 18px;
	font-weight: bold;
	color: #3D64B2;
	width: 434px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#content h2 {
    font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3D64B2;
}

#content ul {
	list-style-image: url(../../images/o_arrow.gif);
}

#content ul li {
	margin-bottom: 5px;
}

#homecontent {
    width: 450px;
    margin-bottom: 20px;
}

#house {
	background-image: url(../../images/mi_house.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.resources {
 width: 150px;
 position: relative;
 float: left;
 margin: 0 10px 0 10px;
 text-align: center;
 text-align: left;
}

/* Start contact */ 
  
#address {
    position:relative;
    width:160px;
    border: 0px solid #cccccc;
    float: left;
    height:130px;
    margin-left:15px; 
}
  
#tel {
    position:relative;
    float: left;
    border: 0px solid #cccccc;
    width:160px;
    height:130px;
}

#fax {
    position:relative;
    float: left;
    border: 0px solid #cccccc;
    width:150px;
    height:130px;
}

#email {
    border: 0px solid #cccccc;
    width:210px;
    height:130px;
    float: left;
}

#contactform {
    width: 350px;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 185px;
}

#contactform p {
    clear: inherit;
    margin: 0;
    padding: 5px 0 4px 0;
}

#contactform label {
    float: left;
    color: #333333;
    text-align:right;
    margin-left: -200px; 
    margin-right: 20px;
    width: 150px;
}

#contactform input[type="text"]{
    width: 180px;
    height: 18px;
}

#contactform textarea {
    width: 320px;
    height: 70px;
}

#contactform select {
    font-size:12px;
    width: 150px;
    height: 18px;
    color: #333333;
}

.name {
    color: #9A2929;
    font-weight:bold;
    font-size: 11px;
    text-align: right;
}

.address {
    font-size: 12px;
    color: #9A2929;
    font-weight:bold;
    margin-left:15px;
    line-height: 16px;
}
/* End contact */

/* Start Footer */

#wise {
    border: 0px solid #cccccc;
    width: 350px;
    padding-top:8px;
    font-family:Verdana;
    font-size: 10px;
    position:absolute; 
    color: #999999
}

#close {
    border: 0px solid #cccccc;
    width: 350px;
    font-family:Verdana;
    font-size: 10px;
    float: right;
    padding-top:0px;
    text-align: right;
    color: #999999
}

#footermenu {
    border: 0px solid #cccccc;
    width: 750px;
    font-family:Verdana;
    font-size: 10px;
    padding-top:0px;
    text-align: left;
}

#footermenu {
    color: #999999;
}

#footer a {
    font-family:Verdana;
    font-size: 10px;
    padding-top:0px;
    text-decoration: none;
    color: #999999
}

#footer p {
    line-height: 15px;   
}

/* End Footer */
