/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/
/*
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/* CSS Document */

body{
	background-color: #5788B4;
	margin: 0px;
}
.left-gradient {
	background-image: url(../images/left_grad_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right-gradient {
	background-image: url(../images/right_grad_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left-gradientC {

	background-image: url(../images/left_grad_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right-gradientC {

	background-image: url(../images/right_grad_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left-gradient-mid {

	background-image: url(../images/left_grad_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-gradient-mid {


	background-image: url(../images/right_grad_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
	background-color: #F5F7F8;
	font-family: Arial;
	font-size: 12px;
	padding-top: 19px;
	padding-right: 15px;
	padding-bottom: 19px;
	padding-left: 19px;
}
.footer {
	font-family: arial;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #004B8E;
	padding-right: 4px;
	padding-left: 5px;
} 
.footer a{
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	}
.footer a:hover{
	font-family: arial;
	font-size: 9px;
	color: #ABC3D8;
	text-decoration: none;
	}
.list {
	margin: 0px;
	color: #004B8E;
	padding-left: 18px;

}
.service {
	font-family: Arial;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: disk;
}
.content a{
	color: #4D81B0;
	text-decoration: underline;
	}
	
.content a:hover{
	color: #4D81B0;
	text-decoration: underline;
	}
.headings
{
	font-weight: bold;
	color: #004B8E;
}
.conacttxt {
	background-color: #F5F7F8;
	font-family: Arial;
	font-size: 12px;
	}
