/*

Theme Name: MedLink
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .95em;
margin: 0px;
text-align: center;
background: #91A9B3;
color: #125E3D;
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}


#wrap
{
position: relative;
margin: 69px auto 15px auto;
width: 800px;
}

#header
{
position: relative;
height: 157px;
background: url(img/logo.gif) top left no-repeat;
}

#homelink
{
position: absolute;
width: 350px;
height: 75px;
top: 41px;
left: 26px;
}

#people
{
position: relative;
float: right;
height: 157px;
width: 398px;
background: url(img/people.gif) top right no-repeat;
}





#page
{
position: relative;
border-top: 2px solid #010101;
background: #fff url(img/sbbg.gif) top left repeat-y;
}

#styler
{
position: absolute;
left: 0px;
bottom: 0px;
height: 309px;
width: 259px;
background: url(img/styler.gif) bottom left no-repeat;
}


#sidebar
{
position: relative;
float: left;
padding: 10px 0 320px 0;
width: 211px;
}

#nav
{
position: relative;
font-size: 1.2em;
}

#nav li
{
position: relative;
width: 211px;
text-align: right;
background: url(img/break.gif) bottom left repeat-x;
}

#nav li a
{
position: relative;
width: 201px;
padding: 7px 10px 9px 0;
display: block;
color: #fff;
}

#nav li ul
{
position: absolute;
text-align: left;
left: -999em;
top: 0px;
background: #CB8433;
border-left: 2px solid #fff;
}

#nav li:hover ul, #nav li.sfhover ul
{
left: 211px;
width: 180px;
font-size: .9em;
}

#nav li ul li
{
position: relative;
width: 180px;
}

#nav li ul li a
{
text-align: left;
padding: 3px 5px 3px 8px;
font-weight: bold;
}

#nav li ul li a:hover
{
color: #121212;
}

#agents
{
position: relative;
padding-top: 25px;
text-align: center;
}

#agents a
{
position: relative;
margin-left: 22px;
display: block;
height: 36px;
width: 165px;
background: url(img/agent.gif) top left;
}






#content
{
position: relative;
float: right;
padding: 10px 37px 15px 0;
width: 490px;
text-align: left;
font-size: .9em;
color: #121212;
}

#content h1
{
position: relative;
font-size: 1.5em;
color: #004964;
}

#content ul
{
	clear: both;
	list-style-type: disc;
}

#content ol
{
clear: both;
list-style-type: decimal;

}

/* That last one was edited by JW */


#content a
{
color: #004964;	
}

#content p
{
position: relative;
line-height: 1.5em;
padding: .75em 0 .75em 0;
}




#footer
{
position: relative;
border-bottom: 1px solid #fff;
font-size: .8em;
color: #fff;
padding: 7px 0 7px 0;
background: #024965;
border-top: 4px solid #CC8432;
}

.commentlist li
{
position: relative;
padding: 10px;
border: 1px solid #ddd;
background: #fefefe;
margin-bottom: 10px;	
}

#comment
{
width: 400px;
padding: 4px;
border: 1px solid #ddd;
}

#commentform input
{
padding: 4px;
border: 1px solid #ddd;
}





