/* mainsite styles */

html {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
	background-color: #ffffff;
	
	text-align: center;
	
	margin: 0;
	padding: 0;

	background-image: url("../../images/background.png");
	background-repeat: repeat-x;
	
	background-color: #b0b0b0;

	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;

}

body {

	text-align: left;
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	
	padding: 0;
	
	background-color: #ffffff;
	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	overflow: auto;

}



/* Links */
a,
a:active,
a:visited {

		
}

a:hover {


}

h1, h2 {

	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed; 


}

h3 {

	color: #000000;
	margin-top: 8px;
	margin-bottom: 3px;


}

h4, h5 {

	color: #000000;
	margin-top: 8px;
	margin-bottom: 3px;


}
/* Floats */
.clear {

	clear: both;

}

.left {

	float: left;

}


.right {

	float: right;

}

/* Padding */

.pad10 {
	
	padding: 10px;

}

.pad5 {

	padding: 5px;

}

.margin10 {

	margin: 10px

}

.margin5 {
	
	margin: 5px;

}

/* Images */

img {

	padding: 0;
 	margin: 0;
 	border: 0;
 	
}

/* colors */

.red {

	color: #ff0000;

}

.green {

	color: #00ff00;
}

.blue {

	color: #0000ff;
}


.black {

	color: #000000;
	
}

.white {

	color: #ffffff;
	
}

.yellow {
	
	color: #FFFF00;

}

.teal {

	color: #00FFFF;
	
}

.grey {

	color: #C0C0C0;

}

.orange {
	
	color: #FF9900;

}

.pink {

	color: #89223b;
	
}

.bold {

	font-weight: bold;

}

#content {

	width: 760px;
	padding: 15px;
	padding-top: 0 !important;

}


#sidebar {

	float: left;
	width: 180px;
	height: 600px;
	text-align: center;
	margin-right: 30px;
	padding-bottom: 10px;
	background-color: #cfdaff;
	
}

#footer {

	width: 900px;
	clear: both;
	border-top: 1px solid #000000;
	padding-top: 20px;
	text-align: center;
	

}

#footer ul {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 200px;

}

#footer ul li {
	
	float: left;
	padding-left: 20px;
	padding-right: 20px;

}



#header {

	background-image: url(../../images/header-bg.jpg);
	background-repeat: no-repeat;
	width: 900px;

	height: 90px;

	text-align: center;
}

#navigation {
	
	clear: both;
	width: 900px;
	height: 63px;
	background-image: url(../../images/nav-bg.png);
	background-repeat: no-repeat;	

}


#navigation ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 180px;

}

#navigation ul li {

	float: left;
	display: block;
	line-height: 40px ;
	
}

#navigation a,
#navigation a:active,
#navigation a:visited
{
	font-size: 18px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
	margin-left: -0px;
}


#navigation li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background-color: #000000;
	background-image: none;
	padding-bottom: 5px;
	z-index: 5;
}

#navigation li:hover ul {
	left: auto;
}
#navigation li ul li
{
	width: 150px;
}
#navigation li ul li a
{
	display: block;
	font-size: 14px !important;
	line-height: 18px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 0px;
	padding-top: 0px;
}
#navigation a:hover
{
	background-image: url(../../images/white24.png);
}
a.active
{
	background-image: url(../../images/white24.png);
}
.no-pad, 
.no-pad td
{
	margin: 0;
	padding: 0;
}
#infoTable
{
	float: left;
	margin-left: 100px !important;
	margin-top: 25px;
	text-align: left;
}
#text
{
	float: left;
	overflow: hidden;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: justify;
	width: 630px;
}
#col1
{
	float: left;
	margin-right: 20px;
	width: 305px;
}
#col2
{
	float: left;
	width: 305px;
}