/* 
* Author: John Flackett
* Copyright: PuffaFish Creations
* Date: 01/08/2006
* Purpose: Style sheet for the webpages of Atticus Management Solutions.
* 				Unique design by PuffaFish Creations.
*/

body
{
	background-color: #e1effd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	background-image: url(images/bodyBkgr.png);
	background-repeat:  repeat-x;
}

h1,h2,h3
{
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 12px;
}
h3
{
	font-size: 12px;
	padding-top: 10px;
}
/* Make sure any linked images have thier border removed */
img a
{
	border: none;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin-left: 5%;*/
}

#Container 
{
	position: absolute;
 	left: 50%;
	margin: 30px 0 0 -403px;
	width: 805px;
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
	/*background-color: #E2F0FD;*/
}

#Header
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 785px;
	height: 120px;
 	background: url('images/a.png');
}
#Header img.logo
{
	position: absolute;
}
#HeaderRight
{
    position: absolute;
	width: 785px;
	height: 82px;
	top:25px;	
	padding-left: 0;
	margin-left: 0;
}
#HeaderRight img.profound
{
	top: 26px;
}
#HeaderRight table
{
	width: 785px;
	padding: 77px 0 0 0;
}

#Banner
{	
	position: absolute;
	top: 45px;
	width: 785px;
	height: 56px;
}

#Menu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 26px;
	width: 785px;
	background-color: #E2F0FD;
}
#Menu table
{
	width:785px;
	border: none;
}
#Menu table a, img
{
	border: none;
}


#ImageContent
{
	margin: 12px 0 9px 0;
	height: 150px;
	width: 785px;
	padding: 0 0 0 0;
}

#Content
{
	width: 785px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	/*background-color: #E2F0FD;*/
}
#Content a, a:link, a:visited
{
	color: #31659c;
	text-decoration: none;
}
#Content a:hover
{
    text-decoration: underline;
}
#Content a.intrapage
{
	color: black;
	text-decoration: none;
}

/****** Start of the main text ******/
#Content #Text
{
	width: 546px;
	margin: 0 0 8px 0;
	padding: 0 13px 0 0;
	text-align: justify;
}
#Content #Text h1, h2, h3
{
	margin: 0 0 3px 0;
}
#Content #Text p
{
	margin: 0 0 8px 0;
}
#Content #Text p.phil
{
	padding: 8px 5px 4px 35px;
	font-style: italic;
	text-align: left;
}
#Content #Text p.date
{
 	color: silver;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#Content #Text .heading
{
 	color: teal;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}
#Content #Text img.trueBlue
{

	margin: 10px 25px 5px 0;
}
#Content #Text p.link
{
	text-align: right;
	margin-top: 0;
	margin-bottom: 10px;
}
/* Rules for inline corporate images (logos) */
#Content #Text img.logo
{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
    margin-bottom: 5px;
}

/*Format the unordered lists of links */
li.links
{
	list-style-image: url(images/bullet.gif);
	margin-top: 10px;
}

ul.services
{
	padding-left: 20px;
    /*font-family: Times, Georgia, serif;*/
}

ul.services li
{
	margin-top: 10px;
	list-style-image: url(images/chev.gif);
}

ul.services ul li
{
	list-style-image: url(images/whiteDash.gif);
	font-weight: normal;
	margin-top: 5px;
}

.listing
{
    font-weight: bold;
}

.success
{
	padding-top: 12px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

/****** End of the main text ******/


/****** Start of the box text ******/
#Content #Boxes
{
	float: right;
	width: 236px;
	/*height: 100%;*/
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	/*border-left: 1px solid #31659c; /* keep this border! */
}
#Content #Boxes h1, h2
{
	color: white;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 2px 0 0 5px;
	
}
#Content #Boxes p
{
	color: #433c43;
	margin: 0 0 1px 0;
	padding: 0 5px 0 14px;
}
#Content #Boxes p.link
{
	margin: 0 0 0 0;
	padding-bottom: 2px;
	text-align: right;
}

#UpperBox, #LowerBox
{
	width: 223px;
	/*height: 112px;*/
	margin: 0 0 0 13px;
}
/* Only display gradient background if text in box rather than an image */
#UpperBox.text, #LowerBox.text
{
	background-image: url(images/subBoxBkgr.png);
	background-color: #e1effd;
	background-repeat:  repeat-x;
	border: 1px solid #C5C5D1;
}

#UpperBox
{
 	margin-bottom: 13px; /* to put space between boxes */
}

#Content #Boxes img.cpa
{
	position: relative;
 	float: right;
	margin-top: 10px;
	padding-right: 5px;
}


/****** End of the box text ******/


/********* Some sytle rules for the contact form *****************/
#Form
{
	margin: 0 0 12px 50px;
	padding: 0 0 10px 0;
}


#Form label,input
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

#Form br
{
	clear: left;
}

#Form label
{
	text-align: right;
	width: 250px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 20px;
}
#Form input, textarea
{
	border: 1px solid #31659c;
}

.button
{
	float: right;
	width: 100px;
	background-color: #cbc9d7;
	font-size: 10px;
	color: black;
	margin: 10px 20px 0 0;
}

p.formMsg
{
	font-size: smaller;
}

.caption
{
	margin-left: 270px;
	font-size: 9px;
}

#Contact
{
	margin: 12px 0 10px 40%;
}
#Contact img
{
	float: left;
	padding-right: 20px;
}


/*********** End contct form rules ****************/

/****** Start of the Footer ******/
#Footer
{
	clear: both;
	width: 785px;
	height: 19px;
	padding: 0 0 5px 6px;
	margin: 5px 0 0 0;
	background-color: #FFFFFF;
	border-top: 1px solid #31659c;
}

#Footer img
{
	position: relative;
	top: 3px;
}
#Footer img.floatRight
{
	position: relative;
	margin: 0;
	top: 5px;
	/* Need to position PuffaFish Creations image! */
	left: 565px;
}
/****** End of the Footer ******/


