/* CSS Document */


/* Hex values for 3 main Cable&Clark colors ...

grey  #5f6062
red   #e51b24
teal  #31849b

*/

.p7TPM07{
	margin:0px;
	padding:0px;
}

html {
	/*font-size:100%; /*IE hack*/
	height:100%;
}

body {
	margin:0 auto;
	background: url(images/pageBG2.jpg) no-repeat center top;
	font-family: "Myriad Web", "Lucida Grande", Calibri, Helvetica, Arial, Verdana;
	color:#5f6062;
}

p,ul,ol, h1, h2, h3, h4	{
	font-size:1em;
	padding:0;
	margin:0;
}

td {
	padding:5px;
}

#wrapper {
	/*background: url(images/pageBG.jpg) repeat-y center top;*/
	width:960px;
	text-align:left;
	margin:0 auto;
	padding: 0px;
	border:0;
}


/* Header Styles */

#header {
	height:113px;
	margin-top: 10px;
	margin-left: 20px;	
	
}

#header a {
	color:#5f6062;
	text-decoration:none;
}

#header a:hover {
	color:#31849b;
	text-decoration:underline;
}

#header a img {
	border:0;
}

#header .tagline {
	color:#7A7B7E;
	margin-top:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
}

#twitter, #blog {
	float:right;
	text-transform:uppercase;
	font-size:.7em;
	padding-right:20px;
}

#twitter img, #blog img {
	float:left;
	padding-right:3px;
}

#twitter p, #blog p {
	padding-top:6px;
}

#blog p.follow {
	text-transform:lowercase;
	text-align:right;
	color:#31849b;
	padding-top:1px;
}

#blog a.follow {
	color:#31849b;
}


/* End Header Styles */

/* Main Menu Styles */

#mainmenu {
	margin:0 auto;
	background:url(images/menu/menuBG.jpg) no-repeat center;
	height: 26px;
	display:block;	
	font-size:15px;
}

#mainmenu a {
	color:#5f6062;
	text-decoration: none;
}


#mainmenu a:hover {
	/*background:url(images/menu/menu-over.jpg) repeat-x;
	width:auto;
	height:26px;*/
	text-decoration: underline;
	color:#31849b;
}




/* Banner Styles */

#banner {
	width:760px;
	height: 255px;
	display:block;
	background: url(images/global-solution.jpg) no-repeat left top;
	margin:0 auto;
}

#banner h1 {
	margin-left:17px;
	margin-top:25px;
	color: #7B7C7F;
	font: italic normal 1.2em/1.8em Georgia, "Times New Roman", Times, serif;
}

#banner img {
	float:right;
	margin-left:55px;
}

#bannerbottom {
	background:url(images/banner-bottom-bar.jpg) no-repeat center;
	height:26px;
}



/* Content Styles */

#contentwrapper {
	width: 742px;
	margin:0 auto;
	padding-left: 18px;
	
}

#content {
	padding-bottom:30px;
}

#content h1 {
	/*margin-top:25px;*/
	color: #7B7C7F;
	font: italic normal 1.4em/1.6em Georgia, "Times New Roman", Times, serif; 
	padding-bottom:20px;
}

#content h2 {
	padding-top:6px;
	padding-bottom:12px;
	color:#e51b24;
	font-size: 1.1em;
	/*font: normal 1.1em/1.4em Georgia, "Times New Roman", Times, serif;*/
}


#content h3 {
	color: #31849b;
	font-size:1em;
	/*font: normal 1.0em/1.3em Georgia, "Times New Roman", Times, serif;*/
	padding-top:12px;
	margin-bottom: 9px;
}

#content h4 {
	text-transform:uppercase;
	font-size:.8em;
	color: #80b3c1;
}

#content p {
	font-size:.85em;
	line-height:1.6em;
	padding-bottom: 1em;
}

#content p.emphasis {
	font: normal 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	padding:15px 30px 30px;
	margin-bottom: 9px;
}

#content a, #content ul a {
	color:#e51b24;
	text-decoration:none;
}


#content a:hover, #content ul a:hover {
	color:#31849b;
	text-decoration:underline;
}

#content ul {
	margin-left:12px;
	padding-left:15px;
	font-size:.85em;
	line-height:1.6em;

	/*line-height:1.4em;*/
}
#content li {
	padding-bottom: 1em;
	list-style:none;
	background: url(images/bullets/checkmark.gif) no-repeat left 1px;
	padding-left:15px;
}

#content img {
	border:0;
}

.subpage {
	margin-top:30px;
}



/* Column Styles */


.col {
	width: 270px;
	margin-bottom:30px;
	/*overflow:hidden;*/
	display:block;
}

.left {
	float:left;
	margin-left:20px;
	margin-right:25px;
	
}

.right {
	float:right;
	margin-left:20px;
	
}




/* Footer Styles */

#footer {
	clear: both;
	font-size:0.85em;
	margin-top:0px;
	height:80px;
	text-align: center;
	display:block;
	padding-top: 10px;
	padding-left: 0px;
	/*background: url(images/footerbar.jpg) repeat-x;*/
}


#footer p.copyright {
	font-size:0.7em;
	padding-bottom:.4em;
	padding-top:3px;
}

#footer a {
	text-decoration: none;
	color:#727376;
}


#footer a:hover {
	color:#31849b;
	text-decoration:underline;
}

/* End Footer Styles */



/* Start Class Styles */





.imageright {
	float: right;
	margin-left:20px;
	margin-bottom:10px;
}

.imageleft {
	float: left;
	margin-right:15px;
	margin-bottom:10px;
}

.colpad {
	padding-left:30px;
}

