/**
* Joomla! Template by DProg
* @version 2.0
* @copyright (C) 2004-2008 DProg - Philippe Docourt. All rights reserved.
* @license GNU/GPL
* @web http://www.dprog.net
**/

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

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

#viewport {
	width: 994px;
	margin: 0px auto 0px auto;
}

#page_wrapper {
	position: relative;
	float: left;
	width: 994px;
	margin: 10px auto 10px auto;
}

#page_border {
	float: left;
	width: 964px;
	padding: 15px;
	padding-bottom: 5px;
}

#page_content {
	float: left;
	width: 964px;
}

#mod_search_searchword {
    padding-top:     3px;
    padding-bottom:  2px;
    padding-left:    5px;
    width:       219px;
    height:      16px;
    margin-top:  2px;
    margin-right:  2px;
}

#header {
    width:  964px;
    height: 90px;
}

#logo {
    float: left;
	width: 250px;
}

#slogan {
	width: 250px;
	clear: left;
}

#top_news {
    width:               400px;
    float: right;
}

#top_menu {
    width:         auto; 
    height:        23px;
    padding-right: 0px;
	clear: both;
}

#pathway_row {
    height:      33px;
    width:       964px;
	padding-top: 7px;
	clear: both;
}

#breadcrumb {
	float: left;
	padding-left: 5px;
	padding-top: 4px;
}

/*
#pathway_row p {
    padding-left: 10px;
    padding-top:  12px;
}*/

#search {
     float:      right;
     padding-right: 5px;
	 /*display: inline;*/
}

#content_separator {
	width: 964px;
    height: 20px;
	float: left;
	clear: both;
}

#content_wrapper {
	width: 964px;
	float: left;
	clear: both;
}

#left_sidebar {
	float: left;
	width: 180px;
	padding: 10px;
}

#right_sidebar {
	float: right;
	width: 180px;
	padding: 10px;
}

#main_content {
	float: left;
	width: 544px;
	padding: 10px;
}

#footer{
	width: 964px;
	float: left;
	margin-top:5px;
	clear:both;
}
