/* 

	Capital Compliments Card CSS
	----------------------------
	21-07-06
	
*/

html, body {
	margin: 0;
	padding: 0;
	background: black;
	text-align: center;
}

/* mass margin and padding reset
--------------------------------------------- */
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
}

div, span, form, img, h1, h2, h3, h4, h5, h6, ul, li, p, hr {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

/* standard tags setup
--------------------------------------------- */
a { color: #666666; text-decoration: none; font-size: 12px; }
a:visited { color: #666666; }
a: hover { color: #666666; }
a:active { color: #666666; }

img { border: none; }

h1, h2, h3, h4, h5, h6 {font-weight:bold;}

h2 {padding-bottom:5px;}

/* self clearing class - yummy! ie.css has some other stuff relating to this */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfloats 
{
    clear: both;
}
.clearfix {display: inline-table;}
.cardtext {font-size:1em;color:#0064AA;}

/* layout selectors
--------------------------------------------- */

#toplinks {
	padding-top: 36px;
	padding-right: 5px;
	margin: 0px;
	
}

#toplinks ul {
	list-style: none;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#toplinks li {
	font-family: Verdana, Arial, sans-serif;
	display: inline;
	font-size: 0.7em;
	font-weight:bold;
	padding: 0px 0px 0px 4px;
	/*margin: 0px 3px 0px 0px;*/
	border-left: 0.1em solid #666666;
}

#toplinks li.first {
	border: none;
}

#toplinks li.selected a{
	color: #0064AA;
}


/* main wrapper */
#wrapper {
	background-color: #ffffff;
	background-image: url(../../../Upload/ComplimentsHome_Files/img/common/background_banner.gif);
	background-position:0px 70px;
	background-repeat:no-repeat;
	text-align: left;
	margin: 0 auto;
	width: 827px;
	position:relative;
}

/* padds the main wrapper and prevents boxmodel issue */
#innerwrapper {
	/* padding: 10px 5px 10px 5px; */
	padding: 0px;
	background-color: transparent;
	position:relative;
}

/* header and subselectors */
#header {
	background-color: transparent;
	width: 100%;
	height:53px;
}

	#header h1 {
		margin: 0px;
	}
	
	#header h1 img {
		float: left;
		margin-right: 15px;
	}
	
	#header .banner {
		float: right;
		padding-right: 5px;
	}
	

#content {
	padding: 150px 5px 0px 10px;
	position:relative;
	text-align:left;
}


#maintext{
	width: 700px;
	float: left;
	padding: 0px 86px 10px 47px;
	font-size:0.7em;
	position:relative;
}

#columna, #columnb, #columnc, #columnd {
	float: left;
	width: 135px;
	color:#000000;
	font-family:"Verdana",sans-serif;
	font-size:0.7em;
	font-weight:normal;
	margin:166px 10px 10px 0px;
	position:relative;
}	

#columna 
{
    margin-left:45px;
    width: 289px;  
}

#disclaimer 
{
    padding-top: 10px;
    float:right;
    width:182px;
    font-family: "Verdana", sans-serif;
    font-size: 0.7em;
}

#disclaimer a {
	color: #0064AA;
	font-weight:bold;
}

#footer {
    background-color:#0064AA;
    text-align:right;
    margin-top: 10px;
    padding: 5px 50px 5px 0px;
}

#footer a {
    color: White;
    font-size: 0.7em;
}

/* PB_20060726
 * Added to allow correct rendering in CMS
 *********************************************/
.ae_wysiwyg {
	background-color: white;
	text-align:left;
}
/**********************************************/

/* PB_20060727
 * Added to allow correct display 
 * of form labels and mandatory text 
 * labels for contact us
 *************************************************/
.AEFormMandatoryText, td .formLabel {
	font-size:0.7em;
}

.complimentsTable a
{
	font-size: 10px;
}

/* PB_20060803 */
ul, ol{
	margin-left: 20px;
}

.formContainer { padding: 0px; }

.infoText { padding-bottom: 4px; font-family: verdana; font-size: 11px; }

.FormField { clear: both; margin-bottom: 5px; }
.FormField { width: 550px;}

.FormField label {
	width: 100px;
	float: left;
	font-family: verdana;
	font-size: 11px;
}

div.wideField  {
	font-weight: bold;
	width: 400px;
	padding-bottom: 4px;
}
