﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	/*margin: 0;
	padding: 0;*/
	background-image: url(images/main_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E5E5E5;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

p {
	line-height: 100%;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p {
	line-height: 300%;
}

.contact_box {
	margin: 20px 10px;
	background: #6dc8bf;
	color: #FFFFFF;
    padding:20px;
    border:solid 1px #808080;
    box-shadow: 5px 5px 5px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
}

.contact_form_title {
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	font-size: 150%;
	color: #FFFFFF;
}

.contact_image {
	border-width: 0px;
}

.contact_text {
	text-align: left;
}

.contacttable {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border:solid 1px #808080;
    border-radius:2px;
    -moz-border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -khtml-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    
    box-shadow: 2px 2px 2px #888888;
    background: #F0F0F0;
    color: black;
	font-size: large;
	font-family: Calibri;
}

.gallery-style1 {
	border-style: solid;
	border-width: 2px;
}

.gallery-style2 {
	text-align: center;
}

.links_title {
	margin: 0;
	padding: 10px 0 20px 0;
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
}

.no_font {
    font-size: 0;	
}

.section {
        font-style: italic;
        display:block;
        padding:10px;
        border:solid 2px #ccc;
        background-color:lightyellow;
        box-shadow: 5px 5px 5px #888888;
        border-radius:10px;
        -moz-border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        -khtml-border-radius:10px;
        -ms-border-radius:10px;
        -o-border-radius:10px;
}

.sub_header {
	font-size: medium;
}

.tabletext {
	font-size: large;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.tm_signature {
	color: #000000;
	font-style: normal;
}

.tickbox {
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 0px;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 200%;
	font-weight: normal;
	color: #135293;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01b.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(images/cl_logo.png) repeat-y right top;
}

.social_icons {
	border-width: 0;
}

/* Menu */

#menu {
	padding: 20px;
	background: #b5d335;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 130%;
	color: #FFFFFF;
}

#menu a.selected {
	text-decoration: none;
	font-size: 130%;
	color: #808080;
}


#menu a:hover {
	text-decoration: underline;
}


#menu_bottom {
	padding: 10px;
}

.link_items {
	text-align: center;
	padding: 5px;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

#content p {
	line-height: 200%;
}

#firstname,#lastname,#phone,#email {
	width: 465px;
	color: #666666;
	margin-left:0px;
	margin-top: 0px;
}

#message {
	width: 465px;
	min-width:465px; 
    max-width:465px; 
	height: 100px;
	min-height:100px; 
    max-height:100px;
	color: #666666;
	margin-left:0px;
	margin-top: 0px;
}

.send_msg_button {
	padding:10px 0px 0px 0px;
	text-align: right;
}

#inputsubmit {
	padding: 10px;
	margin-bottom: 10px;
	color: #666666;
	margin-top: 10px;
}


/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}