
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFF url(images/meditrend-bar.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8C8C8C;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #2D2D2D;
}

h1 {
	padding: 0px 0px 30px 0px;
	font-size: 2.50em;
}

h2 {
	padding: 0px 0px 20px 0px;
	font-size: 1.50em;
}

h3 {
	padding: 0px 0px 15px 0px;
	font-size: 0.5em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #2D2D2D;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}



/** WRAPPER */

#wrapper {
}

.container {
	width: 1350px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 140px;
	background: url(images/background.png) repeat left top;
}

/** LOGO */

#logo {
	height: 140px;
	padding: 10px 0px 0px 20px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 5em;
}

#logo p {
	margin-top: -20px;
	padding: 0px 0px 0px 50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #000000;
}

#logo p a {
	color: #000000;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #054175;
}

/** MENU */

#menu {
	overflow: hidden;
	height: 50px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 30px 0px 30px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}

#menu .current_page_item a {
}

#menu .last {
	border-right: none;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 50px 0px 40px 0px;
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
}

/** SIDEBAR 1 */

#sidebar1 {
	float: left;
	width: 250px;
	padding-left: 10px;
	margin-right: 50px;
}

#sidebar1 #box1 {
	margin-bottom: 30px;
}

/** SIDEBAR 2 */

#sidebar2 {
	float: right;
	width: 350px;
}

/* Footer */

#footer {
	overflow: hidden;
	padding: 50px 0px 30px 0px;
	border-top: 1px solid #E5E5E5;
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
	
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 4 */

ul.style4 {
	margin: 0px;
	padding: 0px 0px 5px 10px;
}

ul.style4 li {
	padding: 5px 0px 5px 5px;
	list-style-type:disc
}

ul.style4 .second {
	padding: 0px 0px 0px 5px;
	border-top: none;
	list-style-type:disc
}

ul.style4 .third {
	padding: 0px 5px 5px 5px;
	border-top: none;
	list-style-type:disc
}
/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.50em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
	
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style3 .second {
	padding: 0px 0px 10px 0px;
	border-top: none;
}

/* List style 5 */

ul.style5 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style5 li {
	padding: 0px 5px 5px 5px;
	list-style-type:disc

}

ul.style5 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style5 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style5 .first {
	padding: 0px 0px 0px 0px;
	border-top: none;
	list-style-type:none
}

ul.style5 .second {
	margin-left: 20px;
	padding: 0px 0px 0px 5px;
	border-top: none;
}

ul.style5 .third {
	margin-left: 40px;
	padding: 3px 0px 5px 5px;
	border-top: none;
	list-style-type:disc
}

ul.style5 .fourth {
	margin-left: 60px;
	padding: 0px 0px 0px 5px;
	border-top: none;
	list-style-type:disc
}

ul.style5 .fifth {
	margin-left: 80px;
	padding: 0px 0px 0px 5px;
	border-top: none;
	list-style-type:disc
}

ul.style5 .sixth {
	margin-left: 80px;
	padding: 0px 0px 0px 5px;
	border-top: none;
	display: inline
}

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
.boxes1 li {
	width:280px;
	float:left;
	color:#ffffff;
	margin:0 0px;
	list-style:none;	
}

.boxes1 li .boxPic1 {
	margin:20px 10px 20px 0px;
}

.boxes1 li h2, .boxes1 li p, .boxes1 li h3 {
	padding:20px 20px 0 10px;
}

.boxes1 li .button1 {
	padding:10px 200px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shadowStyle {
	border-radius:10px;

}
        .black_overlay{
            display: none;
            position: absolute;
            top: 50%;
            left: 20%;
            width: 63%;
            height: 80%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 60%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 16px;
            border: 10px solid #CC0000;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }

