/* Start of CMSMS style sheet 'theme' */
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 2.0em;
	color: #000000;
	background-color: #696b6c;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
body td{padding: 10px;}
#bodyBox{
	position:relative;	
	width:950px;
	background-color:#696b6c;
	margin:auto;
}
#Header{	
	background-image:url(../uploads/images/Layout_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 224px;
	border-bottom:5px solid #eb2628;
}

#Navigation{
	padding:192px 0 0px 0px;	
}

#Content{
	background-color: #ffffff;
	padding: 0px;
}
#Footer{	
	background-color: #24292b;
	color: #999999;
	padding:0 8px 0px 8px;
	margin-top:5px;	
}
#Footer a{
	color: #999999;
	text-decoration:none;
}
#Footer a:hover{
	color:#999999;
	text-decoration:underline;
}
#FooterBox{
	width:100%;
	background-color:#24292b;
	margin-bottom:10px;	
	color:#999999;
	padding:0px 0px 0px 0px;
}
.DottedLiveHorizontal{
	background-image: url(../uploads/images/dotted_live_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLiveVertical{
	background-image: url(../uploads/images/dotted_live_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

a.NormalLink{
	color: #000000;
	text-decoration:none;
}
a.NormalLink:Hover{
	color:#000000;
	text-decoration:none;	
}
a.homeLink{color:#eb2628; font-size:11px; text-decoration:none;}
a.homeLink:hover{color:#000000; font-size:11px; text-decoration:none;}
a.FooterLink{
	color: #ffffff;
}
a.FooterLink:hover{
	color: #ffffff;
}
p.small{margin-top:10px; margin-bottom:10px;}

/* Sample FormBuilder CSS base */
#contact-form {
float: right;
margin-left: 2%;
padding: 0 3% 2% 2%;
width: 44%;
border: 1px solid #EEE;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}

form {
                margin-top: 0
}
form, td, th, li {
                font-size: 100%
}
form div {
                margin-bottom: 0;
                display: table;
                width: 100%
}
fieldset div {
                margin-bottom: 0.5em;
                margin-left: 0px;
}
fieldset div div {
                margin-top: 10px;
                margin-left: 0px;
                float: left;
                clear: both;
                display: block;
                border-bottom: 1px dotted #CCC;
                width: 95%;
}
fieldset div div + div {
                margin-top: 2px;
}
.contactform fieldset div div label {
                padding-top: 0px;
                font-weight: normal;
                font-size: 12px;
                margin-right: auto !important;
}
fieldset {
                margin-bottom: 1em;
                border: 0px solid #F60;
                padding: 0px;
}
fieldset label {
                width: auto;
}
legend {
                color: #FFF;
                background: #F60;
                font-style: italic;
                font-size: 1.2em;
                margin-bottom: 0.5em;
                padding: 0.2em;
                width: auto;
                border: 1px solid #CCC;
                display: none;
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
                float: left;
                width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
                width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
                margin: 0.5em 0;
                width: 330px;
                text-align: left;
}
.captcha img {
                border: 1px solid #CCC;
                margin-bottom: 0.5em;
                margin-right: 10px;
                float: left;
}
.captcha input {
                width: 196px;
                float: left;
                margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
                margin-top: 0.5em;
                float: left;
                clear: both;
}
.contactform input[type="text"] {
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 97%;
                padding: 6px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform input[type="text"]:focus {
                background-color: #EEE;
                border: 1px solid #CCC;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
input.cms_submit {
                border: 0px;
                background: #c70908;
                color: #FFF;
                font-weight: bold;
                padding: 12px 30px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
                cursor: pointer;
}
input.cms_submit:hover {
                background: #f92020;
}
.contactform input.checkbox {
                border: none;
}
.contactform label {
                display: block;
                float: left;
                font-weight: bold;
                padding-top: 6px;
                font-size: 14px;
}
.contactform label.label {
                display: inline;
                float: none;
                width: 50px;
                font-size: 10px;
}
.contactform textarea {
                font-family: Arial, Verdana, Helvetica, sans-serif;
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 97%;
                padding: 6px 10px;
                font-size: 14px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform textarea:focus {
                background-color: #EEE;
                border: 1px solid #CCC;
               -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform .cms_dropdown {
                font-family: Arial, Verdana, Helvetica, sans-serif;
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 98%;
                padding: 6px 10px;
                font-size: 14px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.formbuilderform .message {
                line-height: 16px;
                padding: 0 0 8px 0;
}
.contactform input.cms_checkbox {
                width: auto !important;
                float: left;
}
.error_message {
                background-color: #eb9d9c;
                padding: 0 10px;
                color: #F00;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                width: 97%;
                border: 1px solid #F00;
                margin-bottom:20px;
}
.error_message ul {
                margin: 0px;
}
.fb_invalid {
color: #F00;
}
/* End of 'theme' */

