
/*** fonts ********************************************************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);



/*** Device ********************************************************************************************************************************/

.desktop 
{
    display:block !important;
    visibility:visible !important;
}

.mobile 
{
   display:none !important;
   visibility:hidden !important; 
}

.desktop_table_cell
{
    display:table-cell !important;
    visibility:visible !important;
}

.mobile_table_cell 
{
   display:none !important;
   visibility:hidden !important; 
}

.quick_links
{
   display:none !important;
   visibility:hidden !important; 
}


/*** Core tags ********************************************************************************************************************************/

body {
	margin:0;
    padding:0;
    background-color:#ffffff; 
    color:#333333;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
    font-weight:300;
}
hr {
	border-top:#666666 1px dotted;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
h1 
{
	font-size:30px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#ff6600;
	margin-bottom:25px;
}
h2 {
	font-size:24px;
	color:#ff6600;
	font-weight:normal;
	padding:0px;
	margin:15px 0px 20px 0px;
}
h3 {
	font-size:20px;
	color:#ff6600;
	font-weight:normal;
	padding:0px;
	margin:10px 0px 10px 0px;
}
h4 {
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#ff6600;
}
h5 {
	font-size:16px;
	font-weight:normal;
	color:#666666;
	padding:2px 0px 2px 0px;
	margin:0px;
}
h6 {
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:2px 0px 2px 0px;
	margin:0px;
}
p, td, th {
	font-size:18px;
	line-height:30px;
    font-weight:300;
	margin:25px 0;
	color:#333333;
}
ul {
    margin:0;
    padding:0;
}
li {
	font-size:18px;
    line-height:30px;
    font-weight:300;
	list-style-type:circle;
    margin:10px 0 0 20px;
}

input
{
    font-family:"Open Sans",Arial, Helvetica, sans-serif;
}

p.centred, p.centered, td.centred, td.centered, th.centred, th.centered, div.centred, div.centered {
    text-align:center;
}

p.right {
    text-align:right;
}

a {
	color:#666666;
}
a:hover {
	color:#ff6600;
}
a.highlight
{
    color:#ff6600;
    font-weight:400;
}

a img 
{
    border:none;
}

.nopad 
{
    margin:0;
    padding:0;
}

.clear
{
    clear:both;
}

.coloured {
    color:#ff6600;
}

.cantseeme {
	display:none;
}


/*** Header ********************************************************************************************************************************/

#header 
{
}

#header .header_navigation
{
    width:100%; 
    height:39px;
    padding:2px 0;
    border-bottom:solid 2px #ff9900;
    background-color:#444444;
}

#header .navigation_toggle
{
    display:none;
    background-image:none;
}

#header #navigation
{
    display:block;
}

#header .header_navigation ul
{
    margin:0;
    padding:0;
}

#header .header_navigation ul li
{
    list-style-type:none;
    float:left;    
    color:#ffffff;
    font-size:14px;
    line-height:15px;
    margin:0;
}

#header .header_navigation ul li a
{
    padding:10px;
    margin:2px 0px 0px 0px;	 
	display: inline-block;
    text-decoration:none;
    color: #ffffff;
}
#header .header_navigation ul li a:hover
{
    background-color:#ff6600;
    color: #ffffff;
}

#header .header_navigation ul li.home_icon
{
    background-image:url(/images/home.png);
    background-repeat:no-repeat;
    width:17px;
    height:15px;
    margin:12px 12px 0 0;
}
#header .header_navigation ul li.home_icon a {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 15px;
    padding: 0 0 0 17px;
}
#header .header_navigation ul li.home_icon a:hover {
    background-color:transparent;
}

#header .header_navigation ul.login
{
    float:right;
    text-align:right;
    margin:0;
    padding:0;
}

#header .header_navigation ul.login li
{
    font-size:12px;
    margin:0;
}

#header .header_navigation ul.login li a
{
    text-decoration:underline;
}
#header .header_navigation ul.login li a:hover {
    background-color:transparent;
    color:#ffffff;
    text-decoration:none;
}


#header .header_navigation ul.login li.text_only
{
    padding: 10px 15px 0 0;
}

#header .header_navigation ul.login li a.consumers_button
{
    text-decoration:none;
    background-color:#ff9900;
    border-radius:2px;
    margin-left:15px;
}
#header .header_navigation ul.login li a.architects_button
{
    text-decoration:none;
    background-color:#0094ff;
    border-radius:2px;
    margin-left:15px;
}
#header .header_navigation ul.login li a.consumers_button:hover
{
    text-decoration:none;
    background-color:rgba(255, 153, 0, 0.8);
}
#header .header_navigation ul.login li a.architects_button:hover
{
    text-decoration:none;
    background-color:rgba(0, 148, 255, 0.8);
}
#header .header_navigation ul.login li a.consumers_button_off
{
    text-decoration:none;
    background-color:#cccccc;
    color:#333333;
    border-radius:2px;
}
#header .header_navigation ul.login li a.architects_button_off
{
    text-decoration:none;
    background-color:#cccccc;
    color:#333333;
    border-radius:2px;
}

#header .header_branding
{
    width:1000px;
    height:90px;
    margin: 0 auto; 
    padding:10px 0 24px 0;              
    background-color:#ffffff; 
}

#header .header_branding .header_branding_logo
{
    width:650px;
    float:left;
}

#header .header_branding .header_branding_contact
{
    width:350px;
    float:right;
    text-align:right;
}

#header .header_branding .header_branding_contact p
{
    font-size:24px;
    line-height:40px;
    color:#666666;
    margin-top:28px;
}

#header .header_branding .header_branding_contact p span
{
    color:#ff6600;
}

