/*   
Theme Name: FRANK
Theme URI: http://www.theloldev.com/
Description: Frank is a base theme built by Paul Weingartz to use as a personal "Sandbox"
Author: Paul Weingartz
Author URI: http://www.webaholic.co.za/
*/

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	LAYOUT
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@import url('library/style/default.css');

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	GENERAL LAYOUT STYLING
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#contentwrapper a:link,
#contentwrapper a:visited {color: #000; text-decoration: underline;}
#contentwrapper a:hover,
#contentwrapper a:active {color: #555; text-decoration: none;}
#footer a:link,
#footer a:visited {color: #666; text-decoration: none;}
#footer a:hover,
#footer a:active {color: #555; text-decoration: underline;}

body {
	background: #fff url(library/images/bg-page.png) repeat-x center top;
}
.clearfix {
	display: block;
}
.clearboth {
	clear: both;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
}
#contentwrapper {
	padding: 20px 30px;
	background: #fff;
	overflow: hidden;
}
#contentwrapper.home {
	padding: 0px;
	background: #fff url(library/images/mainpic.jpg) no-repeat right top;
	overflow: visible;
}
.home #container {
	background: none;
	position: relative;
	overflow: visible;
	padding: 26px 480px 20px 30px;
}
#container .mainpic-slice {display: none;}
.home #container .mainpic-slice {
	display: block;
	width: 159px;
	height: 22px;
	background: transparent url(library/images/mainpic-slice.png) no-repeat;
	position: absolute;
	top: -22px;
	right: 0px;
	z-index: 100;
}

#header {
	background: transparent url(library/images/bg-slogan.png) no-repeat right top;
}
#logo {
	display: block;
	float: left;
	width: 255px;
	height: 130px;
	background: transparent url(library/images/logo.png) no-repeat;
}
#logo a {
	display: block;
	width: 255px;
	height: 130px;
	text-indent: -9999px;
}
#access {
	clear: both;
}
#container {
	background-color: #fff;
}
#content {
}
.sidebar {
	background: #e6e6e6;
}
#footer {	
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	color: #666;
}
#footer .ipa {
	display: block;
	background: transparent url(library/images/logo-ipa.png) no-repeat;
	width: 90px;
	height: 46px;
	float: right;
	text-indent: -9999px;
}
#footer .left {
	float: left;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	CONTENT STYLING
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.homeMessage {
	border-top: 1px solid #ccc;
	padding: 20px 30px 10px;
	float: left;
}
.title {
	border-bottom: 1px solid #ccc;
	color: #333;
}
.quote {
	display: block;
	width: 54px;
	height: 35px;
	margin: 0 5px 0 -5px;
	float: left;
	background: transparent url(library/images/quot.png) no-repeat center top;
}
.grey {
	background: #e6e6e6 url(library/images/g-top.png) no-repeat center top;
	width: 318px;
	padding: 15px 20px 0;
	overflow: hidden;
}
.grey .bot {
	display: block;
	height: 3px;
	margin: 0 -20px 0 -20px;
	background: #e6e6e6 url(library/images/g-bot.png) no-repeat center top;
}
.grey form {
	overflow: hidden;
}
.grey label {
	display: block;
	float: left;
	width: 100px;
	margin: 2px 0 1px;
	margin-bottom: 6px;
}
.grey .txt {
	float: left;
	width: 200px;
	border: 1px solid #aaabad;
	font: normal 12px/1.5em Arial, sans-serif;
	padding: 3px;
	margin-bottom: 6px;
}
.grey .button {
	margin: 3px 0 0 100px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	MENU STYLING
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#access {
	background: transparent url(library/images/bg-nav.png) no-repeat;
	margin: 0 0 0 -1px;
	padding-left: 3px;
}
.menu {
	float:left;
	margin: 1px 0;
}
.menu a,
li.nolink {
	padding:8px 13px;
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.menu .current_page_item a {
	background: transparent url(library/images/bg-nav-arrow.png) no-repeat center bottom;
}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.menu li {
	background: transparent url(library/images/bg-nav-div.png) no-repeat right -1px;
}
.menu li.noimg {
	background: none;
	
}
.menu li:last-child {
	background: none;
}
.menu li li {
	background:	#000;
}
.menu li li li {
	background:	#000;
}
.menu li:hover, .menu li.over,
.menu a:focus, .menu a:hover, .menu a:active {
    background: #65115f;
	outline: 0;
}
.menu li.nolink:hover {
	background: none;
}
.menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.menu li:hover ul,
.menu li.over ul {
	top:34px; /* overriding essential styles */
}
.menu ul ul {
    margin-top:0;
}
.menu ul a {
    background:#822a7c;
	border-bottom:none;
}
.menu ul a:hover {
    color: #FF4B33;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	LOCAL FORMS STYLING
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
p.form {
	display: inline-block;
	text-align: left;
	width: 150px;
	margin: 0 10px 10px 0;
	clear:both;
}
.nobull textarea {
	vertical-align: baseline;
}
.nobull, .nobull li {
	list-style: none;
	margin: 0 !important;
	vertical-align: top !important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	JOT FORMS STYLING
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-label{
	width:250px !important;
}
.form-label-left{
	width:250px !important;
}
.form-button-left {
	width: auto;
}
.form-pagebreak-back, .form-pagebreak-next {
	cursor: pointer;
}
.form-line{
	padding:10px;
}
.form-line-active {
	background: #ebebeb;
}
.form-label-right{
	width:250px !important;
}
.form-all{
	margin:0px auto;
	width:860px;
	background:#e6e6e6;
	color:Black !important;
	font-family:Arial;
	font-size:12px;
}
.form-all ul, .form-all ul li {
	list-style: none;
}

.form-header-group {
	background: none !important;
	margin: auto 12px;
	padding: 0px !important;
	border-bottom: none !important;
}
	.form-header-group h2.form-header {
		font-size: 14px;
		font-weight: bold;
		padding: 0px 0px 12px 0px !important;
		border-bottom:1px solid #CCCCCC;
	}
	.form-header-group h3.form-header {
		font-weight: bold;
		font-size: 12px;
	}
	.form-line h3.form-header {
		padding: 9px 0;
	}

.form-section li ul li.heading {
	margin: 5px auto;
	font-weight: bold;
	width: 100%;
}	
.form-section li ul li.label {
	font-weight: bold;
	width: 30%;
	float: left;
}
.form-section li ul li.value {
	width: 70%;
	float: left;
	clear: right;
}
.form-label-container .form-radio-item {
	float: none !important;
}
	.form-label-container .form-radio-item label {
		font-weight: bold;
	}
.form-navigation {
	padding: 10px;
}
	.form-navigation .form-navi-group {
		float: right;
		margin-right: 5px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
	FORM PROGRESS INDICATOR
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.form-progress {
    list-style-position: inside;
    margin-bottom: 0px;
}
.form-progress li {
    float: left;
    padding: 0px 7px;
    color: #999999;
}
.form-progress li.current, .form-progress li.complete {
    font-weight: bold;
    border-bottom: 5px solid;
    color: #000000;
}
.form-progress li.current {
    border-bottom-color: #7b2475;
}
.form-progress li.complete {
    border-bottom-color: #43940e;
}

.err
{
font-size:11px;
color:#CC0000;
float:left;
}