/*
Greg Marks theme
name: Greg Marks  
designer: Adapted for Movable Type by Dennis Wyman  
designer_url: http://www.zangaroa.com/ 
*/

/* Reset -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }
img{
	behavior: url(iepngfix.htc);  /*ie png transparency fix*/
}

/* Page Wrapper -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal 15px arial, helvetica, sans-serif;
	color: #000000;
	background: transparent url("bg_body.png") repeat-y top center;
}

a, a:link, a:visited, a:active {
	color: #0000EE;
	text-decoration: none;
}

a:hover {
	color: #551A8B;
	text-decoration: underline;
}

#container {
	width: 730px;
	margin: 0 auto;
}

.hidden {
	display: none;
}


/* Header -------------------------------------------------- */

#header {
	display: block;
	margin: 0 auto;
	clear: both;
	width: 730px;
	height: 109px;
	background: transparent url("bg_header.png") no-repeat top center;
}

	#header h1 {
		width: 450px;
		height: 100px;
	}

	#header h1 * {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -5000em;
	}
	

/* Content Wrapper -------------------------------------------------- */

#content {
	padding: 0;
	width: 730px;
	margin: 0 auto;
	min-height: 100px;
	background: transparent url("bg_content.gif") no-repeat top right;
}

/* Left Column -------------------------------------------------- */

#beta {
	position: relative;
	float: left;
	left: -540px;
	width: 190px;
	height:100%;
}


/* Right Column -------------------------------------------------- */

#alpha {
 	position: relative;
 	float: left;
	left: 190px;
	width: 540px;
	margin: 44px 0 0 0;
	background: transparent url("bg_alpha.png") repeat-y top right;
	min-height: 700px;
}

#alpha-inner {
    padding: 0px 22px 20px 15px;
}


/* Page Content -------------------------------------------------- */

#alpha h1 {
	font-size: 20px;
	margin: 0 0 1em 0;
	font-weight: bold;
}

#alpha h2 {
	font-size: 18px;
	margin: 0 0 1em 0;
}

#alpha h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0.7em 0;
}

#alpha h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0.6em 0;
}

#alpha p {
	text-align: justify;
	margin: 0 0 1.5em 0;
}

#alpha ul {
	margin: 0 0 1.5em 40px;
	list-style-type: disc;
}

#alpha ol {
	margin: 0 0 1.5em 40px;
	list-style-type: decimal;
}

	#alpha li {
		text-align: left;
		margin: 0 0 0.3em 0;
	}

#alpha blockquote {
	margin: 0 15px 0 30px;
}

#alpha b, #alpha strong {
	font-weight: bold;
}

#alpha i, #alpha em {
	font-style: italic;
}

#alpha u {
	text-decoration: underline
}

#alpha .highlight {
	color: #993333;
}


/* Contact Form */

#content .contact table, #content .contact small {
	margin: 0;
}
	#content .contact td {
		padding: 3px;
	}


/* Striped Tables */

#content table {
	border: none;
	margin: 0 0 1.5em 0;
	width: 500px;
}

#content tr {
	background: #FFFFFF;
}

	#content tr.alt {
		background: #EEEEEE;
		vertical-align: top;
	}

	#content td {
		padding: 4px 4px 4px 4px;
	}


/* Widgets -------------------------------------------------- */

/* Main Link Block */

#widgetMainHome a, #widgetMainAboutgreg a, #widgetMainAboutfirm a, #widgetMainWhyhire a,
#widgetMainYourclaim a, #widgetMainInitiate a, #widgetMainFaq a, #widgetMainFacts a,
#widgetMainHow a, #widgetMainCommunity a, #widgetMainContact a {
	width: 190px;
	display: block;
	position: absolute;
	text-indent: -5000em;
	clear: both;
	background-image: url("bg_beta.png");
}

		#widgetMainHome a { height: 36px; top: 0; background-position: 0 0; }
		#widgetMainAboutgreg a { height: 33px; top: 36px; background-position: 0 -36px; }
		#widgetMainAboutfirm a { height: 33px; top: 69px; background-position: 0 -69px; }
		#widgetMainWhyhire a { height: 51px; top: 102px; background-position: 0 -102px; }
		#widgetMainYourclaim a { height: 51px; top: 153px; background-position: 0 -153px; }
		#widgetMainInitiate a { height: 33px; top: 204px; background-position: 0 -204px; }
		#widgetMainFaq a { height: 51px; top: 237px; background-position: 0 -237px; }
		#widgetMainFacts a { height: 51px; top: 288px; background-position: 0 -288px; }
		#widgetMainHow a { height: 51px; top: 339px; background-position: 0 -339px; }
		#widgetMainCommunity a { height: 48px; top: 390px; background-position: 0 -390px; }
		#widgetMainContact a { height: 49px; top: 438px; background-position: 0 -438px; }

		#widgetMainHome a:hover { background-position: -200px 0; }
		#widgetMainAboutgreg a:hover { background-position: -200px -36px; }
		#widgetMainAboutfirm a:hover { background-position: -200px -69px; }
		#widgetMainWhyhire a:hover { background-position: -200px -102px; }
		#widgetMainYourclaim a:hover { background-position: -200px -153px; }
		#widgetMainInitiate a:hover { background-position: -200px -204px; }
		#widgetMainFaq a:hover { background-position: -200px -237px; }
		#widgetMainFacts a:hover { background-position: -200px -288px; }
		#widgetMainHow a:hover { background-position: -200px -339px; }
		#widgetMainCommunity a:hover { background-position: -200px -390px; }
		#widgetMainContact a:hover {  background-position: -200px -438px; }


/* Text Below Block */

#widgetSub {
	text-align: center;
	margin: 490px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}

	#widgetSub a, #widgetSub a:hover {
		text-decoration: none;
		color: #000000;
	}


/* Footer -------------------------------------------------- */

#footer {
	display: block;
	clear: both;
	width: 730px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 20px 0;
	background: transparent url("bg_footer.png") no-repeat top right;
}

	#footer p {
		margin: 0 0 15px 0;
	}
	
		#footer p.navigation {
			font-size: 13px;
		}

		#footer p.address {
			font-size: 16px;
		}

		#footer p.phone {
			font-size: 16px;
			font-weight: bold;
		}

		#footer p.copyright {
			font-size: 13px;
		}
		
		#footer p.positronic {
			font-size: 10px;
		}



