/***********************************************/
/*          Copyright WEBspinning 2007         */
/*                General Style                */
/***********************************************/

body {
	margin: 5px 1px 0px 1px;
	text-align: left;
/*	background: #000000; */
	color: #0f0f0f;
}

h1 {
	color: #0f0f0f;
	font: 20px Verdana, Arial, sans-serif;
	font-weight: bold; 
	padding: 10px 0px 3px 20px; /* top, right, bottom, left */ 
}

h2 {
	color: #0f0f0f; 
	font: 16px Verdana, Arial, sans-serif; 
	font-weight: bold; 
	padding: 3px 0px 1px 20px; /* top, right, bottom, left */ 
}

ul, ol, td, blockquote {
	color: #0f0f0f;
	font: 14px Verdana, Arial, sans-serif; 
    list-style:disc;
}

a {
	font: 14px Verdana,Arial,sans-serif;
	font-weight: normal;
/*	line-height: 20px; */
	white-space: nowrap;
	text-decoration: none; 
	list-style:disc;
	color: #0f0f0f; 
}

a:hover {
	font: 14px Verdana,Arial,sans-serif;
	font-weight: normal;
/*	line-height: 20px; */
	white-space: nowrap;
	text-decoration: underline; 
	color: #ffffff; 
}

p {
	color: #0f0f0f;
	font: 14px Verdana, Arial, sans-serif; 
/*	line-height: 17px; */
	padding: 0px 20px 1px 20px; /* top, right, bottom, left */	
}

img {
	border-color: #b3b3b3;
}

.bullet {
	padding: 0px 0px 0px 50px; /* top, right, bottom, left */	
}

.minimum {
height:425px;
min-height: 425px;
}


/***********************************************/
/*                   Footer                    */
/***********************************************/

.copy {
	font: 10px Verdana, Arial, sans-serif; 
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px; /* top, right, bottom, left */ 
}

.copy a {
	font: 10px Verdana, Arial, sans-serif; 
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px; /* top, right, bottom, left */ 
}

.copy a:hover {
	font: 10px Verdana, Arial, sans-serif; 
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px; /* top, right, bottom, left */ 
}



/***********************************************/
/*          Navigation Links Styling           */
/***********************************************/

div#links {
	background: #827F77; 
}

div#links a {
	display: block; 
	text-align: left; 
	font: 14px Verdana,Arial,sans-serif;
	font-weight: normal;
/*	line-height: 20px; */
	white-space: nowrap;
	padding: 0px 0px 0px 15px; /* top, right, bottom, left */ 
	margin: 0px 0px 0px 0px; 
	border-width: 2px; 
	text-decoration: none; 
	color: #ffffff; 
	background: #827F77;
	border-right: 5px solid #827F77; 
	border-top: 5px solid #827F77; 
	border-bottom: 1px solid #ffffff; 
	border-left: 5px solid #827F77;
}

div#links a:hover {
	color: #000000; 
	background: #5aa7e5;
	border-right: 5px solid #ffffff; 
	border-top: 3px solid #5aa7e5; 
	border-bottom: 3px solid #5aa7e5; 
	border-left: 5px solid #ffffff;
}

/***********************************************/
/*            Home Page Text Boxes             */
/***********************************************/

.div-box{
	float:left;
	width:240px;
	margin: 0px 5px 0px 9px;
	padding:0px 0px 0px 10px; /* top, right, bottom, left */
}

.div-box ul{
	margin:15px 0 0 15px;
	padding:5px 0px 0px 10px; /* top, right, bottom, left */
	list-style:disc;
	color: #ffffff;
}

.div-box ul li{
	padding:2px 0px 0px 5px; /* top, right, bottom, left */
	margin:0;

}

.div-box-orange div, .div-box-green div, .div-box-blue div {height: 210px;}

.div-box-orange {background:url(../images/box-orange-bg.gif) repeat-y top;}

.div-box-orange div{ background:url(../images/box-orange-top.gif) no-repeat top;}

.div-box-orange div div {background:url(../images/box-bottom.gif) no-repeat bottom;}

.div-box-orange a {color:#ffffff;text-decoration:none;}
.div-box-orange a:hover {color:#000000;}

.div-box-green {background:url(../images/box-green-bg.gif) repeat-y top;}

.div-box-green div {background:url(../images/box-green-top.gif) no-repeat top;}

.div-box-green div div {background:url(../images/box-bottom.gif) no-repeat bottom;}

.div-box-green a {color:#000000;text-decoration:none;}
.div-box-green a:hover {color:#ffffff;}

.div-box-blue {background:url(../images/box-blue-bg.gif) repeat-y top;}

.div-box-blue div {background:url(../images/box-blue-top.gif) no-repeat top;}

.div-box-blue div div {background:url(../images/box-bottom.gif) no-repeat bottom;}

.div-box-blue a {color:#ffffff;text-decoration:none;}
.div-box-blue a:hover {color:#000000;}