﻿body{
background-color:#fff;/*99CCFF;*/
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
overflow:auto;
}

h1, h2, h3 {
	text-align:left;
	/*padding-left:5%;*/
	color:#000;
}
p {
	
	padding-left:2%;
	color:#000;
}


#wrapper {
margin: 0 auto;
max-width:1020px;
width:98%;
background-color:#fff;
border: 1px black solid;
border-radius:0px  0px  20px  20px;

box-shadow: 0 0 40px 0px rgba(12, 3, 25, 0.8);

}

#callout {
	width:100%;
	height: auto;
	background-color:#9A3334;
	overflow:hidden;
	border-radius: 15px 15px 0px 0px;
	
}
#callout p {
	text-align:right;
	font:13px;
	padding:0.1% 5% 0 0;
	color:#000;
}

#callout p a {
	color:green;
	text-decoration:none;
}
#header img {
	float:left;
	padding:10px 10px 10px 15px;
	
text-align:center;
max-width:100%;
height:auto;
width:auto;

}
#header {
	max-width:1020px;
	width:96%;
	min-height: 195px;
	padding: 5px;
	text-align:center;
	font-size:2.0em;
	background-color: #fff;
	margin:0 auto;
	/*-moz-box-shadow: 0 0 8px 8px #f4891f;
	-webkit-box-shadow: 0 0 8px 8px#f4891f;
	box-shadow: 0 0 8px 8px #f4891f;
	border-collapse:separate;
	margin-top: 20px;
	padding:20px 0px;*/
	-moz-border-radius: 20px  20px  0px  0px;
    -webkit-border-radius: 20px  20px  0px  0px;
    -khtml-border-radius: 20px  20px 0px  0px;
    border-radius: 20px  20px  0px  0px;

}

#header p {
padding-top:15px;
	font-size:0.6em;
	font-style:italic;
	font-weight:bold;
	color:#000;/*3399FD;*/
	
	text-align:center;
}


.header_large {

	font-size:3.0em;
	color: #322EFF;
}
.header-medium {
	font-size:2.0em;
	color: #322EFF;
}

#nav ul {
	list-style:none;
	margin: 0;
	/*padding-left:30px;*/
}

/*#nav ul li {
	float:left;
	border:1px black solid;
	width:16%;
	
}
*/
/*#nav ul li a {
	background-color:red;
	display:block;
	padding:5% 12%;
	font-weight:bold;
	font-size:18px;
	color: black;
	text-decoration:none;
	text-align:center;
	min-height:45px;
}*/

/*#nav ul li a:hover, nav ul li.active a {
	background-color:red;
	color: green;
}*/

.banner img {
	width:100%;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
}
.clearfix {
	clear:both;
}
.left-col {
	width:55%;
	float:left;
	margin: -5% 5% 1% 5%;

}

.sidebar {
	width:29%;
	float:right;
	margin: 1%;
	text-align:center;
	padding:1%;
	color:crimson;
	font-size:1.5em;
}

.mezze {
	float:left;
	margin:0 auto;
	width:100%;
	height:auto;
	padding:1%;

}

.section {
	width:29%;
	float:left;
	margin:2%;
	text-align:center;
}
.section2 {
font-size:.9em;
	width:39%;
	float:left;
	margin-left:5%;
	text-align:left;
	
}
.section3 {
font-size:1.0em;
	
	margin-left:5%;
	text-align:left;
	
}


#footer {
	background-color:#AEACFF;
	width:100%;
	overflow:hidden;
	border-radius: 0px 0px 15px 15px;
}

#footer p, footer h3 {
	color: #000;
}

#footer p a {
	color: #000;
	text-decoration:none;
	
}
.footerplus {
	background-color:#AEACFF;
	width:100%;
	overflow:hidden;
	text-align:center;
}

ul {
list-style:square;
	/*list-style:none;*/
	margin:0;
	padding:10px;
}
li {
display:block;
padding-left:10px;
padding-right:10px;
	/*display:inline;*/
	
}
.boxslider li {
display:block;
padding-left:0px;
	/*display:inline;*/
	
}

.style_small {
	font-size:.7em;
}

/*
#column_lc img {
margin-top:10px;
padding-top:3px;
padding-right:3px;
padding-bottom:3px;
padding-left:3px;
border:thin;
border-style:solid;
border-color:#990033;

}*/
.a  img {
	text-align:center;
	max-width:100%;
	height:auto;
	width:auto;
	margin:5px;
	padding:5px;
	padding-bottom:15px;
	-moz-box-shadow: 1px 1px 1px 1px #322EFF;
	-webkit-box-shadow: 1px 1px 1px 1px #322EFF;
	box-shadow: 1px 1px 1px 1px #322EFF;
	
}

.b   {
	font-size:0.6em;
	padding-left:10px;
	
	
	}



.b  p {
	float:left;
	margin:2px;
	padding:2px;
	margin-bottom:4px;
	/*-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px#888;
	box-shadow: 0 0 3px 3px #888;*/
	text-align:center;
}

.b img {
	border:thin #AEACFF solid;
}
	
.blue {
	color:#322EFF;
}

.green {
	color:green;
}

.brown {
	color:#9B4702;
}


/*ul li img {
	height:50px;
}*/

/*MEDIA!!!*/
@media screen and (max-width: 740px) {

#header img {
	float:left;
	padding:0px 0px 0px 90px;
}

.a img {
	text-align:center;
max-width:100%;
height:auto;
width:auto;
margin:0px;
	padding:0px;
	padding-bottom:5px;
	-moz-box-shadow: 0 0 0px 0px #322EFF;
	-webkit-box-shadow: 0 0 0px 0px #322EFF;
	box-shadow: 0 0 0px 0px #322EFF;
	



}

	#nav {
		width:100%;
		margin-bottom:10px;
	}
	#nav ul {
		list-style:none;
		margin: 0 auto;
		padding-left:0px;
	}
	#nav ul li {
		text-align:center;
		margin-left: 0 auto;
		width:100%;
		border-top:1px solid green;
		border-right:0px solid green;
		border-bottom:1px solid green;
		border-left:0px solid green;
	}
	#nav ul li a {
		padding:8px 0px;
		font-size:16px;
		min-height:0px;
	}
	
	.left-col {
	width:100%;
	float:none;
	margin:auto;
		
	}
	.sidebar {
	width:100%;
		
	}
	.section {
	float:left;
	margin:0;
	width:100%;
		
	}
	.section2 {
	float:left;
	margin:0;
	width:100%;
		
	}

	.form {
	width:100%;
	text-align:center;
	margin: auto 0;
}

	
	#footer {
	line-height:160%;
	color:fuchsia;
	background-color:#fff;
}
.basebox1 {
font-size:.9em;
width:90%;
float:left;
padding:0px 2px 5px 7px;
margin:7px;

text-align:center;
/*border:thin black solid;	*/
	
}






@media screen and (max-width: 478px) {
	#body {
		font-size:13px;
	}
	.form {
	width:100%;
	text-align:center;
	margin: auto 0;
}

	
	
}


