/* this is the style sheet for OSC - OXFORD STRATEGIC CONSULTING (client contact Terry Edney) */

body{
	text-align: center;
	font-size: 100%;
}

img {
	border:none; 
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
	font-size: 0.8em;
}


#outer_container {
    width: 940px;
    margin: 10px auto;
    border: 1px solid #CCCCCC;
	text-align: left;
	background-color: transparent;

}

#top_container {
    width: 940px;	
    height: 176px;
    background-color: #ffffff;
}

#logo_container {
    width: 222px;
    float: left;
    background-color: #ffffff;
}

#logo {
    width: 218px;	
    height: 121px;
}

#tel_details {
    width: 222px;
    height: 55px;
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	text-align: center;
	font-size: 0.68em;
}

.tel_details a {

	text-decoration: none;
	color: #666666;
}

.tel_details a:hover {

	text-decoration: underline;
	color: #1D3C7E;
}



#top_image {
    width: 718px;
    height: 176px;
    float: right;
    background-color: #ffffff;
}


#feet {
    width: 940px;	
    height: 43px;
    background-color: transparent;
}


#content_container {
    width: 940px;
    /*height: 1000px;*/
	background-image: url(images/bg.gif);
	background-repeat: repeat;

}


#left {
    width: 222px;
    float: left;
    background-color: transparent;
}

#middle {
    width: 500px;
    float: left;
    background-color: transparent;
}

#right {
    width: 200px;
    float: right;
    background-color: transparent;
}

#quote {
    width: 160px;
    margin-right: 20px;
	background-color: transparent;
	float: right;
	margin-bottom: 30px;
}


#menu_container {
    width: 220px;
}



#text_heading {
    width: 430px;
  	background-color: transparent;
  	/*margin-top: 50px;*/
  	margin-left: 20px;
}

#text {
    width: 470px;
  	background-color: transparent;
  	margin-left: 20px;
  	margin-top: 20px;

}



#footer_container {
    width: 940px;
    height: 30px;
  	background-color: #cccccc;
  	clear: both;
}

/* this is where the footer text goes */
#footer {
    /*height: 30px;*/
  	background-color: transparent;

}

.h1 {
	color: #1D3C7E;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.h1_thin {
	color: #1D3C7E;
	font-weight: normal;
	font-size: 0.9em;
	padding-top: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.h2 {
	color: #D7AA40;
	font-weight: bold;
	font-size: 0.89em;
	padding-top: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.text {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
	font-size: 0.8em;
}


.text a {
	color: #333333;
	text-decoration: underline;

}
	
	
.text a:hover {
	color: #1D3C7E;
}

.picture_caption {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	color: #666666;
	font-size: 0.75em;
	text-align: center;
	padding-top: 5px;
}

/* this is for the download a summary on the osr homepage */
.download_title {
	color: #1D3C7E;
	font-size: 0.8em;
	/*text-decoration: underline;*/
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/*.download_text {
	color: #333333;
	/*text-decoration: underline;
	font-size: 0.89em;*/
	font-weight: normal;
	padding: 10px;

}*/

.download_text  {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	/*padding: 10px;*/
}

.download_text a:hover{
	color: #ffffff;
}

.download_text_small {
	color: #333333;
	font-size: 0.75em;
	font-weight: normal;
	padding: 10px;
}

	
/*.tel_details {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	text-align: center;
	font-size: 0.68em;
}*/

.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	padding-top: 8px;
	color: #666666;
	text-align: center;
	font-size: 0.68em;
}


div.menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	width: 222px;
	height: 20px;
	font-weight: bold;
	background-color: #E0E0E0;
	padding-top: 5px;
	/*padding-bottom: 3px;*/
	border-bottom: 1px solid #C5C5C5;

}

div.menu:hover {
	background-color: #CECECE;
	height: 20px;
}

/* and this is for the <a> tags on the main menu */
div.menu a {
	padding-left: 5px;
	text-decoration: none;
	color: #565656;
	font-size: 0.8em;
}

div.menu a:hover{
	text-decoration: none;
	color: #ffffff;
}

/* this is for the button which says to download teh research summary pdf */
div.download_button{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	width: 222px;
	/*height: 20px;*/
	font-weight: bold;
	background-color: #E0E0E0;
	padding-top: 5px;
	/*padding-bottom: 3px;*/
	border-bottom: 1px solid #C5C5C5;

}

/* and this is for the <a> tags on the main menu */
div.download_button a {
	/*padding-left: 5px;*/
	text-decoration: none;
	color: #565656;
	font-size: 0.8em;
}

