/*
renrez web design

main layout
*/

body {
	margin: 0;
	background-color: #012C37;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #BBBF56;	
	background-image: url(../images/bg_gradient_top_nav_alt_1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;	
	padding: 0;
}
a:focus { outline: none; }
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#top_left {
	float: left;
	display: inline;
	margin-top: 3px;
	padding: 0;
	width: 290px;
	height: 173px;
	background-image: url(../images/top_left_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top_right {
	background-image: url(../images/top_right_2.gif);
	background-repeat: no-repeat;
	float: right;
	display: inline;
	height: 173px;
	width: 480px;
	margin-top: 3px;
	background-position: 0px 0px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
#content_left {
    float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	height: 170px;
}
#content_right {
	float: right;
	display: inline;
	width: 550px;
	background-image: url(../images/main_bg_4_alt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*
top navigation
*/
#top_nav {
    position: relative;
	display: block;
	height: 19px;
}
#top_button {
	position: absolute;
	width: 760px;
	height: 19px;
	display: inline;
	overflow: hidden;
	list-style: none;
    margin: 0;
	padding: 0;
}
#top_button li {
	display: inline;
	list-style-type: none;		
}
#top_button a:link, #top_button a:visited {
	float: left;
	width: 760px;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
}
#t1 a:link, #t1 a:visited  {
	background-image: url(../images/top_nav_home_alt.gif);
	background-repeat: no-repeat;
	width: 38px;
	margin-left: 180px;
}
#t2 a:link, #t2 a:visited  {
	background-image: url(../images/top_nav_services_alt.gif);
	background-repeat: no-repeat;
    width: 53px;
	margin-left: 50px;	
}
#t3 a:link, #t3 a:visited  { 
    background-image: url(../images/top_nav_portfolio_alt.gif); 
	background-repeat: no-repeat;
	width: 55px;
	margin-left: 50px;	
}
#t4 a:link, #t4 a:visited { 
    background-image: url(../images/top_nav_resources_alt.gif); 
	background-repeat: no-repeat;
	width: 62px;
	margin-left: 50px;	
}
#t5 a:link, #t5 a:visited { 
    background-image: url(../images/top_nav_contact_alt.gif); 
	background-repeat: no-repeat;
	width: 49px;
	margin-left: 50px;	
}
#top_button a:hover, #top_button a.current { 
	background-position: 0px -19px; 
}


/*
style change
*/
#switch {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#switch li { 
	text-indent: -10000px; 
}
#switch li a { 
	display: block; 
	text-decoration: none;
}
#s1 a:link, #s1 a:visited  {
	background-image: url(../images/button_switcher_1_alt.gif);
	width: 25px;
	height: 25px;
	margin-left: 203px;
	margin-top: 120px;
	margin-bottom: 0;
	padding: 0;
}
#s2 a:link, #s2 a:visited  {
	background-image: url(../images/button_switcher_2_alt.gif);
    width: 25px;
	height: 25px;
		margin-left: 230px;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
}

/*
main navigation
*/
#nav {
	height: 170px;
	width: 170px;
	margin: 0px 0px 0px 30px;
	padding: 0;
}
#button {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#button li { 
	text-indent: -10000px; 
}
#button li a { 
	display: block; 
	text-decoration: none;
}
#b1 a:link, #b1 a:visited  {
	background-image: url(../images/button_home_alt_1.gif);
	width: 170px;
	height: 44px;
}
#b2 a:link, #b2 a:visited  {
	background-image: url(../images/button_services_alt_1.gif);
    width: 170px;
	height: 26px;
}
#b3 a:link, #b3 a:visited  { 
    background-image: url(../images/button_portfolio_alt_1.gif); 
	width: 170px;
	height: 29px;	
}
#b4 a:link, #b4 a:visited { 
    background-image: url(../images/button_resources_alt_1.gif); 
	width: 170px;	
	height: 25px;	
}
#b5 a:link, #b5 a:visited { 
    background-image: url(../images/button_contact_alt_1.gif); 
	width: 170px;
	height: 46px;
}
#button a:hover, #button a.current { 
	background-position: -170px 0px; 
}
/*
main content styles
*/
#main_content {
	width: 347px;
	margin-left: 99px;
	padding-left: 2px;
	margin-top: 5px;
}
.cont_l a {
	color: #BC9DA9;
    text-decoration: none;	
}
.cont_l a:hover {
    text-decoration: underline;
}

