/*********************************************************
**********************************************************

Folder: Theme301_Technology1
Name: Technology 1
Cat: Computers & Technology

**********************************************************
*********************************************************/
    /*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 750px;
    margin: auto;
    margin-top: 50px;
}

.sf_wrapper {
    width: 730px;
    margin-left: 20px;
}

a {
    color: #000000;
}
a:hover {
    color: #999999;
}
a:visited {
    color: #000000;
}

.sf_extra1:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    height: 102px;
    width: 249px;
    float: right;
    margin-right: 70px !important;
    margin-right: 35px;
}

/* left side of header */
.sf_extra4 {
    float: left;
    height: 102px;
    width: 304px;
    background-color: #ffffff;
	background-image: url(images/tech_person.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.sf_main_header p, .sf_sub_header p { margin: 0; padding: 0; 
}
.sf_main_header {
    text-align: left;
    font-weight: bold;
	font-size: 1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color: #aaaaaa;
    padding-bottom: .1em;
    margin-bottom: .15em;
    border-bottom: 1px dotted #ccc;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.sf_sub_header {
    text-align: left;
    font-size: .8em;
	font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
	color: #000;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation_top { 
display: none; 
}

.sf_navigation {
	height: auto !important;
	height: 38px;
	min-height: 38px;
    clear: both;
    margin: 0 20px 0 0;
	border-top: 6px solid #fff;
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul {
    margin: 0 0 0 0;
	padding-bottom: 3px;
    padding-left: 15px;
	list-style-type: none;
}

.sf_navigation ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
.sf_navigation ul:after {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .sf_navigation ul:after{height: 1%;}
.sf_navigation ul:after{display: block;}
/* End hide from IE-mac */

.sf_navigation ul li {
    white-space: nowrap;
    width: auto !important;
    width: 5px;
    float: left;
    margin: 0 0 0 0px;
    background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 55%;
	
}

.sf_navigation ul li a {
    padding: 5px 15px 3px 15px;
    margin: 0;
    text-decoration: none;
    display: block;
    font-weight: normal; 
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
}

.sf_navigation ul li a:hover {
}


/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
    clear: both;
    font-weight: normal; 
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
    height: auto !important;
    height: 25px;
    min-height: 25px;
    margin-right: 20px;
    padding: 20px 20px 0px 32px;

}

.sf_content {
    height: 300px;
    margin: 0 20px 0 0;
    padding: 5px 20px 0 32px;
    color: #666;
    font-size: .8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    text-align: center;
    font-size: .7em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    height: 20px;
    padding: 12px 0px 0px 50px;
    margin: 0 20px 0 0;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: .8em;
	color: #000;
}
.sf_banner a{
   color: #000;
}

.sf_banner div#bannerLink {
    padding-top: 10px;
}