/*
Theme Name: Crescent Holdings
Theme URI: http://www.crescentholdings.biz
Description: 
Version: 2
Author: Mohamed Azmeer
Author URI: http://www.azmeer.info
Tags: blue, custom header, fixed width, two columns, widgets
*/

* { margin: 0; padding:0; }

body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 22px;
	color : #000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #2fa3d9; /* blue */
}
a:hover {
	color: #f5821f; /* orange */
}

div#container {
	width : 990px; /* was 780px */
	padding : 0;
	text-align : left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #0000FF;
	background-color: #FFFFFF; */

}

div#top {
	width : 100%;
	height:317px;
	margin : 0;
	padding : 0;
	clear:both;
/*	background-color: #09F;
	position: relative;
	clear:both;*/
}
	div#nav {
	float : left;
	width : 301px;
	margin-left : 14px;
	padding-top : 224px; /* was 216 */
/*	background-color: #CC3;*/
	}	
	div#quote {
		float : right;
		width : 675px;
		height: 170px;
		margin-top : 91px;
/*	background-color: #FFCCCC;*/
	}

div#content_main {
	float : right;
	width : 654px;
/*	background-color: #FFCCCC;*/
	position: relative;
}

div#content_sub {
	float : left;
	width : 301px;
	margin-left : 14px;
	padding : 0;
	/*	background-color: #FFFF99;*/
	position: relative;
}
	div#content_sub hr{
		color: #c7c7c7;
		background-color: #c7c7c7;
		height: 1px;
		border: 0;
	}
	
div#site_info {
	font-size: xx-small;
	color: #666666;
}
#site_info a:link, #site_info a:visited, #site_info a:active {
	text-decoration: none;
	color: #666666;
}
#site_info a:hover {
	color: #ff0;
}

div#footer {
	width : 100%;
	margin: 0 auto;
	height : 65px;
	padding-top:10px;
	clear:both;
	background-color: #e0f0f8;
	text-align: center;
	font-size: 11px;
	position: relative;
	/* text-indent: 255px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	/*top:10px;	 text-indent: 255px; */
}
	div#footer a:link, div#footer a:visited, div#footer a:active {
		color : #000;
	}
	div#footer a:hover {
		color: #f5821f; /* orange */
	}
	.txt_blue{
		font-weight: bold;
		color: #2fa3d9;
	}

p { margin : 0 1em; padding : .5em 0; }

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: large;
	font-weight: bold;
	color: #f5821f;
	padding: .5em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #2fa3d9;
	padding: .5em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	color: #009900;
	text-align: left;
	vertical-align: top;
	padding: .5em;
}

ul {
	padding-right: 5px;
	padding-left: 35px;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	list-style-image: url(images/bullet-orange.gif);
}
ul li {
padding-left: 10px; /* to increase space between bullet and text */
/*padding-bottom:0px;*/ /* paragraph space */
}
ol {
	padding-right: 5px;
	padding-left: 35px;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}


/* FORM : start */
#formarea {
	width: 70%;
	height: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#formarea form {
	border: 1px solid #d6d6d6;
	background-color: #FFFFFF;
	padding : 10px;
}
#formarea fieldset input, #formarea fieldset textarea, #formarea fieldset select { float : right; width : 48%; border : 1px solid #e590b8; }
#formarea fieldset input:hover, #formarea fieldset textarea:hover, #formarea fieldset select:hover { border-color : #000; }
#formarea fieldset input:active, #formarea fieldset input:focus { border-color : #900; }
#formarea label, #formarea label span { display : block; padding-bottom : .25em; }
#formarea label { float : left; width : 100%; }
#formarea label span { float : left; width : 50%; text-align : right; }
#formarea label img { margin-left:10%; }


/* =fieldset */
#formarea fieldset { 
margin-bottom : 10px; 
padding : 10px; 
border : 1px solid #a23668; 
overflow : hidden; 
}

/* CONTACT Form */
.wpcf7-form input {padding:3px;}
.wpcf7-validates-as-required input {border-color:#f00;}

.clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.tableLiteBlu {
	border: 1px solid #3db4e8;
	/*background-color: #91205d;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the table */
}
.smalltext{
	font-size: xx-small;
	color: #666666;
}

blockquote{
	background: #E8EDF1;
	margin: 15px 15px 15px 15px;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	font: 12px Consolas, Monaco, "Courier New", Courier, monospace;
}
select, input{
	font: 12px Consolas, Monaco, "Courier New", Courier, monospace;
	
}


img {
	border:0;
	margin: 0 0;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}

img.alignright {
	padding: 5px 5px;
	margin: 10px 0px 10px 10px;
	display: inline;
	background:#fff;
		border: 1px solid #DDDDDD;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 10px 10px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}
	
	
