/* @group Author */

/* Styles for TechTele Communications, L.L.C.
By Tortus Technologies
Design by: Victoria Chapman
Date created: 10/30/09
Last motified: 04/07/2010 */

	/* @end */
/*----------------------------*/
/* @group body, wrappers, clears */
body {
	background: #dbdcd7 url("../images/body_bg.jpg") top center no-repeat;
	font-size: 95%;
	padding: 0;
	margin: 14px 0;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	}

#main_wrapper {
	width: 942px;
	margin: 0px auto;
	padding: 0;
	position:relative;
	background: #f3f3f3 url("../images/content_bg.jpg") top left repeat-y;
	}

#content_wrapper {
	width:942px;
	float:left;
	margin: 0;
	padding: 0;
	background: url("../images/content_bg_top.jpg") top left no-repeat;
	}

	/* @end */
/*----------------------------*/
/* @group Header */

#header {
	width:942px;
	margin: 0 auto;
	padding: 0;
	float:left;
	background:url("../images/header_bg.jpg") top left no-repeat;
	}

#header_right {
	float: right;
	width: 479px;
	height: 122px;
	text-align: right;
	background: url("../images/header_right_bg.jpg") top right no-repeat;
	}

#header_right h4 {
	color: #91827a;
	font-size: 150%;
	margin: 40px 30px 5px 0;
	padding: 0;
	font-family: times, georgia, serif;
	font-weight: normal;
	}

#header_right h4 a {
	color:#91827a;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .06em;
	font-size: 75%;
	}

#header_right h4 a:hover {
	color:#252525;
	border-bottom: 1px dotted #252525;
	}

#header_right h3 {
	color: #101010;
	font-size: 120%;
	margin: 8px 0 5px 0;
	padding: 0;
	}

	/* @end */
/*----------------------------*/
/* @group Nav */

#nav {
	margin: 0 1px 0 1px;
	padding:0;
	float: left;
	width:940px;
	height:35px;
	font-size: 110%;
	background: #e23940 url("../images/nav_right_bg.jpg") top right no-repeat;
	}

#nav ul {
	margin: 8px 0 0 12px;
	padding: 0;
	font-weight:normal;
	}

#nav li {
	list-style: none;
	display: inline;
	margin:0;
	color: #ffffff;
	font-size: 80%;
	font-weight:bold;
	letter-spacing:.09em;
	}

#nav li a {
	color: #ffffff;
	text-decoration: none;
	margin:0;
	padding: 6px 8px 6px 10px;
	}

#nav li a:hover {
	color: #000000;
	text-decoration: none;
	margin:0;
	}

	/* @end */
/*----------------------------*/
/* @group subNav */

ul.subNav {
	float: right;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	width: 200px;
	}

ul.subNav li {
	background: #e23940 /*url("../images/subNav-bkgnd.png") top right no-repeat*/;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: .09em;
	list-style: none;
    height: 30px;
	margin: 2px 0;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topright: 20px;
	padding: 5px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	}

ul.subNav li a {
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

ul.subNav li a:hover {
	color: #000;
	margin: 0;
	text-decoration: none;
	}

	/* @end */
/*----------------------------*/
/* @group Top Callouts */

#top_callouts {
	width: 896px;
	margin: 0 0 20px 0;
	padding: 0px;
	float: left;
}

#top_callouts .top {
	width: 896px;
	height: 14px;
	background: url("../images/calloutbox_top.png") top left no-repeat;
}

#top_callouts .bottom {
	width: 896px;
	height: 15px;
	background: url("../images/calloutbox_bottom.png") bottom left no-repeat;
	clear: both;
}

#top_callouts .center {
	width: 896px;
	min-height: 20px;
	background: url("../images/calloutbox_bg.png") top left repeat-y;
	clear: both;
}

#left_callout {
	float: left;
	width: 350px;
	padding: 0 12px 0 12px;
	text-align: center;
	border-right: 1px solid #dbdcd7;
}

#right_callout {
	float: right;
	width: 496px;
	padding: 0 12px 0 12px;
}

#content #right_callout h2 {
	font-size: 130%;
	margin: 0;
}

#content #right_callout p {
	font-size: 90%;
	text-align: justify;
	line-height: 130%;
}

