/**

*** A Free Template by joomlajunkie.com

*** @version 1.0

*** @copyright (C) 2005-2006 by - Joomla Junkie

*** @web http://www.joomlajunkie.com

**/



/***This css file manages the asthetic layout,

dimensions etc***/



body {

text-align: center;

margin: 0;

margin-top: 1px;

}



#wrapper {

position: relative;

width: 990px;

margin: 0;

padding: 0;

margin: 0 auto;

text-align:left;

z-index: 1;

}



#top_a {

height: 45px;

width: 990px;

padding: 0;

margin: 0;

line-height: 33px;

background-image:url(../images/top_bar.gif);
background-repeat:no-repeat;

}



#top_a_left {

float: left;

margin-left: 10px;

display: inline;

}



#top_a_right {

float: right;

margin-right: 20px;

}



#branding_header {

width: 990px;

background-color:#99CCCC;

color:#ddffdd;

height: 177px;

margin: 0;

padding: 0;

}



#top_nav {

height: 33px;

width: 990px;

margin: 0;

padding: 0;

background-image:url(../images/bg_top_nav.gif);

}



#top_shelf {

border-top: 10px solid #E4E9AB;

width: 780px;

margin: 0;

padding: 0;

overflow: auto;

}



#top_shelf_left {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

display:inline;

}



* html body #top_shelf_left {

width: 246px;

}



#top_shelf_center {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_center {

width: 246px;

}



#top_shelf_right {

float: left;

width: 236px;

padding: 0 5px 0px 5px;

margin-left: 10px;

}



* html body #top_shelf_right {

width: 246px;

}



#top_seperator {

/* background: url(../images/top_seperator_bg.gif) no-repeat; */
background-color:#0000FF;

width: 990px;

height: 20px;

}



#content_wrap {
background: url(../images/content_bg.gif) repeat-y;
background-color:#FFFFFF;
width: 990px;
paading-right:7px;
overflow: auto;

}



#sidebar_left {

background-color:#FFFFFF;

float: left;

width: 190px;

margin-left: 10px;

padding: 0 5px 5px 5px;

margin-top: -7px;

display: inline;

}


* html body #sidebar_left {

width: 200px;

}

#sidebar_right {

background-color:#FFFFFF;

float: right;

width: 190px;

margin-right: 10px;

padding: 0 5px 5px 5px;

margin-top: -7px;

display: inline;

}


* html body #sidebar_right {

width: 200px;

}



#pathway {

float: left;

width: 538px;

margin-left: 11px;

padding: 5px;

}



* html body #pathway {

width: 549px;

}



#main_content {

float: left;

width: 530px;

padding: 10px;

margin-left: 10px;

}



* html body #main_content {

width: 500px;

}



#bottom_seperator {

/* background: #fff url(../images/bottom_seperator_bg.gif) no-repeat; */

background-color:#996699;

width: 990px;

height: 1px;

}



#footer  {

background: url(../images/footer_bg.gif);

background-color:#036194;

width: 985px;

height: 30px;

margin: 0 auto;

clear:both;

padding-top: 5px;

padding-right:5px;

}



#footer_shadow {

/* background: url(../images/footer_shadow_bg.jpg) repeat-x; */

background-color:#05669b;

background-image:url(../images/bottom_page_end.gif);

height: 52px;

width: 990px;

margin: 0;

padding: 0;

}