@charset "utf-8";
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Invite Business Consulting
	Client: Invite Business Consulting
	Description: templa voila fce styles
	Copyright: (C) 3B-Solutions Klaus Hoermann 2010
*/


/********************************************************************/
/* Citation no name */

/* sourrounding container */
.citation_no_name {
	/*background-color:green;*/
}

/* text style for the citation */
.citation_no_name .text p {
	font-size:14px;
	font-style:italic;
	text-align:right;
}

/********************************************************************/
/* Citation with name */

/* sourrunding container */
.citation_with_name {
	/*background-color:red;*/
}

/* text style for the citation */
.citation_with_name .text p {
	font-size:14px;
	font-style:italic;
	text-align:right;
}



/* name style for the citation */
.citation_with_name .name p{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}


/********************************************************************/
/* 1 column with content background */

/* single column */
.col1_background {
	background-image:url(../../img/backgrounds/glassstone.png);
	background-position:center 20px;
	background-repeat:no-repeat;
	width:714px;
}


/********************************************************************/
/* 2 column 50 50 layout */

/* left column */
.col2_50_50 .leftcol {
	float:left;
	width:355px;
}

/* right column */
.col2_50_50 .rightcol {
	float:right;
	width:355px;
}


/********************************************************************/
/* 2 column 60 40 layout */

/* left column */
.col2_60_40 .leftcol {
	float:left;
	width:438px;
}

/* right column */
.col2_60_40 .rightcol {
	float:right;
	width:290px;
}


/********************************************************************/
/* Mouse over list */

/* list style */
.mouse_over_list ul {
	padding:0 0 10px 0;	
}

/* hover style for the list items */
.mouse_over_list ul li:hover {
	color:#67b6ea;
	cursor:default;
	font-weight:bold;
}


/********************************************************************/
/* Special link */

/* container div style */
.special_link {
	margin:30px 0 0 0;
}

/* style for links */
.special_link a {
	border:1px dotted #999999;
	padding:4px 0 0 0;
	width:80%;
	display:block;
	height:26px;
	font-size:15px;
	text-decoration:none;
	margin:0px auto;
}

/* hover style for links */
.special_link a:hover {
	font-weight:bold;
	background-color:#DDDDDD;
	border:1px dotted white;
}

/* paragraph style for links */
.special_link p {
	text-align:center;
}


/********************************************************************/
/* Statement */

/* statement div */
.statement {
	border:0px;
	font-style:italic;
	height:30px;
	margin:10px 0 0 0;
	width:100%;
}

/* paragraph style in the statement div */
.statement p {
	color:#67b6ea;
	font-size:15px;
	font-weight:bold;
	margin:5px 0 0 0;
	text-align:center;
}


/********************************************************************/
/* Welcome text */

/* welcome text paragraph 1 style */
.welcome_text p {
	color:#67b6ea;
	font-size:30px;
	font-weight:bold;
	line-height:35px;
	padding:90px 0 90px 0;
	text-align:center;
	width:100%;
}











