
/* telcoconsulting main stylesheet */

body {
	background: #CDCDCD;
	color: #4B4B4B;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}

p {
	margin-bottom: 11px;
}

a {
	color: #1A218C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header_wrapper {
	background: #22266F;
}

p#quick_contact {
	width: 800px;
	margin: 0 auto;
	padding: 12px 0;
	text-align: right;
	color: #CDCDCF;
	font-size: 11px;
}

p#quick_contact a {
	color: #CDCDCF;
	text-decoration: none;
}

p#quick_contact a:hover {
	color: #FFF;
	text-decoration: underline;
}

#header {
	background: #FFF;
	width: 720px;
	margin: 0 auto;
	padding: 40px 40px 35px 40px;
	border: 15px solid #1E2262;
	border-bottom: 0;
}

#main_logo {
	width: 250px;
	float: left;
	margin-right: 30px;
}

h1 {
	color: #1A218C;
	font-size: 14px;
	padding-top: 7px;
	font-style: italic;
	float: left;
	width: 440px;
}

/* main content */

#content_wrapper {
	background: #EEE;
	margin: 0 auto;
	width: 800px;
	padding: 0 0;
	border: 15px solid #B8B8B8;
	border-top: 0;
	border-bottom: 0;
}

#content {
	padding: 30px 40px;
	border-top: 1px solid #DDD;
}

#sidebar {
	width: 250px;
	float: left;
	margin-right: 30px;
}

#main {
	float: left;
	width: 430px;
}

#main ul {
	margi
}

#main li {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 4px;
}

#bob {
	background: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
	text-align:center;
}

#legend {
	text-align: center;
	margin-top: 10px;
	color: #999;
}

#contact_details {
	background: #FFF;
	padding: 12px 20px 6px 20px;
	margin-top: 25px;
	border: 1px solid #DDD;
	width: 80%;
}

h2 {
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#contact_details p {
	color: #17248c;
	line-height: 1.5;
}

/* footer */

#footer_wrapper {
	clear: both;
	background: #FFF;
	margin: 0 auto;
	width: 800px;
	border: 15px solid #B8B8B8;
	border-top: 0;
}

#footer_wrapper p {
	padding: 20px 130px 12px 130px;
	border-top: 1px solid #DDD;
	text-align: center;
	color: #1A218C;
}

#footer_wrapper a {
	font-weight: bold;
}

/*custom 100% image class*/
.img100pc {
	/*width:100%;*/
	height:100%;
}
