/* Intragulf.com CSS Document */

/* Body tag */
body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #627176;
}

/* Holder & Main Divs, with footer div
	Main goes into Holder so Main is center Aligned. */
div.holder {
	text-align: center;
}

div.main {
	position: relative;
	margin: auto;
	width: 750;
	height: 555px;
	text-align: left;
}

div.footer {
	position: absolute;
	top: 525px;
	margin: 0;
	margin-top: 3px;
	width: 100%;
	height: 30px;
	text-align: right;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #627176;
}

/* Header & Primary Links Divs
	Header will contain the background image required to brighten up the site.
	Primary Links, inside the Header, contains the site's section links. */
div.header {
	position: absolute;
	margin: 0;
	width: 100%;
	height: 140px;
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

div.primaryLinks {
	position: absolute;
	top: 80px;
	left: 250px;
	margin: 0;
	width: 500px;
	height: 60px;
	font-weight: bolder;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	color: #FFFFFF;	
	background-image: url(../images/header-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* navHolder, Site Section Header,  Secondary Links, logoHolder
	This is where the section title is printed in large font.
	below the Header is the secondary links.
	all are contained within navHolder. */
div.navHolder {
	position: absolute;
	top: 160px;
	margin: 0;
	width: 200px;
	height: 365px;
	background-color: #FFCC00;
}

div.sectionTitle {
	position: absolute;
	top: 0px;
	margin: 0;
	width: 200px;
	height: 40px;
	text-align: right;
}

div.secondaryLinks {
	position: absolute;
	top: 60px;
	margin: 0;
	width: 200px;
	text-align: right;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 10px;
	color: #FFCC00;
	background-color: #627176;
	background-image: url(../images/links-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.logoHolder {
	position: absolute;
	top: 235px;
	margin: 0;
	width: 200px;
	height: 130px;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(../images/logo-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.logoHolderBlank {
	position: absolute;
	top: 265px;
	margin: 0;
	width: 200px;
	height: 100px;
	text-align: right;
	background-image: url(../images/logo-corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1 {
	margin: 5px;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 12px;
	font-weight: 900;
	color: #627176;
}

img.logo {
	margin-top: 15px;
	margin-right: 5px;
}

/* ContentHolder and Content
	This is where all the content will go. */
div.contentHolder {
	position: absolute;
	top: 160px;
	left: 200px;
	margin: 0;
	width: 550;
	height: 365;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #627176;
	background-image: url(../images/content-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.contentHeader {
	position: absolute;
	top: 17px;
	margin: 0;
	width: 500px;
	height: 10px;
	text-align: right;
}

h2 {
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #627176;
	margin-right: 15px;
	margin-bottom: 1px;
}

div.content {
	position: absolute;
	top: 40px;
	left: 15px;
	margin: 0;
	padding-right: 8px;
	width: 529;
	height: 320;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	color: #627176;
	text-align: justify;
	background-color: #FFFFFF;
	overflow: auto;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #ABB0B3;
	scrollbar-arrow-color: #000000;
}

div.content img.leftImage {
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #627176;
}

div.content img.rightImage {
	margin-left: 10px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #627176;
}

/* Link Lists and Items
	This is where the primary and secondary links get their appearance from */
ul.primaryLinksList {
	margin: 3px;
	padding: 3px;
	list-style-type: none;
}

li.primaryLinksListItem {
	padding-left: 12px;
	margin-left: 20px;
	display: inline;
}

ul.secondaryLinksList {
	margin: 3px;
	margin-bottom: 5px;
	padding: 3px;
	list-style-type: none;
}

li.secondaryLinksListItem {
	margin-top: 2px;
}

/* Link attributes */
div.secondaryLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div.secondaryLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div.secondaryLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
}

div.secondaryLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

div.primaryLinks a:link {
	color: #627176;
	text-decoration: none;
}

div.primaryLinks a:visited {
	color: #627176;
	text-decoration: none;
}

div.primaryLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.primaryLinks a:active {
	color: #627176;
	text-decoration: none;
}

div.content a:link {
	color: #CC9900;
	text-decoration: none;
}

div.content a:visited {
	color: #CC9900;
	text-decoration: none;
}

div.content a:hover {
	color: #FFCC00;
	text-decoration: none;
}

div.content a:active {
	color: #CC9900;
	text-decoration: none;
}
