/*css development Scubita */


* {
	margin:0;
	padding:0;
	}

body {
	background-repeat: repeat-x;
	background-color: #5F1F7F;
}

#wrapper {
    width: 930px;
	height: 100%;
    margin-left:auto;
    margin-right:auto;
}


#header {
	width:928px;
	height:140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	background-image: url(images/header.jpg);
	float:right;
    border-left: 1px solid #000;
	border-right: 1px solid #000;	
	border-bottom: 2px solid #000;
}

#header-content {
	position: absolute;	
	font: bold 18px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 850px;
}

.logo {
	width:542px;
	height:138px;
	background-image: url(images/logo4.gif);
	float:left;
	margin: 0px 0 0 20px;
	text-align: right;
	color: #fff;
	font-size: 22px;
}

.boxpic {
	margin: 16px;
	float:right;
	border: 1px solid #FFF;
}

#leftbox {
	width:190px;
	height:696px;
	padding:15px 25px 15px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/left.jpg);
	float:left;
	}


#rightbox {
	width:660px;
	height:688px;
	padding:23px 25px 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;
	background-color: #FFF;
	text-align: left;
}

.menu {
    font-family: 'Arial Narrow','Arial MT Condensed Light',sans-serif;
	font-size: 14px;
	font-weight: bold;
    width: 150px;
	height: 24px;
	margin-bottom: 10px;
	padding: 9px 0 0 10px;
	display: block;
	background-image: url(images/button.jpg);
	color: #FFF;
	text-align: left;
}

.menu:hover {
	background-image: url(images/buttonactive.jpg);
	color: #FFF;
	text-align: left;
}

#footer {
	width:928px;
	height:50px;
	padding: 10px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: 893FAE;
	color: #fff;
	text-align: center;
	float:right;
	border-left: 0;
	border-right: 0;
}



/* Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles Styles */

.blockquote {
    background: #6DC5F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	margin: 22px 10px 15px 0;
	padding: 5px 7px 5px 7px;
	display: block;
	
}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #008000;
	display: inline;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008000;
	display: inline;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2f4f4f;
	line-height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
}

ul, ol, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2f4f4f;
	list-style-image: url(images/paw.gif);
	margin: 5px 5px 5px 20px;
	padding: 0 10px;	
}

table, td, th
{
border: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #2f4f4f;
}
td
{
height:30px;
vertical-align:bottom;
}

img.right 
{
float:right;
border:2px dotted #008000;
margin:0px 0px 5px 10px;
padding: 7px 7px 7px 7px;
text-align:center;
}

img.left 
{
float:left;
border:2px dotted #008000;
margin:0px 0px 5px 0px;
padding: 5px 5px 5px 5px;
text-align:center;
}

img.next 
{
float:right;
margin:0px 0px 5px 10px;
padding: 7px 7px 7px 7px;
}

img.floatleft {
float:left;
border: none;
margin:5px 0px 5px 5px;

text-align:center;
}

img.prev 
{
float:left;
margin:0px;
}

img.next 
{
float:right;
margin:0px;
}

.tnail a:link, .tnail a:visited {
color: #808080;
}

.tnail {
float: left;
background-color: #e2e2e2;
border: 1px solid #808080;
margin: 0 20px 20px 0;
text-align: center;
color: #000;
font-size: 10px;
padding: 5px;
}

.cboth { clear: both; }

.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E21E80;
	line-height: 15px;
}

.latestnews {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E21E80;
	line-height: 15px;
}


/* links links links links links links links links links links */

.links {
	color: #FFF;
	text-decoration: none;
}

.links:hover {
	color: #FFF;
	text-decoration: none;
}

.links:visited {
	color: #FFF;
	text-decoration: none;
}

a.external{color: #5F1F7F; font-size: 14px; }
a.external:visited {color: #5F1F7F; }
a.external:hover {text-decoration: underline; }
a.external:active {color: #5F1F7F; } 

a.footer:link {color: #fff; font-size: 14px; }
a.footer:visited {color: #fff; }
a.footer:hover {text-decoration: underline; }
a.footer:active {color: #fff; } 
