
/***** General Styles ******/

.clear {
	clear:both;
}

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background:#e6e7e8;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;
}
#Back {
	width:100%; height:150px; 
	background: rgb(44,123,234); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(44,123,234,1) 0%, rgba(63,76,107,1) 93%, rgba(255,255,255,1) 93%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,123,234,1)), color-stop(93%,rgba(63,76,107,1)), color-stop(93%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(44,123,234,1) 0%,rgba(63,76,107,1) 93%,rgba(255,255,255,1) 93%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(44,123,234,1) 0%,rgba(63,76,107,1) 93%,rgba(255,255,255,1) 93%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(44,123,234,1) 0%,rgba(63,76,107,1) 93%,rgba(255,255,255,1) 93%); /* IE10+ */

background: linear-gradient(top,  rgba(44,123,234,1) 0%,rgba(63,76,107,1) 93%,rgba(255,255,255,1) 93%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7bea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
ul {
	list-style-type:disc;
	margin:0px 0px 20px 40px;
	font-size:12px;
	font-weight:normal;
	color:#4f4f4f;
	line-height:18px;
}

ol {
	list-style-type:decimal;
	margin:0px 0px 20px 40px;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;
	line-height:18px;
}

blockquote {
	margin-left:20px;
	border-left:3px solid #999;
	font-size:11px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:25px;
	line-height:18px;
	padding-left:10px;
	font-style:italic;
}

p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4f4f4f;
	margin-bottom:25px;
	line-height:24px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	color:#009;
	margin-bottom:20px;
	line-height:36px;
}

h1 small {
	font-size:20px;
	display:block;
}

h2 {
	font-size:22px;
	font-weight:normal;
	color:#009;
	margin-bottom:5px;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#009;
	margin-bottom:0px;
}

h4 {
	font-size:11px;
	color:#4f4f4f;
	line-height:18px;
}

h5 {
	font-size:10px;
	font-weight:normal;
	color:#009;
	margin-bottom:10px;
}

h6 {
	font-size:8px;
	font-weight:normal;
	color:#009;
	margin-bottom:10px;
}

a:link, a:active, a:visited {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#009;
	line-height:18px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.alignleft {
	float:left;
	margin:10px 15px 10px 0px;
}

.alignright {
	float:right;
	margin:10px 0px 10px 15px;	
}

/***** Header Styles ******/

#header-wrap {
	margin:0px auto;
	width:978px;
	/*padding:5px 30px 0px 20px;*/
	overflow:hidden;
}

#header {
	width: 978px;
	height: 100px;
	/*padding: 0 0 0 15px;*/
	/*border-bottom: 1px solid #cdcdcd;
	position: relative;*/
	margin: 0 auto;
}

/*#logo {
	width:100px;
	float:left;
	margin:20px 0px;
	border:none;
}*/

/***** Navigation Styles *****/

.midcontent {
			width:960px;				
    		overflow:hidden;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:20px;
			background:rgba(233,223,198,0.5);
			}
			
#nav {
    float: right;
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    right: 0;
    top: 70px;
}

#nav li{
	float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	text-decoration: none;
	text-align: right;
	font-size: 20px;
	color: #FFF;
	margin: 0px 15px;
}

#nav li a:hover, #nav li.selected a {
	color: #006;
}


.username{
	width:100px;
	text-align:left;
	color: #204183;
	font-size:13px;
	margin:5px 0px 0px 13px;
}


.password{
	width:100px;
	text-align:left;
	color: #204183;
	font-size:13px;
	margin:5px 8px 0px 13px;
}

.user_input, .pass_input{
	width:150px;
	color:#204183;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:11px;
	margin:5px 0px 0px 10px;
}


.boton_go{
	width:35px;
	margin:5px 0px 0 215px;
	text-align:left;
}

.forgot_user{
	margin:5px 0px 0px 110px;
	width:100%;
	font-size:13px;
	text-align: left;
	float:left;
	color:#204183;
}

.forgot_user a{
	text-decoration:none;
	color: #204183;
	
}

.forgot_user a:hover{
	text-decoration:underline;
	color:#4E95DA;
	
}
/***** Featured Area Styles ******/

#featured {
	width:970px;
	margin:15px auto 0px auto;
	padding-bottom:15px;
	border-bottom:1px solid #cdcdcd;	
}

#featured-alt {
	width:970px;
	height:350px;
	margin:15px auto 0px auto;
	padding-bottom:15px;
	border-bottom:1px solid #cdcdcd;	
}

/***** Main Content Styles ******/

#main {
	margin:0px auto;
	width:978px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
	background:rgba(255,255,255,0.7);
}
#main2 {
	margin:0px auto;
	width:978px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
	background:rgba(255,255,255,0.7);
}
#main img {
	padding:30px 0 30px 240px;
	/*border:1px solid #cdcdcd;*/
}
#main2 img {
	/*padding:30px 0 30px 240px;*/
	/*border:1px solid #cdcdcd;*/
}
#tagline-center {
	width:978px;
	margin:0 auto 25px auto;
	padding:10px 0px;
	text-align:center;
	border-bottom:1px solid #cdcdcd;		
}

#tagline-right {
	width:978px;
	margin:0 auto 35px auto;
	padding:10px 0px;
	text-align:right;
	border-bottom:1px solid #cdcdcd;		
}

