/* STYLE SHEET */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#ffffff; 
	background-repeat:repeat-x; 
	background-image:url(../images/background/bodybg.jpg);
	background-position:top; 
	margin-top:5px;
}
#container {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#ffffff;
	padding-bottom:20px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	background-image:url(../images/background/headerbg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:224px;
	}
#header-left {
	position:relative;
	float:left;
	width:550px;
}	

#header-right {
	position:relative;
	float:right;
}
#logo {
	position:relative;
	padding:10px;
}
.location {
	padding-left:190px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	color:#ff931b;
	font-weight:bold;
	}
#tagline {
	position:relative;
	margin:5px;
	padding-left:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;	
	color:#6a80b7;
	font-size:30px;
	letter-spacing:-2px;
}
#social {
	position:relative;	
	padding:20px;
	color:#1c2c67;
	font-size:18px;
	text-align:right;
}
/* ***************************************************************************** */
/* MENU */
#navigation {
	position:relative;
	height:22px;
	background-image:url(../images/background/navbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #e28c20;
	z-index:10;
}

/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
	
}
#content p {
	color:#525a77;
	line-height:20px;
}
#content-container {
	position:relative;
	margin:10px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:4px solid #ffb037;
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:10px 10px 20px 10px;
}

/* Lower Content */
#qualifications {
	margin:0 auto;
	position:relative;
	padding-top:2px;
	padding-left:12px;

}
.qualification {
	position:relative;
	float:left;
	background-image:url(../images/background/grey-square.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
	margin-right:12px;
	font-size:11px;
	font-weight:bold;
	color:#c2c8da;
}	
/* ***************************************************************************** */
/* GALLERY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	width:940px;
	padding:10px;
	font-size:11px;
	color:#ffffff;
	background-color:#0e2b89;
	margin-top:10px;
	
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#ffffff;
}
/* ***************************************************************************** */
/* PLUJO */
#plujo {
	position:relative;
	margin:5px auto;
	width:960px;
	padding-top:5px;
	border-top:1px solid #e6e6e6;
}
a.plujo:link,
a.plujo:visited {
	color:#aaacb7;
	text-decoration:none;
	font-size:10px;
}
a.plujo:hover {
	text-decoration:underline;
}
/* GLOBAL */
	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
form {
	margin:0px;
	padding:0px;
}
.line {
	border-bottom:1px solid #f4f3f2;
	height:2px;
	margin-bottom:10px;
}
.reg-heading {
	color:#007afa;	
	font-size:14px;
}
.store_box {
	color:#0e2b89;
}
.error {
	font-size:11px;
	color:#FF0000;
}
