/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

html {
	background:#FFF none repeat scroll 0%;
	color: #555;
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #555;
	background:#FFF;
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #244E64;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
hr {
	margin: 20px 0px 15px 0px;
	color: #c4f0ff;
	border: 0;
	border-top: 1px dashed #c4f0ff;
	height: 1px;
}
*hr {
	margin-top:2px;
	margin-bottom:9px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight:bold;
	margin:0.7em 0pt;
}
h1 {
	font-size:153.9%;
	font-weight:normal;
	padding-bottom:12px;
	border-bottom:1px dashed #ccc;
}
h2 {
	font-size:138.5%;
	color:#555555;
	font-weight:normal;
	padding-bottom:12px;
	border-bottom:1px dashed #ccc;
}
th, td {
	border:none;
	padding:0.5em;
}
form {margin: 0;}

blockquote 	{
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr			{}
acroynm			{}
cite			{}
address			{}
strong			{}
em				{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Layout Blocks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fullpage {
	width:100%;
}
.eightsixzero {
	width:860px;
}
.twosevenzero {
	width:270px;
}

/* ============ HEADER ============ */
#header {
	background:#FFF;
	height:140px;
}
#logo {
	position:absolute;
	margin-top:0px;
	background:url(/images/softcapital_logo.gif) no-repeat;
	width:500px;
	height:140px;
	cursor:pointer;
}
#topcontact_sitemap {
	clear:both;
	float:right;
	margin:10px 15px 0px 0px;
	width:180px;
	height:20px;
	cursor:pointer;
	background:url(/images/topcontact_sitemap.gif) no-repeat;
}
#topcontact_email {
	clear:both;
	float:right;
	margin:0px 15px 0px 0px;
	width:180px;
	height:20px;
	cursor:pointer;
	background:url(/images/topcontact_email.gif) no-repeat;
}
#topcontact_phone {
	clear:both;
	float:right;
	margin:0px 15px 0px 0px;
	width:180px;
	height:25px;
	background:url(/images/topcontact_phone.gif) no-repeat;
}
#menu {
	background:#559bc2;
	height:50px;
}
#intro {
	padding:0px;
	margin:auto;
	background:#FFF;
	height:250px;
}

#intro.fullpage {
	width:880px; 
	height:250px; 
	margin-top:12px; 
	background-image:url('/images/frame.gif');
}

#imagerotator {
	position:absolute;
	width:850px;
	height:215px;
	margin:17px 0px 0px 15px;
}

#contentheader {
	background:#FFF;
	height:150px;
}


/* ============ MAIN CONTENT ============ */

#main {
	background:#ffffff;
}
#maincontent {
	padding:20px 0 20px 0;
}
#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	border-bottom:1px dotted #244e64;
}
#maincontent a:hover {
	border-bottom:1px dotted #ffffff;
	background-color:#DFDFDF;
	color:#000000;
}
#maincontent ul li{
	list-style-image:url(/images/bullet_red.gif);
}

#maincontent form {
	background-color:#EEEEEE;
	border:1px solid #DDD;
	padding:20px 20px 40px 20px;
	line-height:25px;
}

#maincontent label {
	position:absolute;
}
#maincontent input, textarea, select {
	position:absolute;
	margin-left:200px;
}


.tagline {
	font-size:146.5%;
	color:#333333;
	line-height:26px;
}
#blocksMain {
	font-size:100%;
}
#blocksMain h1{
	border:none;
	padding:12px 0 12px 35px;
	background:url(/images/h1_icon_red.gif) left center no-repeat;
	margin:0;
}
#blocksMain ul li{
	padding-bottom:8px;
	list-style-image:url(/images/bullet_red.gif);
}

/* ============ FOOTER CONTENT ============ */

#footercontent {
	padding:20px 0 20px 0;
}
#blocksFooter {
	font-size:85%;
}

#blocksFooter table {
	border:0px solid black;
	border-collapse:collapse;
}
#blocksFooter td {
	vertical-align:top;
	width:33%;
}

#blocksFooter td.left {
	padding-left:0px;
	padding-right:10px;
}
#blocksFooter td.center {
	padding-left:10px;
	padding-right:10px;
}
#blocksFooter td.right {
	padding-left:10px;
	padding-right:0px;
}

#blocksFooter td strong {
	font-size:18px;
	font-weight:normal;
}


#blocksFooter ul li{
	padding-bottom:2px;
	list-style-image:url(/images/bullet_green.gif);
}
#footer { 
	color: #FFF;
	clear: both;
	background: #559bc2;
}
#footer a:link, #footer a:visited, #footer a:active {
	border-bottom:1px dotted #c4f0ff;
	color:#244e64;
}
#footer a:hover {
	border-bottom:1px solid #c4f0ff;
	background:#4886a8;
	color:#244e64;
}
#sitelinks {
	float:left;
}
#site_by_generator {
	float:right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#sitemap {
	float:right;
	padding-top:20px;
}
#sitemap a:link, #sitemap a:visited, #sitemap a:active {
	border-bottom:1px dotted #559bc2;
	color:#559bc2;
}
#sitemap a:hover {
	border-bottom:1px dotted #559bc2;
}
#search_box {
	float: right;
	clear: right;
	width: 180px;
	color: #fff;
	text-align: right;
	padding-top:15px;
}
#search_box input {
	background-color:#FFF;
	color:#999;
	border:1px solid #559bc2;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 130px;
	margin-right:2px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
	padding-left:4px;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
#btnSearchSubmit{
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
	cursor:pointer;
}

/* ======================================== LEFT MENU ======================================== */

#leftmenu {
	font-size:116%;
	font-weight:bold;
}
#leftmenu a{
	color:#244e64;
}
#leftmenu ul{
	margin-top:0px;
	margin-left:28px;
}
#leftmenu ul li{
	padding-bottom:4px;
	list-style-image:url(/images/bullet_green.gif);
}
.leftcol h1{
	border:none;
	padding:12px 0 12px 35px;
	background:url(/images/h1_icon_red.gif) left center no-repeat;
	margin:0;
}
#leftmenu a:link, #leftmenu a:visited, #leftmenu a:focus  {
	
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
	padding-top:11px;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 120%; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #FFF; text-align: center; font-weight: normal; list-style-type:none; margin-right:5px;}
#nav ul li a {display: block; padding: 6px 0; padding-bottom: 5px;  color: #FFF; text-decoration: none;}
#nav ul li a span {padding: 6px 10px; padding-bottom: 5px; }

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #dff7ff url(/images/menu_left.gif) left top no-repeat; color: #333;}
#nav ul li a:hover span, #nav li a:focus span {background: url(/images/menu_right.gif) right top no-repeat; padding: 6px 10px; padding-bottom: 5px; }
#nav li a:active, #nav ul li a.active {background: #dff7ff url(/images/menu_left.gif) left top no-repeat; color: #333;}
#nav li a:active span, #nav ul li a.active span{background: url(/images/menu_right.gif) right top no-repeat; padding: 6px 10px; padding-bottom: 5px; }

/* Current page Customisations*/
#nav li.menu-current a		{background: #dff7ff url(/images/menu_left.gif) left top no-repeat; color: #333; }
#nav li.menu-current a span		{background: url(/images/menu_right.gif) right top no-repeat; padding: 6px 10px; padding-bottom: 5px; }

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; background: #9dac22; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #ee9027; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

.white {
	color:#ffffff;
}
/* is actually now blue ;) */
.green {
	color:#244e64;
}
.sizeten {
	font-size:93%;
}