/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset, 
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
        font: 100%/140% Verdana, Arial, Helvetica, sans-serif;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 2em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}
/* END INITIAL ************************************************************************/
.clr {
	clear: both;
}
.bb1 { border: solid #333 1px; }
.gb1 { border: solid #ccc 1px; }
body {
	background-color: #828282;
	margin: 12px 0;
}
a {
	color: #45A4C0;
}
a:hover {
	color: #999;
}
#frame {
	background-color: #fff;
	text-align: left;
}
#frm2 {
	background-image: url(../images/frame/frame_02.gif);
	background-repeat: repeat-x;
}
#frm4 {
	background-image: url(../images/frame/frame_04.gif);
	background-repeat: repeat-y;
}
#frm6 {
	background-image: url(../images/frame/frame_06.gif);
	background-repeat: repeat-y;
}
#frm8 {
	background-image: url(../images/frame/frame_08.gif);
	background-repeat: repeat-x;
}

#top_slideshow {
	border: solid #245968 3px;
	margin: 0;
	margin-left: 8px;
	padding: 0;
}

#nav {
	margin: 20px 0 0 0;
	text-align: center;
}
#nav ul {
}
#nav ul li {
	color: #777;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 3px 1px;
}
#nav a {
	border-bottom: solid #fff 2px;
	color: #45A4C0;
	font-size: 15px;
	text-decoration: none;
}
#nav a:hover {
	border-bottom: solid #45A4C0 2px;
	color: #999;
}

#content {
	padding: 0 125px;
}
#content h1 {
	color: #245968;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 1em 0 0.2em 0;
	text-align: center;
}
#content h2 {
	color: #245968;
	font-size: 130%;
	letter-spacing: 0.1em;
	margin: 8px 0 12px 0;
	text-decoration: underline;
}
#content h3 {
	color: #333;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0.5em 0 0.2em 0;
}
#content p {
	letter-spacing: 0.1px;
	margin: 0 0 10px 0;
	text-align: justify;
	font-size: 14px;
}
#content ul li {
	margin: 0 75px 8px 30px;
	text-align: justify;
}

.contact_50 {
	background-color: #245968;
	border: solid #000 1px;
	color: #eee;
	display: inline;
	font-size: 110%;
	margin: 12px 10px 12px 10px;
	padding: 10px 0 10px 20px;
	text-align: left;
	width: 43%;
}
.contact_50 p {
	line-height: 150%;
}
.contact_50 a {
	color: #9ED6E6;
	font-size: 110%;
	text-decoration: none;
}
.contact_50 a:hover {
	color: #fff;
	text-decoration: underline;
}
/*
		IMAGES
*/
.img_center {
	margin: 4px 0 8px 0;
	text-align: center;
}
/* WebWorX */
#wwx { 
	clear: both;
	color: #ddd; 
	font-family: verdana, san-serif; 
	font-size: 0.8em;
	padding: 1.2em 0 0.7em 0;
	text-align: center;
}
#wwx_site { 
	border: solid #007700 1px; 
	background-color: #ffffff;
	padding: 0 0.3em 0.2em 0.3em;
}
#wwx_link { 
	color: #007700;
	font-family: verdana, arial, sans-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link:hover {  
	color: #ff7700;
	font-family: verdana, arial, sans-serif; 
	font-weight: bold; 
	text-decoration: none;
}
#wwx_link span {
	color: #FF7700;
}
#wwx_link:hover span { 
	color: #007700;
}

/* form */
.form wrapper {
	
}
.form_inputs {
	color: #245968;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	margin: 12px 0;
	text-align: right;
	width: 340px;
}
.form_inputs span {
	color: #C00;
	font-size: 16px;
}
.form_inputs input {
	border: solid #245968 1px;
	color: #245968;
	font-size: 13px;
	height: 20px;
}
.form_enquiry {
	color: #245968;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 12px;
}
.form_enquiry textarea {
	border: solid #245968 1px;
	color: #245968;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
.textfield {
	color: #6C6D01;
}
.form_text {
	color: #dd5500;	font-size: 11px; font-weight: normal ; font-size: 12px;
	font-family: Verdana, sans-serif;	padding-top: 8px; padding-bottom: 8px;
}
.button {
	font-family: Arial, sans-serif; background-color: #245968; font-weight: bold;
	font-size: 14px; color: #ffffff; cursor: pointer; border: 1px solid #000;	
	padding: 5px;
}
