/* The Career Connection CSS Document  Copyright Mountain Graphics 2006 -2007.  Not to be duplicated without prior written consent of Mountain Graphics Inc and Cindy Massolin*/
/*--------------General info--------------*/
body {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: black;
	background-color:#CCCCCC;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	font-weight: normal;
	
}

#container {
	text-align: left;
	margin-left: -400px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: absolute;
	left: 50%;
	width: 802px;
	height: 700px;
	background: url(images/mainbackground2.gif) no-repeat;
}
	
/*--------------Page Header--------------*/
#pageHeader  {
	width: 140px;
}

#pageHeader h1 {
	font-size: 14px;
	visibility: hidden ;
	width: 160px;
	text-align: center;
}

/*--------------Navigation--------------*/
div#navigation {
	margin-top: 68px;
	margin-left: 45px;
	margin-bottom: 40px;
	background-color: transparent;
	width: 750px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}


div#navigation a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#660000;
	text-decoration: none;
	padding-right: 36px;
}


#navigation a:hover {
	color:#999999;
}


#navigation a:visited {
	color:#666666;
	font-style: italic;
}
/*--------------a Links--------------*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(114,0,57);
	text-decoration: underline;
}

a:visited {
	color:#666666;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #999999;
}

a:active {
	font-weight: bold;
	color: #999;
}


/*--------------The Left Meat--------------*/
#leftcol {
	margin-top: 10px;
	margin-left: 60px;
	width: 310px;
	height: 385px;
}

#leftcol h1	{
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(114,0,57);
	font-variant: small-caps;
	margin-left: 0px;
	width: 310px;
	border-bottom-style: double;
	border-top-color: 333333;
}


#leftcol p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.35em;
	text-align:justify;
	width: 299px;
	margin-left: 11px;
	margin-top: 5px;
}

.staff a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(114,0,57);
	text-decoration: underline;
}

/*--------------The Right Meat--------------*/
#rightcol {
	/*padding-top: 11px;to make FF line up with IE*/
	margin-top: -390px;
	margin-left: 423px;
	width: 310px;
	height: 370px;
}

#rightcol h1	{
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: rgb(114,0,57);
	margin-left: 0px;
	font-variant: small-caps;
	width: 310px;
	border-bottom-style: double;
	border-top-color: 333333;
}

#rightcol p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.35em;
	width: 299px;
	margin-left: 11px;
	text-align:justify;
	margin-top: 5px;
}

.contact	{
	margin-top: 34px;
}

.home	{
	margin-top: 34px;
}

.staff	{
	margin-top: 5px;
}

.services	{
	margin-top: 34px;
}

.profilelogos	{
	margin-left: 11px;
	padding-top: 10px;
}


/*--------------Home--------------*/

.more a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(114,0,57);
	font-variant: small-caps;
	font-weight: bold;
}


/*--------------The Bottom--------------*/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	position: absolute;
	width: 800px;
	left: 10px;
	top: 686px;
	color:white;
}

#footer a	{
	font-family: Georgia;
	font-size: 1.1em;
	font-weight: 600;
	color:white;
	text-decoration: none;
}

#footer a:hover	{
	color:#CCCCCC;
}

/*--------------The Spans--------------*/
.burg	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: rgb(114,0,57);
	font-variant: small-caps;
	font-weight: 600;
}


