/*
Theme Name: Custom Wordpress Theme
Theme URI: http://mednet-tech.com
Description: The custom designed wordpress theme for your website.
Version: 1.0
Author: MedNet Technologies
Author URI: http://mednet-tech.com
Tags: mednet, custom
*/
/* RESET - KEEP AT PAGE TOP */	@import "style/css/reset.css";
/* NAV - KEEP AT PAGE TOP */	@import "style/css/nav.css";


/* GLOBALS */
/* ----------------------------------------- */

body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color: 			#000;
	line-height: 	20px;
	}

	
/* BANNER */
/* ----------------------------------------- */

div#mn-banner img {
	float: 			left ;
	}


/* NAVIGATION DETAILS */
/* ----------------------------------------- */

/*  *********************************************  TOPNAV  STYLE *********************************************** */

/** TOP MENU POSITIONING **/
div#mn-topnav #multi-ddm {
	margin: 0 0 0 0;
	}

/** SUBMENU WIDTH **/
#multi-ddm ul, #multi-ddm ul li {	width: 240px; }

/** SUBMENU APPEARANCE **/
#multi-ddm ul {
	background-color:#272822;
		border-top: none;	
		border-right: none;	
		border-bottom: none;	
		border-left: none;	
	border-color: #FFF;
	border-width: 1px;
	}

/** TOP LEVEL LINK APPEARANCE **/
#multi-ddm a {
	padding: 19px 10px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	}
#multi-ddm li {
	border-right: 1px solid #191919;
	border-left: 1px solid #2C2C2C;
	}
	#multi-ddm li:first-child { border-left: none; }
	#multi-ddm li:last-child { border-right: none; }
	#multi-ddm ul li{ border: none; }


/** SUB LEVEL LINK APPEARANCE **/
#multi-ddm ul a {
	padding: 5px 16px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	border: none;
	}

/** TOP/SUB LINK HOVER APPEARANCE **/
#multi-ddm a:hover { color: #94B0B1; }
#multi-ddm ul a:hover {  }



/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content {
	}

div#mn-content p {
	text-align: justify;
	}
	div#mn-content p.noBottomPadding	{
		margin-bottom:0;
		padding-bottom:0;
		}
	div#mn-content p.noTopPadding	{
		margin-top:0;
		padding-top:0;
		}
	div#mn-content p.noPadding	{
		margin-top:0;
		padding-top:0;				
		margin-bottom:0;
		padding-bottom:0;
		}			
	div#mn-content strong {
		}

div#mn-content ul {
		margin:0;
		padding: 15px 0 15px 20px;
		}
	div#mn-content li {
		padding-left: 5px;
		text-align: justify;
		}

div#mn-content ul ul {
		margin:0;
		padding: 0 0 15px 20px;
		}


div#mn-content a {
	color:#1E524E;
	text-decoration:underline;
	}
	div#mn-content a:hover {
		color:#000;
		}




/*  *********************************************  SIDEBAR  STYLE *********************************************** */

div#mn-sidebar p {
	}
	div#mn-sidebar strong {
		}

div#mn-sidebar ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	}
	div#mn-sidebar ul li {
		clear: left;
		float: left;
		width: 100%;
		}

div#mn-sidebar ul ul {
	margin: 0 0 0 0;
	line-height:28px;
	border-top: 1px solid #777;
	}
	div#mn-sidebar ul ul li {
		border-bottom: 1px solid #777;
		}

div#mn-sidebar a {
	color:#000;
	margin:2px 0 2px 0;
	padding:0 0 0 10px;
	display:block;
	}
	div#mn-sidebar a:hover {
		color: #E2D9C8;
		background-color:#102A27;
		}

div#mn-sidebar a.img {
	margin:0;
	padding:0;
	display:block;
	}
	div#mn-sidebar a.img:hover {
		}




/*  *********************************************  FOOTER  STYLE *********************************************** */

div#mn-footer {
	line-height: 20px;
	font-size: 11px;
	color: #777;
	}
#mn-footer a {
	color: #FFF;
	}
	#mn-footer a:hover {
		text-decoration:underline;
		}

	
	
/*  *********************************************  HEADER TAGS *********************************************** */

H1, #mn-sidebar .header, H2, H3, H4 {
	font-family: "Gill Sans", "Gill Sans MT", Tahoma, Arial, sans-serif;
	font-weight: normal;
	color:#1E524E;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	font-size: 24px;
	text-decoration: none;
	display: block;
	}

