@charset "utf-8";

/* RESET */
* {margin:0; padding:0;}

body {
	background:#010d1d url(../images/bg.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5f789b;
	line-height:15pt;
}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
}

/* LINK STYLES */

a:link { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: #8FADD6; }
a:active { color: #FFF; }

/* HEADINGS */

h1 {
	font-family:Cambria, Georgia, "Lucida Grande";
	font-size:30px;
	font-style:italic;
	color:#FFF;
	font-weight:lighter;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-style:italic;
	color:#FFF;
	font-weight:lighter;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	color:#f2b11f;
	font-weight:lighter;
}

h4 { color:#FFF; }

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f2b11f;
}


/* IN-LINE STYLING FOR MARGINS */
.top-3 {margin-top:-3px }
.top4 { margin-top:4px; }
.top6 { margin-top:6px; }
.top10 { margin-top:10px; }
.top12 { margin-top:12px; }
.top14 { margin-top:14px; }
.top16 { margin-top:16px; }
.top18 { margin-top:18px; }
.top20 { margin-top:20px; }
.top28 { margin-top:28px; }
.top52 { margin-top:52px; }
.top58 { margin-top:58px; }
.left75 { margin-left:75px; }
.bottom30 { margin-bottom:30px; }

/* & PADDING */
.Ptop20 { padding-top:20px; }


/* LOGO */
#logo {
	background:url(../images/logo.png) no-repeat;
	margin-top:40px;
	float:left;
	height:138px;
	width:344px;
}

/* NAVIGATION */
#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	background:url(../images/nav-bg.png) no-repeat;
	padding:17px 0 0 42px;
	float:right;
	margin-top:70px;
	height:55px;
	width:475px;
	
}

#nav a:link { color:#f2b11f; text-decoration:none; }
#nav a:visited { color:#f2b11f; text-decoration:none; }
#nav a:hover { color:#FFF; text-decoration:none; }
#nav a:active { color:#FFF; text-decoration:none; }

#nav ul { list-style-type:none; }
#nav li { display:inline; padding-right:17px; }

/* SCROLL BANNER(s) */
#banner {
	background:url(../images/scroll.png) no-repeat;
	clear:both;
	width:1029px;
	height:320px;
	margin-left:-32px;
}

#bannerAbout {
	background:url(../images/scroll-about.png) no-repeat;
	clear:both;
	width:1029px;
	height:166px;
	margin-left:-32px;
}

#bannerClients {
	background:url(../images/scroll-clients.png) no-repeat;
	clear:both;
	width:1029px;
	height:166px;
	margin-left:-38px;
}

#bannerContact {
	background:url(../images/scroll-contact.png) no-repeat;
	clear:both;
	width:1029px;
	height:166px;
	margin-left:-36px;
}

.bannerHeadline {
	background:url(../images/banner-h1.png) no-repeat;
	width:407px;
	height:auto;
	margin:90px 0 0 100px;
	float:left;
	padding-top:66px;
	line-height:15pt;
	color:#4c2100;
}

/* HOMEPAGE WAND */
#wand {
	background:url(../images/wand.png) no-repeat;
	height:340px;
	width:415px;
	float:right;
	margin-top:-32px;
	margin-right:65px;
}

/* PAGE CONTENT */
#homeContent { margin-top:25px; }
#aboutContent { margin-top:45px; }
#portfolioContent { margin-top:45px; }
#contactContent { margin-top:45px; }

#leftCol {
	float:left;
	width:596px;
}

.leftCol-divider {
	height:1px;
	width:596px;
	background-color:#193255;
	margin-top:12px;
}

#rightCol {
	float:right;
	width:321px;
}

.rightCol-divider {
	height:1px;
	width:321px;
	background-color:#193255;
	margin-top:12px;
}

/* ABOUT PAGE  | MEMBERS ICONS */
#member1 { margin-top:28px; margin-right:12px; }
#member2 { margin-top:6px; margin-right:12px; }
#member3 { margin-top:6px; margin-right:12px; }

.servicesHome {
	height:130px;
	width:159px;
	float:left;
}

#more_btn {
	padding-top:42px;
	height:88px;
	width:119px;
	float:left;
}

#jquery {
	background:url(../images/slider.gif) no-repeat;
	margin-top:22px;
	height:198px;
}

#quote {
	margin-top:20px;
	padding-top:60px;
}

.buttons {
	width:260px;
	float:right;
	margin-top:-45px;
}

.portfolioImage { margin:20px 0 0 10px; }

/* PAGINATION PORTFOLIO PAGE */
#pagination {
	margin-top:30px;
	height:25px; 
	width:300px;
}

#pagination a { text-decoration:none; }

#pagination a:link { color: #8FADD6; }
#pagination a:visited { color: #8FADD6; }
#pagination a:hover { color: #FFF; }
#pagination a:active { color: #8FADD6; }

/* PORTFOLIO UL & LI */
#rightCol ul {
	margin:26px 0 0 43px;
	list-style-image:url(../images/bullet.png);
	line-height:36px;
}

#rightCol a { text-decoration:none; }

#rightCol a:link { color: #8FADD6; }
#rightCol a:visited { color: #8FADD6; }
#rightCol a:hover { color: #FFF; }
#rightCol a:active { color: #8FADD6; }

.newPage {
	background:url(../images/pagination.png) no-repeat;
	padding:3px 0 0 9px;
	float:left;
	height:25px;
	width:25px;
}

.active {
	background:none;
	padding:3px 0 0 9px;
	float:left;
	height:25px;
	width:25px;
}

#pdfIcon { margin-top:0px; margin-right:12px; }

/* CONTACT FORM */

#form {
	background:url(../images/form-bg.png) no-repeat;
	width:520px;
	height:224px;
	margin-top:66px;
}

input {
	background-color:transparent;
	border:none;
	outline:none;
	color:#FFF;
	padding:0 8px 0 8px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color:transparent;
	padding:0 8px 0 8px;
	border:none;
	outline:none;
	color:#FFF;
}

/* INPUT STYLING */
#name { float:right; width:310px; height:32px; }
#email { float:right; width:310px; height:32px; margin-top:40px; }
#message { float:right; width:310px; margin-top:43px; height:74px; overflow:hidden; }
#send { float:right; margin-top:150px; margin-right:-118px; }

/* FOOTER */

#footer {
	background:url(../images/footer-bg.gif) no-repeat;
	width:960px;
	height:136px;
	position:relative;
	clear:both;
	padding-top:50px;
	bottom:0px;
}

#footer-links {
	margin:0 auto;
	margin-top:-25px;
	width:160px;
	height:50px;
}

.flickr {
	margin:0 10px 0 10px;
}

#footer ul {
	list-style-type:none;
	text-transform:lowercase;
}

#footer li {
	display:inline;
	padding-right:17px;
}

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

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

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

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

#copyright {
	float:right;
	margin-top: -45px;
}