/*-----------------------------------------------------------------------------
Gnomon School of Visual Effects: Contact Page Style Sheet

version:   1.0
author:    eric carl
email:     ericcarl@gmail.com
website:   http://www.gnomonschool.com

------------------------------------------------------------------------------*/
/* Main Nav
--------------------------------- */
#pageContactV2 .navContact {
			background-image:url(/images/navigation/contact_current.png);
			cursor:default;
		}
/* General Type
--------------------------------- */

#pageContactV2 #content p { /* Reset Site-Wide Type Size and Color */
	color:#707070;
	font-size:93%;
}

#pageContactV2 #content h4 { /* Reset Site-Wide Type Size and Color */
	color:#CCC;
	font-size:123.1%;
	margin: 0 0 0.75em;
}

.pageContactV2 #content strong {
	color:#898989;
}

.subHeaderDark {
	background-image:url(/images/subheaderdark_bg.gif);
	background-color:none;
	color:#B5B5B5;
	font-size:85%;
	font-weight:bold;
	height:14px;
	padding:6px 0 8px 8px;
}

/* Links
--------------------------------- */


/* Layout
--------------------------------- */

#pageContactV2 #container #content {
	background-color:#000;
	border:1px solid #2d2d2d;
	border-top:none;
	padding:0;
	background-image:none;
}

#pageContactV2 #container #content #address {
	background-color:#000;
	border-bottom:1px solid #2d2d2d;
	float:left;
	height:325px;
	width:282px;
	padding-left:30px;
	padding-right:34px;
	padding-top:20px;
}

#contactInformation {
	
}

#contactTable {
	padding-bottom:10px;
	border:none;
}

#networkColumn {
	margin: 30px;
	float:left;
	width:286px;
}

#contactInformation #informationColumn {
	width:552px;
	background-color:#171717;
	float:right;
	padding:30px;
}

.infoButtons {
	font-size:85%;
	margin:0px 0px;
}
.infoButtonsIcons {
	margin-right:5px;
}

.facebook {
	text-indent:35px;
	padding-left:10px;
	background:url(../images/contact/facebook-icon.gif) no-repeat;
	background-position: 8px 2px;
}

.myspace {
	text-indent:35px;
	padding-left:10px;
	background:url(../images/contact/MySpaceicon.gif) no-repeat;
	background-position: 8px 2px;
}

.twitter {
	text-indent:35px;
	padding-left:10px;
	background:url(../images/contact/twitter-icon.gif) no-repeat;
	background-position: 8px 2px;
}

.rss {
	text-indent:35px;
	padding-left:10px;
	background:url(../images/contact/feed-icon-22x22.png) no-repeat;
	background-position: 8px 2px;
}

/* Headlines
--------------------------------- */

#pageContactV2 #content .headlineContactV2 {
	background-image:url(../images/headline_contact_V2.gif);
	background-repeat:no-repeat;
	background-position:30px 36px;
	height:76px;
	text-indent:-2000px;
	background-color:#151515;
	border-bottom:1px solid #2d2d2d;
}