@charset "utf-8";
/* CSS Document */

body{    
background:#acb0b3;
background-image:url(../img/background.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
letter-spacing:2px;
line-height: 22px;
}

.section{
color:#FFF;
}

h1{
font-size: 16px;
font-weight:bold;
color:#FFF;
}

h3{
font-size: 18px;
font-weight:normal;
color:#FFF;
}

h2{
font-size: 16px;
font-weight:lighter;
color:#FFF;

}

.align_bottom{
position:absolute;
bottom: 10px;
}

.align_right{
position:absolute;
right: 25px;
}

.text_align_left {
	text-align:left;
}

.top_margin_25{
margin-top:25px;
}

.left_margin_25{
margin-left:45px;
}

.right_margin_35{
margin-right:35px;
}

.cover a{
color:#FFF;
text-decoration:none;
}

.webDevelopmentContent li {
	margin-left: 50px;
	list-style: square;
    font-size: 14px;
}

.cloudComputingContent li {
	margin-left: 50px;
	list-style: square;
    font-size: 14px;
}

.cloudComputingContent td li {
	margin-left: 20px;
	list-style: square;
    font-size: 14px;
}

.cloudComputingContent td ul {
	margin-top: 20px;
	marin-bottm:10px;
}

.managedServicesContent td li {
	margin-left: 20px;
	list-style: square;
    font-size: 14px;
	text-align: left;
}

.managedServicesContent td ul {
	margin-top: 20px;
	marin-bottm:10px;
}

.emphasize {
	font-weight: bold; 
	font-variant:small-caps;
}

.contactInfo {
font-size: 14px;
font-weight:bold;
line-height: 20px;
text-align: right;
color: #7e7e7e;
font-variant: small-caps;
}

.contactInfo a{
color: #7e7e7e;
text-decoration:none;
}

.contactInfo a:hover {
text-decoration:underline;
}

.bold {
	font-weight: bold;
}

.purple {
	background-color: #7d5fa9;
}

.blue {
	background-color: #308cbf;
}

.green{
	background-color: #61a200;
}

.red{
	background-color: #cc3333;
}

.orange{
	background-color: #dd9215;
}