/* Main Styles */
* {
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
img {
	border:none;
}
.clear {
	clear:both;
}
a {
	text-decoration:none;
}
p {
	line-height:17px;
	margin-bottom:1em;
}
input {
	margin-bottom:5px;
	margin-top:3px;
}
textarea {
	margin-bottom:5px;
	margin-top:3px;
}
select {
	margin-bottom:5px;
	margin-top:3px;
}
h1 {
	font-size:23px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#109E49;
	margin-top:.8em;
	margin-bottom:.4em;
}
h2 {
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5390CC;
	margin-bottom:.6em;
}
ul {
	margin-bottom: .5em;
}
input {
	margin-bottom:10px;
}
select {
	margin-bottom:10px;
}

/* Navigation Styles */
nav{ position:relative;top:-45px;left:472px;}
nav li{ font-size:12px; float:left; display:inline; margin-right:10px;}
nav li a,
nav li a:visited{ display:block; float:left; height:25px; text-indent:-9999px; }
/* Hover effects */
nav .active #home,
nav #home:hover,
nav .active #about,
nav #about:hover,
nav .active #work,
nav  #work:hover,
nav .active #blog,
nav #blog:hover,
nav .active #quote,
nav  #quote:hover{ background-position:left bottom; }
nav  #home{ width:73px; background:url(../images/nav/home_btn.png) no-repeat; }
nav  #about{ width:73px; background:url(../images/nav/about_btn.png) no-repeat; }
nav  #work{ width:73px; background:url(../images/nav/work_btn.png) no-repeat; }
nav  #blog{ width:110px; background:url(../images/nav/blog_btn.png) no-repeat; }
nav  #quote{ width:97px; background:url(../images/nav/quote_btn.png) no-repeat; }

/* Side Bar Styles */
.sidebar {
	padding:8px;
	background-color:#5390CC;
	width:215px;
	float:right;
	color:White;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.sideHead {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:.5em;
	font-weight:bold;
	font-size:18px;
}
.sideHead2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom:.5em;
	margin-top:.5em;
	font-weight:bold;
	font-size:18px;
}
.tweet{
	font-style:italic;
	margin-right:1.5em;
	font-size:11px;
}
.formOpt {
	font-size:8px;
}

/* Footer Styles */
footer {
	padding:10px;
	text-align:center;
	background-color:#5390CC;
	color:#FFF;
	height:70px;
}

footer a {
	color:#FFF;
}
footer p {
	line-height:15px;
}

/* Index Page Styles */
#bigger {
	font-size:38px;
}

/* Cloud Application Development Styles*/
.rightDiv {
	width:700px;
	min-height:500px;
}