#tagline-center h1, #tagline-right h1 {margin:0;}

.cufon {
	margin:3px 0px; !important 		/* Tagline Line-Height Fix For Cufon Font Replacement */
}

.column_small {
	width:470px;
	border-right:1px solid #d4d7dd;
	padding-right:15px;
	float:left;
	margin-right:15px;
}

.column_medium {
	border-right: 1px solid #D4D7DD;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 20px;
    width: 920px;
}
.column_medium2 {
	border-right: 1px solid #D4D7DD;
    float: left;
    margin-left: 30px;
    margin-right: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 20px;
    width: 400px;
}
.column_large {
	width:900px;
	float:left;
}

.column_last {
	border-right:0;
	margin-right:0;
	padding-right:0;
}

.service {
	width:900px;
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
}

.service .image {
	float:left;
	width:320px;
}

.service .description {
	float:left;
	width:540px;
	padding:0px 20px
}

.service p {
	margin-bottom:0px;
}

.visit_portfolio:link, .visit_portfolio:active, .visit_portfolio:visited, .visit_portfolio:hover {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding:3px 7px;
	border:1px solid #cdcdcd;
	float:right;
	color: #060;
	margin-right:15px;	
}

#blog_entries .excerpt {
	margin-bottom:25px;	
	border-bottom:1px solid #cdcdcd;
}

#blog_entries_last {
	margin-bottom:0;
}

.excerpt h1 {
	margin-bottom:10px;
}

.excerpt h1 a:link, .excerpt h1 a:active, .excerpt h1 a:visited {
	font-size:24px;
	font-weight:normal;
	color:#404040;
	line-height:24px;
}

.excerpt h1 a:hover {
	color:#a40d0d;
	text-decoration:none;
}

.excerpt .snippet {
	font-size:11px;
	font-weight:normal;
	color:#404040;
	margin-bottom:25px;
	line-height:22px;
}

.excerpt .snippet img {
	float:left;
	margin:0px 15px 0px 0px;
}

.excerpt .meta, .excerpt .meta a {
	font-size:10px;
	margin-bottom:10px;	
}

.excerpt {
	margin-bottom:25px;
}

.pagination {
	float:right;
}

.pagination li {
	display:inline;
	list-style:none;
}

.pagination li a:link, .pagination li a:active, .pagination li a:visited {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	color:#a40d0d;
}

.pagination li a:hover, .pagination li.current a:link, .pagination li.current a:active, .pagination li.current a:visited {
	background:#a40d0d;
	color:#eaeaea;
	text-decoration:none;
}

.business-details p {
	margin-bottom:5px;	
}

/***** Portfolio Styles ****/

.portfolio {
	margin:0;
	list-style:none;
}

.portfolio li {
	width:282px;
	float:left;
	margin-right:14px;
}

.portfolio li img {
	margin:5px 0px;
}

.portfolio li h3 a:link, .portfolio li h3 a:active, .portfolio li h3 a:visited {
	font-size:20px;
	font-weight:normal;
	color:#404040;
}

.portfolio li h3 a:hover {
	color:#a40d0d;
	margin-bottom:15px;
	text-decoration:none;
}

/**** Form Styles ****/

input#name, input#email, input#url {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	width:200px;
}

input#submit {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color: #009;
}

input#submit:hover {
	background:#009;
	border:1px solid #cdcdcd;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#comment, textarea#message {
	background:#ffffff;
	border:1px solid #cdcdcd;
	padding:4px;
	width:350px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}


/****** Sub Navigation Styles *****/

ul.subnav {
	list-style:none;
	margin:25px 0px 25px 0px ;
}

ul.subnav li {
	border-top:1px solid #d4d7dd;
	height:30px;
	width:270px;
	padding:0px;
	margin:0;
}

ul.subnav li.last {
	border-bottom:1px solid #d4d7dd;
}

ul.subnav li a:link, ul.subnav li a:active, ul.subnav li a:visited {
	text-decoration:none;
	color: #060;
	width:255px;
	display:block;
	padding:5px 5px 5px 10px;
	margin:0;
}

ul.subnav li a:hover {
	background:#fafafa;
	color: #060;
}

/***** Adblock Styles *****/

ul.adblock {
	margin:20px 0px 20px 0px;
}

ul.adblock li {
	display:inline;
}

#main ul.adblock li img {
	padding:0px;
	border:0px;
	margin:3px;
	opacity:1;
}

#main ul.adblock li img:hover {
	opacity:0.8;
}

/***** Footer Styles ******/

#footer {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	width:978px;
	margin:20px auto 0px auto;
	height:10px;
	padding:15px 0px;
	color:#FFFFFF;
	border-top:1px solid #cdcdcd;
	background:#204183;
}

#copyright {
	font-size:10px;
	font-weight:normal;
	width:450px;
	float:left;
	margin-left:10px;
}

#footer_navigation {
	list-style:none;
	width:450px;
	float:right;
	margin:-5px;
	padding:0px;
	text-align:right;
}

#footer_navigation li {
	display:inline;
	padding:0px;	
}

#footer_navigation li a:link, #footer_navigation li a:active, #footer_navigation li a:visited {
	text-decoration:none;
	margin:0px 5px;	
	font-size:10px;	
	padding:0px;
	color:#4f4f4f;	
}

#footer_navigation li a:hover {
	color:#a40d0d;
}
