/* BASIC STYLES */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

/* LAYER STYLES */

/* ALL PAGES */

#header {
	position:relative;
	width:770px;
	height:95px;
}

#menu {
	position:relative;
	width:770px;
	height:22px;
	background-color:#072B61;
}

#orangebar {
	position:relative;
	width:770px;
	height:3px;
	background-color:#F19C44;
}

/* INDEX PAGE */

#container {
	position:relative;
	width:770px;
	height:787px;
	border:#00598C 1px solid;
}

#flash {
	position:relative;
	width:770px;
	height:182px;
}


#content {
	position:relative;
	width:770px;
	height:450px;
	background-color:#FBFBF9;
	background-image:url(../images/index_bg.gif);
	background-repeat:no-repeat;
}

#maincontent {
	position:relative;
	float:left;
	width:530px; 
	height:450;
}

#subcontent {
	position:relative;
	float:right;
	width:240px;
	height:450px;
}

#topgreenbar {
	position:relative;
	width:770px;
	height:6px;
	background-color:#9FCF81;
}

#bottomgreenbar {
	position:relative;
	width:770px;
	height:4px;
	background-color:#6BB53E;
}

#footer {
	position:relative;
	width:770px;
	height:25px;
	background-color:#00598C;
}

#gradient {
	position:relative;
	width:772px;
	height:18px;
	background-color:#FFFFFF;
	background-image:url(../images/bottomgradient.gif);
	padding:0px;
}


/* SECONDARY PAGES */

#sec_container {
	position:relative;
	width:770px;
	height:1352px;
	border:#00598C 1px solid;
}

#sec_topspace {
	position:relative;
	width:770px;
	height:50px;
	background-color:#FFFFFF;
	background-image:url(../images/sec_top.png);
}

#sec_content {
	position:relative;
	width:770px;
	height:1145px;
	background-color:#FBFBF9;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}

#sec_menucontent {
	position:absolute;
	left:0px;
	top:0px;
	width:330px; 
	height:413px;
}

#sec_maincontent {
	position:absolute; 
	left:330px;
	top:0px;
	width:440px;
	height:413px;
}

#sec_bottomspace {
	position:relative;
	width:770px;
	height:8px;
	background-color:#FFFFFF;
}

#sec_bottomgreenbar {
	position:relative;
	width:770px;
	height:4px;
	background-color:#6BB53E;
}

#sec_footer {
	position:relative;
	width:770px;
	height:25px;
	background-color:#00598C;
}

#sec_gradient {
	position:relative;
	width:772px;
	height:18px;
	background-color:#FFFFFF;
	padding:0px;
}

/* SECONDARY PAGES - SHORT */

#sec_container_s {
	position:relative;
	width:770px;
	height:837px;
	border:#00598C 1px solid;
}

#sec_content_s {
	position:relative;
	width:770px;
	height:630px;
	background-color:#FBFBF9;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}

#sec_content_s_contact {
	position:relative;
	width:770px;
	height:630px;
	background-color:#FBFBF9;
	background-image:url(../images/contactbg.jpg);
	background-repeat:no-repeat;
}

#sec_content_s_instructional {
	position:relative;
	width:770px;
	height:630px;
	background-color:#FBFBF9;
	background-image:url(../images/instructionalbg.jpg);
	background-repeat:no-repeat;
}


/* SECONDARY PAGES - LONG */

#sec_container_l {
	position:relative;
	width:770px;
	height:1452px;
	border:#00598C 1px solid;
}

#sec_content_l {
	position:relative;
	width:770px;
	height:1245px;
	background-color:#FBFBF9;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}

#sec_content_l_founder {
	position:relative;
	width:770px;
	height:1245px;
	background-color:#FBFBF9;
	background-image:url(../images/founderbg.jpg);
	background-repeat:no-repeat;
}


/* MENU STYLES */

.menufont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
}

