@charset "utf-8";
/* CSS Document */

body  {
	background: #ECE9D8;
	margin:  0;
	padding: 0;
	color: #776E64;
	text-align: Left;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 85%;
	line-height: 1.3;
}
#container { 
	width: 940px;   
	background: #FFFFFF;
	margin: 0 auto;  
	text-align: left;  
} 

#header1 {
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}

#header2 {
	background-image: url(images/site_layout/menu_bg.jpg);
	background-repeat: repeat-x;
}

#sidebar1 {
	float: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar2 {
	float: right;  
	width: 160px; 
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent {
	width:550px;
	margin: 0px auto;
	float:left;
	padding: 0px 10px 0px 10px;
	}


#footer1 {
	background-image: url(images/site_layout/menu_bg.jpg);
	background-repeat: repeat-x;
}

#footer2 {
	text-align:center;
	background-color:#83a4f3;
	color:#ffffff;
}
#footer2 a {
	color:#ffffff;
}

#footer3 {
		
}
.clearfloat {  
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.blue {
	color: #0036A1;
}

.darkblue {
	color:#21649B;
}
.purple {
	color:#EF5AFF;
}

.red {
	color: #FF0000;
}

.black {
	color:#000000;
}

.copyright {
	color: #FFFFFF;
	text-align: Center;
}

h1 {
	color: #0036A1;
	font-size: 16px;
	letter-spacing: 3px;
	font-weight:normal;

}
h2 {
	color: #0036A1;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight:normal;

}

.quoteme {
	color: #000000;
	font-weight: normal;
	font-style: italic;
}


a {
	color: #0049DB;
}

.sidebar {
	color:#ffffff;
	padding-right: 7px;
	padding-left: 7px;

	
}

.sidebar a {
	color:#ffffff;
}

p {

}

#purpledots li {
	list-style-image:url(images/site_layout/dot.jpg);
	margin:0 20px;
	padding:0;
	line-height:25px;
}

/* Menu Options */

#menu {
height:55px;
width:940px;
background:url(images/site_layout/bg.png);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:100;
}

#menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

#menu li {
float:left;
background:url(images/site_layout/black_1.png);
}


#menu .select a {
display:block; 
height:25px; 
float:left; 
background: url(images/site_layout/bg.png); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:23px; 
white-space:nowrap; 
color:#333;
}


#menu .select a b {
display:block;
padding:0 8px 0 8px; 
 
}

#menu .select li.line a b {

}

#menu .select a:hover, 
#menu .select li:hover a {
 
padding:0 0 0 15px;
cursor:pointer; 
color:#0d50da;
}


#menu .select a:hover b, 
#menu .select li:hover a b {
display:block; 
float:left;
padding:0 8px 0 8px; 

cursor:pointer;
}

#menu .select li.line a:hover b, 
#menu .select li.line:hover a b {

}


#menu .sub {
position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#menu table {
border-collapse:collapse; 
margin:-1px -10px -1px -1px; 
font-size:1em; 
width:0; 
height:0;
}

#menu .sub {
margin:0; 
padding:0;
list-style:none;
}

#menu .sub li {background:transparent;}

#menu .select :hover .sub {
height:25px;
position:absolute;
width:100%;
top:25px; 
left:0; 
text-align:center;
background:#fff url(images/site_layout/fade.png);
border-bottom:1px solid #aaa;
}

#menu .select :hover .rt li {float:right;}

#menu .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:#fff url(images/site_layout/fade.png); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:10px;}

#menu .select :hover .sub li.subline a {color:#c00;}

#menu .select :hover .sub li a:hover,
#menu .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative; background:#fff url(images/site_layout/fade.png) left bottom;}
 