@charset "UTF-8";
/* CSS Document */

/*

1. LAYOUT
2. SIDEBAR
3. MENU
4. FOOTER
5. LINKS
6. TYPOGRAPHY
7. SEARCH
8. IMAGES
9. FORMS

*/

/* ------- LAYOUT ------- */

html {
	height: 101%;
}
body {
	padding: 0px;
	text-align: center;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #e5f5f5;
}
#headerbg {
	padding: 0px;
	background-color: #339999;
	text-align: center;
	margin: 0px;
	width: 100%;
	background-image: url(../../uploads/images/Template/medico-legal-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#containerbg {
	padding: 0px;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	width: 100%;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 290px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cedcdc;
}

/* ------- SIDEBAR ------- */

#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#sidebarRight a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#sidebarRight a:hover {
	border-bottom-width: 0px;
	border-bottom-style: none;
	color: #339999;
}
#sidebarRight ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebarRight li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}

/* ------- MENU ------- */

#menubg {
	padding: 0px;
	background-color: #000;
	background-image: url(../../uploads/images/Template/form_office_interiors_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 40px;
	width: 100%;
}
#menu {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 -20px;
	padding-left: 0;
}
#menu li {
	float: left;
	position: relative;
}
#menu a {
	color: #b2b2b2;
	display: block;
	line-height: 40px; /* Same as below */
	text-decoration: none;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#menu ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px; /* Same as above */
	left: 0;
	width: 198px;
	z-index: 99999;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
/* Drop-down Menu */
#menu ul ul a {
	color: #b2b2b2;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 18px;
	width: 168px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4d4d4d;
	border-right-width: 0px;
	border-right-style: none;
	background-image: url(../../uploads/images/Template/sub-nav-bg.png);
	background-repeat: repeat;
	text-transform: none;
	text-align: left;
}
/* Drop-down Menu Hover */
#menu li:hover > a,
#menu ul ul :hover > a {
	background-color: #000;
	color: #FFFFFF;
}
/* Main Menu Hover */
#menu li:hover > a {
	color: #FFFFFF;
	background-color: #333333;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current_page_item a {
	color: #FFF;
}

/* ------- FOOTER ------- */

#footerbg {
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cedcdc;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: left;
}
#footer p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#footer a:hover {
	color: #339999;
	text-decoration: underline;
}

/* ------- LINKS ------- */

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #399;
	text-decoration: underline;
}

/* ------- TYPOGRAPHY ------- */

h1 {
	font-weight: normal;
	color: #336699;
	padding: 0px;
	font-size: 22px;
	line-height: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h2 {
	font-weight: bold;
	color: #336699;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 16px;
	margin-bottom: 2px;
	line-height: 21px;
}
h3 {
	font-weight: bold;
	color: #336699;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
h4 {
	font-weight: bold;
	color: #399;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 19px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 18px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: disc;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 18px;
}
.date {
	color: #b2b2b2;
}
.green {
	color: #399;
}

/* ------- SEARCH ------- */

#searchBox {
	background-image: url(../../uploads/images/Template/search-bg.gif);
	padding: 0px;
	height: 40px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.searchField {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
	background-color: none;
	height: 20px;
	width: 150px;
}
#searchBox a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

/* ------- IMAGES ------- */

.imageRight {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #e9e9e9;
}

/* ------- FORMS ------- */

.fieldSingle input {
	padding: 5px;
	float: left;
	border: 0px none #e9e9e9;
	background-color: #e9e9e9;
	margin: 0px;
	height: 30px;
	width: 260px;
}
.fieldMultiple textarea {
	padding: 5px;
	float: right;
	border: 0px none #e9e9e9;
	background-color: #e9e9e9;
	margin: 0px;
	width: 260px;
}
#form p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 18px;
}

.publication_item {
        margin-left:30px;
        font-size: 13px;
        margin-bottom:10px;
}

.error_message {
	color:#990000;
	text-align: center;
	border: 1px solid #990000;
	padding: 5px;
	background-color:#FCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.error_message ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* Stylesheet: Default Modified On 2012-02-01 15:51:34 */
