
body {
	text-align: center;
	margin: 0;
	padding:0;
	background-color: #ffffff;
	font weight: 400;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
	color: #666666;
	}
	
div {
	margin: 0;
	padding: 0;
	}	

/* Main Container */
	
#container {
	width: 770px;
	margin: 0 auto;
	text-align:left;
	}

/* Logo Row */

#logo {
	width: 770px;
	padding-top: 10px;
	float:left;
	}

/* ITop Navigation */

#nav {
	width: 770px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform:uppercase;
	float:left;
	}

#nav ul  {
	margin:0;
	padding:0;
	float:right;
	}
		
#nav li {
	list-style-type: none;	
	list-style-image: none;
	background-image:none;
	padding: 0;
	margin: 0;
	float:left;
	}

#nav a  { 
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 25px 12px 10px;
	background-image:url(images/bgNav.gif);
	background-repeat:no-repeat;
	background-position: 0 0.5em;
	}

#nav a:hover { 
	color: #000080;
	text-decoration: none;
	}

/* Image Row */

#banner {
	width: 770px;
	padding-top: 5px;
	float:left;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

/* Main Content Div */

#content {
	width: 770px;
	margin-top: 7px;
	float:left;
	padding: 30px 0;
	background-image:url(images/dot5.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

/* Single Column Page Layout div */

#main {
	padding: 0 20px;
	width: 730px;
	float: left;
	}

/* Double Column Page Layout LEFT div */

#mainLeft {
	width: 470px;
	padding-left: 20px;
	padding-right: 30px;
	float: left;
	background-image:url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: 519px 0 ;	
	}

/* Double Column Page Layout RIGHT div */

#mainRight {
	width: 220px;
	float: right;
	}

#mainRightContent ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 20px;
	}

#mainRightContent {
	width: 200px;
	float: left;
	padding-top: 20px;
	font-style:italic;
	}

/* Sub Menu Right */

#subMenuHead {
	width: 200px;
	float: left;
	font-size: 14px;
	font-family:  Century, "Times New Roman", Times, serif;
	color: #000080; 
	font-weight:700;
	padding-bottom: 7px;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x; 
	background-position: bottom left;
	}

#subMenu {
	width: 200px;
	float: left;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}

#subMenu li {
	list-style-type: none;	
	list-style-image: none;
	background-image:none;
	padding: 0;
	margin: 0;
	float:left;
	}
	
#subMenu ul  {
	margin:0;
	padding:0;
	float: left;
	}

#subMenu a  { 
	color: #000080;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 0;
	font-size: 11px;
	width: 200px;
	text-indent: 10px;
	background-color:#FFFFFF;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}

#subMenu a:hover { 
	color: #000000;
	background-color:#eeeeee;
	text-decoration: none;
	}
	
/* Home Page */
	
#homeLeft {
	width: 290px;
	float:left;
	padding-left: 20px;
	float: left;
	}
	
.homeRight {
	width: 190px;
	float:left;
	padding-left: 30px;
	float: left;
	font-size: 11px;
	line-height: 1.3;
	}	

.homeRight img {
	margin: 5px 0;
	}	

.homeRight H2 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
	
#homeLeft H1 {
	background-image:none;
	}

.grey {
	color: #666666;
	}
	
/* Partners Page */

.partners { 
	width: 470px;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	float:left;
	padding-bottom: 20px;
	margin-bottom:20px;
	}

.partnersText { 
	width: 370px;
	float: right;
	}

.partnersText a{ 
	font-family:  Century, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	}
	
.partnersImage { 
	float: left;
	}

/* Footer Row */

#footer {
	font-size: 11px;
	padding: 15px 0;
	color: #999999;
	font-weight: 400;
	float: left;
	width: 770px;
	text-align:center;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

#footer a {
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #999999;
	text-decoration: underline;
	}

#footer1 a {
	color: #666666;
	text-decoration: none;
	}
	
#footer1 a:hover {
	color: #666666;
	text-decoration: underline;
	}

/* Generic Links */

a {
	color: #000080;
	text-decoration: none;
	}
 
a:hover {
	color: #000000;
	text-decoration: underline;
	}

/* Headings */

h1 {
	font-size: 15px;
	font-family:  Century, "Times New Roman", Times, serif;
	color: #000000;  
	font-weight: 400;
	text-transform:uppercase;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	padding-bottom: 7px;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	}

h2 {
	font-size: 14px;
	font-family:  Century, "Times New Roman", Times, serif;
	color: #000080;  
	font-weight: 400;
	text-transform:uppercase;
	}

h3 {
	font-size: 12px;
	font-family:  Century, "Times New Roman", Times, serif;
	color: #000000;  
	font-weight: 400;
	text-transform:uppercase;
	}
	
/* Generic Lists */

ul
  	{
  	margin-left: 0;
  	padding-left: 2em;
  	}
  
li
  {
  	margin: 0;
  	padding: 0;
	list-style-image: url("images/arrow.gif") 
	}

/* Forms */

form {
	margin: 0px;
	}

textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	}

.input {
	width: 300px;
	}
	
.button {
	background-color: #000080;
	color: #ffffff;
	border-top: 1px solid #0000cc;
	border-left: 1px solid #0000cc;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

/* Other Stuff */

hr	{ 
	height: 0px; 
	border: solid #cccccc 0px; 
	border-top-width: 1px;
	}

img {
	border: none;
	}
	
.clearBoth {
	clear:both;
	height: 0px;
	width: 100%;
	}
	
.contactText { 
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 11px;
	font-weight:400;
	}
	
.talent {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image:url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}	

.horiznav {
	font-family:  Century, "Times New Roman", Times, serif;
    padding-left: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform:none;
    }

