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

body {
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 12px;
	color			: #333;	
	
	/* Safari 4-5, Chrome 1-9 */ 
	background			: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ccc)); 
	/* Safari 5.1, Chrome 10+ */ 
	background			: -webkit-linear-gradient(top, #fff, #ccc); 
	/* Firefox 3.6+ */ 
	background			: -moz-linear-gradient(top, #fff, #ccc); 
	/* IE 10 */ 
	background			: -webkit-gradient(linear, top, bottom, from(#fff), to(#ccc)); 
	background			:linear-gradient(top, #fff, #ccc); /* W3C Standard */
	/* Opera 11.10+ */ 
	background			: -o-linear-gradient(top, #fff, #ccc); 
}

.Text {
	font-family			: Verdana, Geneva, sans-serif;
	font-size			: 12px;
	color				: #333;
	text-align			: justify;
}

.content_menu {
	width					: 950px;
	border					: 0px;
	border-radius			: xpx;
	background-color		: none;
	text-align				: centre;
}

.content_header {
	width					: 1004px;
	height					: 100px;
	border-radius			: 0px;
	background-color		: #FFF;
	box-shadow				: 0 10px 10px -10px #000;
	border-top-width		: 0px;
	border-right-width		: 0px;
	border-bottom-width		: 1px;
	border-left-width		: 0px;
	border-top-style		: none;
	border-right-style		: solid;
	border-bottom-style		: outset;
	border-left-style		: solid;
	border-right-color		: #AAA;
	border-bottom-color		: #AAA;
	border-left-color		: #AAA;
	text-align				: center;
	padding-top				: 15px;
}

.info_box_h3 {
	border				: 0px;
	border-radius		: 5px;
	background-color	: #003D66;
	color				: #fff;
	padding				: 12px;
	font-weight			: bold;
	text-align			: center;
	font-size			: 12px;
}

.headline {
	font-family				: Tahoma, Geneva, sans-serif;
	text-align				: center;
	font-size				: 36px;
	color					: #CCC;
	text-shadow				: 0 -1px #fff, 1px 0 #fff, 0 1px #fff, -1px 0 #fff;
}

.content {
	width					: 950px;
	border					: 1px solid #AAA;
	border-radius			: 5px;
	background-color		: #FFF;
	box-shadow				: inset 2px 2px 3px #DDD, 5px 5px 10px #CCC;
	text-align				: center;
	padding					: 25px;
	margin					: 0 auto;
}

.info_box_left {
	background				: -moz-linear-gradient(0% 0% 90deg, #585455, #FFFFFF 100%);
	width					: 250px;
	padding					: 10px;
	margin					: 5px;
	
	/* border radius */
    border					: inherit 5px #000000;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	border-radius			: 5px;
	
	/* Text */
	font-family				: Verdana, Geneva, sans-serif;
	font-size				: 10px;
	color					: #333;
	text-align				: left;
	
	/* Box Shadow */
    -moz-box-shadow			: 8px 8px 15px #757575;
	-webkit-box-shadow		: 8px 8px 15px #757575;
	box-shadow				: 8px 8px 15px #757575;
}

.info_box_middle {
	background				: -moz-linear-gradient(0% 0% 90deg, #585455, #FFFFFF 100%);
	width					: 400px;
	padding					: 10px;
	margin					: 5px;
	
	/* border radius */
    border					: inherit 5px #000000;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	border-radius			: 5px;
	
	/* Text */
	font-family				: Verdana, Geneva, sans-serif;
	font-size				: 10px;
	color					: #333;
	text-align				: justify;		
	
	/* Box Shadow */
    -moz-box-shadow			: 0px 8px 15px #757575;
	-webkit-box-shadow		: 0px 8px 15px #757575;
	box-shadow				: 0px 8px 15px #757575;

}

.info_box_right {
	background				: -moz-linear-gradient(0% 0% 90deg, #585455, #FFFFFF 100%);
	width					: 250px;
	padding					: 10px;
	margin					: 5px;
	
	/* border radius */
    border					: inherit 5px #000000;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	border-radius			: 5px;

	/* Text */
	font-family				: Verdana, Geneva, sans-serif;
	font-size				: 10px;
	color					: #333;
	text-align				: justify;		
	
	/* Box Shadow */
    -moz-box-shadow			: -6px 6px 10px #757575;
	-webkit-box-shadow		: -6px 6px 10px #757575;
	box-shadow				: -6px 6px 10px #757575;	
}

.contact_box {
	background				: -moz-linear-gradient(0% 0% 90deg, #585455, #FFFFFF 100%);
	width					: 600px;
	padding					: 10px;
	margin					: 5px;
	
	/* border radius */
    border					: inherit 5px #000000;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
	border-radius			: 5px;
	
	/* Text */
	font-family				: Verdana, Geneva, sans-serif;
	font-size				: 12px;
	color					: #333;
	text-align				: justify;
	
	/* Box Shadow */
    -moz-box-shadow			: 0px 8px 15px #757575;
	-webkit-box-shadow		: 0px 8px 15px #757575;
	box-shadow				: 0px 8px 15px #757575;	
}

.fooder {
	font-size				: 10px;
	font-family				: Verdana, Geneva, sans-serif;
	color					: #333;
	text-align				: center;
}

a:link { 
	text-decoration			: none; 
	font-family				: Verdana, Geneva, sans-serif;
	color					: #40A7D2; 
} 

a:visited { 
	text-decoration			: none; 
	font-family				: Verdana, Geneva, sans-serif;
	color					: #40A7D2; 
} 

a:focus { 
	text-decoration			: none; 
	font-family				: Verdana, Geneva, sans-serif;
	color					: #333; 
} 

a:hover { 
	text-decoration			: none; 
	font-family				: Verdana, Geneva, sans-serif;
	color					: #333; 
} 

a:active { 
	text-decoration			: none; 
	font-family				: Verdana, Geneva, sans-serif;
	color					: #40A7D2; 
} 

blockquote {
	color				:rgb(255,150,100);
	font-family			:georgia, serif;
	font-size			:18px;
	line-height			:1.2;
	text-align			:center;
	padding				:24px 60px;
	margin				:0 120px;
	margin-bottom		:18px;
	border				:solid 1px rgb(220,220,220);
	position			:relative;
}

blockquote:before,
blockquote:after {
	position			:absolute;
	width				:48px;
	height				:48px;
	content				:".";
	font-size			:0;
}

blockquote:before {
	background-image	:url('http://i.imgur.com/uoHCjSK.png');
	top					:0;
	left				:0;
}

blockquote:after {
	background-image	:url('http://i.imgur.com/m3HnqqU.png');
	bottom				:0;
	right				:0;
}

.author {
	display				: block;
	text-align			: right;
	font-size			: 12px;
	padding				: 4px;
	color				: rgb(150,150,150);
	font-style			: italic;
	margin-right		: 100px;
}

.highlight_text
{
	color				: rgb(255,150,100);
}