#content #right_callout .signup {
	margin: 5px 0 5px 10px;
	float: right;
	padding: 15px 10px;
	background: #dbdcd7;
}

#content #right_callout .signup input {
	margin-top: 5px;
}

#content #right_callout .button {
	/*background: #E23940;
	border: 1px solid #000000;*/
	font-weight: bold;
	text-transform: lowercase;
	padding: 2px 3px;
}

.break {
	border-bottom: 1px solid #dbdcd7;
	height: 1px;
	margin: 5px 0;
}

#right_callout .customer_service {
	width: 496px;
	height: 160px;
	background: url("../images/customerservice.jpg") top right no-repeat;
}

#right_callout .customer_service .text_area {
	width: 200px;
	padding: 5px 0 5px 0;
}

#right_callout .customer_service .text_area h1 {
	font-size: 145%;
}

#content #right_callout .customer_service .text_area p {
	font-size: 105%;
	text-align: left;
}

	/* @end */
/*----------------------------*/
/* @group Content */

#content {
	margin: 20px 22px 20px 22px;	
	width: 896px;
	font-size:85%;
	min-height: 300px;
	}

#content p a {
	color: #000000;
	}
	
#content p a:visited {
	color: #e23940;
	}

#content p a:hover {
	color: #e23940;
	}

.flash {
	margin-bottom:20px;
	}

#content h1 {
	font-size: 160%;
	color: #e23940;
	font-family:times, georgia, serif;
	}

#content h2 {
	font-size: 140%;
	color: #e23940;
	font-family:times, georgia, serif;
	}

#content h3 {
	font-size: 130%;
	color: #e23940;
	font-family:times, georgia, serif;
	}

#content h4 {
	font-size: 120%;
	color: #e23940;
	font-family:times, georgia, serif;
	}

#content h5 {
	font-size: 110%;
	color: #e23940;
	font-family:times, georgia, serif;
	}

#content h6 {
	font-size: 100%;
	color: #e23940;
	font-family:times, georgia, serif;
	}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color: #e23940;
	}
	
#content h1 a:visited, #content h2 a:visited, #content h3 a:visited, #content h4 a:visited, #content h5 a:visited, #content h6 a:visited {
	color: #e23940;
	}
	
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {
	color: #000;
	}

#content p {
	line-height: 165%;
	font-weight: normal;
	}
	
#content ul {
	line-height: 1.6em;
	}

	/* @end */
/*----------------------------*/
/* @group Sign up */

#content .signup {
	margin: 5px 0 5px 0;
	padding: 15px 10px;
	background: #dbdcd7;
	width: 200px;
	}

#content .signup input {
	margin-top: 5px;
	}

#content .button {
	background: #E23940;
	border: 1px solid #000000;
	font-weight: bold;
	text-transform: lowercase;
	padding: 2px 3px;
	}

	/* @end */
/*----------------------------*/
/* @group Hiring */

#content #hiring {
	width:170px;
	height:95px;
	background: url("../images/hiring_bg.png") top center no-repeat;
	float:right;
	margin: 0 0 5px 20px;
	text-align:center;
	padding:15px;
	display: block;
}

#content #hiring h2 {
	font-size: 2em;
	margin:12px 0;
	padding:8px 0 5px;
	border-bottom: 1px dotted #E23940;
}

#content #hiring h2 a {
	color: #E23940;
	text-decoration:none;
	display:block;
}

#content #hiring h2 a:hover {
	color:#333333;
}
	/* @end */
	
/*----------------------------*/
/* @group Left Image Callout */

#content #imagecallout {
	width:200px;
	float:left;
	margin: 0 20px 5px 0;
}

#content #imagecallout a img {
	border:none;
}

/* @end */
	
/*----------------------------*/
/* @group Footer */

#footer {
	width: 932px;
	padding: 6px 5px;
	clear: both;
 	margin: 0;
 	text-align: center;
 	position: relative;
	background: url("../images/bottom.jpg") bottom left no-repeat;
	}

#footer p {
	font-size: 75%;
	color: #3c3c3c;
	padding: 0;
	margin: 4px 0;
	}

#footer a {
	color: #3c3c3c
	}

	/* @end */
/*----------------------------*/


