/*------------------------------------------------------------------
[Master Stylesheet]

Project: Mednet
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 06/23/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header       [#hdr]
3. Navigation   [#nav_main]
4. Content      [#content]
5. Footer       [#ftr]
6. Error        [.err_msg]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html {
    margin-bottom: 1px;
    min-height: 100%;
}

body {
    background-color: #035D7F;
    color: #F0ECD2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    word-spacing: 0px;
}

a { color: #F0ECD2; }
a:hover { color: #EAE4BE; }

h1 {
    font-size: 32px;
    line-height: 42px;
}

h2 {
    font-size: 20px;
    line-height: 34px;
}

p { padding: 8px 0px; }

ul { padding-left: 14px; }

#wrapper {
    background-color: #FFFFFF;
    background-image: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    position: top center;
    width: 960px;
}

.block { display: block; }
.center { text-align: center; }

/*------------------------------------------------------------------
[2. Header / #hdr ]
-------------------------------------------------------------------*/
#hdr {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    height: 212px;
    width: 960px;
}

#hdr_left { float: left; }
#hdr_right { float: right; }

p.content_head {
    font-size: 22px;
    padding: 76px 80px 4px 0px;
    text-align: right;
}

p.content_headsub {
    font-size: 16px;
    padding-right: 80px;
    text-align: right;
}

/*------------------------------------------------------------------
[3. Navigation / #nav_main]
-------------------------------------------------------------------*/
#nav_main {
    background-image: url(../images/nav_main_bg.jpg);
    background-repeat: no-repeat;
    float: left;
    height: 397px;
    padding: 48px 0px 0px 46px;
    width: 296px;
}

#nav_main div { width: 151px; }

#dropmenudiv {
    background-image: url(../images/navigation/navsub_bg_main.gif);
    background-repeat: no-repeat;
    height: 204px;
    padding-top: 13px;
	position: absolute;
	width: 145px;
}

#dropmenudiv a {
	background-image: url(../images/navigation/navsub_bg_link.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #F6F4E4;
	display: block;
	height: 36px;
	padding: 4px 0px 0px 19px;
	text-align: center;
	text-decoration: none;
	width: 124px;
}

#dropmenudiv a.last { background-image: url(../images/navigation/navsub_bg_link_last.gif); }

#dropmenudiv a:hover {
    /*background-color: #C7FF5E;*/
}

#address {
    color: #035D7F;
    font-size: 12px;
    line-height: 14px;
    padding: 48px 0px 0px 12px;
}

/*------------------------------------------------------------------
[4. Content / #content]
-------------------------------------------------------------------*/
#content {
    background-image: url(../images/content_wrapper.gif);
    background-repeat: repeat-y;
    float: right;
    height: 100%;
    padding-left: 24px;
    padding-right: 70px;
    width: 520px;
}

#content a { color: #F0ECD2; }
#content a:hover { color: #EAE4BE; }

#content_bottom {
    background-image: url(../images/content_bottom.jpg);
    background-repeat: no-repeat;
    float: right;
    height: 21px;
    width: 614px;
}

.bio_img {
    float: left;
    width: 128px;
}

.bio_txt {
    float: right;
    width: 388px;
}

.red_divider {
    background-image: url(../images/divider.jpg);
    background-repeat: no-repeat;
    height: 24px;
}

/*------------------------------------------------------------------
[5. Footer ]
-------------------------------------------------------------------*/
#ftr_pre {
    background-image: url(../images/footer_pre.gif);
    background-repeat: no-repeat;
    color: #F6F4E4;
    font-size: 12px;
    height: 50px;
    padding-top: 28px;
    text-align: center;
    width: 960px;
}

#ftr_pre a {
    color: #F6F4E4;
    font-weight: bold;
    text-decoration: none;
}

#ftr_pre a:hover { color: #EAE4BE; }

#ftr {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    font-size: 10px;
    height: 61px;
    width: 960px;
}

#ftr p { text-align: center; }

.clear { clear: both; }