H2 {
	padding: 20px 0 0 0;
	font-size: 20px;
	}

H3 {
	padding: 20px 0 0 0;
	font-size: 16px;
	}

H4	{
	font-family:Tahoma, Arial, sans-serif;
	padding:0;
	font-size:15px;
	font-weight:bold;
	}


/*  *********************************************   PICTURES   *********************************************** */

.picborder, .picRight, .picLeft {
	border: 1px solid #CCCCCC;
	margin-top:5px;
	}
	.picRight {
		float:right;
		margin-left:20px;
		}
	.picLeft {
		float:left;
		margin-right:20px;
		}

.picRightnoborder {
	float:right; 
	margin-left:20px;
	}

.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}


.mapborder	{
	border: 1px solid #CCCCCC;
	margin-top:5px;
	}


.adobeLogo {
	border: 1px solid #CCCCCC;
	margin-top:5px;
	float:left;
	margin-right:5px;
		}

/*  *********************************************   CONTENT ELEMENTS  *********************************************** */


.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }


hr {
	width: 80%;
	border: none;
	border-top: 1px solid #CCC;
	text-align: center;
	margin: 10px auto;
	}

.button {
	border: 1px solid #333; 
	background: #FFF; 
	padding: 3px 8px; 
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	}
.button:hover {
	background: #F44;
	color: #FFF;
	}

#searchform {
	margin: 30px 0 10px;
	text-align: center;
	}
	#searchform #s {
		width: 70%;
		}
	#searchform #searchsubmit {
		width: 25%;
		}


/*  *********************************************   QUICKCONTACT  *********************************************** */


div#quickcontact {
	float: left;
	margin: 11px 0 0 0px;
	width: 233px;
	}
.inputSelectquick, .inputCommentquick {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #1E524E;
	padding: 4px 8px;
	margin: 3px 4px 0 0;
	}
.inputSelectquick {
	display: block;
	clear: left;
	color: #493D2C;
	width:215px;
	background-color: #FFF;
	}
.inputCommentquick {
	color: #493D2C;
	width:215px;
	background-color: #FFF;
	}
.inputButtonquick {
	float: right;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	margin: 3px 0 20px 0;
	padding: 6px 16px;
	border: none;
	background: #1E524E;
	font-size: 11px;
	}
div#quickcontact .captcha {
	float: left;
	background: #FFF;
	height: 34px;
	width: 219px; 
	margin: 4px 0;
	padding: 2px 6px;
	border: 1px solid #1E524E;
	}
div#quickcontact .field {
	clear: left;
	margin-bottom: 5px;
	}
div#quickcontact .captcha div {
	float: left;
	margin-right: 2px;
	}
	div#quickcontact .captcha div.last {
		margin-right: 0px;
		}
div#quickcontact #code {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 24px;
	margin: 0;
	padding: 8px 2px 0px 2px;
	color: #000000;
	text-align: center;
	width:50px;
	background-color: #FFF;
	}

		
		
		
/***************** PDF Lists *******************/

div#mn-content .pdflist	{
			font-family: Arial, Helvetica, sans-serif;
			font-style:normal;
			margin-left: 5px;
			padding-left: 0px;
			}
	
		div#mn-content .pdflist ul {
				list-style:none;
				margin:0;
				padding:0;
				}
		
		div#mn-content .pdflist ul li	{
				background-repeat:no-repeat;
				padding: 0 0 0 25px;
				margin: 0;
				background-image:url(style/images/pdf-icon.gif);
				}
		
		div#mn-content .pdflist ul li a	{
				color:#1E524E;
				text-decoration:underline;
				}
	
		div#mn-content .pdflist ul li a:hover {
				color: #000;
				text-decoration:underline;
				}

	
div.spacer{clear:both; height:5px; display:block;}
div.spacer2{clear:both; height:0px; display:block;}

/* global  back to top */
.backtotop.globalb2t {
	margin:0 60px 20px 0;
	padding:0;
	float:right;
	color:#CCFF00;
	width:100px;
	text-align:right;
	}
	
	.backtotop.globalb2t a {
	color:#1E524E;
	text-decoration:underline;
	}
	.backtotop.globalb2t a:hover {
	color:#000;
	}