/* CSS Document */

/** Global **/
body {
	background-color:white;
	font-size:16px;
	color:#555555;
	font-family:"Helvetica Neue","HelveticaNeue",Helvetica,Arial,"Lucida Grande",sans-serif;
	background-image:url(img/main-bg.jpg);
	}
body a {
	color:#266dff;
	text-decoration:none;
	}
ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	}	
.title {
	font-size:22px;
	padding-top:20px;
	padding-bottom:10px;
	font-family:'Terminal Dosis',sans-serif;
	font-weight:bold;
	}
	
/** Header **/
.header {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom: 1px grey solid;
	}
.header .right {
	}
.header .right .big {
	font-weight:bold;
	font-size:18px;
	padding-bottom:10px;
	}
.header .right .small {
	font-size:15px;
	font-weight:bold;
	}
.rudimentary {
	margin-top:50px;
	color:#ff0000;
	font-size:19px;
	
	}

/** Upper Body **/
.c1 {
	margin-top:40px;
	height:400px;
	background-image:url(img/pin.png);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:70px;
	}

/** Lower Body **/	
.lower-body {
	}

/** Footer **/	
.footer {
	color:white;
	margin-top:20px;
	border-top: 2px grey solid;
	padding:20px;
	background-color:#efefef;
	background-image:url(img/bg2.jpg);
	}
.footer .form .form-message textarea {
	width:298px;
	height:100px;
	}	
.footer a {
	color:white;
	}	
	
.bottom {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	}
	
.footer iframe body {
	background-color:red;
	}
		
.footer .class123-label {
	color:white;
	}
	
.map a {
	color:white;
	}	
	
	
.form input[type="text"] {
	width:160px;
	float:right;
	}
.form textarea {
	width:300px;
	float:right;
	height:110px;
	}
.form input[type="button"] {
	width:50px;
	float:left;
	margin-top:10px;
	padding:5px;
	}