/* Standard "resets" to make sure all browsers play relatively nicely */
* { font-weight: normal; }
* { margin: 0; padding: 0; border: 0;}


body {
	background:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p, td, li, dd {
	font-size: 16px;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

input { border: 1px solid #ddd;}

h1, h2, h3, h4, h5, h6 {				
	font-family: "MgOpen Moderna", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}

h1 {
	font-size: 22px;
	color: #b2292b;
}

#main h1 {
	border-bottom: 1px dotted #b2292b;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	color: #004068;
}

h3 {
	font-size: 14px;
	margin-top: 5px;
	color: #d05600;
}
 
b, strong {
	font-weight: bold;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #356a9f;
}

.ext {
	padding-right: 15px;
	background: url(/images/external-link.png) no-repeat 100% 0;
}

.wrapper {
	width: 940px;
	margin:0 auto;
	margin-bottom: 1px;
	background: #fff;
	padding: 20px;
	border: 6px solid #356a9f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: auto;
}

#footer {
	color: #fff;
}

#footer p {
	margin-bottom: 1px;
}

#footer a {
	color: #fff;
}

img.tagline {
	float: right;
	margin-right: -20px;
	margin-top: -80px;
}

#footer {
	padding: 0px 20px;
}

#footer p {
	font-size: 11px !important;
}

#top-nav {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4px;
	text-align: center;
}

#top-nav ul {
	padding:0px;
	list-style:none;
}

#top-nav li {
	display:inline;
	margin: 0;
	padding: 2px 0px;
}

#top-nav li a {
	color: #fff;
	font-family: "MgOpen Moderna", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 0px 3px;
}

#top-nav li:hover {
	border-bottom: 2px solid #356a9f;
}

#top-nav li.active {
	border-bottom: 2px solid #b2292b;
}

#top-nav li a:hover, a:active {
	color: #356a9f;
}

#top-nav a.client-login  {
	color: #aaa !important;
}

#home-left {
	float: left;
	width: 600px;
	padding: 20px 20px 20px 0px;
	overflow: auto;
}

.mid-boxes {
	padding: 10px;
	margin: 10px 10px 20px 10px;
	border: 3px solid #b2292b;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width: 250px;
	
}

.mid-boxes ul, ul.project-list {
	padding-left: 5px;
	list-style: none;
}

.mid-boxes ul li, ul.project-list li {
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.2em;
}

#services {
	float: left;
}

#services ul li {
	background-image: url(/images/bullets/red.gif);
}


#technologies {
	float: right;
}

#technologies ul li {
	background-image: url(/images/bullets/orange.gif);
}

#industries h2, #services h2, #technologies h2 {
	border-bottom: 1px dotted #004068;
}

#industries {
	padding: 10px;
	margin: 10px;
	border: 3px solid #004068;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
}

#industries p em {
	font-style: none !important;
}

#main {
	padding-top: 30px;
	min-height: 600px;
	
}


.content-list {
	overflow: auto;
	border-bottom: 1px dotted #ddd;
	padding: 10px 100px 10px 60px;
	margin-bottom: 10px;
}

.content-list img {
	float: left;
	margin-right: 20px;
}

.content-list-left {
	margin-left: 60px;
	float: left;
	width: 320px;
	overflow: auto;

}

.content-list-right {
	float: right;
	width: 560px;
	overflow: auto;

}

ul.project-list li {
	background-image: url(/images/bullets/red.gif);
}

dt, dd, dd a, dt a { 
	display: inline; 
	font-weight: bold;
	font-family: "MgOpen Moderna",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#home-right {
	float: right;
	width: 300px;
	margin-top: 30px;
}

#featured-project {
	margin-top: 10px;
	padding: 20px;
	border: 3px solid #004068;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: auto;
}

#featured-project h2 {
	border-bottom: 1px dotted #004068;
}

#featured-project img {
	margin-bottom: 7px;
}

#featured-project h3 a {
	font-weight: bold;
}

#featured-project p {
	font-size: 14px;
	text-align: justify;
	padding: 10px 5px;
	margin: -14px 0;
	color: #888;
}

#testimonial {
	margin: 15px 15px 15px 15px;
}

#testimonial blockquote {
	text-indent: 37px;
	margin: 0px;
	background: url(/images/lt_quote_25x20.gif) top left no-repeat;
}

#testimonial blockquote p {
	font-size: 16px !important;
	text-align: justify;
	font-style: italic;
	background: url(/images/rt_quote_25x20.gif) bottom right no-repeat;
}

.testimonial-signature, .testimonial-more {
	text-align: right;
}

.testimonial-more {
	margin-top: -10px;
}

.testimonial-more a {
	font-weight: bold;
	font-style: italic;
}

ul.content-list {
	list-style: none;
}

ul.content-list li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
}

ul.tweets {
	list-style: none;
	margin: 20px 40px 20px 40px;
}

ul.tweets li {
	padding: 20px 20px 2px 20px;
	margin: 20px;
	border: 3px solid #000;
	background: #004068;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

ul.tweets li p, ul.tweets li a {
	color: #ccc;
	font-size: 24px;
	font-style: italic;
}

ul.tweets li p.timestamp {
	text-align: right;
	font-size: 11px;
	font-style: normal !important;
}

p.follow {
	text-align: right;
	padding-right: 60px;
}

#login-box {
	width: 380px;
	height: 180px;
	margin-left: 20%;
	margin-right: 20%;
	padding: 20px;
	border: 3px solid #004068;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#login-box p label {
	width: 110px;
	height: 25px;
	display: block;
	float: left;
	text-align:right;
}

#login-box p input {
	width: 200px;
	height: 25px;
	
}

#login-box p input.small-submit {
	width: auto;
	float: right;
	font-weight: bold;
	border: 1px solid #b2292b;
}

#footer {
	clear: both;
	text-align: center;
}