/*
Credit: Zaigham Rana
*/

/* Neutralize styling: 
Elements we want to clean out entirely
and we reset the base font-size to 10px
---------------------------------------------------------------- */
html, body {
margin: 0;
padding: 0;
font: normal 100.01%/1.5em Arial, sans-serif;
}

html { font-size: 52.5%; } /* 1em = 10px */
html { font-size: 76%; } /* override it ... go bigger */

/* Neutralize styling: 
Elements with a vertical margin
---------------------------------------------------------------- */
h1, h2, h3, p, ul, ol {
margin:  .5em 0;
padding: 0;
}

/* Miscellaneous conveniences
---------------------------------------------------------------- */
html {
height: 100%;
margin: 0 0 1px;
padding: 0;
}

body {
color: #000;
background:#fff url("../img/a4m_bg_dots.gif") 50% 0;
margin:0;
padding:0 10px;    
height: 100%;
text-align: center; /* for our good friend mr. ie5... */
}
.clear {
clear: both;
line-height: 1px;
font-size: 1px;
height: 1px;
margin-top: -1px;
visibility: hidden;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3 {
font-family: Arial, sans-serif; 
font-weight: normal;
line-height: 1.1em;
color:#660000;
padding-bottom: 3px;
border-bottom: 2px solid #0D3692;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }

p, ul, ol, td { color: #660000; }

/* Layout
------------------------------------------------ */

#shadow {
margin: 0 auto;
width: 779px;
border: none;
border-top: 0;
text-align: left; /* reset it all b/c of ie5 */
}

#container {
width: 775px;
background:#fff url("../img/a4m_bg_dots.gif") 50% 0;
border: none;
border-top: 0;
}

#header {
float:right;
}

#strap {
padding:100px 0 0 15px;
}

#content {
background:transparent url 50% 0;
padding: 15px 25px 0 15px;
float: left;
width: 485px;
}

#content a {
color: #660000;
text-decoration:underline;
}

#content a:hover {
color: #0D3692;
text-decoration:underline;
}


#right_col {
width: 210px;
float: right;
padding: 15px 10px 0 5px;
}

#sidebar {
background:transparent url 50% 0;
/*  background-color: #fff; */
}

/* Footer Styling
------------------------------------------------ */

#footer p {
padding: 17px 0 0 0;
margin: 0;
color: #660000;
}
#footer a {
color: #660000;
}
#footer a:hover {
color: #ffffff;
}


#footer {
width:510px;
font-size: 90%;
background: transparent url(../img/a4m_footer.gif) no-repeat top left;
font-weight:bold;
text-align:center;
padding: 0 0 50px 0;
margin: 20px 0 0 15px;
clear: both;
color: #ff0000;
}

#skip { display: none; }
/* Content formating
------------------------------------------------ */
p {
padding: .5em 0 .5em 0;
}

p.intro {
font-weight: bold;
}


/* NAV
------------------------------------------------ */

#sidebar ul { 
width: 210px;
}

#sidebar ul {
padding:0;
margin:0;
}
#sidebar ul li { 
list-style: none;
margin: 0;
padding: 0;
}

#submenu {
margin:0;
padding:0;
width:210px;
float:left;
font-weight:bold;
}

ul.vertmenu {
margin:10px 1px 10px 1px;
}

ul.vertmenu li {
list-style:none;
padding-top:0.2em;
padding-bottom:0.2em;
}

ul.vertsubmenu {
list-style:none;
margin-left:0;
padding-left:0;
}	

ul.vertmenu li.aboutus a,
ul.vertmenu li.needs a,
ul.vertmenu li.services a,
ul.vertmenu li.clients a,
ul.vertmenu li.testimonials a,
ul.vertmenu li.contact a,
ul.vertmenu li.docs a
{
background:url(../img/folder_blue.jpg) no-repeat left;
padding-top:0.25em;
padding-bottom:0.25em;
padding-left:1.5em;
text-decoration:none;
color:#660000;
}

ul.vertmenu li.aboutus a:hover,
ul.vertmenu li.needs a:hover,
ul.vertmenu li.services a:hover,
ul.vertmenu li.clients a:hover,
ul.vertmenu li.testimonials a:hover,
ul.vertmenu li.contact a:hover,
ul.vertmenu li.docs a:hover
{
padding-left:1.5em;
color:#0D3692;
background:url(../img/folder_red.gif) no-repeat left; 
}

body#aboutus ul.vertmenu li.aboutus a,
body#needs ul.vertmenu li.needs a,
body#services ul.vertmenu li.services a,
body#clients ul.vertmenu li.clients a,
body#testimonials ul.vertmenu li.testimonials a,
body#contact ul.vertmenu li.contact a,
body#docs ul.vertmenu li.docs a
{
background:url(../img/folder_open.gif) no-repeat left;
padding-top:0.25em;
padding-bottom:0.25em;
padding-left:1.5em;
text-decoration:none;
color:#0D3692;
}
