body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

/* @group text/links */
p {
	line-height: 20px;
	margin: 10px 0px 15px 0px;
	font-size: 12px;
}
p.quote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 20px;
}
p.quoteSource {
	text-align: left;
	font-size: 11px;
	color: #999;
	line-height: 16px;
}
.extraSpaceOnTop {
	margin-top: 20px;
}
ul {
	margin: 0px;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
}
ul li {
	margin-bottom: 5px;
}
img.floatLeft, .imageFloatLeft {
	float: left;
	padding: 5px;
}
img.floatRight, .imageFloatRight {
	float: right;
	padding: 5px;
}
img.p {
	padding: 20px 20px 20px 0px;
}
a {
	color: #336633;
	text-decoration: underline;
}
a:hover {
	color: #003300;
}
a.whiteLink {
	color: #fff;
}
a.whiteLink:hover {
	color: #CCC;
}
.whiteText {
	color: #FFF;
}
.hidden {
	display: none;
}
h1 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 15px;
	clear: both;
}
h1.left {
	text-align: left;
}
h2 {
	margin-top: 0px;
	padding: 1px 0px 1px 0px;
}
h3 {
	margin: 15px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
	margin-top: 15px;}
/* @end */


/* @group global divs */
div.floatClear {
	clear: both;
}
div.headerWrapper {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000;
}
div.headerContent {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 10px 0px;
}
div.header div.logo {
	height: 100px;
	float: left;
	width: 250px;
	background: url(../images/alphaport_logo.png) 0 50% no-repeat;
}
div.header div.navigationWrapper {
	float: right;
}
div.header div.navigationContent {
	padding-top: 50px;
}
div.header ul.globalNavigation {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.header ul.globalNavigation li {
	float: left;
	margin: 0px 15px;
}
div.header ul.globalNavigation li a {
	display: inline-block;
	padding: 4px 8px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	
}
div.header ul.globalNavigation li a:hover {
	border-bottom: 2px solid black;
	color: black;
}
div.header ul.globalNavigation li a.current {
	border-bottom: 2px solid #000;
	color: #000;
}
div.marqueeWrapper {
	width: 100%;
	background: #333 url(../images/marquee/marquee_bg.jpg) repeat-x;
	text-align: center;
	padding: 10px 0px 1px 0px;
	border-top: 1px solid #000;
}
div.marqueeContent {
	width: 1000px;
	margin: 10px auto 20px auto;
	text-align: left;
}
div.marquee2Wrapper {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 15px 0px 12px 0px;
	background: #000 url(../images/marquee/news_bg.png) repeat-x;
	color: #FFF;
}
div.marquee2Content {
	width: 1000px;
	margin: 0px auto 0px auto;
}

div.marquee2Content .label, div.marquee .label {
	font-weight: bold;
	float: left;
	font-size: 14px;
	padding: 0px 20px 0px 20px;
	margin-right: 20px;
	color: #FFF;
	border-right: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.marquee2Content div.content {
	float: left;
	text-align: left;
	color: #FFF;
	padding: 1px 0px 0px 0px;
}
div.marquee div.boxWrapper {
	width: 310px;	
	background: #FFFFFF;
	float: left;
	padding: 19px;
}
div.marquee div.middleBox {
	background: url(../images/maid.png) no-repeat 50% 50%;
	padding: 0px;
	width: 300px;
	min-height: 350px;
	
}
div.marqueeContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin: 15px 0px 5px 0px;
	font-weight: normal;
	font-size: 17px;	
}
/*div.marqueeContent h2 a {
	text-decoration: none;
}*/
div.marquee p {
	margin: 0px;
}
div.bodyWrapper {
	text-align: center;
	width: 100%;
}
div.bodyContent {
	width: 1000px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	background: #FFFFFF;
}
div.rightColumn {
	width: 665px;
	border-left: 1px solid #CCC;
	padding: 10px 5px 10px 20px;
	float: right;
}
div.leftColumn {
	float: left;
	width: 280px;
	padding: 10px 10px 10px 15px;
}
div.rightSegment, div.sideSegment {
	padding: 0px 0px 15px 0px;
}
.contentBlock {
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 20px 0px;
}
.contentBlockWithoutBottomBorder {
	padding: 10px 0px 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: none;
}
.footerWrapper {
	width: 100%;
	text-align: center;
}
.footerContent {
	border-top: 1px solid #CCC;
	padding: 20px 0px 20px 0px;
	width: 1000px;
	margin: 20px auto 0px auto;
}
/* @end */

/* @group home */

.homeProjectListing {
	border-bottom: 1px solid #CCC;
	padding: 10px 0px 20px 0px;
}

/* @end */

/* @group normalPage */
.marquee h2.whiteText {
	padding: 0px 0px 0px 30px;
	letter-spacing: 1px;
}
ul.subNavigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.subNavigation li {
	display: block;
	border-bottom: 1px solid #EEEEEE;
}
ul.subNavigation a {
	display: block;
	padding: 15px 0px;
	font-size: 14px;
	font-weight: bold;

}
ul.subNavigation a:hover, ul.subNavigation a.current {
	background: url(../images/arrow_dark.gif) 250px 50% no-repeat;
}
/*.normalPage div.rightColumn {
	width: 665px;
	padding: 10px 20px 10px 5px;
	float: right;
}
.normalPage div.leftColumn {
	float: left;
	width: 280px;
	padding: 10px 10px 10px 15px;
}*/
/* @end */

/* @group about */
.keyPeople_name {
	font-size: 13px;
	margin-top: 5px;
	font-weight: bold;
	display: inline-block;
}


/* @end */
/* @group contact */
input.textField {
	padding: 7px 5px;
	font-size: 12px;
}
span.address {
	line-height: 16px;
}
#contact-form .errorMessage {
	color: #990000;
	margin-left: 0px;
	font-weight: bold;
	background: #FFFAAA;
}
/* @end */
