@CHARSET "UTF-8";

@import url(addEditParagraphForm.css);

@import url(assignParagraphForm.css);

@import url(loginForm.css);

@import url(questionForm.css);
@import url(referralForm.css);

body {

	-moz-background-clip: border;

	-moz-background-inline-policy: continuous;

	-moz-background-origin: padding;

	background: #E4E9EC url(../gfx/bg.jpg) repeat-x scroll center top;

	color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	margin: 0;

	padding: 0;

	text-align: center;

}



#MAIN {

	background-color: #FFFFFF;

	height: auto;

	margin: auto;

	padding: 0;

	width: 715px;

	text-align: left;

}



#HEADER {

	background-image: url(../gfx/header.jpg);

	background-position: right center;

	background-repeat: no-repeat;

	height: 170px;

	margin: auto;

	width: 100%;

}



#FOOTER {

	-moz-background-clip: border;

	-moz-background-inline-policy: continuous;

	-moz-background-origin: padding;

	background: transparent url(../gfx/footer_bg.gif) repeat-x scroll center

		top;

	clear: both;

	height: 70px;

	width: 100%;
	
	padding-top: 10px;

}
#FOOTER h4{	
	color:#666666;
	text-align: center;
	margin-bottom: 0px;
}
#FOOTER a{	
	font-size: 9px;
	color:#666666;
	text-align: center;
}

#FOOTER p{	
	margin-top: 0px;
	color:#666666;
	text-align: center;
	font-size: 10px;
	margin-bottom: 0px;
}



#MENU_TOP{

	height: 36px;

	background: transparent url(../gfx/menu_bg.gif) repeat-x scroll 0 0;

	padding-left:10px;	

}



#MENU_TOP_POSITION{

	float: left;

	height: 100%;

	width: auto;

	margin: 0 5px;

	padding: 0 8px;	

}



#MENU_TOP_POSITION a{

	font-size:11px;

	font-weight:bold;

	line-height:36px;

	color: #FFFFFF;

	text-decoration: none;

}

#MENU_TOP_POSITION a:HOVER{

	color:#199ECD;	

}

#MENU_TOP_DIVIDER{

		float: left;

		width: 4px;

		height: 100%;

		background:transparent url(../gfx/menu_divider.gif) no-repeat scroll center;

}



#LOGIN_USER_MENU{

	width: 100%;	

	background-color: yellow;

	float: left;

}



#LOGIN_USER_MENU li{

	display: inline;

list-style-type: none;

padding-right: 20px;

}


#CONTENT_FULL{

	width: 100%;

	float: left;

	font-size: 14px;

}

#CONTENT{

	width: 79%;

	float: left;

	font-size: 14px;

}



#CONTENT h2{

	/* paragraph title */

	text-align: center;

}
#CONTENT_FULL h2{

	/* paragraph title */

	text-align: center;

}


#PARAGRAPH_TEXT{

	/* paragraph text */	

	padding: 10px;

}

#CONTENT img{

	/* paragraph image behavior */

	text-align: center;	

}



#PHOTO{	

	/* paragraph image behavior */

	text-align: center;

}

#PHOTO_LABEL{

	/* paragraph image label */

	font-style: italic;

}

#DOCUMENT{

	/* paragraph document behavior*/

}

#SUBHEADINGS_MENU{
	background: transparent url(../gfx/submenu_bg.jpg) repeat-x scroll 0 0;
	line-height: 23px;
	
	background-color: blue;
	text-align: center;
	color: white;
	font-weight:bold;
	font-size: 12px;
/*	width: 20%;
	float: left;	
	border-top-color: #199ECD;
	border-top-style: dotted;
	border-top-width: 1px;
	*/
}
#SUBHEADINGS_MENU ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#SUBHEADINGS_MENU ul li {
	display: inline;
	white-space: nowrap;
}

#SUBHEADINGS_MENU ul li a{
	color: white;
	text-decoration: none;
}

#SUBHEADINGS_MENU ul li a:hover{
	color:#199ECD;	
}

form {
	text-align: left;
}

#map{
    width: 550;
    height: 500px;
    border: 1px solid black;
    background: gray;
    margin: 0 auto 0 auto;
    text-align: left;
}
#center{
	text-align: center;
	clear: both;
	
}
table{
border-collapse:collapse;
}
table, th, td
{
border: 1px solid black;
}
td{
	padding: 2px;	
}

