@charset "UTF-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
} 

#research {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/research.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#social {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/social.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#ms-email {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/email.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#media {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/media.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}



#col-1 {
	margin-top: 40px;
	height: 225px;
	margin-left: 30px;
}
#col-2 {
	margin-top: 20px;
	height: 225px;
	margin-left: 30px;
}
#col-3 {
	margin-top: 20px;
	height: 260px;
	margin-left: 30px;
}

/* MS Category Boxes
--------------------------------------------*/
#women {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/women.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#banking {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/banking.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#driving {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/driving.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#mens {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/men.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#other {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/other.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#gadgets {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/gadgets.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#misc {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/misc.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#travel {
	width: 140px;
	height: 225px;
	padding-left: 5px;
	background-image: url(../images/backgrounds/travel.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}


/* MS Category Links
--------------------------------------------*/
#other-links {
	margin-top: 25px;
	margin-left: 15px;
}
#gadgets-links {
	margin-top: 25px;
	margin-left: 15px;
}
#mens-links {
	margin-top: 25px;
	margin-left: 15px;
}
#misc-links {
	margin-top: 25px;
	margin-left: 15px;
}
#travel-links {
	margin-top: 25px;
	margin-left: 15px;
}
#email-links {
	margin-top: 25px;
	margin-left: 15px;
}
#media-links {
	margin-top: 25px;
	margin-left: 15px;
}
#social-links {
	margin-top: 25px;
	margin-left: 15px;
}
#research-links {
	margin-top: 25px;
	margin-left: 15px;
}



/* MS Category Headings
--------------------------------------------*/
#travel-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#misc-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#gadgets-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#other-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#women-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#mens-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#email-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#media-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#social-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#research-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 2px;
}



div.flash_viewer {
	float: left; 
	margin: 16px 16px 16px 0; 
	border: 6px solid #333; 
	display: inline;
}
h1, h4 {
	color: #BB0000;
	font-family: Arial;
	font-size: 14px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




/* Main Navigation
--------------------------------------------*/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
	background: url(../images/backgrounds/sidebar_bg.gif) no-repeat 0 10px;
}
#sidebar2 a {
    font-family: Arial;
	font-size: 12px;
	color: #BB0000;
	text-decoration: none;
}
#sidebar2 a:hover{
	color: #009900;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#sidebar2  p.selected  a {
	color: #009900;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#search {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BB0000;
	padding-bottom: 10px;
}

/* External Scrolls for News and Gossip
--------------------------------------------*/
#gossip-scroll {
	float: right;
	width: 200px;
}
#news-scroll {
	float: right;
	width: 250px;
}


/* Main Navigation
--------------------------------------------*/
#menu{
	width:700px;
	float: left;
	color: #;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #BB0000;
	text-transform: uppercase;
}
#menu ul{
	display:block;
	list-style:none;
	padding:0px 0 0 10px;
	margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 4px 0 4px;
	_margin:0 2px 0 2px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#BB0000;
	font-size:13px;
	line-height:27px;
}
#menu ul li.selected a{
	height:27px;
	display:block;
	padding:0px 10px 0 10px;
	margin:0 5px 0 5px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#009900;
	font-size:13px;
	line-height:27px;
}
#menu ul li a:hover{
	color: #009900;
}


/* Footer
--------------------------------------------*/



#footer {
	background-color: #000000;
	margin-bottom: 12px;
	clear: both;
	color: #333333;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	border-top: solid 1px #bb0000;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
} 

#footer_Right {
	padding: 0 10px 0 20px;
	background-color: #000000;
	float: right;
	width: 300px;
	text-align: right;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	clear: both;
	margin-top: 10px;
}
#footer_Right a:hover {
	color: #006600;
	text-decoration: none;
}
#footer_Right a:visited {
	color: #bb0000;
	text-decoration: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	list-style: none;
	margin:  0;
	padding:  0;
}
#driving-links {
	margin-top: 25px;
	margin-left: 15px;
}
#email-links {
	margin-top: 25px;
	margin-left: 15px;
	color: #333333;
}
link {
	color: #333333;
	text-decoration: none;
}
#driving-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#women-links {
	margin-top: 25px;
	margin-left: 15px;
}
#banking-links {
	margin-top: 25px;
	margin-left: 15px;
	color: #666666;
}
#banking-heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#other-links {
	margin-top: 25px;
	margin-left: 15px;
}
#sidebar-Left {
	width: 210px;
}

#mainContent {
	margin-top: 60px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
} 
#mainContent a:link {
	color: #BB0000;
	text-decoration: none;
}
#mainContent a:visited {
	color: #BB0000;
	text-decoration: none;
}
#mainContent a:hover {
	color: #009900;
	text-decoration: none;
}
#mainContent-contact {
margin-top: 60px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
}
#mainContent-contact a:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#mainContent-contact a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#mainContent-ms {
	margin-top: 60px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
}
#mainContent-ms a:link {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#mainContent-ms a:visited {
	font-size: 11px;
	color: #333;
}
#mainContent-ms a:hover {
	font-size: 11px;
	color: #009900;
}
#mainContent-contact a:hover {
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}
#contact_form {
	float: right;
	width: 420px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #121212;
	height: 330px;
}

/* Columns
------------------------------------------*/
.column_container {
}

.column_container h3 {
	text-align: left;
}

.column_container div.col {
	display: inline;
	float: left;
	width:  21%;
	margin-right: 20px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.clear {
	clear:  both;
}

.column_container li {
	font-size: 12px;
	color:  #666666;
	width:  10em;
}
#footer_Right a:link {
	color: #bb0000;
	text-decoration: none;
}

