/* Med Access Styles - 2007 */

/* 
COLOURS 
yellow - #FEB800
blue - #2D567A
red - #D20000
*/

html, body {
height:100%;
}

/*body {
width:100%;
background:#f7f7f7 url(images/topbar_bg.gif) repeat-x top;
}*/

body {
width:100%;
background:#f7f7f7 url(images/header_bg_new.gif) repeat-x top;
}

* {
margin:0;
padding:0;
border:0;
font-family:verdana, arial, helvetica, sans-serif;
color:#444;
list-style:none;
background:transparent;
}

#wrap {
margin:auto;
min-height:100%;
position:relative;
width:100%;
}

* html #wrap {
height:100%;
}

#headerbox {
position:relative;
margin:auto;
width:666px;
height:280px;
}

#logo {
width:448px;
height:280px;
position:relative;
z-index:100;
left:0;
float:left;
}

#newlogo {
width:570px;
height:170px;
margin:auto;
}

.clear {
clear:both;
margin-top:0;
height:1px;
width:100%;
overflow:hidden;
} 

#content {
margin:0 5%;
position:relative;
padding-bottom:20px;
}

#footer {
width:100%;
height:20px;
text-align:center;
font-size:10px;
}
/* MENU STYLE */

#menu {
position:relative;
float:left;
width:218px;
height:260px;
z-index:100;
margin:10px 20px 10px 0;
}


#menu li {
width:168px;
color:white;
padding-right:50px;
text-align:right;
}

#menu li strong {
color:white;
text-align:left;
font-size:12px;
}

#menu li a {
color:white;
text-decoration:underline;
font-size:12px;
}

#menu li a:hover {
color:white;
text-decoration:none;
font-size:12px;
}

#menu_01 {
height:10px;
background:#f7f7f7 url(images/menu_01.gif) no-repeat;
}

#menu_02 {
background:#f7f7f7 url(images/menu_0102.gif) no-repeat;
height:20px;
padding-top:10px;
}

#menu_03 {
background:#f7f7f7 url(images/menu_03.gif) no-repeat;
height:20px;
}

#menu_04 {
background:#f7f7f7 url(images/menu_04.gif) no-repeat;
height:19px;
padding-top:1px;
}
#menu_05 {
background:#f7f7f7 url(images/menu_05.gif) no-repeat;
height:20px;
}

#menu_06 {
background:#f7f7f7 url(images/menu_06.gif) no-repeat;
height:20px;
}

#menu_07 {
background:#f7f7f7 url(images/menu_07.gif) no-repeat;
height:20px;
}

#menu_08 {
background:#f7f7f7 url(images/menu_08.gif) no-repeat;
height:20px;
}

#menu_09 {
background:#f7f7f7 url(images/menu_09.gif) no-repeat;
height:20px;
}

#menu_10 {
background:#f7f7f7 url(images/menu_10.gif) no-repeat;
height:20px;
}

#menu_11 {
background:#f7f7f7 url(images/menu_11.gif) no-repeat;
height:20px;
}

#menu_12 {
background:#f7f7f7 url(images/menu_12.gif) no-repeat;
height:20px;
}

#menu_13 {
background:#f7f7f7 url(images/menu_1314.gif) no-repeat;
height:20px;
padding-bottom:10px;
}

#menu_14 {
background:#f7f7f7 url(images/menu_14.gif) no-repeat;
height:10px;
}

/* FONT STYLES */

h1 {
margin:15px 20px;
padding:2px;
border-bottom:1px solid #9E9F40;
font-size:14px;
font-weight:bold;
color:#2D567A;
}

h2 {
margin:15px 40px;
padding:2px;
font-size:15px;
font-weight:bold;
color:#2D567A;
border-bottom:2px solid #aaa;
}

h3 {
margin:15px 50px;
padding:2px;
font-size:12px;
color:#9E9F40;
}

p {
margin:5px 60px;
padding:2px;
line-height:18px;
font-size:12px;
}

a {
color:#2D567A;
text-decoration:underline;
}

a:hover {
color:#2D567A;
text-decoration:none;
}

/* lists */

.plainlist {
/*margin:10px 100px 10px 280px;*/
margin:10px 190px;
padding:10px;
}

.plainlist li {
list-style:disc inside;
color:#2D567A;
font-size:12px;
line-height:18px;
padding:2px;
font-weight:strong;
}

.plainlist2 {
/*margin:10px 100px 10px 280px;*/
margin:10px 190px;
background-color:#eee;
padding:10px;
border:1px solid #aaa;
}

.plainlist2 li {
list-style:disc outside;
margin-left:10px;
color:#2D567A;
font-size:12px;
line-height:18px;
padding:2px;
font-weight:strong;
}

/* CONTACT PAGE LAYOUT */

#contact_left {
float:left;
}

form {
float:right;
border-left:1px solid #aaa;
font-size:11px;
}

fieldset {
height:50px;
background:#f7f7f7
}

#inquiry {
height:145px;
background:#f7f7f7;
}

label {
}

input {
border-top:1px solid #444;
border-left:1px solid #444;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
background-color:#f7f7f7;
margin:5px;
padding:2px;
}

textarea {
width:200px;
height:100px;
border-top:1px solid #444;
border-left:1px solid #444;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
background-color:#f7f7f7;
font-size:11px;
}