.header_logo_ai {
	background-image:url(/images/ai-logo-consumers.gif);
	background-repeat:no-repeat;
	width:250px;
	height:38px;	
	margin-top:15px;
}
.header_logo_at {
	background-image:url(/images/at-logo-consumers.gif);
	background-repeat:no-repeat;
	width:275px;
	height:38px;	
	margin-top:15px;
}
/*
.header_tagline_ai {
	background-image:url(/images/tagline-consumers-ai.gif);
	background-repeat:no-repeat;
	width:600px;
	height:16px;	
	margin-top:6px;
}
.header_tagline_at {
	background-image:url(/images/tagline-consumers-at.gif);
	background-repeat:no-repeat;
	width:600px;
	height:16px;	
	margin-top:6px;
}
*/
.header_tagline_ai p, .header_tagline_at p {
    margin:8px 0 0 0;
    padding:0;
    font-family:Roboto,"Open Sans", Arial, Helvetica, sans-serif;
    font-weight:300;
    font-size:18px;
    line-height:20px;
    color:#ff6600;
}



/*** Sub Navigation ********************************************************************************************************************************/

#subnavigation
{
    background-color:#cccccc;  
    background: linear-gradient(#cccccc, #eeeeee);  
    border-top:1px solid #aaaaaa;
    border-bottom:1px solid #aaaaaa;
}

#subnavigation ul
{
    margin:0;
    padding:0;
}

#subnavigation ul li
{
    list-style-type:none;
    float:left;
    margin:0;	    
    color:#333333;
    font-size:18px;
    line-height:20px;
    font-weight:300;
}
#subnavigation ul li a
{
    padding:10px 20px;
	display: inline-block;
    text-decoration:none;
    color: #333333;
}
#subnavigation ul li a:hover
{
    background-color:#ff9900;
    color: #333333;
}


/*** Footer ********************************************************************************************************************************/

#footer 
{
    width:100%;
    min-height:100px;
    margin: 20px auto 0 auto;
    padding:20px 0;
    border-top:solid 2px #666666;
    border-bottom:solid 2px #444444;
    background-color:#333333;
}

#footer .footer_links
{
    width:350px;
    float:left;
    padding-bottom:50px;
    margin-right:30px;
}
#footer .footer_links h3, #footer .footer_links p
{
    color: #ffffff;
}

#footer .footer_links ul li
{
    color: #ffffff;
    padding-left: 10px;
    list-style-type:none;
    margin:0;
}

#footer .footer_links ul li a
{
    color: #ffffff;
    text-decoration:none;
}

#subfooter 
{
    width:100%;
    margin: 0 auto;
    padding:20px 0;
    background-color:#666666;
}

#subfooter .footer_copyright
{
    width:100%;
    float:none;
}

#subfooter .footer_copyright p
{
    margin:0;
    padding:0;
    color:#ffffff;
    font-size:12px;
    line-height:20px;
}

#subfooter .footer_sublinks 
{
    width:400px;
    float:left;
}
     
#subfooter .footer_sublinks ul
{
    margin:0;
    padding:0;
}

#subfooter .footer_sublinks ul li
{
    list-style-type:none;
    float:left;
    margin:0px 20px 0px 0px;	    
    color:#ffffff;
    font-size:12px;
    line-height:16px;
}

#subfooter .footer_sublinks ul li a
{
    color:#ffffff;
}


/*** Heading Area ********************************************************************************************************************************/
.heading_area
{
    width:100%; 
    height:50px;
    border-top:solid 1px #333333;
    border-bottom:solid 1px #333333;
    background-color:#eeeeee;    
    background-position:center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    padding:10px 0 10px 0;
    opacity:0.8;
}
.heading_area_content
{
    width:1000px; 
    margin:0 auto;
}
.heading_area_content h1
{
    height:50px;
    margin:10px 0 0 0;
    padding:0;
    color:#ffffff;
    text-shadow: 2px 1px #333333;
    overflow:hidden;
    white-space:nowrap;
}

/*** Search Box ********************************************************************************************************************************/
   
.search_area 
{
    width:100%; 
    height:300px;
    border-top:solid 1px #333333;
    border-bottom:solid 1px #333333;
    background-color:#eeeeee;    
    background-position:center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.bg_1 
{
    background-image:url(/images/architects-main.jpg);
}

.search_box 
{
    width:950px;
    margin:36px auto;
    padding:15px 20px 40px 30px; 
    border: solid 1px #333333;
    border-radius:8px;    
    background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .75);
}

.search_box h1
{
    margin:2px 0 12px 0;
    padding:2px 0;
    color:#333333;
    font-size:30px;
}
.search_box p
{
    margin:2px 0;
    padding:2px 0;
    color:#333333;
    font-size:18px;
    font-weight:400;
}

.search_box input.search_input
{
    width:340px;
    height:25px;
    margin:0 10px;
    padding:10px;
    border:solid 1px #0088aa;
    color:#333333;
    font-size:24px;
    line-height:25px;
}

.search_box input.search_button
{
    width:120px;
    height:47px;
    margin:0 0 0 30px;
    font-size:24px;
    line-height:25px;
}

.search_box span
{
    margin-right:8px;
}




/*** Rad Search Box ***/
div.Radsearchform 
{
    width:340px !important;
}
span.rsbInner
{
    margin:0 !important;
    padding:0 !important;
    border:none !important;
    background:none !important;
}
input.rsbInput  
{
    width:340px !important;
    height:25px !important;
    margin:0 !important;
    padding:10px !important;
    border:solid 1px #0088aa !important;
    background-color:#ffffff !important;
    color:#333333;
    font-family:Arial, Helvetica, sans-serif !important;
    font-size:24px !important;
    font-style:normal !important;
    line-height:25px !important;
}
input.rsbEmptyMessage 
{
    color:#cccccc !important;
}
div.rsbSlide
{
}
div.rsbPopup 
{
    width:362px !important;
    max-height:200px;
    border-color:#0088aa !important;
}
ul.rsbList
{
    max-height:170px;
}
ul.rsbList li
{
    font-family:"Open Sans", Arial, Helvetica, sans-serif !important;
    font-size:16px !important;  
    line-height:25px !important;
    list-style-type:none;
    margin:0;
}



/*** Content ********************************************************************************************************************************/

#maincontent 
{
    width:100%;
    min-height:300px;
}

.content_wrapper
{
    width:1000px; 
    margin:0 auto;
}
.popupwrapper
{
    width:90%;
    padding:20px;
}
     
.area 
{
    width:100%;
    min-height:200px;
    margin: 0 auto;
    padding:25px 0;
    background-color:#ffffff;  
}

.light 
{
    background-color:#eeeeee;  
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
}

.dark 
{
    background-color:#f97c29;  
    color:#ffffff;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
}
.dark p, .dark h2, .dark a
{
    color:#ffffff !important;
}
.dark a:hover
{
    color:#dddddd !important;
}

/*
.light 
{
    background-color:#f97c29;  
    color:#ffffff;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
}

.dark 
{
    background-color:#f97c29;  
    color:#ffffff;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
}

.light p, .light h2, .light a
{
    color:#ffffff !important;
}

.dark p, .dark h2, .dark a
{
    color:#ffffff !important;
}

.light a:hover
{
    color:#dddddd !important;
}

.dark a:hover
{
    color:#dddddd !important;
}
*/

.column 
{
    width:300px;
    float:left;
    margin-right:33px;
}
.column_end
{
    width:334px;
    float:left;
}

p.small_print
{
    font-size:14px;
    line-height:24px;
}

.content_main 
{
	width:660px;
	float:left;
	padding-right:20px;
}

.content_sub 
{
	width:300px;
	float:left;
	padding-left:20px;	
}

.line 
{
    width:100%;
    height:5px;
    margin: 0 auto;
    padding:0;
    background-color:#cccccc;  
}

.page 
{
    width:100%;
    min-height:350px;
    border-top: solid 5px #cccccc;
    padding:20px 0 80px 0;
}

.content_sub_box
{
    margin:10px 0 20px 0;
    padding:10px 30px 30px 30px;
    border:solid 2px #cccccc; 
    border-radius:7px;
    /*min-height:250px;*/
    background-color:#f8f8f8;
}
.content_sub_box p 
{
    margin:10px 0;
}

.sub_top_spacer 
{
    margin-top: 60px;
}

.sub_form_spacer 
{
    margin-top: 180px;
}

.content_sub_box ul
{
}
.content_sub_box ul li
{
    text-indent:-13px;
    margin-bottom:10px;
    margin-left:15px;
    padding-left:15px;
}
.content_sub_box ul li:before
{
    content: "\2714";
    color:#0099aa;
    position:relative; 
    left:-15px;
}

.functionbuttons
{
    float:right;
    margin:-58px 0 0 0;
    clear:both;
}
.functionbuttons p
{
    float:left;
    clear:right;
    margin:0 0 0 10px;
    padding:0;
}

.tabular
{
    margin-bottom:15px;
}
.tabular p
{
    text-align:right; 
}
.tabular p label
{
    float:left;
    width:150px;
    margin-right:10px;
    clear:left;  
    text-align:left;
    font-weight:bold;
    color:#0099aa;
}
.tabular p label span
{
    font-weight:normal;
    font-size:12px;
    color:#666666;
}
.tabular p span
{
    font-weight:normal;
    font-size:12px;
    color:#666666;
}



/*************** FORMS, MESSAGES and BUTTONS ***************/

.form 
{
    padding:0px;
    margin-top:0px;
}

.form h2 {
	border-bottom:dotted 1px #999999;
	padding: 0px 0px 8px 0px;
	margin:50px 0px 25px 0px;
    font-size:24px;
}

.form h3 {
	border-bottom:dotted 1px #999999;
	padding: 0px 0px 5px 0px;
	margin:50px 0px 10px 0px;
    font-size:24px;
}

.form p {
    margin-top:25px; 
}

.form p.instructions {
    margin-top:30px;
    margin-bottom:30px;
}

.form p.editor 
{
    margin-left:200px;
}

.form label { 
    float: left; 
    width: 180px; 
    margin-right: 10px;
    /*text-align: right;*/
    font-weight: normal;
    color: #333333;
    clear: left;
    padding-top:3px;
}

.form p.right_button 
{
    text-align:right;
}

.form p.right_button label
{
    width:60%; 
    min-width:280px;
    text-align:left;
}

.form label.required {
    font-weight: normal; 
    color: #333333;
}

.form label.required:after {
    content: " *";
}

.form label.info {
    padding-top:0px;    
}

.form p.input_desc 
{
    margin-left:200px;
    color:#0099aa;
    margin-top:0px;
    padding-top:0px;    
}
.form .input_desc 
{
    margin-left:10px;
    color:#0099aa;
}
.form .labelless
{
    margin-left:180px; 
}

.form .options {
    margin-left:180px;
}

.form .photo_panel {
    margin-left:180px;
}

.form .options label { 
    float: none; 
    margin-right: 0px;
    color: #333333;
    font-weight: normal;
    clear: none;
    margin-left: 5px;
}

.form .checkbox, p.checkbox {
}

.form .checkbox label, p.checkbox label { 
    float: none; 
    margin-right: 0px;
    color: #333333;
    font-weight: normal;
    clear: none;
    margin-left: 5px;
}

.form .optionslist {
    margin-left: 0px;
    margin-bottom: 20px;
}

.form .optionslist label { 
    float: none; 
    margin-right: 20px;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    color: #333333;
    font-weight: normal;
    clear: none;
    margin-left: 5px;
}

.form .optionslist table 
{
    width: 650px;
}

.form .photoupload
{
    float:left;
    width:235px;
    margin-right:15px;    
    margin-bottom:10px;
    min-height:265px;
}

.form input.textbox, .form input.textbox_required, .form input.textbox_error, .form textarea, .form select {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#808080;
	line-height: normal;
	width: 400px;
	padding: 5px 8px;
    border: 2px solid #aaaaaa;
    border-radius:4px;
}

.form select 
{
    padding:5px;
}

.form select.short 
{
    width:130px;
    margin-right:5px;
}

.form input.date
{
    width:100px !important;
    margin:0 !important;
}

.form textarea
{
    width: 400px;
}

.form input.textbox_required, .form select.select_required, .form textarea.textbox_required {

}

.form input.textbox_error, .form select.select_error, .form textarea.textbox_error {
    border: 2px solid #ff9900;
}

.form input.button, input.button, .form input.large_button, input.large_button {
    border: none;
    padding: 0px;
    background-color:#66cc33;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
    font-weight:400;
    height: 40px;
    width: 150px;
    margin-top:10px;
    border-radius:5px;
    margin-right:10px;
    /*border: solid 2px #56ae46;*/
}
.form input.large_button, input.large_button 
{
    width: 220px;
    margin-top:10px;
}
.form input.small_button, input.small_button {
    /*border: solid 1px #56ae46;*/
    padding: 0px;
    background-color:#66cc33;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
    font-weight:400;
    height: 20px;
    width: 70px;
    border-radius:3px;
    margin:10px 10px 0px 0px;
}

.form input.button:hover, input.button:hover, .form input.large_button:hover, input.large_button:hover
{
    background-color: #56ae46;
    color:#ffffff;
}

.form input.warning, input.warning, .warning
{
    background: #f64747;
    /*border: solid 2px #f64747;*/
}

.form input.secondary, input.secondary, .secondary
{
    background-color: #aaaaaa;
    /*border: solid 2px #aaaaaa;*/
}

.form .buttons 
{
    padding-left:190px;
    margin-top:10px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom:30px;
}

.form div.RadPicker
{
    display:inline-block;
}

.validation {
    color: #ff8800;
    font-size: 12px;
}

p.characterlimit 
{
    color:#999999;
    padding-left:180px;
    padding-top:0px;
    margin-top:-10px;
}

.charsremaining {
    /*color: #ff8800;*/
}

.errormessage, .errormessage p 
{
    color: #ff6600;
    font-weight:700;
    margin-bottom: 20px;
}
.errormessage ul {
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}
.errormessage li {
	font-size:14px;
    line-height:20px;
    font-weight:400;
	list-style-type: disc;
	float: none;
	margin-right:10px;
	padding-right:10px;
	border-right:0px;
}

.errormessage_reduced, .errormessage_reduced p 
{
    color: #ff9900;
    margin-bottom:5px;
}
.errormessage_reduced ul {
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}
.errormessage_reduced li {
	font-size:12px;
	list-style-type: disc;
	float: none;
	margin-right:10px;
	padding-right:10px;
	border-right:0px;
}


.successmessage 
{
    border: solid 1px #8bb8bb; 
    border-radius: 7px; 
    background: #e8feff url('/__crm/images/tick.png') no-repeat 22px 15px; 
    padding: 16px 30px; 
    margin: 20px 0px 20px 0px; 
    color: #333333;
}
.successmessage p  
{
    margin: 0;
    padding: 0 0 0 32px;
}

a.button, a.large_button, a.large_back_button, a.auto_button {
    border: none;
    padding: 0px;
    background-color:#66cc33;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
    font-weight:400;
    height: 40px;
    width: 150px;
    margin-top:10px;
    border-radius:5px;
    margin-right:10px;
    /*border: solid 2px #009933;*/
    text-decoration:none;
    text-align:center;
}
a.large_button, a.large_back_button {
    width: 280px;
    margin-top:10px;
}
a.large_back_button 
{
    background-color:#ff9900;   
    /*border-color:#cc9999;*/
}
a.auto_button {
    width:auto;
    padding: 0 25px 0 20px;
}
a.auto_button:hover
{    
    background-color: #56ae46;
    color:#ffffff;
}

a.back {
    /*border: solid 1px #999999;*/
    padding: 0px 10px 0px 10px;
    background-color:#ff9900;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 15px/29px;
    height: 29px;
    border-radius:5px;
    margin:0px;
    text-align:center;
    text-decoration:none;
}
a.back:hover
{
    background-color:#ffaa00;
}

p.highlight
{
    color: #ff6600;
}

/*************** SEARCH BOX ***************/

.searchform
{
    border:dotted 1px #71b644;
    background-color:#eeeeee;
    margin:20px 0px 20px 0px;
    padding:20px 30px;
    border-radius:8px;    
}

.searchform p
{
	font-size:16px;
    padding:0px;
    margin:0px;
    display:inline;
}
.searchform p label
{
    float:none;
	font-size:16px;
    font-weight:normal;
    margin:0px;
    padding:4px 10px 0px 0px;    
    width:100px;
    display:inline-block;
}
.searchform p.info
{
	font-size:16px;
    padding:0 50px 0 0;
    margin:0;
    display:inline-block;
}
.searchform p.info label
{
    float:none;
	font-size:16px;
    font-weight:normal;
    margin:0;
    padding:0 10px 0 0;    
    width:auto;
    display:inline-block;
}
.searchform input.textbox, .searchform select
{
    width:236px;
    margin:0px 20px 0px 0px;
}
.searchform select
{
    width:250px;
    margin:0px 20px 0px 0px;
}
.searchform input.button
{
    width:90px;
    line-height:30px;
    height:30px;
    margin:0px 5px 0px 0px;
}
.searchform input.larger
{
    width:150px;
}

.searchform .divider
{
    margin-bottom:15px;
}
.searchform .buttons-divider
{
    margin-bottom:25px;
}

.searchform .line
{
    border-bottom:dotted 1px #71b644;
    margin-top:15px;
}

.searchform .buttons 
{
    padding-left:0px;
    margin-top:20px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: dotted 1px #999999;
}


/*************** CHECKBOX LIST ***************/

.checkboxlist 
{
    width:100%;
}
.checkboxlist p 
{
    margin: 0px;
    padding: 2px;
    float:left;
    width:329px;
    font-size:12px;
}
.checkboxlist p input
{
    vertical-align:text-top;
}
.checkboxlist p label
{
    padding-left:5px;    
    float: none; 
    clear: none;
}
.checkboxlist .notselected, .checkboxlist .selected
{
    display:inline-block;
    padding:2px 2px 2px 2px;
    width:324px;
}
.checkboxlist .notselected
{
    background-color: #eeeeee;
}
.checkboxlist .selected
{
    background-color: #abd1da;
}

/*************** PHOTO UPLOAD PANEL ***************/

.RadUpload .RadUpload_Default
{
    max-width:90px;
}
.RadUpload .ruFileWrap 
{
    max-width:90px;
}
.RadUpload input.ruFakeInput
{
    display: none;
}
.RadUpload input.ruBrowse
{
    border: solid 1px #666666;
    padding: 0px;
    background: #0099aa no-repeat top left;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/20px Arial;
    height: 20px;
    width: 70px;
    border-radius:3px;
    margin-right:10px;
} 
.RadUpload input.ruRemove, .ruButton
{
    margin-left:10px;
    border: solid 1px #666666;
    padding: 0px;
    background: #0099aa no-repeat top left;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/20px Arial;
    height: 20px;
    width: 70px;
    border-radius:3px;
    margin-right:10px;
} 
.ruButton 
{
    margin-left:5px;
    float:right;
}
.RadUpload span.ruFileWrap input.ruButtonHover
{
   
}
.RadUpload input.ruButton
{
    
}

.photo-upload-placeholder
{
    margin-bottom:5px;
    border: solid 1px #aaaaaa;
    background-color:#efefef;
    padding:5px;
}
.photo-file-invalid 
{
    margin-bottom:5px;
    font-size:11px;
    color:#ff0000;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
}
.photo-delete 
{
    margin-bottom:5px;
}
.photo-delete label
{
    float: none; 
    margin-right: 0px;
    margin-left: 5px;
    color: #666666;
    font-weight: normal;
    clear: none;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    font-size:12px;
}

/*************** ADDRESS LABEL ***************/

.address_label 
{
    width:500px;
    margin:20px 20px 20px 100px;
}
.address_label p
{
    font-size:20px;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    color:#000000;
    line-height:30px;
}
.address_label p.orderid
{
    font-size:10px;
    font-weight:normal;
    text-align:right;
}


/*************** PAGING ***************/

.paging 
{
    margin-top:40px;
    margin-bottom:20px;
}

.paging_recordcount 
{
    font-weight:normal;
    font-size:16px;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    margin-right:20px;
}
.paging_statistics
{
    float:right;
    font-weight:normal;
    font-size:16px;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    margin-top:10px;
    margin-left:20px;
    clear:right;
}
.paging .paging_link
{
    font-size:16px;
    font-family:"Open Sans", Arial, Helvetica, sans-serif;
    text-decoration:none;
    margin-right:2px;
    padding:8px 14px;
    border:solid 1px #AAAAAA;
    width:100px;
    line-height:30px;
}
.paging .fp 
{
}
.paging .pp
{
}
.paging .p
{
}
.paging .cp
{
    font-weight:bold;
    background-color:#ff9900;
    color:#ffffff;
}
.paging .np
{
}
.paging .lp
{
}



/*************** PANELS ***************/

.account_status 
{
    width:936px;
    min-height:100px;
    padding:20px 30px;
    background-color:#eaeaea;
    margin-bottom:25px;
    border-radius:7px;
    border:solid 2px #cccccc; 
}
.account_status h2
{
    color:#0099aa;
    padding:0;
    margin:0 0 10px 0;
}
.account_status p
{
    padding:0;
    margin:2px 0;
}
.account_status p label
{
    float: left; 
    width: 120px; 
    margin-right: 10px;
    font-weight: normal;
    color: #333333;
    clear: left;
}

.account_status p span.active
{
    color:#56ae46;
    font-size:larger;
    font-weight:bold;
}
.account_status p span.inactive
{
    color:#ff6600;
    font-size:larger;
    font-weight:bold;
}
.account_status p input.large_button
{
    width:280px;
}

.account_status_details
{
    float:left;
    width:590px;
}
.account_status_details_last
{
    float:left;
    width:325px;
    border-left:dotted 1px #666666;
    padding-left:20px;
}

.menu_panels 
{
}

.menu_panel 
{
    position:relative;
    width:246px;
    min-height:250px;
    float:left;
    padding:20px 30px;
    background-color:#eaeaea;
    margin-right:35px;
    margin-bottom:35px;
    text-align:center;
    border-radius:7px;
    border:solid 2px #cccccc; 
}
.clickable:hover
{
    background-color:#caeaea;
    cursor:pointer;
}
.last_panel
{
    margin-right:0px;
}
.menu_panel h2
{
    color:#0099aa;
    padding:0;
    margin:0;
}
.menu_panel p
{
    font-size:15px;
    padding:0;
    margin:0;
}
.menu_panel p.menu_icon 
{
    margin:0 auto 12px auto;
    padding:0;
    text-align:center;
    border:solid 1px #0099aa;
    border-radius:999px;
    width:39px;
    height:39px;
    background-color:#ffffff;
}
.menu_panel p.menu_icon img
{
    margin-top:9px;
}
.menu_panel .menu_panel_footer
{
    position:absolute;
    width:256px;
    bottom:0px;
    margin-bottom:25px;
    text-align:center;
}
.menu_panel a.menu_button
{
    width:180px;
    border: solid 1px #336666;
    padding: 0px 10px 0px 10px;
    background-color:#0099aa;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 15px/34px Arial;
    height: 34px;
    border-radius:5px;
    margin:0px;
    text-align:center;
    text-decoration:none;
}
.menu_panel a.menu_button:hover
{
    background-color:#0099aa;
}

table.menu_list
{
    margin:0 auto;
    border:none;
    width:190px;
}
table.menu_list td
{
    font-size:14px;
    text-align:left;
}
table.menu_list td.menu_list_label
{
    width:60%;
    text-align:left;
}
table.menu_list td.menu_list_data
{
    width:40%;
    text-align:right;
}

/*************** TABULAR LISTS ***************/

table.list
{
    border:none;
    width:100%;
}
table.list tr.toprow 
{
    background-color:#aaaaaa;
    color:#ffffff;
    padding:2px 5px 2px 5px;
}
table.list tr.toprow th 
{
    padding:6px 8px 6px 8px;
    color:#ffffff;
    text-align:left;
    font-weight:400;
}
table.list tr.content td 
{
    border-bottom:1px dotted #AAAAAA;
    padding:10px 10px 10px 10px;
}
table.list tr.content:hover
{
    background-color:#f5f5f5;
}

table.list tr.highlight
{
    background-color:#ffffcc;
}

table.list tr.divide td 
{
    border-bottom:2px solid #CCCCCC;
    padding:0;
}
table.list tr.subtotal td 
{
    border-bottom:1px dotted #AAAAAA;
    padding:10px 10px 10px 10px;
}
table.list tr.subtotal:hover
{
    background-color:#deeeee;
}
table.list tr.total td 
{
    border-bottom:1px dotted #AAAAAA;
    padding:12px 10px 12px 10px;
    font-weight:bold;
    font-size:20px;
}
table.list tr.total:hover
{
    background-color:#deeeee;
}

table.list td.figures, table.list th.figures
{
    text-align:right !important;
    padding-right:20px !important;
}

p.norecords 
{
    font-size:18px;
    color:#ff6600;
    font-weight:normal;
    padding: 20px 0px 20px 0px;
    border-top:dotted 1px #aaaaaa;
    border-bottom:dotted 1px #aaaaaa;
    margin:10px 0;
}


/*************** STATUSES and COLOURS ***************/

.pending, .hidden, .pending_approval, .pending_completion, .pending_subscription
{
    color:#ff9900;
}
.active, .live, .paid
{
    color:#009900;
}
.inactive, .archived, .unspecified, .expired, .rejected, .cancelled
{
    color:#ff0000;
}
.available, .checking
{
    background-color:#009900;
    padding:6px 10px;
    color:#ffffff;
}
.taken
{
    background-color:#cc0000;
    padding:5px 10px;
    color:#ffffff;
}


/*************** INFO CONTROL ***************/

.info 
{  
    padding:0px;
    margin:0px;
}
.info p 
{
    margin:5px 0;
    padding:5px 0;
}
.info label { 
    float: left; 
    width: 180px; 
    margin-right: 10px;
    font-weight: bold;
    color:#666666;
    clear: left;
    padding:0px;
}

.info_spacer 
{
    width:190px;
    display:inline-block;
}


/*************** ALERT BOX ***************/

.alert_box 
{
    background-color:#ffff99;
    border:solid 2px #cccccc;
    padding:10px 30px;
    border-radius:7px;
    margin-bottom:10px;
}

.alert_box p
{
    margin:5px 0;
    padding:0;
}

.alert_box p span.icon 
{
    margin:0 10px 0 0;
    padding:7px 5px 1px 5px;
    text-align:center;
    border:solid 1px #0099aa;
    border-radius:999px;
    width:39px;
    height:39px;
    background-color:#ffffff;
}


/*************** INFO TABLE ***************/

.info_table {
    margin-top:40px;
    padding:5px 25px;
    border:1px solid #cccccc;
    border-radius:7px;
    margin-bottom:25px;
}

.info_table_shaded, .info_table_highlighted
{
    padding:10px 25px;
    border:1px solid #666666;
    border-radius:7px;
    margin-bottom:25px;
}

.info_table_shaded p, .info_table_highlighted p
{
    margin:0;
    padding:0;
}

.info_table_shaded ul, .info_table_highlighted ul
{
    margin-bottom:20px;
}

.info_table_shaded p.tight, .info_table_highlighted p.tight
{
    font-size:16px;
    line-height:26px;
    font-weight:400;
}

.info_table_shaded 
{
    background-color:#eeeeee;
}

.info_table_highlighted
{
    background-color:#ffe096;
}


/*************** MULTI COLUMN LISTS ***************/

ul.columns {
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
}
ul.columns li{
    line-height:1.9em;
    float:left;
    display:inline;
    margin:0;
    list-style-type:none;
}
.double li  { width:50%;} 
.triple li  { width:33.333%; } 
.quad li    { width:25%; } 
.quin li    { width:20%; } 
.six li     { width:16.666%; } 



ul.points
{
}
ul.points li 
{
	font-size:18px;
    font-weight:300;
	line-height:32px;
    margin:0;
    list-style-type:none;
}
ul.points li:before
{
    content: "\00BB \0020 \00a0";
    color:#ff6600;
}


/*************** HOMEPAGE SEARCH ***************/

.homepage select.big_search
{
    width:460px;
    height:40px;
    margin-bottom:5px;
}

.homepage label.big_search
{
    float:none;
    margin-top:10px;
    margin-right:5px;
    font-weight:bold;
    width:200px;
}
.homepage p
{
    margin:5px 0;
    padding:5px 0;
}

/*************** HOMEPAGE BOXES ***************/

.boxes{
    margin: 30px 0;
}

.box {
    float:left;
    width:460px;
    margin-right:40px;
    text-align:center;
}
.box h2 {
    text-align:center;
    font-size:26px;
}
.box p.border {

}
.box .icon {
    width:90px;
    height:90px;
    background-position:center;
    background-repeat:no-repeat;
    border:2px solid #ff6600;
    border-radius:100px;
    margin:0 auto;
}
.architect-finder {
    background-image:url(/images/architect-finder.png);
}
.add-listing {
    background-image:url(/images/add-listing.png);
}


/*************** FEATURED ARCHITECTS ***************/

.featured_architects {
    margin:50px 0 0 0;
}

.featured_architects .featured_architect {
    float:left;
    width:300px;
    margin-right:33px;
    min-height:200px;
}

.featured_architects .featured_architect .featured_architect_photo {
    float:left;
    width:80px;
}
.featured_architects .featured_architect .featured_architect_photo img {
    border: 1px solid #666666;
}
.featured_architects .featured_architect .featured_architect_photo img:hover {
    border: 1px solid #dddddd;
}
.featured_architects .featured_architect .featured_architect_details {
    float:left;
    width:205px;
    margin-left:15px;
}
.featured_architects .featured_architect .featured_architect_details h4 {
    font-size:18px;
    font-weight:300;
    line-height:20px;
    color:#333333;
    margin:0 0 5px 0;
    padding:0;
}
.featured_architects .featured_architect .featured_architect_details h4 a {
    color:#333333;
}
.featured_architects .featured_architect .featured_architect_details h4 a:hover {
    color:#ff6600;
}
.featured_architects .featured_architect .featured_architect_details p {
    font-size:14px;
    line-height:18px;
    margin:6px 0;
    padding:0;
}
.featured_architects .featured_architect .featured_architect_details p.sub {
    color:#808080;
    /*font-style:italic;*/
}

/*************** FEATURED GUIDES ***************/

.featured_guides {
    margin:40px 0 0 0;
}

.featured_guides .featured_guide {
    float:left;
    width:400px;
    margin-right:35px;
    margin-bottom:35px;
    min-height:250px;
    padding:20px;
    border:1px dotted #333333;
    border-radius:6px;
}

.featured_guides .featured_guide h4 {
    font-size:18px;
    font-weight:400;
    line-height:20px;
    color:#ff6600;
    margin:0 0 15px 0;
    padding:0;
}
.featured_guides .featured_guide h4 a {
    color:#ff6600;
}
.featured_guides .featured_guide h4 a:hover {
    color:#ff9900;
}
.featured_guides .featured_guide p {
    font-size:16px;
    line-height:24px;
    margin:6px 0;
    padding:0;
}
.featured_guides .featured_guide p.sub {
    color:#808080;
}
.featured_guides .featured_guide p.sub a {
    color:#ff6600;
    font-weight:400;
}
.featured_guides .featured_guide p.sub a:hover {
    color:#ff9900;
}

.user_guide {
    background-image:url(/images/user-guide.png);
    background-repeat:no-repeat;
    background-position:bottom right;
}
.questions_answers {
    background-image:url(/images/question-answers.png);
    background-repeat:no-repeat;
    background-position:bottom right;
}


/*************** WEBSITE LINKS ***************/

.website_links {
    margin:50px 0 0 0;
}

.website_links .website_link {
    margin-bottom:30px;
}

.website_links .website_link .website_link_photo {
    float:left;
    width:15%;
}
.website_links .website_link .website_link_photo img {
    border: 1px solid #666666;
}

.website_links .website_link .website_link_details {
    float:left;
    width:83%;
    margin-left:2%;
}
.website_links .website_link .website_link_details h4 {
    font-size:18px;
    font-weight:300;
    line-height:20px;
    color:#333333;
    margin:0 0 5px 0;
    padding:0;
}

.website_links .website_link .website_link_details p {
    font-size:14px;
    line-height:18px;
    margin:6px 0;
    padding:0;
}
.website_links .website_link .website_link_details p.sub {
    color:#808080;
}



/*************** ARCHITECT HEADER ***************/

.architect_header
{
    padding:25px 25px 20px 25px;
    border:2px solid #cccccc;
    border-radius:7px;
    margin-bottom:15px;
}
.architect_header .architect_header_photo
{
    float:left;
    width:160px;
    margin:5px 25px 0 5px;
}
.architect_header .architect_header_photo img
{
    padding:3px;
    border:1px solid #666666;
}
.architect_header .architect_header_info
{
    float:left;
    width:530px;
    margin:0 20px 0 0;
}
.architect_header .architect_header_info h2
{
    margin:0 0 10px 0;
    padding:0;
}
.architect_header .architect_header_info p
{
    margin:10px 0;
    padding:0;
    line-height:24px;
}
.architect_header .architect_header_social
{
    float:left;
    width:700px;
    margin-top:20px;
}
.architect_header .architect_header_logos
{
    margin:10px 0 0 0;
}
.architect_header .architect_header_logos img
{
    border:none;
    margin:0 6px 0 0;
}
.architect_header .architect_header_buttons
{
    float:right;
    width:200px;
}
.architect_header .architect_header_buttons p
{
    margin:0 0 10px 0;
    padding:0;
}
.architect_header .architect_header_buttons a.auto_button
{
    margin:0;
    width:150px;
}

/*************** ARCHITECT LISTING ***************/

.architect_info
{
    margin:20px 0 50px 0;
}
.architect_info h3
{
    font-size:24px;
    padding-bottom:3px;
    border-bottom:1px dotted #cccccc;
}
.architect_portfolio
{
    margin:20px 0 40px 0;
}
.architect_portfolio h3
{
    border:none;
}
.architect_portfolio .architect_portfolio_photo
{
    display:inline-block;
    width:180px;
    margin-right:20px;
    vertical-align:top;
}
.architect_portfolio .architect_portfolio_photo img.photo
{
    padding:3px;
    border:1px solid #666666;
}
.architect_portfolio .architect_portfolio_photo p
{
    margin:5px 0;
    padding:0;
    font-size:14px;
    line-height:20px;
}
.architect_info_about
{

}
.architect_info_about p
{
    margin:5px 0;
    padding:5px 0;
}
.architect_info_about label
{
    float: left; 
    width: 180px; 
    margin-right: 10px;
    font-weight: bold;
    color:#666666;
    clear: left;
    padding:0px;
}
.narrow label
{
    width:90px;
}
.architect_info_statement
{
	font-size:18px;
	line-height:30px;
    font-weight:300;
	margin:25px 0;
	color:#333333;
}
.architect_case_studies
{
    margin-bottom:30px;
}

.architect_info ul {
    width:100%;
    margin-bottom:30px;
    overflow:hidden;
}
.architect_info ul li{
    line-height:1.9em;
    float:left;
    display:inline;
    margin:0;
    list-style-type:none;
}
.architect_info ul li:before
{
    content: "\00BB \0020 \00a0";
    color:#ff6600;
}




/*************** SEARCH RESULTS ***************/

.search_results 
{
    margin-bottom:50px;
}

.search_result
{
    border: solid 2px #cccccc;
    padding: 25px 25px 20px 25px;
    margin-bottom: 25px;
    border-radius: 7px;
    min-height:100px;
}
.featured_result
{
    background-color:#ffe096;
}
.search_result .search_result_photo
{
    float:left;
    width:100px;
    margin:5px 15px 20px 5px;

}
.search_result .search_result_photo .photo img
{
    padding:3px;
    border:1px solid #666666;
}
.search_result .affiliation_logos
{
    margin:10px 0;
}
.search_result .affiliation_logos img
{
    margin-right:10px;
    margin-bottom:10px;
}
.search_result .search_result_details
{
    float:left;
    width:595px;
    margin-right:25px;
}
.search_result .search_result_details .title h3
{
    font-size:20px;
    line-height:30px;
    font-weight:700;
    margin:0;
    padding:0;
}
.search_result .search_result_details .contact
{
    font-size:15px;
    line-height:30px;
    font-weight:300;
    color:#999999;
}
.search_result .search_result_details .desc
{
    font-size:16px;
    line-height:24px;
    font-weight:300;
}
.search_result .search_result_details .more
{
    font-size:16px;
    line-height:24px;
    font-weight:300;
    margin-top:10px;
}
.search_result .actions
{
    float:left;
    width:200px;
}
.search_result .actions p
{
    margin:0;
    padding:0;
}
.search_result .actions a.auto_button
{
    width:150px;
}
.portfolio
{
    margin:5px 0;
}
.portfolio h4
{
    font-weight:700;
    margin:0 0 5px 0;
	font-size:16px;
	color:#666666;
	padding:2px 0px 2px 0px;
}
.portfolio .portfolio_photo
{
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
}
.portfolio .portfolio_photo img
{
    padding:3px;
    border:1px solid #666666;
    margin-bottom:5px;
}

.shortlist_data
{
    float:left;
    width:200px;
}
.shortlist_data p 
{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:28px;
}
.shortlist_data label { 
    float: left; 
    width: 180px; 
    margin-right: 10px;
    font-weight: bold;
    color:#ff6600;
    clear: left;
    padding:0px;
}
.shortlist_data p input
{
    margin-top:20px;
}


/*************** GUIDES ***************/

.guide {
    padding:20px;
    border:2px solid #cccccc;
    border-radius:7px;
    margin-bottom:30px;
}

.guide .guide_photo {
    float:left;
    width:15%;
    min-width:100px;
    margin-right:10px;
    margin-bottom:10px;
}
.guide .guide_photo img {
    border: 1px solid #666666;
}

.guide .guide_details {
    float:left;
    width:83%;    
}
.guide .guide_details h1 {
    margin:0 0 5px 0;
    padding:0;
}
.guide .guide_details h2 {
    font-size:20px;
    font-weight:400;
    line-height:30px;
    color:#333333;
    margin:0 0 5px 0;
    padding:0;
}

.guide .guide_details p {
    margin:6px 0;
    padding:0;
}
.guide .guide_details p.sub {
    color:#808080;
}
.guide .guide_details p.date {
    color:#808080;
    font-size:14px;
}
.guide .guide_details p.author {
    color:#ff6600;
    font-size:16px;
    font-weight:400;
}


/*************** PRICING ***************/
.pricing
{

}
.pricing h3
{
    padding-bottom:10px;
    border-bottom:1px dotted #666666;
    margin-top:30px;
}
.pricing .pricing_description
{
    display:inline-block;
    vertical-align:top;
    width:75%;
    min-width:260px;
    margin-right:5%;
    margin-bottom:20px;
}
.pricing .pricing_description p
{
    margin-top:0;
    padding-top:0;
}
.pricing .pricing_price
{
    display:inline-block;
    vertical-align:top;
    width:14%;
    min-width:140px;
    padding:20px 25px;
    border:1px solid #cccccc;
    border-radius:7px;
    margin:5px 0 20px 0;
}
.pricing .pricing_price p
{
    margin:0;
    padding:0;
}
.pricing .pricing_price p.price
{

}


.extend .pricing_description
{
    width:67%;
}
.extend .pricing_price
{
    width:22%;
    min-width:220px;
}


.payment_information
{
    margin:30px 0;
}
.card_logos
{
    width:80%;
    min-width:280px;
    display:inline-block;
    vertical-align:top;
    margin:25px 0;
}
.payment_provider
{
    width:auto;
    display:inline-block;
    vertical-align:top;
    margin:25px 0;
}


.invoice_header
{
    margin-bottom:20px;
}
.invoice_address
{
    display:inline-block;
    width:64%;
    min-width:280px;
    vertical-align:top;
}
.invoice_details
{
    display:inline-block;
    width:35%;
    min-width:280px;
    vertical-align:top;
    margin:25px 0;
}
.invoice_details p
{
    margin:0;
    padding:0;
}
.invoice_details p label
{
    float: left; 
    width: 180px; 
    margin-right:10px;
    font-weight: normal;
    clear: left;
}
.invoice_details p.spacer
{
    margin-top:20px;
}


/*************** STANDARD PAGE STYLES ***************/

.standard_page
{

}
.standard_page h3
{
    font-size:24px;
    padding-bottom:3px;
    border-bottom:1px dotted #cccccc;
    margin-top:40px;
}
.standard_page .form label
{
    width:250px;
    font-weight:300;
    margin-top:10px;
}
.standard_page .form 
{
    margin-bottom:30px;
}

.standard_page ul
{
    margin:0 0 30px 0;
}

.standard_page .description
{
    float:left;
    width:64%;
    min-width:280px;
    margin-right:40px;
}
.standard_page .data
{
    float:left;
    width:27%;
    min-width:220px;
    padding:20px;
    border:1px solid #cccccc;
    border-radius:7px;
    margin:25px 0;
}
.standard_page .data p { 
    margin:2px 0;
    padding:0;
}
.standard_page .data p.sub { 
    margin:25px 0 0 0;
    padding:0;
}
.standard_page .description .info
{
    margin:25px 0;
}
.standard_page .description .info p
{
    margin:6px 0;
}
.standard_page label { 
    float: left; 
    width: 150px; 
    margin-right: 10px;
    font-weight: normal;
    color: #333333;
    clear: left;
}
.standard_page .data ul { 
    margin-bottom:15px;
}

img.image_border, img.photo
{
    padding:3px;
    border:1px solid #666666;
}
