
/* Template CSS Style */
/* Created by Matthew Gyurgyik */
/* December 17, 2008 */

body{
	background-image:url("/images/bgpattern.gif");
	font-family:Verdana;
}

img {
	border:none;
}

#sddm li
{	margin: 0;
	padding: 0px 5px;
	list-style: none;
	float: left;
}

#sddm li a
{	
	display: block;
	/*margin: 0 1px 0 0;*/
	/*padding: 4px 10px;*/
	/*width: 60px;*/
	/*background: #5970B2;*/
	color: #FFF;
	/*text-align: center;*/
	text-decoration: none;
	text-align: center;
}


#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #000;
	margin-left: 20px;
	width: 120px;
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/*color: #2875DE;*/
	color: #680000;
	text-align: center;
	font-size: 16px;
}

#sddm div a:hover
{
	/*background: #49A3FF;*/
	/*color: #ff4646;*/
	color: #990000;
    background-color: #f7f7dd;
}




/* Header Image 
 * Display over all elements on the page
 *
*/
#header {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
}

/* Navigation Bar */

#navbar {
	background-image:url("../images/topbar.jpg");
	position: relative;
	z-index: 7;
	height: 55px;
	width: 810px;
	margin-left: 210px;
	margin-top: 50px;
	padding: 0px;
}

#navbar ul {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	/*white-space: nowrap;*/
}

/*Sidebar */

#sidebar {
	background-image:url("/images/side.jpg");
	width: 177px;
	float: left;
	margin-left: 18px;
	/*
     * Making sure sidebar is behind the bg image
     * When z-index is less than 0 then links become unclickable
     */
	position: relative;
    z-index: 0;
    padding-bottom: 20px;
}

#sidebar ul {
	position: relative;
	z-index: 10;
}

/* Links on the side for sidebar */
#perferedProviders
{
	background-image:url("../images/prefer.png");
	width: 186px;
	height: 305px;
	margin-top: 170px;
}

#perferedProviders a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
}

#perferedProviders a:hover
{
	color: #FAFAC8;
}

#perferedProviders ul
{
	margin: 0px;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
    width: 130px;
	padding: 17px 0px 0px 25px;
}

#perferedProviders ul li {
	/*padding-top: 12px;*/
    line-height: 32px;
    /*text-align: center;*/
}

/* Area in which picture is located and background image is in. */



#content {
	/*position: absolute;*/	
	position: relative;	
	z-index: 5;
	width: 846px;
    border: 5px solid #FFFFFF;
	margin: 0px;
   /*margin-top: -25px;*/
	padding: 0px;
	margin-left: 195px;
}


#footer{
	width: 928px; /* Set to width of the background image */
	font-size:10pt;
	margin-left: 195px;
    color:white;
    text-align: center;
    padding-top: 5px;
}




