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



body{
	font: .75em/1.8em 'Palatino Linotype', 'Book Antiqua', Palatino, serif;;
	background-color:#FFF;
}

a {
	color:#39F;
	text-decoration:none;
}

a:hover {
	color:#251f35;
	text-decoration:none;
}

a:active
{
  outline: none;
}

img {
	border:none;
}

h1{
	font-size:200%;
	font-weight:normal;
	margin-top: 10px;
	color:#251f35;
}

h2 {
	font-size:150%;
	color:#369;
	font-weight:bold;
	margin: 3px 0;
}

h3 {
	font-size:120%;
	color:#369;
	font-weight:bold;
	margin: 3px 40px 3px 0;
}

.regBody {
	background-color:#251f35;	
}

/* LAYOUT DIVS */

#menuHolder {
	width:1030px;
	height:85px;
	background:transparent url(../images/topmenu-bg.png) repeat-x;
	z-index: 1000;
	position: relative;
	padding-top: 35px;
	margin:0 auto;
}

.mainDiv{
	width:1000px;
	height:100%;
	margin:-15px auto;
	padding: 25px 15px 15px 15px;
	min-height: 1000px;
	background:url(../images/mid-bg.jpg) repeat-y;
	z-index: -1;
}

#topLogoDiv {
	width:245px;
	height:170px;
	background:transparent url(../images/logo_top.png) no-repeat right bottom;
	margin-bottom: 4px;
}

#topLogoDiv a {
	display:block;
	width:100%;
	height:100%;
}

#topMenuDiv {
	width:1000px;
	height: 50px;
	margin: 0px auto;
}

.pageTitleDiv {
	padding:15px 0;
}	

#bigDiv {
	padding-left:265px;	
}

#bigSearchDiv {
	padding-left:125px;	
}


#pageTitleDivHome {
	position:absolute;
	top:70px;
	left:290px;
	height:165px;
	width:655px;
	padding: 20px;
}

#pageTitleDivHome p {
	font-size:130%;
	margin-bottom: 10px;
}

#midContentDivHome {
	padding:15px 0 0 0;	
}

.homephotoDiv {
	width:220px;
	height:250px;
	position:absolute;
	top:295px;

}

.homephotoDiv a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
}

.homephotoDiv a:hover{
	color:#5888a0;
}

.homephotoDiv p{
	font-size:200%;
	text-align:center;
}


#topSocial {
	width:120px;
	float: right;
	margin-top: -20px;
	height: 20px;
}

#topSearch {
	float:right;	
	margin-right:15px;
}


#copyrightDiv {
	width:970px;
	text-align:center;
	margin-top: 30px;
	margin: 0px auto;
}

#bottomMenuDiv {
	border-top:1px solid #CCC;
	margin: 15px auto;
	padding-top: 15px;
}

.bottomMenu {
	text-align:center;	
}

.bottomMenu li{
	display:inline;
	margin:0 10px;
}

.mainTextDiv, #pricingTextDiv {
	padding: 15px 0 0 0;
	position: relative;
	min-height: 615px;
}

.mainTextDiv p{
	margin:0 100px 18px 0;
}

#pricingTextDiv p{
	margin:0 100px 6px 0;
}

.aboutText {
	font-size:120%;
	line-height:1.5em;
}

#leftColumnDiv {
	width:245px;
	float: left;
}

#leftColumnDiv p, #leftColumnDiv h1{
	margin:0 15px 10px 40px;
}

.mainPortfolioDiv {
	position:absolute;
	top: 0px;
	left:-245px;
}


#facebookDiv {
	width: 300px;
}

#rightSider {
	float:right;
	width:300px;
	padding:0 15px;
}

#twitterDiv {
	padding:15px;	
}

#topLeftLogoSm {
	position:absolute;
	top:10px;
	left:100px;
}

/* PORTFOLIO */

.portfolioHolderDiv {
	width:620px;	
}

ul.portfolioThumbs {
	text-align:center;	
}

.portfolioThumbs img {
	border:1px solid #333;	
	margin:15px;
	vertical-align:middle;
}

.portfolioThumbs li {
	text-align:center;
	float:left;
	width:200px;
	height:180px;
	display:block;
	line-height:180px;
}

.galleryNames li {
	display:inline;
	margin:5px;	
	background-color
}

ul.galleryNames a {
	cursor: pointer;
	background-color:#474754;
	color:#CCCCCC;
	padding: 0.5em 0.75em;
	text-decoration: none;
	border-bottom: 1px solid #CCC;	
}

ul.galleryNames a:hover, ul.galleryNames a:focus {
	background-color:#CCC;
	color:	#474754;
}

.portfolioTitle {
	margin:25px 0 20px 10px;
	border-bottom:1px solid #999;	
}

.SpryHiddenRegion {
	visibility:hidden;	
}

/* TEXT STYLES */

.italText {
	font-style:italic;
}	

.boldText {
	font-weight:bold;
}

.largeText {
	font-size:120%;
}	

.indentText {
	text-indent: 30px;	
}

.capsText {
	text-transform:uppercase;	
}

.rightAlign {
	text-align:right;	
}

.grayText {
	color:#666;	
}

.shortLine {
	line-height:90%;
}

.heavyBlueText {
	font-size:120%;
	color:#369;
	font-weight:bold;	
}

.smallCapsText {
	 font-variant: small-caps;
}

/* LAYOUT STYLES */


.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clearAll { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.arrowList li {
	float:left;
	padding:10px 20px 0 0;
}

.priceList li {
	margin:0 0 6px 30px;
}

.descriptionList li {
	list-style-type:circle;
	margin: 0 0 0 30px;
}

.topMarginSm {
	margin-top:8px;
}

.leftMarginSm {
	margin-left:10px;	
}

.leftMarginExSm {
	margin-left:4px;	
}

.thinBorder {
	border:1px solid #333;	
}

.handCursor {
	cursor:pointer;	
}

/* CONTACT FORM */

.contactFormList {
	list-style-type:none;	
}

.contactFormList input, .contactFormList textarea, .contactFormList select{
	background:#ccc;
	border:1px solid #999;
	margin:9px 0 1px 0;
	font: 1em/1.8em Palatino Linotype, Book Antiqua, Palatino, serif;
}

.frontList li {
	margin:30px 0;
	height:100px;
}

.getAroundList li{
	margin:10px 0;
	text-align:center;
	text-indent:-12px;
}


/* Feed styling */

#feeds, #newsletterDiv {
	width:360px;
	border: 1px solid #a0a0cd;
	padding: 10px 15px;
	margin-bottom: 20px;
}

#feeds .gf-author,
#feeds .gf-spacer {
    display : none;
}

#feeds .gfc-result {
	line-height:normal;	
	margin-bottom:10px;
}

#feeds .gfc-resultsHeader .gfc-title {
    font-size : 130%;
	color:#333366;
	margin-bottom:6px;
}

#feeds .gfc-results {
	border-bottom: 1px solid #a0a0cd;
	margin-bottom: 15px;
}

/* Search styling */

#cse-search-results {
	
}

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:100000;
	/* styling */
	background-color:#fff;
	width:1100px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	padding: 20px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#carouselDiv {
	position:relative;	
}


