/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/

/* basics */

*{margin:0; padding:0;}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	/*font-family: Palatino Linotype, georgia, "Times New Roman", serif;*/
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #507393;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	text-align: center;
	}

#big_box {
	width: 780px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	background-image:url(img/content_mid.jpg);
	background-repeat: repeat-y;
	/*border: 5px solid #ccc;*/
	text-align:center; 
	}
#content_container {
	width: 780px;
	padding: 0px;
	margin: 0px;
	background-image: url(img/content_top.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 690px;
	padding: 70px 45px 40px 45px;
	background-image:url(img/bottom_edge.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: justify;
	line-height: 150%;
}

.content_w_sidebar {
	width: 505px;
}

h1 {
	font-family: Palatino Linotype, georgia, "Times New Roman", serif;
	font-size: 22px;
	color: #002E5C;
	padding-top: 20px;
}
h2 {
	font-family: Palatino Linotype, georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #517291;
}
h3 {font-size: 14px;}
h4 {font-size: 11px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a img {border: none; }
a {
	color: #517291; 
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {color: #517291;}
a:active {color: #517291;}

/* container */


	
/* header */

#header {
	width:780px;
	height:237px;
}

/* main menu */


#the_menu {
	height: 32px;
	padding: 0px;
	float:left;
	position:relative;
	left:40%;
	text-align:left;
}
#the_menu ul {
	padding: 0px;
	margin:0px;
	position:relative;
	left:-40%;
}
#the_menu li {
	display: inline;
	list-style-type: none;
	padding:0px;
	margin: 0px;
	font-family: Palatino Linotype, georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 24px;
	color: #517291;
	float:left;
	position:relative;
}

#the_menu ul li a {
	padding:4px 15px;
	margin: 0;
	float:left;
	text-align:center;
	white-space:nowrap;
}

#the_menu ul li a:hover {
	text-decoration: underline;
}



/* content */

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:170px;
	float:right;
	margin:0 -20px 0 20px;
	padding: 0;
	border-left: 1px solid #AAA;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #507393;background-color: #E6EBEF;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border: 1px solid #507393;background-color: #E6EBEF;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* footer */

#footer_container {
	background-image: url(img/footer_mid.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}
#footer {
	width: 780px;
	padding: 0px;
	margin-bottom: 0px;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
}
#footer_footer {
	width: 780px;
	padding: 0px;
	margin: 0px;
	background-image:url(img/bottom_edge_square.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer_contact {
	width: 245px;
	text-align: left;
	padding:15px 0px 20px 127px;
}
#footer_contact p {
	margin: 0px 0px 7px 0px;
}
#footer_about {
	width: 345px;
	text-align: left;
	padding: 0px 30px 20px 0px;
}
#footer_about h2 {
	margin: 10px 0px 10px 0px;
	text-align: justify;
	font-weight: normal;
	}
.certified_logos {
	text-align: center;
}
.certified_logos img {
	padding: 0px 10px 25px 10px;
}

/************************************************************************************************************************************/

#flash_gallery {
	padding: 20px 20px 0px 20px;
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.portrait_right {
	float: right;
	padding: 10px 0px 15px 15px;
	margin-right: -15px;
}
.img_flt {
	float: right;
	padding: 8px 0px 10px 25px;
}
/*Services Page Design*/
.colored_box {
	margin: 0px;
	padding: 1px 20px;
	width: 380px;
	background-color:#CCD7E2;
}
.clear_box {
	margin: 15px 0px 15px 0px;;
	padding: 1px 20px;
	width: 380px;
	background-color: none;
}
.JSButtons {
	display: none;
}
.testimonial {
	width: 240px;
	margin: 0px 0px 0px 0px;
	float: right;
	font-family: Palatino Linotype, georgia, "Times New Roman", serif;
	font-size: 16px;
	text-align: left;
	color: #999999;
}
.testimonial_name{
	text-align: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-style: italic;
	font-size: 12px;
	color: #517291;
}
/*Home Page Design*/
.questions_img {
	display: block;
	background-image: url(img/questions.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 209px;
	width: 680px;
	overflow: hidden;
}
.questions_img p{
	text-indent: -9999px;
}
.spacer {
	clear: both;
}
li {
	list-style-type:circle;
}
.fine_print {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	background: none;
}
.facebook, .facebook a, .facebook a:hover {
	color: #3C5FAC;
	line-height: 16px;
}
.twitter, .twitter a, .twitter a:hover {
	color: #0EBEE2;
	line-height: 66px;
}
.facebook img, .twitter img {
	padding-right: 10px;
	margin: 5px 0px 5px 0px;	
}
.input, .wpcf7-form p input, .wpcf7-form p textarea {
border: 1px solid #507393;background-color: #E6EBEF;
}
