﻿/* ============================================================================================ */
/*           Generalwebtech.com Style Sheet                                                     */
/*                                                                                              */
/*           Copyright General Web Technologies LLC                                             */
/*                                                                                              */
/* ============================================================================================ */

/* ============================================================================================ */
/*   1. Styling                                                                                 */
/*   2. Layout                                                                                  */
/*   3. HomePage.master                                                                         */
/*   4. StandardPage.master                                                                     */
/*   5. Header.ascx                                                                             */
/*   6. Navigation                                                                              */
/*   7. Footer                                                                                  */
/* ============================================================================================ */

/* ============================================================================================ */
/*                                          Styling                                             */
/* ============================================================================================ */

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #B9AC9C;
	color: #6D6C6C;
}
img
{
	border: none;
}
a, a:visited
{
	text-decoration: none;
	color: #800000;
}
a:hover
{
	text-decoration: underline;
}
div.h1
{
	font-size: 2.2em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px;
	border-bottom: solid 1px #CCCCCC;
}
div.h2
{
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
	color: #800000;
	border-bottom: solid 1px silver;
}

h1, h2, h3,h4,h5
{
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
p
{
	line-height: 130%;
	font-size: 13px;
	margin-top: 2px;
	padding-bottom: 5px;
}

hr 
{
	visibility: hidden;
	position: absolute;
	left: -10000px;
}

.superclear{float:none;clear:both;width:1px;height:1px;overflow:hidden;visibility:hidden;padding:0px;margin:0 0 0 0;}

div.row 
{
	clear: both;
	padding-top: 5px;
}

div.row span.label 
{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 110px;
	padding-top: 4px;
	padding-right: 2px;
}

div.row span.formw 
{
	float: left;
	width: 305px;
	text-align: left;
}


/* ============================================================================================ */
/*                                           Layout                                             */
/* ============================================================================================ */

html, body
{
	margin: 0;
	padding: 0;
}
.bg_wrapper
{
	background: transparent url(Images/bg.png) repeat-y top left;
	width: 928px;
	margin: 0 auto;
}

.content_wrapper
{
	background-color: white;
	width: 910px;
	margin: 0 auto;
}

/* ============================================================================================ */
/*                                       HomePage.master                                        */
/* ============================================================================================ */

.banner
{
	background-image: url(Images/set_sail.jpg);
	height: 420px;
	width: 910px;
	margin-bottom: 20px;
	border-bottom: solid 1px #800000;
}
.banner_text
{
	float: right;
	color: #400000;
	width: 350px;
	font-size: 27px;
	font-family: Georgia;
	text-align: right;
	line-height: 95%;
	padding: 10px;
}
.slogan
{
	border: solid 1px #E6E6E6;
	margin: 20px;
	font-family: Times New Roman,Times,serif;
	font-size: 18px;
	color: #400000;
	margin-bottom: 20px;
	padding: 10px;
}
.slogan span
{
	color: #999999;
}
.left_column
{
	float: left;
	margin-left: 22px;
}
.middle_column
{
	margin-left: 318px;
}
.right_column
{
	float: right;
	margin-right: 22px;
}
.column
{
	width: 274px;
	border-bottom: solid 20px white;
}
.column fieldset
{
	border: solid 1px #E6E6E6;
	padding: 5px 10px 10px 10px;
}
.column legend
{
	margin-left: 0px;
	padding: 0 5px;
	font-family: "Times New Roman" , Times, serif;
	font-size: 22px;
}


/* ============================================================================================ */
/*                                      StandardPage.master                                     */
/* ============================================================================================ */

div#standardpage_content
{
	float: left;
	width: 620px;
	padding: 10px;
}

div#right_menu
{
	float: left;
	width: 250px;
	padding: 10px;
	min-height: 200px;
}

div#right_menu_01
{
	background-image: url(Images/Right_menu_01.jpg);
	width: 235px;
	height: 50px;
	padding-left: 15px;
	line-height: 50px;
	color: White;
	font-weight: bold;
	font-size: 1.4em;
}
div#right_menu_01 a
{
	color: White;
}
div#right_menu_02
{
	background-image: url(Images/Right_menu_02.jpg);
	background-repeat: no-repeat;
	width: 250px;
	padding-left: 15px;
	padding-bottom: 5px;
}
div#right_menu_03
{
	background-image: url(Images/Right_menu_03.jpg);
	background-repeat: repeat-y;
	width: 250px;
	height: 1px;
}
div#right_menu_04
{
	background-image: url(Images/Right_menu_04.jpg);
	width: 250px;
	height: 20px;
}

/* ============================================================================================ */
/*                                         Header.ascx                                          */
/* ============================================================================================ */

.header_wrapper
{
	height: 65px;
	line-height: 35px;
	border-bottom: solid 1px #800000;
	margin: 0 auto;
}
#header_Logo
{
	float: left;
	padding: 10px;
}
#header_Logo a
{
	padding: 0;
	margin: 0;
	width: 186px;
	height: 45px;
	display: block;
	background: url(Images/gwt.png) no-repeat top left;
}
#header_Logo a span
{
	display: none;
}

/* ============================================================================================ */
/*                                           Navigation                                         */
/* ============================================================================================ */

.navigation
{
	padding-top: 30px;
}
.navigation
{
	float: right;
	width: 400px;
	text-align: left;
}
.navigation a
{
	color: #6D6C6C;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 0px 5px;
}
.navigation a:hover
{
	color: #800000;
}
div#breadcrumb
{
	font-size: .8em;
	padding-left: 10px;
	padding-bottom: 6px;
	clear: both;
}

#client_login
{
	clear: both;
	text-align: right;
	padding: 10px;
	color: #800000;
	margin: 10px 20px;
	border: solid 1px #EAEAEA;
}
#client_login label
{
	margin-left: 10px;
}
#client_login input
{
	margin-left: 5px;
}

/* ============================================================================================ */
/*                                         Footer.ascx                                          */
/* ============================================================================================ */

.footer
{
	color: #800000;
	background-color: #CCCCCC;
	font-size: 1.0em;
	height: 20px;
	vertical-align: middle;
	padding: 4px 10px 0px 10px;
	border-top: solid 1px #800000;
	clear: both;
}

.bottom_image
{
	width: 928px;
	margin: 0 auto;
}

.footer a
{
	padding-right: 25px;
	color: #800000;
}
.footer_copyright
{
	padding-left: 150px;
}

/* ============================================================================================ */
/*                                        Portfolio.aspx                                        */
/* ============================================================================================ */

.Portfolio
{
	float: left;
	width: 620px;
	padding-bottom: 15px;
	padding-left: 10px;
}

div.Portfolio p
{
	float: left;
	width: 620px;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
}
.Portfolio h2
{
	margin-bottom: 10px;
}

.News_Item { padding-bottom: 15px; padding-top: 5px; border-bottom: dotted 1px black;}
.News_pubDate { color: #800000; font-weight: bold;}
.News_Title { font-weight: bold; font-size: 1.4em;}


/* ============================================================================================ */
/*                                           Containers                                         */
/* ============================================================================================ */

div.Caption_Box
{
	float: left;
	border: 1px solid #cccccc;
	padding: 8px;
	text-align: center;
	width: 200px;
}
.Box1
{
	border-left: dotted 2px #800000;
	width: 225px;
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Box1_Sub
{
	font-size: 1.4em;
	font-weight: bold;
	color: #393b3d;
}
.Box2
{
	background-image: url(Images/Curly_Bracket.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 10px;
	width: 250px;
	min-height: 147px;
}
.Box2_Sub
{
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.Stat
{
	color: Red;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Image_Box
{
	float: left; 
	width: 150px; 
	border:solid 1px silver; 
	padding:5px; 
	margin-right: 10px;
}

/*---------------------------------------- Contact Page ----------------------------------------*/
#Contact_Form1 { margin-left: 10px;}
.Contact_Form2 { padding-top: 10px; font-weight: bold; padding-bottom: 10px; border-bottom: solid 1px #ececff; width: 620px; vertical-align: middle;}
.Contact_Form3 {float: left; width: 350px; padding-bottom: 5px;}