/* style.css - Styles for 360 Group */

html, body
{
	text-align: center; /* to center page content on pre-6 IE */
	margin: 0px;
	padding: 0px;
}

/* Default font */
html, body, p, td
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #8C8C8C;
}

p
{
	margin: 6px 0px;
}

h1
{
	font-size: 20px;
	line-height: 24px;
	color:  #6094C1;
}

h2
{
	font-size: 16px;
	line-height: 20px;
	color:  #6094C1;
	font-weight: normal;
	margin-bottom: 6px;
}

a
{
	color:  #6094C1;
}

a:hover
{
	color:  #8C8C8C;
}

p.Blue1
{
	font-size: 14px;
	line-height: 18px;
	color:  #6094C1;
	margin: 0px;
}

p.Intro
{
	font-size: 14px;
	line-height: 18px;
	color:  #6094C1;
	margin: 0px;
}

p.FormTitle
{
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color:  #6094C1;
	margin: 0px;
}
	
div#PageContainer
{
	width: 800px;
	margin: 0px auto;
	text-align: left; /* to reset text alignment for page content */
}

div#PageFooter
{
	font-size:  10px;
	color:  #333333;
	width: 755px;
	margin: 1px;
}

div.ColoredBoxes
{
	display: block;
	width: 585px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div.GreyBox
{
	background-color: #8C8C8C;
	display: block;
	overflow: hidden;
	width: 178px;
	height: 50px;
	padding:0px;
	margin:0px;
}

div.BlueBox
{
	background-color: #6094C1;
	display: block;
	overflow: hidden;
	width: 178px;
	height: 50px;
	padding:0px;
	margin:0px;
}

div#MainNavContainer
{
	padding:0px 0px;
	margin-top: 17px;
	margin-bottom: 2px;
	height: 25px;
	overflow: hidden;
}

div#Logo
{
	margin: 59px 0px 0px 30px;
}

div.Titles
{
	height: 34px;
	font-family: "Times New Roman", Serif;
	font-size: 18px;
	color: #ffffff;
	margin: 9px 10px;
	padding: 0px;
}

div.ColTextBox
{
	width: 155px;
	height: 130px;
	margin-top: 10px;
	margin-left: 10px;	
	text-align: left;
}

div.Frame
{
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #8C8C8C;	
	overflow: hidden;
}

div#Banner
{
	width: 500px;
}

div.SectionHeading, div.ToutHeadingBlue
{
	border-top: 1px solid #afc9e0;
	border-bottom: 1px solid #afc9e0;
	padding: 1px 0px;
}
div.SectionHeading h3, div.ToutHeadingBlue h3,  div.ToutHeadingGrey h3
{
	background-color: #6094C1;
	font-family: "Times New Roman", serif;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	padding: 11px 12px 4px 12px;
}

div.ToutHeadingGrey
{
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	padding: 1px 0px;
}
div.ToutHeadingGrey h3
{
	background-color: #8c8c8c;
}

div.ToutHeadingGrey, div.ToutHeadingBlue
{
	width: 178px;
}

div.SectionText
{
	padding: 15px 12px;
}

/* End:General Class Styles */	