/*
contact
*/

form {
	width: 337px;
	margin: 0;
	background-color: #012C37;
}
.main_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BC9DA9;
	line-height: 15px;
}
.frm_details_bold {
    padding-top: 10px;
	font-weight: bold;
	color: #50B9D4;
}
input#name, input#email {
	height: 13px;
	width: 150px;
	border: 1px solid #BC9DA9;
	background-color: #012C37;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2CED6;	
	padding: 1px 3px;
}
textarea {
    border: 1px solid #BC9DA9;
    background-color: #012C37;	
	width: 339px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2CED6;	
	padding: 1px 3px;
	height: 120px;
}
.send {
	background-color: #012C37;
	border: 1px solid #BC9DA9;	
    cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #50B9D4;
	margin-top: 10px;
}

/*
page title 
*/
#title_contact {
	background-image: url(../images/title_contact_alt.gif);
	background-repeat: no-repeat;  
	height: 20px; 
	width: 300px;
	margin-left: 95px;
	margin-top: 50px;
}
#title_home {
	background-image: url(../images/title_home_alt.gif);
	background-repeat: no-repeat;  
	height: 20px;
	width: 300px;
	margin-left: 95px;
	margin-top: 50px;
}
#title_resources {
	background-image: url(../images/title_resources_alt.gif);
	background-repeat: no-repeat;  
	height: 20px;
	width: 300px;
	margin-left: 95px;
	margin-top: 50px;
}
#title_portfolio {
	background-image: url(../images/title_portfolio_alt.gif);
	background-repeat: no-repeat;  
	height: 20px; 
	width: 300px;
	margin-left: 95px;
	margin-top: 50px;
}
#title_services {
	background-image: url(../images/title_services_alt.gif);
	background-repeat: no-repeat;  
	height: 20px;  
	width: 300px;
	margin-left: 95px;
	margin-top: 50px;
}
hr {
    width: 100%;
    height: 1px;
    background: #50B9D4;
    border: none;
	color: #50B9D4;
}
#line {
	height: 1px;
	width: 347px;
	padding: 0;
	margin-left: 100px;
}

/*
footer
*/

#footer {
    position: relative;
	left: 82px;
	bottom: 0;
	width: 383px;
	background-image: url(../images/footer_short_bg_1_alt.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;	
}
#inner_footer {
	position: relative;
	left: 20px;
	width: 383px;
	height: 100px;
}
#outer_footer {
	height: 15px;
	width: 363px;
	background-color: #01191F;
	position: relative;
	left: -20px;
	top: 100px;
}
.outer_footer_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #27444C;
	padding-left: 20px;   
}
.outer_footer_text a {
    color: #27444C;
	text-decoration: none;
}
.outer_footer_text a:hover {
	text-decoration: underline;
}

/*
general text style
*/

p {
    padding: 0;
	margin: 0;
}
.b_title_c {
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
    font-weight: bold;
}
.f_pic {
    border: solid 1px #BC9DA9;
	margin-top: 4px;
	margin-bottom: 15px;
}
.line_divide {
    width: 100%;
    height: 1px;
    background: #BC9DA9;
    border: none;
	color: #BC9DA9;
}
.b_title_c a {
	color: #50B9D4;
    text-decoration: none;	
}
.b_title_c a:hover {
    text-decoration: underline;
}
.no_dec {
    border: 0;
}

/*
list items
*/

#bullet li {
    background-image: url(../images/services_bullet_alt.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 2px;
}
#bullet {
	padding: 0;
	margin: 0;
	position: relative;
}
#resources_links li {
    background-image: url(../images/services_bullet_alt.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	list-style-type: none;
	padding-left: 15px;
	padding-top: 12px;
}
#resources_links {
	padding: 0;
	margin: 0;
	position: relative;
}
#resources_links li a {
    color: #BC9DA9;
    text-decoration: none;	
}
#resources_links li a:hover {
    text-decoration: underline;
}
.frm_details_bold span {
    padding-left: 20px;
}