
/*---------------------------------------------------------


author:		MBTechsupport
website:	http://www.mbtechsupport.com


---------------------------------------------------------*/


/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	list-style:none;
	border:0;
}

body {
	background:#D7D6B8;
}

#header {
	background:url(../images/bg2.jpg) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#masthead	{
	width:50em;
	margin:0 auto;
	padding:4em 0 5.8em 19em;
	height:5.2em;
	position:relative;
}

#masthead ul {
	position:absolute;
	bottom:0;	
	z-index:0;
}

#masthead li {
	float:left;
	margin-right:10px;
	background:#D7D6B8 url(../) bottom repeat-x;
}

#masthead li a {
	background:transparent url(../) top left no-repeat;
	display:block;
}

#masthead li:hover {
	background:#D7D6B8 url(../) bottom repeat-x;
}

#masthead li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(../) top right no-repeat;
}

#masthead img {
	position:absolute;
	padding-top:30px;
	height:144px;
	width:134px;
	border:0em solid #FFF;
	left:0;
	bottom:0.5em;
	outline:0.0em solid #000;
}

#main {
	background:#FFF url(../images/mainbg.png) repeat-x;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute;
}

#content {
	background:#FFF;
	width:72em;
	margin:0 auto;
	padding:2em;
}

#subContent {
	width:180px;	
	padding-left:20px;
	border-left:0px solid #ff0000;
	
	float:right;
}

.article {
	width:495px;
	padding-bottom:25px;
	padding-right:2em;
	background:url(../images/hr.jpg) right bottom no-repeat;
	position:relative;
}

.article ul {
	margin:1em 0;	
}

.article li {
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article ul li, #subContent ul li {
	background:url(../images/) left no-repeat;
	padding-left:1em;
}

.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}

.article .comments li {
	display:inline;
	margin:0;
	padding:0;
	background:none;
}

.hr {
	width:55em;
	height:128px;
}

#triplebox { 
width : 510px;
min-height : 130px;
background : url(../images/greenbox.jpg) no-repeat;
font-size : 0.9em;
color : #e1e1e1;
padding : 0;
float : left;
display : inline;
margin-top : 20px;
margin-left : 0;
color : #000000;
} 
.col { 
width : 140px;
float : left;
margin-left : 1em;
padding : 5px 0 8px 0;
margin-top : 1.2em;
text-align : justify;
background-repeat : repeat-x;
margin-left : 2em;
margin-top : 1.3em;
}
.col3 { 
width : 140px;
float : right;
margin-left : 1em;
padding : 5px 0 8px 0;
margin-top : 1.2em;
text-align : justify;
background-repeat : repeat-x;
margin-left : 2em;
margin-top : 1.3em;
}
.col2 { 
width : 280px;
float : left;
margin-left : 1em;
padding : 5px 0 8px 0;
margin-top : 1.2em;
text-align : justify;
background-repeat : repeat-x;
margin-left : 2em;
margin-top : 1.3em;
}
.col4 { 
width : 300px;
float : left;
margin-left : 1em;
padding : 5px 0 8px 0;
margin-top : 1.2em;
text-align : justify;
background-repeat : repeat-x;
margin-left : 2em;
margin-top : 1.3em;
}
 
.col a { 
float : right;
padding-right : 5px;
color : #000000;
text-decoration : none;
} 
.col a:hover { 
color : #ff0000;
text-decoration : underline;
} 

.col p { 
margin : 11px 0 0 0;
padding : 5px;
} 
#tripleboxbottom { 
height : 11px;
width : 510px;
background:url(../images/greenboxbottom.jpg) no-repeat;
position:bottom;
;
margin-bottom : 5px;
} 
img.floatTL { 
float : left;
margin-right : 10px;
margin-bottom : 5px;
margin-top : 10px;
margin-left : 5px;
}

#footer {
	background:url(../images/bg1.jpg) bottom repeat-x;
	width:100%;
	height:100px;
	position:relative;
}

#footer ul {
	position:absolute;
	text-align:right;
	right:50%;
	top:50%;
	margin-top:-4em;
	padding:3em 1em;
	border-right:1px solid #ff0000;
}

#footer img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-2.9em;
	background:#;
	margin-left:1em;
	height:5em;
	width:5em;
	border:0px solid #FFF;
	outline:0.1em solid #333;
}

/* Typography
---------------------------------------------------------*/

body {
	font:62.5% "Arial"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#000;
	text-decoration:none;

}

a:hover {
	text-decoration:underline;
	color:#FF0000;	
}


p {
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;
}

h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
	color:#FF0000;
}

blockquote {
	border-left:0.2em solid #ff0000;
	padding-left:1em;
	margin-left:0.5em;	
	color:#000;
}

.article li {
	font-size:1.2em;
}

.comments {
	font-size:0.95em;
}

#subContent h2 {
	font-size:1.3em;	
}

#subContent p {
	font-size:1.2em;
	text-align : justify;
	
}

#masthead p {
	color:#FFF;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#masthead li a:hover {
	text-decoration:underline;
	color:#FF0000;	
}

#footer {
	color:#000;	
}

#footer a {	
	color:#000;	
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}