a.menu:link {
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:hover {
	color:#669BBA;
	text-decoration:none;
}

a.menu:active {
	color:#669BBA;
	text-decoration:none;
}

/* MAIN CONTENT STYLES */

.pagetitle {
	font-family:Georgia;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	color:#00598C;
}

.mainhead {
	font-family:Georgia;
	font-size:14px;
	line-height:18px;
	color:#0A3D8A;
}

.mainfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666465;
}

/* SUB CONTENT STYLES */

.subhead {
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	color:#0A3D8A;
}

.subfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#39332E;
}

.subsmallhead {
	color:#0A3D8A;
	font-weight:bold;
}

.subfontblue {
	color:#0A3D8A;
}

.sublink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
}

a.sub:link {
	color:#5377AD;
	text-decoration:none;
}

a.sub:visited {
	color:#5377AD;
	text-decoration:none;
}

a.sub:hover {
	color:#F0912F;
	text-decoration:none;
}

a.sub:active {
	color:#F0912F;
	text-decoration:none;
}

/* SUB MENU BUTTON STYLES */

.button_over {
	width:250px;
	height:18px;
	margin-bottom:14px;
	background-color:#F0912F;
	background-image:url(../images/button_over.gif);
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}

.button_level1 {
	width:250px;
	height:18px;
	margin-bottom:14px;
	background-color:#B2CDDD;
	background-image:url(../images/button_level1.gif);
	font-family:Arial;
	font-size:10px;
	color:#39332E;
}

.button_level2 {
	width:250px;
	height:18px;
	margin-bottom:14px;
	background-color:D1E1EA;
	background-image:url(../images/button_level2.gif);
	font-family:Arial;
	font-size:10px;
	color:#39332e;
}

.button_level3 {
	width:250px;
	height:18px;
	margin-bottom:14px;
	background-color:E0EBF1;
	background-image:url(../images/button_level3.gif);
	font-family:Arial;
	font-size:10px;
	color:#39332e;
}

a.button_link:link {
	color:#39332E;
	text-decoration:none;
}

a.button_link:visited {
	color:#39332E;
	text-decoration:none;
}

a.button_link:hover {
	color:#39332E;
	text-decoration:underline;
}

a.button_link:active {
	color:#39332E;
	text-decoration:none;
}


/* MISC STYLES */

.list {
	padding-left:10px;
}

.menudivider {
	padding-left:7px;
	padding-right:7px;
	color:#669BBA;
}

.line {
	border-top:#999999 1px dotted;
}

.services {
	padding-top:10px;
	padding-bottom:10px;
}

.p {
	padding-top:5px;
	padding-bottom:5px;
}

/* PORTFOLIO PAGE STYLES */

#port_container {
	position:relative;
	width:770px;
	height:1707px;
	border:#00598C 1px solid;
}

#port_content {
	position:relative;
	width:770px;
	height:1500px;
	background-color:#FBFBF9;
	background-image:url(../images/portfoliobg.gif);
	background-repeat:no-repeat;
}

.portfolio {
	margin-left:40px;
	margin-right:0px;
	margin-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	width:250px;
	height:980px;
}

.samples {
	background-image:url(../images/samplesbg.gif); 
	height:395px; 
	width:380px;
	padding:10px;
	margin-bottom:30px;
}

.thumbs {
	margin-right:23px;
}

.thumbsdesc {
	font-size:9px;
	line-height:11px;
	font-family:arial;
	color:#6B89B4;
	padding-top:5px;
	padding-bottom:10px;
}

.thumbstext {
	padding-right:23px;
	padding-bottom:5px;
}

a.thumbslink:link {
	color:#6B89B4;
	text-decoration:none;
}

a.thumbslink:visited {
	color:#6B89B4;
	text-decoration:none;
}

a.thumbslink:hover {
	color:#6B89B4;
	text-decoration:underline;
}

a.thumbslink:active {
	color:#6B89B4;
	text-decoration:underline;
}
